body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
    /* background-image: url(/images/bg.jpg); */
    color: rgba(0, 0, 0, .7);
}

.main {
    overflow: hidden;
    width: 1280px;
}

.header {
    background-image: url(/images/head_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 640px;
    padding-top: 40px;
    width: 100%;

}

.header .logo,
.header .slogon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .navbar ul {
    width: 75%;
}

.header .slogon {
    padding-top: 30px;
}

.header .slogon img {
    width: 500px;
}

.header .navbar a {
    color: black;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.header .navbar a:hover {
    border-color: black;
    color: red;
    box-shadow: 0px 1px 5px red, 0 1px 1px #eeeeee inset, 0 2px 2px #ffffff inset;
}

.container_main {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    padding-top: 20px;
}

.guanyu {
    background-image: url(/images/guanyu_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 376px;
    position: relative;

}
.guanyu .left
{
width: 480px;
margin: 24px 40px 0 240px;
}
.guanyu  p
{
    font-size: 14px;
    text-indent: 28px;
    text-align: justify;
}
.guanyu .right
{
    width: 268px;
    margin:72px 36px 0 64px
}
.guanyu .more {
    bottom: 20px;
    right: 250px;
    position: absolute;
    width: 200px;
    margin: 20px 20px 0 200px;
}

.guanyu .more img {
    width: 140px;
    height: 40px;
}

.xiangmu {
    background: #811c1d;
    background-position: center center;
    background-size: 100% auto;
    max-height: 636px;
    min-height: 420px;
    position: relative;

}


.xiangmu ul {
    width: 1180px;
    padding-top: 10px;
}

.xiangmu li {
    display: inline-block;
    padding: 10px 10px;
    position: relative;
}

.xiangmu li img {
    width: 360px;
}

.xiangmu li img:hover {
    box-shadow: 0px 1px 30px red, 0 1px 1px #eeeeee inset, 0 2px 2px #ffffff inset;
}

.xiangmu li span {
    position: absolute;
    left: 10px;
    padding: 10px;
    bottom: 10px;
    z-index: 999;
    color: white;
    text-shadow: 2px 2px 2px #000000;
    font-weight: bolder;
}

.dongtai {
    background-color: #eeeeef;
    height: 480px;
}

.dongtai .container_main {
    width: 1180px;
    height: 450px;
}

.dongtai .left,
.dongtai .right {
    height: 420px;
}

.dongtai .left .title,
.dongtai .left .title {
    color: #009b4c;
    font-size: 30px;
    font-weight: bold;
    height: 60px;
}

.dongtai .left .head-title::after {
    position: relative;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #fdd100;
    bottom: -2px;
    left: 8px
}

.dongtai .left .slide {
    width: 560px;
    height: 370px;
    overflow: hidden;
}

.dongtai .left .slide .carousel-item img {
    width: 560px;
    height: 370px;

}

.dongtai .right .title {
    justify-content: end;
    padding-top: 8px;
}

.dongtai .right .title a {
    color: black;
    padding: 8px 0px 2px 0px;
}

.dongtai .right .title .active {
    color: #009b4c;
    border-bottom: 2px solid #009b4c;
}

.dongtai .title span {
    display: flex;
}

.dongtai .title span {
    padding: 8px 16px;
    display: flex;
    align-items: flex-end;
    color: lightgray;
}

.newslist {
    list-style: none;
    padding-left: 0px;
    padding-top: 12px;
}

.newslist li {
    padding: 0px 0 0px 10px;
    /* padding-left: 12px; */
}

.newslist a {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
    color: black;
    text-decoration: none;
    text-overflow: ellipsis;
}

.newslist .date {
    text-align: center;
}



/* .dongtai .title {

}

.dongtai .date {

} */
.dongtai .newslist li:nth-child(odd) {
    background-color: white;
}

.newslist a:hover {
    opacity: 0.8;
    /* box-shadow: 0px 1px 5px black, 0 1px 1px #eeeeee inset, 0 2px 2px #ffffff inset; */
}

.newslist .row:hover {
    opacity: 0.8;
    box-shadow: 0px 1px 5px black, 0 1px 1px #eeeeee inset, 0 2px 2px #ffffff inset;
}

.gongkai {
    background-image: url(/images/gongkai_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 480px;
}

.gongkai .head-title::after {
    position: relative;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #ef8762;
    bottom: -2px;
    left: 8px
}

.gongkai .nav-l {
    color: #811c1d;
    font-size: 30px;
    font-weight: bold;
    height: 60px;
}

.gongkai .nav-right {
    justify-content: flex-end;
    display: flex;
}

.gongkai .nav-right {
    justify-content: end;
    padding-top: 8px;
}

.gongkai .nav-right a {
    color: black;
    padding: 8px 0px 2px 0px;
}

.gongkai .nav-right .active {
    color: #009b4c;
    border-bottom: 2px solid #009b4c;
}

.gongkai .nav-right span {
    display: flex;
}

.gongkai .nav-right span {
    padding: 8px 16px;
    display: flex;
    align-items: flex-end;
    color: lightgray;
}

.gongkai .container_main {
    width: 1180px;
}

.gongkai .newslist {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.gongkai .tab-content {

    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.gongkai .tab-content ul {
    padding: 0 32px 32px 0;
    background: white;
    box-shadow: 0 0 15px #fff,
        /* ä¸»å‘å…‰ */
        0 3px 3px #fff inset,
        /* å†…å‘å…‰ */
        0 5px 5px #eeeeee inset;
    /* è¾¹ç¼˜é˜´å½± */
}



.gongkai li:nth-child(even) .news-title::before {
    position: relative;
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    /* background-size: 100% 100%; */
    background: url(/images/xin2.png);
    bottom: -2px;
    margin-right: 12px;
    left: 6px;
    background-size: 100% auto
}

.gongkai li:nth-child(odd) .news-title::before {
    position: relative;
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    /* background-size: 100% 100%; */
    background: url(/images/xin1.png);
    bottom: -2px;
    margin-right: 12px;
    left: 6px;
    background-size: 100% auto
}

.juan {
    background-image: url(/images/juan_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 380px;
    align-items: flex-end;
    display: flex;
    text-align: center;
    padding-bottom: 20px;
}

.juan .b_juan img {
    width: 240px;
}

.newsWrapper {
    background-color: #eeeeef;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 480px;
}

.newsWrapper .title {
    color: #009b4c;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
    padding-left: 0px;
    margin-top: 16px;
}

.newsWrapper .head-title::after {
    position: relative;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #811c1d;
    bottom: -2px;
    left: 6px
}

.newsWrapper .newsList_l {
    background-color: #eeeeef;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-left: 100px;
    padding-right: 40px;
    min-height: 480px;
    box-shadow: 0 0 3px #eeeeee,
        /* ä¸»å‘å…‰ */
        0 1px 1px #eeeeee inset,
        /* å†…å‘å…‰ */
        0 2px 2px #ffffff inset;
    /* è¾¹ç¼˜é˜´å½± */
}

.newsWrapper .newsList_l li {
    background-color: white;
}

.newsWrapper .newsList_r {
    background-color: white;
    padding-right: 80px;
    padding-left: 60px;
    min-height: 480px;
    box-shadow: 0 0 3px #fff,
        /* ä¸»å‘å…‰ */
        0 1px 1px #fff inset,
        /* å†…å‘å…‰ */
        0 2px 2px #eeeeee inset;
    /* è¾¹ç¼˜é˜´å½± */
}

.newsWrapper .newsList_r li {
    background-color: #eeeeef;
}

.more-wrapper {
    justify-content: end;
}

.newsWrapper .more {
    text-align: center;
    background-color: #801c1d;
    border-radius: 24px;
    width: 100px;
    height: 28px;
    display: flex;
    align-items: center;
    font-family: emoji;
}

.newsWrapper .more a {
    font-size: 14px;
    color: white;
    margin: auto;
}

.footer {
    background-image: url(/images/footer_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 190px;
}

.footer .row {
    align-items: center;
    width: 780px;
    text-align: left;
    margin-top: 50px;
    padding-left: 80px;
    font-size: 14px;   
    align-items: baseline;
}


.footer .row p {
    margin: 0px;
}

.footer .row span {
    padding-right: 15px;
}

.footer .row a {
    color: black;
}

.map-link {
    border: 1px solid black;
    border-radius: 10px;
    display: inline-block;
    width: 80px;
    padding: 1px 2px 0px 2px;
    font-size: 11px;
    text-align: center;
    margin: 0;
}

.footer a:hover {
    color: red;
}

.main-content {
    min-height: 320px;
    background-color: #f9fafb;
}

article {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    line-height: 36px;
    text-indent: 2em;
}

.main-content h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    color: rgba(0, 0, 0, .7);
}

.location a {
    color: black;
}

.location .col {
    padding-left: 160px;
}









.more-wrapper {
    justify-content: end;
}


.more {
    text-align: center;
    display: flex;
    align-items: center;
    font-family: emoji;
}

.more a {
    font-size: 14px;
    color: white;
    margin: auto;
    text-decoration: none;
    font-weight: 500;
}
.more a:hover {
   opacity: 0.80;
}
.more:hover {
    box-shadow:0px 0px 15px 3px rgb(247 240 242);
}

.newsWrapper .more {
    background-color: #801c1d;
    border-radius: 24px;
    width: 100px;
    height: 28px;
}
.newsWrapper .more:hover {
    box-shadow:0px 0px 1px 1px gray;
}
.xiangmu .more-wrapper {
    justify-content: center;
}

.xiangmu .more {
    background-color: #fdd000;
    border-radius: 24px;
    width: 120px;
    height: 36px;
    color: black;
}
.xiangmu .more:hover {
    box-shadow:0px 0px 15px 3px rgb(175 95 16);
}
.xiangmu .more a {
    font-size: 16px;
    color: black;
}

.dongtai .right .more {
    background-color: #fdd000;
    border-radius: 24px;
    width: 100px;
    height: 28px;

}
.dongtai .more:hover {
    box-shadow:0px 0px 5px 3px white;
}

.dongtai .right .more a {
    color: black;
}

.gongkai .more-wrapper {
    justify-content: center;
}

.gongkai .more {
    background-color: #566892;
    border-radius: 24px;
    width: 100px;
    height: 28px;
}
.gongkai .more:hover {
    box-shadow:0px 0px 1px 1px gray;
}
.juan .more-wrapper {
    justify-content: center;


}

.juan .more {
    background-color: rgba(0, 0, 0, 0);
    width: 140px;
    height: auto;
    border: 2px solid white;
    border-radius: 24px;
}


.juan .more a {
    color: white;
    font-size: 24px;
}