﻿.swiper-container {
    width: 100%;
}

.banner .swiper-slide {
    position: relative;
}
.banner-img{
    position: relative;
    width: 100%;
    padding-top:42.5%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.banner img{
    max-width: 100%;
}
.banner-img img{
    position: absolute;
    left: 50%;
    top:50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    height: 100%;
    vertical-align: middle;
}
.banner-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .4))
}
.banner-title{
    padding-bottom:45px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: rgba(247,247,247, .88); */
}

.banner-title a{
    color: #fff;
}

.banner-title a:hover{
    color: #fff;
    text-decoration: none;
}

.banner .swiper-container-horizontal .swiper-pagination{
    text-align: right;
    padding-right: 105px;
    height: 26px;
    bottom: 45px;
}
.banner .swiper-container-horizontal .swiper-pagination:after{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.banner .swiper-container-horizontal .swiper-pagination-bullet{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: rgba(255,255,255, 1);
    opacity: .3;
    cursor: pointer;
}

.banner .swiper-container-horizontal .swiper-pagination-bullet-active{
    background-color: rgba(255,255,255, 1);
    opacity: 1;
}

.swiper-container .banner_arr {
    background: url(../image/banner_arr.png) left center no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 26px;
    position: absolute;
    right: 60px;
    bottom: 45px;
    opacity: .85;
    z-index: 10;
}


.swiper-container .banner_arr:hover{
    opacity: 1;
}

.title{
    padding:30px 40px 30px;
    font-size:24px;
    line-height: 24px;
    color: #a0021f;
}
.title span,
.title a{
    margin-left:20px;
    font-size:14px;
    font-weight:normal;
    color:#b2b0b0;
    cursor: pointer;
}

.mewsUl{
    margin-bottom: -13px;
}
.mewsUl li{
    float: left;
    margin-bottom: 13px;
    width: 390px;
    height: 170px;
    line-height: 170px;
    background-color: #f7f7f7;
    cursor: pointer;
    transition: all .2s;
}
.mewsUl li:not(:nth-of-type(4n)){
    margin-right: 13px;
}

.mewsUl li span{
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 18px;
}
.mewsUl li .spanL{
    width: 14px;
    height: 64px;
    margin-right: 25px;
    background: url(../image/wen.png) no-repeat center;
}
.mewsUl li .spanR{
    width: 310px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 18px;
}
.mewsUl li .spanR div {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mewsUl li:hover{
    background-color: #FFF;
    box-shadow: 0 5px 8px #ccc
}
.mewsUl li:hover .spanL{
    background-image: url(../image/wen_l.png);
}

.learningBox{
    width:1600px;
    padding-bottom:30px;
    overflow: hidden;
}


.learningBox .learning-slide{
    position: relative;
    float: left;
    width: 15%;
    height: 380px;
    background: #f7f7f7;
    transition: all .2s;
}
.learningBox .learning-slide:not(:first-of-type){
    margin-left: 2%;
}
.learningBox .learning-slide.over{
    background: #fff url(../image/index_6.png) no-repeat left bottom;
}
.learningBox .learning-slide:hover{
    background: #fff url(../image/index_6.png) no-repeat left bottom;
    box-shadow: 0 5px 8px #ccc
}
.learningBox .learning-slide:hover .txtB,.learningBox .learning-slide:hover .txtC{
    color:#3e3a39;
}
.learningBox .img{
    display: block;
    width: 100%;
    height: auto;
}
.txtA{
    padding:0 20px;
    font-size: 18px;
    line-height: 22px;
    height: 66px;
    color:#3e3a39;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.txtB{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 18px;
    padding:0 20px;
    color:#5b5757;
}
.txtB img{
    width: 18px;
    margin-right: 10px;
}
.txtB img,.txtB span{
    display: inline-block;
    vertical-align: middle;
}
.txtC{
    position: absolute;
    right: 20px;
    bottom: 15px;
    line-height: 28px;
    text-align: right;
    font-size: 20px;
    color:#3e3a39;
}


.boxA{
    padding:0 40px 60px;
    background-color: #f7f7f7;
}
.boxA_L{
    float: left;
    width: 968px;
}
.boxA_R{
    float: right;
    width: 500px;
}
.boxA .title{padding: 60px 0 30px;}
.boxA_Ul li{
    float: left;
    font-size: 16px;
    line-height: 25px;
    /*margin-bottom: 5px;*/
    width: 49%;
    padding:10px 25px 10px 25px;
    /* border-top:1px solid #ddd; */
    cursor: pointer;
}
.boxA_L .boxA_Ul li{
    padding: 10px 0;
}
.boxA_Ul li:nth-of-type(1),.boxA_Ul li:nth-of-type(2){
    border-top:1px solid #f7f7f7;
}
.boxA_Ul li .ellipsisA{
    position: relative;
    padding-left: 25px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.boxA_Ul li .ellipsisA:before{
    content: '';
    position: absolute;
    left: 0;
    top:11px;
    width: 10px;
    height: 4px;
    transition: all 0.2s;
    background-color: #c4c9cc;
}
.boxA_Ul li:hover .ellipsisA{
    color:#b81c22
    /* border:1px solid #dfd9d1;
    border-radius: 3px; */

}
.boxA_Ul li:hover .ellipsisA:before{
    color:#b81c22;
    top:7px;
    width: 10px;
    height: 10px;
    background-color: #b81c22;

}
.boxA_Ul li:nth-of-type(2n){
    margin-left:2%;
}
.ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.boxA_txt{
    margin-top: 5px;
    font-size: 14px;
    color:#787574
}
.boxA_UlB{
    font-size: 16px;
    line-height: 38px;
}
.boxA_UlB li{
    position: relative;
    padding-left: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor: pointer;
}
.boxA_UlB li i{
    position: absolute;
    left:7px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c4c9cc;
}
.boxA_UlB li:hover{
    color:#b81c22
}
.boxA_UlB li:hover i{
    background-color: #b81c22;
}

.aboutBox_title{
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}
.aboutBox_txt{
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.aboutBox{
    margin: 80px auto 0;
    width: 1300px;
    text-align: center;
}
.aboutBox li{
    float: left;
    width: 20%;
    font-size: 18px;
    text-align: center;
}
.aboutBox li div{
    margin-top: 10px;
    font-size: 36px;
    font-family: 'SimSun';
}
.aboutBox_more{
    margin: 70px auto;
    width: 436px;
    line-height: 60px;
    font-size: 18px;
    color:#FFF;
    background-color: #b81c22;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.1s;
}

.aboutBox_more a{
    color:#FFF;
}

.aboutBox_more a:hover{
    text-decoration: none;
}

.aboutBox_more:hover{
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.mediaBox{
    padding-bottom:70px;
    color: #FFF;
    background: url('../image/media_bg.jpg') no-repeat center bottom;
    background-size:100% 100%;
}
.mediaBox .title{
    margin-top: 0;
    padding:70px 40px 0 40px;
    line-height: 1.1;
    color: #fff;
}
.mediaBox_L{
    float: left;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 60px;
    width: 37.5%;
    font-size: 16px;
    box-sizing: border-box;
}
.mediaBox_L li{
    margin-bottom: 25px;
    cursor: pointer;
}
.mediaBox_L li:last-of-type{
    margin-bottom: 0;
}
.mediaBox_L li div{
    position: relative;
    overflow:hidden;
    padding-left:40px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.mediaBox_L li.checked i{
    background-color: #b81c22!important;
}

.mediaBox_L li:hover i{
    background-color: #b81c22!important;
}

.mediaBox_L li div:first-of-type{
    position: relative;
}
.mediaBox_L li div:first-of-type i{
    position: absolute;
    left: 10px;
    top:8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5a5b58;
    overflow: hidden;

}

.mediaBox_M{
    float: left;
    width: 26.2%;
    height: 350px;
    padding-right:20px;
    line-height: 350px;
    font-size:0;
    border-left: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box;
}
.mediaBox_M:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.mediaBox_M img{
    display: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
    box-shadow: 8px 0px 40px rgba(211,143,54, 0.54);
}
.mediaBox_R{
    float: left;
    margin-top: 40px;
    padding-right: 130px;
    width: 36.3%;
    height: 250px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.mediaBox_R_div{
    display: none;
}
.mediaBox_R_div .mediaBox_con {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.mediaBox_R h3{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.mediaBox_R div{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}
.mediaBox_R p{
    text-indent: 2em;
}

.ztUl{

    font-size: 18px;
    text-align: center;
}
.ztUl li{
    float: left;
    width: 20%;
    text-align: center;
}

.ztUlA img:hover{
    box-shadow: 0 5px 8px #666
}
.ztUl img{
    transition: all .2s;
    vertical-align: top;
    border:2px solid #fff;
    box-sizing: border-box;
    width: 94%;
}
.ztUl span{
    display: inline-block;
    padding:20px;
    width: 94%;
    text-align: center;
}
.ztUlB{
    margin: 60px auto 150px;
    width: 1450px;
}

.ztUlB li{
    width: 25%;
}

.ztUlB div{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    transition: all 0.1s;
    overflow: hidden;
}
.ztUlB div i{
    display: block;
    width: 160px;
    height: 160px;
}
.ztUlB .ztImg1{
    background: url('../image/index_b1.png') no-repeat center;
}
.ztUlB .ztImg1 i{
    background: url('../image/index_m1.png') no-repeat center;
}
.ztUlB .ztImg2{
    background: url('../image/index_b2.png') no-repeat center;
}
.ztUlB .ztImg2 i{
    background: url('../image/index_m2.png') no-repeat center;
}
.ztUlB .ztImg3{
    background: url('../image/index_b3.png') no-repeat center;
}
.ztUlB .ztImg3 i{
    background: url('../image/index_m3.png') no-repeat center;
}
.ztUlB .ztImg4{
    background: url('../image/index_b4.png') no-repeat center;
}
.ztUlB .ztImg4 i{
    background: url('../image/index_m4.png') no-repeat center;
}
.ztUlB .ztImg5{
    background: url('../image/index_b5.png') no-repeat center;
}
.ztUlB .ztImg5 i{
    background: url('../image/index_m5.png') no-repeat center;
}

.ztUlB .ztImg1:hover,.ztUlB .ztImg2:hover,.ztUlB .ztImg3:hover,.ztUlB .ztImg4:hover,.ztUlB .ztImg5:hover{
    background-image: linear-gradient(to bottom, rgb(200,46,49) 0%,rgb(145,23,36) 100%);
    box-shadow: 0 5px 15px rgba(56, 44, 42, 0.5);
}
.ztUlB .ztImg1:hover i{
    background: url('../image/index_m1_hover.png') no-repeat center;
}
.ztUlB .ztImg2:hover i{
    background: url('../image/index_m2_hover.png') no-repeat center;
}
.ztUlB .ztImg3:hover i{
    background: url('../image/index_m3_hover.png') no-repeat center;
}
.ztUlB .ztImg4:hover i{
    background: url('../image/index_m4_hover.png') no-repeat center;
}
.ztUlB .ztImg5:hover i{
    background: url('../image/index_m5_hover.png') no-repeat center;
}
.ztUlB span{
    padding:20px 0;
    width: 160px;
}

.breadCrumb{
    padding-left:35px;
    line-height: 30px;
    font-size:16px;
    color:#9e9c9c;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3RDJCQjYwQjI1MTFFQ0E0QkQ5NjBBOTY0MzA3NzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3RDJCQjUwQjI1MTFFQ0E0QkQ5NjBBOTY0MzA3NzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY2NjgyODM4MEIyMzExRUNCRTk5OEQ5OEYzQjlFM0REIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY2NjgyODM5MEIyMzExRUNCRTk5OEQ5OEYzQjlFM0REIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+p6m3SQAABulJREFUeNq8Vllwk2UUPdnXZmnakqVJV7qMFAwga0UsKAoiYrFDK4wPOuA4+uSoL4oj4ziDDuLCjAuMOlAtCEXFoihoQRFFFGgp0C20adOWkLRpkqbZmsT7fcUogj76z7Rp/z//Pfeee+75riCVSuH/uMTs1+5p9hseCAQCJBMJxPyBskQsWq22WOaqcy3TZFqtgT2Ph0LDgV5n25jLdUokkzdKdZp2oVCEmyW+vu3sJNANIEIhIiMjxalEYrNt6ZLarFtncGC6B5FEApFCgXgwqJkye1aBWKlc6W1pfdl55OgegUD4gtyQ2Z1KJm+MyTJIV0TB2BUaGHg4225/v2jVSmX46lX4uh2IBYOwVi3GhZ0fYqS9A+bKhdDk2fg72vw8iGQy9B/7Iew5e3ajymzezQNdq45VJPwn8li/69n8+5bXl6+vU8r0OsTDYXR9up/dR/m6h5EzeyYkVNHU6tVITsRxqb4e3guXkE1VT9/wqMJ29127iM5nb9qjP+kKulx1xQ/cv6Vg1Up8//iTyCwvw6qmzzA2MATX98048/qbiI+FYFo4H0O/nIKvowu6wiIseXc7epoO4eTzL+KObVshFIu29Bw67MrItXzyJ42cuvqKmcS/z6gvLRmc/sQGQduODzBOlI0SZSU1D0FfUoyQ2wNX8zEUrlyBsMeLRCwGRZYBY64ByA0GAvoKKrOR/12+rg6t77yXokQs8kz90LrzZyapY+qia3vJ2ocEFz+qB8ui/JH1MM6Zg6jfj469+2CpXABdcRE9S0FXVECVjcE4dw6GL7XD73BAnWtGzkw7JeiB89ujKF7zICvi7WuxJ4FIwkXWqjuqScb0RTf1VwjXd8egsVkR6O3F4NnTTGU8ULC/n/dYqtHwAN7W8xi/4oa2qAi+zi5KaCFRPYDo6ChsS6uqY35/URpoIhqtNVRMg+fMOcj1mZATJWKVEmNXriDY44SJqJVnZaHvyFGuPKbCnFl23idFpp5XMe52Q6pSY4LEozKZEHT28x4TxbVpII3VWpmMJxD1+aE0TiE1TfAsS9fWoHDVfZBqNXwQnc1HKRE9fO3tSESjiHi9cHsGkb/iHuQvuxsheic0NMSlzqhNxuNEaW5lWnWa/LzSeDDAqciiyrznWogiF4SkxFnPPI0rp07DeNtsVL3xFvWpGItefw2xQACWRZWQGnQor6sjBXYjNhaEJKTmNI9f9RKdhWzWStIViRTybIlaBW9bGwZP/gyBWEQCmcBIRydSiSTOvbWdaDuC/HuX4fet20A2BDeBiyRSRIa8FDiERCRMjPhAKqOfTDatEE66SE4aiHWXqYlxqzIaiboEcW9Ad+Nn9Cx5bep/xMVd9cS9E5cPNlESHejadwCtH38EgUjIlSZRqSBRquiVBKeO2RZ5TTINlIjGPAws6h+leRrm/KvMJj5Hv299A8v31GP+5k3U8KuYtuExnrn1zsXQlUxFzeFvMHjiJ3TtP4AMqxVMuWr6ZK4SI7CJSNSb7hFJuCPbPiNfW1DIrYSpTygWQ1OQj85P9/EmL2/YjalrHsSUObMpYC4U2VlEVxS/vrIFvV8dhpoSk2RkcCElIhH+XExWFejp6UoDBfv6T1DgZSzA4I8n+dSzinTUzInQOFzHjnPAUcdl3kMtJXBm25uwLaki+hq5Q+jLSiFWygkgG56WVrCei+VyJqoTf4lBJm3wdXZCMSWHgnXDvGAewjS4YpqLjDwrzVkYEd8od+veQ19DRAGSsThkOh2kVIXKYoaa+jsRjrCekPsPwnDLLRi+cIGBfZIGkmq1DmpmozInG5bbb0cfGahMp4dQJEKO3Y7sigpeHTNR5g7MWBkIqzyDwE3z5pIXujltbCyyZsygitTo/665kWbQkQZiAUkfT3bu3Ze03bWE7MNP5pgJBQH3Nx9Hhs1G9PZNTj8Nr/v0b8yhucepTEb0UJW8b4YsxMdDyL1zEbr3H2Bqe4rFvu7gu3ZMrC1YsaKhePX9aKMDzkcS1hYWcGNlVE3yrqDMBEiQ1UQDQd4HYoS7BTPZkpo1cBz8ksAP19Ex0cAM+rqDj92gvWAPnSvPOT4/yK3eNH8eRi5eopnK5BZEz/n3+D5B/zOqBaLJykwLFqCYDkPHF1+it+nr59QWc8Pfj/QbdgZaQF693HRogM6ZHaW1NYoc+60kfydlH0DYO4IAUchOWLY3JIgFZq6MNnYOtb23M+JpadmoyrXs+u+d4e/LyfDIVPKLl/KWVtXqy8ogkkqIwgDvJ6OO7QqMthS5CDuTyNn30nubyH46/7mcMOpuCnTduhUIlJFsqynruWS+FWQzBuZj8fHwMM3f+aCzj9YtGalL2y4kK/q3dUvwfy2QfwgwAO5PXM30LUtIAAAAAElFTkSuQmCC') no-repeat left center;
    background-size: 26px auto;
}

.breadCrumb a{
    color:#9e9c9c;
}
.breadCrumb span{
    position: relative;
    padding:0 10px;
    color:#9e9c9c;
    background:none;
}
.breadCrumb span:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 1px;
    height: 14px;
    background-color: #9e9c9c;
    overflow: hidden;
    -ms-transform: translateY(-40%) rotate(30deg);
    transform: translateY(-40%) rotate(30deg);
}


.breadCrumb a:last-of-type{
    color:#3e3a39;
}
.breadCrumb a:hover{
    color: #9e9c9c;
    text-decoration: none;

}

/* 锦绣东华  */
.jxdh_title{
    margin-top:50px;
    /*padding:0 30px;*/
    font-size:22px;
    line-height: 22px;
    /*margin-bottom: 10px;*/
    color:#3e3a39;
    text-align: center;
}

.lby_title{
    position: relative;
    margin-top: 30px;
    margin-bottom: -10px;
    position: relative;
    font-size: 20px;
    color: #3E3A39;
}
.lby_title:after{
    content: '';
    position: absolute;
    top:50%;
    border-top: 1px solid #3E3A39;
    border-right: 1px solid #3E3A39;
    width: 12px;
    height: 12px;
    -ms-transform: translate(8px,-35%) rotate(45deg);
    transform: translate(8px,-35%) rotate(45deg);
}
.jxdh_title_span{
    margin-left: 50px;
    position: relative;
    font-size:20px;
    color:#777;
    cursor: pointer;
}
.jxdh_title_span em{
    font-size:16px;
}
.jxdh_title_span i{
    position: absolute;
    right:-15px;
    top:50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #777;
}
.jxdh_title_span ul{
    display: none;
    position: absolute;
    left: 0;
    top:40px;
    padding:6px 0;
    width: 120px;
    border-radius: 6px;
    background-color: #FFF;
    font-weight: normal;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.jxdh_title_span li{
    padding:0 10px;
    line-height: 30px;
    font-size:16px;
    text-align: center;
    cursor: pointer;
}
.jxdh_title_span li.checked{
    color: #b81c22;
}
.jxdh_title_span li:hover{
    background-color: #f1f1f1;
}
.jxdh_ul li{
    float: left;
    margin-top: 30px;
    width: 32%;
    height: 575px;
    background-color: #f7f7f7;
    background-repeat:no-repeat ;
    background-position: center bottom;
    background-size:100% auto ;
}

.jxdh_ul li:hover{
    background-color:#b81c22;
    box-shadow: 0 3px 20px rgba(0,0,0,0.4);
}
.jxdh_ul .li1:hover{
    background-image: url("../image/home/w1.png");
}
.jxdh_ul .li2:hover{
    background-image: url("../image/home/w1.png");
}
.jxdh_ul .li3:hover{
    background-image: url("../image/home/w1.png");
}
.jxdh_ul .li4:hover{
    background-image: url("../image/home/w1.png");
}
.jxdh_ul .li5:hover{
    background-image: url("../image/home/w1.png");
}
.jxdh_ul .li6:hover{
    background-image: url("../image/home/w1.png");
}






.jxdh_ul li:hover .jxdh_ul_span{
    background-color: #FFF;
    color:#c52d30;
}
.jxdh_ul li:nth-of-type(3n+2){
    margin-left: 2%;
    margin-right: 2%;
}
.jxdh_ul img{
    width: 100%;
}
.jxdh_ul_div{
    position: relative;
    padding-top:110px;
}
.jxdh_ul_div .jxdh_ul_span{
    position: absolute;
    left: 35px;
    top:0;
    width: 135px;
    height: 105px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:22px;
    line-height: 28px;
    background-color: #2e2424;
    color:#FFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jxdh_ul_txt{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left:120px;
    font-size:20px;
    line-height: 30px;
    color:#454545;
    cursor: pointer;
}
.jxdh_ul_txt em{
    content: '';
    position: absolute;
    left: 80px;
    top:0;
    width:30px;
    height: 30px;
    background:url("../image/home/3.png") no-repeat center;
    background-size:20px auto;
}
.jxdh_ul li:hover .jxdh_ul_txt {
    color:#FFF!important;
}
.jxdh_ul li:hover .jxdh_ul_txt em{
    background:url("../image/home/1.png") no-repeat center;
    background-size:20px auto;
}

.jxdh_ul li:hover .jxdh_ul_txt:hover em{
    background: #FFF url("../image/home/2.png") no-repeat center;
    background-size:20px auto;
    border-radius: 10px;
}

.jxdh_aboutBox{
    padding-top:70px;
    height: 418px;
    background:url("../image/home/about.jpg") no-repeat center;
    background-size: 100% 100%;
    color:#FFF;
    font-size:18px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
}
.jxdh_aboutBox .p1{
    font-size:30px;
}

.jxdh_aboutBox .p2 a{
    position: relative;
    padding-right: 20px;
}

.jxdh_aboutBox .p2 a:hover{
    text-decoration: underline;
}

.jxdh_aboutBox .p2 a span{
    position: absolute;
    right: -10px;
    transition: all 0.2s;
    text-decoration: none;
}

.jxdh_aboutBox .p2 a:hover span{
    right: -20px;
}

/*往期大图*/
.wqdt_ul{
    margin-bottom:-30px;
}
.wqdt_ul dt{
    /*margin-top: 20px;*/
    margin-bottom: 10px;
    padding-left:30px;
    font-size:30px;
    line-height: 40px;
    font-weight: normal;
}
.wqdt_ul dt span{
    font-size:16px;
}
.wqdt_ul dd{
    margin-bottom:50px;
    float: left;
    width: 48.3%;
    background-color: #f7f7f7;
}
.wqdt_ul dd:nth-of-type(2n+2){
    float: right;
}
.wqdt_ul dd:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wqdt_ul dd:hover .wqdt_ul_title{
    color:#FFF;
    background-color: #b81c22;
}
.wqdt_ul dd img{
    width: 100%;
    height: 290px;
}
.wqdt_ul_title{
    padding-left: 30px;
    line-height: 30px;
    font-size:30px;
}
.wqdt_ul_div{
    padding:10px 30px;
    border-top:4px solid #e0e0e0;
    height: 75px;
    font-size:16px;
    line-height: 1.2;
}
.more_btn{
    margin-right: auto;
    margin-left: auto;
    width: 430px;
    font-size:24px;
    color:#FFF;
    line-height: 60px;
    text-align: center;
    background-color: #b81c22;
    cursor: pointer;
}

/*列表页*/
.lbyBox{
    position: relative;
    padding-top:30px;
}
.lbyBoxL{
    float: left;
    min-height: 200px;
    width: 390px;
    background: #f7f7f7;
}
.lbyBoxR{
    margin-left: 415px;
}
.lbyBoxL_ul{
    padding-bottom:100px;
}
.lbyBoxL_title{
    padding-left:40px;
    line-height: 80px;
    background-color: #b81c22;
    color:#FFF;
    font-size:22px;
}
.lbyBoxL_div{
    line-height: 80px;
    font-size:18px;
}
.lbyBoxL_div h6{
    position: relative;
    margin: 0 25px;
    padding:0 15px;
    line-height: 80px;
    height: 80px;
    font-size:18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}


.lbyBoxL_ul li .lbyBoxL_div h6{
    border-bottom:1px solid #ececed;
}
.lbyBoxL_ul li.selected{
    position: relative;
    margin-top: -1px;
}
.lbyBoxL_ul li.parent .lbyBoxL_div h6{
    border-bottom:none;
}
.lbyBoxL_ul li.parent{
    position: relative;
    margin-top: -1px;
}
.lbyBoxL_ul li.selected .lbyBoxL_div h6{
    border-bottom:none;
}
.lbyBoxL_div:hover{
    background:#f1f1f1;
}

.lbyBoxL_ul li.parent .lbyBoxL_div{
    background:#FFF url("../image/home/lby_bg.png") no-repeat center;
    background-size: 100% 105%;
}

.lbyBoxL_ul li.parent h6:before{
    content: '';
    position: absolute;
    left: -25px;
    top:50%;
    width: 14px;
    height: 64px;
    background:url("../image/home/lby_1.png") no-repeat center;
    background-size:100% 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lbyBoxL_ul li.selected .lbyBoxL_div{
    background:#FFF url("../image/home/lby_bg.png") no-repeat center top;
    background-size: 100% 105%;
}

.lbyBoxL_ul li.selected h6:before{
    content: '';
    position: absolute;
    left: -25px;
    top:50%;
    width: 14px;
    height: 64px;
    background:url("../image/home/lby_1.png") no-repeat center;
    background-size:100% 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.lbyBoxL_more{
    display: none;
}
.lbyBoxL_ul li.parent .lbyBoxL_more{
    display: block;
}
.lbyBoxL_ul li.selected .lbyBoxL_more{
    display: block;
}
.lbyBoxL_more span{
    position: relative;
    display: block;
    padding: 20px 56px;
    line-height: 20px;
    font-size:16px;
    cursor: pointer;
}
.lbyBoxL_more span:hover,.lbyBoxL_more .selected{
    color:#b81c22;
}
.lbyBoxL_more .selected:after{
    content: '';
    position: absolute;
    right:30px;
    top:50%;
    width: 10px;
    height: 10px;
    border-top:1px solid #b81c22;
    border-right:1px solid #b81c22;
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.lby_ul{
    padding:30px 0 0!important;
}
.lby_ul li{
    position: relative;
    float: left;
    width: 32.8%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 0.8%;
    border:1px solid #f3f3f3;
    box-sizing: border-box;
    padding:20px 40px;
    font-size:14px;
    line-height: 30px;
    color:#9e9c9c;
    cursor: pointer;
}
.lby_ul li h3{
    font-size:18px;
    width: 100%;
    line-height: 30px;
    color:#3e3a39;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.lby_ul li div{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.lby_ul li h3 .ml20{
    margin-left: 30px;
}
.lby_ul li:nth-of-type(3n+2){
    margin-left: 0.8%;
    margin-right: 0.8%;
}
.lby_ul li:hover{
    background: url("../image/home/li.png") no-repeat right bottom;
    background-size: 100% 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.lby_ul li:hover h3{
    color:#b81e24
}
.lby_ul li:hover:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #b81e24;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lby_ul li:hover:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #b81e24;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}





.lby_ulC{
    /* display: none; */
    padding:20px 0 0!important;
}
.lby_ulC li{
    position: relative;
    float: left;
    width: 42.8%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    margin-left: 3%;
    margin-bottom: 0.8%;
    border:1px solid #f3f3f3;
    box-sizing: border-box;
    padding:20px 40px;
    font-size:14px;
    line-height: 30px;
    color:#9e9c9c;
    text-align: center;
    cursor: pointer;
}
.lby_ulC li h3{
    font-size:18px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color:#3e3a39;
}
.lby_ulC li:nth-of-type(2n){
    float: right;
    margin-right: 4%;
    margin-left: 0;
}
.lby_ulC li:hover{
    background: url("../image/home/li.png") no-repeat right bottom;
    background-size: 100% 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.lby_ulC li:hover h3{
    color:#b81e24
}
.lby_ulC li:hover:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #b81e24;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lby_ulC li:hover:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #b81e24;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.lby_ulC li div{
    line-height: 1.5;
}







.lby_ulB{
    padding:30px 0;
}
.lby_ulB li{
    position: relative;
    float: left;
    margin-bottom: 2%;
    font-size: 18px;
    border:1px solid #f3f3f3;
    box-sizing: border-box;
    cursor: pointer;
    color: #3e3a39;
}
.lby_ulB_liA{
    width: 49%;
}
.lby_ulB_liB{
    width: 100%;
}
.lby_ulB li.fr{
    float: right;
}
.lby_ulB li h4{
    position: relative;
    padding-left:100px;
    height: 98px;
    line-height: 98px;
    font-size: 18px;
}
.lby_ulB .span_em:hover{
    color:#b81e24;
}
.lby_ulB_liA h4{
    padding-right:100px;
}
.spanB{
    /*font-weight: bold;*/
}
.ml_2{margin-left:2%}
.lby_ulB li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.lby_ulB li:hover h4{
    background: url("../image/home/li.png") no-repeat right center;
    background-size: auto 100%;
}

.lby_ulB li:hover .spanB{
    color:#b81e24
}
.lby_ulB li:hover h4:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #b81e24;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lby_ulB li:hover h4:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #b81e24;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lby_ulB_div{
    margin: 0 30px;
    line-height: 50px;
    border-top:1px solid #f3f3f3;
    box-sizing: border-box;
}
.lby_ulB_div span{
    float: left;
}
.lby_ulB_liA .lby_ulB_div{
    padding:10px 20px 25px 70px;
    min-height: 125px;
}
.lby_ulB_liA .lby_ulB_div span{
    width: 25%;
}
.lby_ulB_liB .lby_ulB_div{
    padding:10px 0 25px 70px;
    min-height: 125px;
}
.lby_ulB_liB .lby_ulB_div span{
    width: 16.6%;
}
.lby_ulB_liB .spanC{
    margin-left: 242px;
}
.lrld_box{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.lrld_title{
    color: #3e3a39;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    font-size:20px;
    line-height: 1;
}
.lrld_title div{
    height: 40px;
    padding-bottom:20px;
    margin: 0 3%;
    width: 42.8%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.lrld_title div:last-child{
    margin-right: 4%;
}
.lrld_title div.hover{
    border-bottom: 4px solid #b81c22;
}




/*新闻中心*/
.newsBoxL{
    margin-right: 570px;
}
.newsBoxR{
    float: right;
    width: 480px;
}
.new_title{
    padding-bottom:30px;
    font-size:24px;
    line-height: 24px;
    border-bottom:1px solid #ddd;
    color: #a0021f;
}
.new_title b{
    font-weight: normal;
}
.new_title span{
    margin-left: 20px;
    font-size:14px;
    font-weight: normal;
    color:#999;
}

.new_title a {
    line-height: 1;
}

.newsBoxL .newsBoxL_Ul li {
    position: relative;
    margin-top: 25px;
    padding:30px 40px;
    font-size:14px;
    line-height: 22px;
    background-color: #f7f7f7;
    cursor: pointer;
}

.newsBoxL .newsBoxL_Ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: 14px;
    height: 64px;
    background: url("../image/wen.png") no-repeat center;
    background-size: 100% 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsBoxL .newsBoxL_Ul li:hover:before{
    background-image: url("../image/wen_l.png");
}
.newsBoxL .newsBoxL_Ul li:hover{
    color:#999;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.newsBoxL .newsBoxL_Ul li:hover h3{
    color:#b81c22;
}

.newsBoxL .newsBoxL_Ul li  h3{
    margin-bottom: 15px;
    font-size:18px;
    /*font-weight: bold;*/
}

.newsBoxR li{
    margin-top: 20px;
    position: relative;
    padding-left:80px;
}
.newsBoxR li:hover span{
    border-radius: 50%;
    color:#FFF;
    background-color: #b81c22;
}

.newsBoxR li span{
    position: absolute;
    left:0;
    top:50%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size:30px;
    color:#dbdbdb;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsBoxR li p{
    margin-bottom: 5px;
    line-height: 30px;
    font-size:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.newsBoxR li i{
    display: inline-block;
    width: 100px;
    padding-left:20px;
    font-size:16px;
    color:#999;
    background: url("../image/news/hot.png") no-repeat left center;
}
.newsBoxR li i.redHot{
    background-image: url("../image/news/hot_l.png");
}

.newsBoxR li em{
    display: inline-block;
    margin-left: 10px;
    width: 100px;
    padding-left:25px;
    font-size:16px;
    color:#999;
    background: url("../image/news/time.png") no-repeat left center;
}

.xiaobaoBox{
    margin: 25px 0;
    width: 100%;
    height: 374px;
    overflow: hidden;
}

.news_zl{
    margin-bottom: -100px;
    min-width: 1600px;
    height: 235px;
    line-height: 135px;
    font-size:30px;
    color:#FFF;
    text-align: center;
    background: url("../image/news/zl.jpg") no-repeat center;
    background-size: cover;
}
.new_ztUl{
    padding:2% 2% 0 2%;
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    overflow: hidden;
}
.new_ztUl li{
    position: relative;
    float: left;
    width: 32%;
    height: 130px;
    font-size:18px;
    background-color: #f7f7f7;
    margin-bottom: 2%;
    text-align: center;
}
.new_ztUl li a{
    position: absolute;
    left: 50%;
    top:50%;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.new_ztUl li:nth-of-type(3n+2){
    margin-left: 2%;
    margin-right: 2%;
}

.new_ztUl li:hover{
    z-index: 1;
}

.new_ztUl li:hover a{
    /*transform: scale(1.12,1.4);*/
    width: 112%;
    height: 140%;
    background: url("../image/news/zt_bg.jpg") no-repeat center;
    background-size: cover;
    color:#FFF;
}

.new_ztUl span{
    position: relative;
    display: inline-block;
    margin-left:30%;
    width: 70%;
    text-align: left;
}
.new_ztUl .zt1{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt1.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt1{
    background-image: url("../image/news/zt1_l.png");
}

.new_ztUl .zt2{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt2.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt2{background-image: url("../image/news/zt2_l.png");}


.new_ztUl .zt3{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt3.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt3{background-image: url("../image/news/zt3_l.png");}


.new_ztUl .zt4{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt4.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt4{background-image: url("../image/news/zt4_l.png");}


.new_ztUl .zt5{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt5.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt5{background-image: url("../image/news/zt5_l.png");}


.new_ztUl .zt6{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt6.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt6{background-image: url("../image/news/zt6_l.png");}


.new_ztUl .zt7{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt7.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt7{background-image: url("../image/news/zt7_l.png");}


.new_ztUl .zt8{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt8.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt8{background-image: url("../image/news/zt8_l.png");}


.new_ztUl .zt9{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt9.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt9{background-image: url("../image/news/zt9_l.png");}

.new_ztUl .emLine{
    display: none;
}
.new_ztUl li:hover .emLine{
    display: block;
}

.new_ztUl .emL{
    position: absolute;
    left: 0;
    top:50%;
    width: 37px;
    height: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAKCAYAAAAzZJfgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMTk0MTNCQTBCQUMxMUVDODY5QzkxQkZDOTlDQTBBNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMTk0MTNCQjBCQUMxMUVDODY5QzkxQkZDOTlDQTBBNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMxOTQxM0I4MEJBQzExRUM4NjlDOTFCRkM5OUNBMEE0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjMxOTQxM0I5MEJBQzExRUM4NjlDOTFCRkM5OUNBMEE0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hkgFEAAAAHtJREFUeNpi/P//P8NgA0wDaLc2EB8BYi0MGVBIDQC2A+J3/yEARNsiyw+Eg0KB+Md/VPAdiINhahj/D55E9Q+IC4F4EtMgSt+MQMwyUGkqEoh/okUfKDojBjJNgbAjEH+AOug9lM8w0I4CYT0gPgHEuuhyjIOx8AQIMABCfkkcXk7EGwAAAABJRU5ErkJggg==") no-repeat center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new_ztUl .emR{
    position: absolute;
    right: 0;
    top:50%;
    width: 37px;
    height: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAKCAYAAAAzZJfgAAAAfUlEQVQ4jc3SQQ4BMRiG4Y/jIG4g4g6EaziIW1k4zbAzNh6LaYRhPZ03+dO0qydtk7GGz1nggmXvfLDpoza46rqVfVXUHq3vHjgMjZoU1DHJKen2tZuW9ZlETchP5dq2uPeer8Wu5p8KVmgKqMF6aNA/VDDDGfMaoDdqbL0AYxift00kBlAAAAAASUVORK5CYII=") no-repeat center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.new_UlDiv{
    margin-bottom: 150px;
}

.new_UlDiv .new_liDiv{
    float: left;
    width: 31%;
    margin-top: 30px;
}

.new_UlDiv .new_liDiv:nth-of-type(3n+2){
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.new_liTitle{
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size:20px;
}
.new_liTitle span{
    float: left;
    padding: 0 30px 0 20px;
    cursor: pointer;
}
.new_liTitle em{
    float: left;
    font-size:14px;
    cursor: pointer;
}
.new_liCot{
    height: 250px;
    line-height: 35px;
    font-size:16px;
    overflow: hidden;
}
.new_liCot p{
    position: relative;
    padding-left: 36px;
    padding-right: 36px;
    cursor: pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.new_liCot p:before{
    content: '';
    position: absolute;
    left: 10px;
    top:50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.new_liCot p:hover{
    color: #b81c22;
}
.new_liCot p:hover:before{
    background-color: #b81c22;
}

.new_liDiv.one .new_li_span.one{
    background-color: #b81c22;
    color:#FFF;
}
.new_liDiv.one .new_li_span.two{
    position: relative;
    background-color: #f7f7f7;
}

.new_liDiv.one .new_liCot.one{
    display: block;
}
.new_liDiv.one .new_liCot.two{
    display: none;
}

.new_liDiv.one .new_li_span.two:before{
    content: '';
    position: absolute;
    left: -10px;
    top:0;
    width: 0;
    height: 0;
    border-top: 40px solid #f7f7f7;
    border-left: 10px solid transparent;
}
.new_liDiv.one:hover .new_li_span.one{
    background-color: #b81c22;
    color: #FFF;
}

.new_liDiv.one .new_li_span.two:after{
    content: '';
    position: absolute;
    right: 0px;
    top:0;
    width: 0;
    height: 0;
    border-top: 40px solid #FFF;
    border-left: 10px solid transparent;
}



.new_liDiv.two .new_li_span.one{
    background-color: #f7f7f7;
}
.new_liDiv.two .new_li_span.two{
    position: relative;
    background-color: #b81c22;
    color:#FFF;
}

.new_liDiv.two .new_liCot.one{
    display: none;
}
.new_liDiv.two .new_liCot.two{
    display: block;
}

.new_liDiv.two .new_li_span.two:before{
    content: '';
    position: absolute;
    left: -10px;
    top:0;
    width: 0;
    height: 0;
    border-top: 40px solid #b81c22;
    border-left: 10px solid transparent;
}
.new_liDiv.two:hover .new_li_span.two{
    background-color: #b81c22;
    color: #FFF;
}
.new_liDiv.two:hover .new_li_span.two:before{
    border-top-color: #b81c22;
    color: #FFF;
}

.new_liDiv.two .new_li_span.two:after{
    content: '';
    position: absolute;
    right: 0px;
    top:0;
    width: 0;
    height: 0;
    border-top: 40px solid #FFF;
    border-left: 10px solid transparent;
}

.new_liTitle em{
    position: relative;
    padding-left:20px;
}
.new_liTitle em:before{
    content: '';
    position: absolute;
    left: -15px;
    top:0;
    width: 4px;
    height: 0;
    border-top: 40px solid #f7f7f7;
    border-left: 10px solid transparent;
}
.new_liTitle em:after{
    content: '';
    position: absolute;
    left: -10px;
    top:0;
    width: 4px;
    height: 0;
    border-top: 40px solid #FFF;
    border-left: 10px solid transparent;
}
.new_liTitle em{
    margin-left: 4px;
    border-left:5px solid #f7f7f7;
}

/*图说东华*/
.tsdh_dl{padding-left:20px;}
.tsdh_dl dt{
    padding-bottom:10px;
    font-size:30px;
    line-height: 40px;
}
.tsdh_dl dt span{
    font-size:16px
}
.tsdh_dl dd{
    margin-bottom: 10px;
    border-top:1px solid #eee;
    overflow: hidden;
}
.tsdh_dl .tsdh_ddL{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 230px;
    min-height: 136px;
}
.tsdh_dl .tsdh_ddR{
    float: right;
    margin-top: 10px;
    width: 200px;
    height: 125px;
}
.tsdh_dl .tsdh_ddR img{
    width: 100%;
    height:100%;
    vertical-align: top;
}
.tsdh_dl dd h5{
    padding-top: 15px;
    margin-bottom: 10px;
    font-size:22px;
    cursor: pointer;
}
.tsdh_dl dd:hover h5{
    color:#b81c22;
}
.tsdh_dl dd p{
    font-size:14px;
    line-height: 22px;
    color:#666;
}
.tsdh_dl dd .tsdh_p_time{
    position: relative;
    padding-left:15px;
    margin-top: 20px;
    color:#9e9c9c;
}
.tsdh_dl dd .tsdh_p_time:before{
    content: '';
    position: absolute;
    left: 2px;
    top:50%;
    width:6px ;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    overflow: hidden;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*文字新闻列表*/
.news_UlA{padding-top:20px;}
.news_UlA li {
    position: relative;
    margin-bottom: 10px;
    padding:20px 40px;
    font-size:14px;
    color:#9e9c9c;
    background-color: #f7f7f7;
    cursor: pointer;
    overflow: hidden;
}

.news_UlA li:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: 14px;
    height: 64px;
    background: url("../image/wen.png") no-repeat center;
    background-size: 100% 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news_UlA li:hover:before{
    background-image: url("../image/wen_l.png");
}
.news_UlA li:hover{
    color:#9e9c9c;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.news_UlA li:hover h3{
    color:#b81c22;
}

.news_UlA li h3{
    /* margin-bottom: 10px; */
    font-size:18px;
    color:#3e3a39;
    line-height: 1.5;
    /*font-weight: bold;*/
}

/*专栏*/
.news_zl_minbox{
    height: 138px;
    background: url("../image/news/minzl.jpg") no-repeat center;
    background-size: cover;
}


.new_ztUlB{
    padding:2% 0 0 0;
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}
.new_ztUlB li{
    position: relative;
    margin-left: 2%;
    float: left;
    width: 47%;
    height: 130px;
    font-size:17px;
    background-color: #f7f7f7;
    margin-bottom: 2%;
    text-align: center;
}
.new_ztUlB li div{
    position: absolute;
    left: 50%;
    top:50%;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.new_ztUlB li:hover div{
    /*transform: scale(1.12,1.4);*/
    width: 108%;
    height: 130%;
    background: url("../image/news/zt_bg.jpg") no-repeat center;
    background-size: cover;
    color:#FFF;
}
.new_ztUlB span{
    position: relative;
    display: inline-block;
    margin-left:30%;
    width: 70%;
    text-align: left;
}
.new_ztUlB .zt1{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt1.png") no-repeat center;
    background-size: cover;
    -ms-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUlB li:hover .zt1{
    background-image: url("../image/news/zt1_l.png");
}
.new_ztUlB .emLine{
    display: none;
}
.new_ztUlB li:hover .emLine{
    display: block;
}

.new_ztUlB .emL{
    position: absolute;
    left: 0;
    top:50%;
    width: 30px;
    height: 1px;
    background-color: #FFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.new_ztUlB .emL:before{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: 5px;
    height:5px;
    background-color: #FFF;
    -ms-transform: rotate(45deg) translateY(-100%);
    transform: rotate(45deg) translateY(-100%);
    -ms-transform-origin: center;
    transform-origin: center;
}
.new_ztUlB .emR{
    position: absolute;
    right: 0;
    top:50%;
    width: 30px;
    height: 1px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFF;
}
.new_ztUlB .emR:before{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    width: 5px;
    height:5px;
    background-color: #FFF;
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform-origin: center;
    transform-origin: center;
}

/*新闻正文*/
.news_zw{
    position: relative;
}
.new_zwTitle{
    padding-top:10px;
    padding-bottom:20px;
    font-size:14px;
    color:#9e9c9c;
    border-bottom:1px solid #eee;
    text-align: center;
}
.new_zwTitle h3{
    margin-bottom: 15px;
    font-size:30px;
    line-height: 40px;
    color:#3e3a39;
}
.new_zwCot{
    padding-top:50px;
    font-size:16px;
    line-height: 36px;
    color:#3e3a39;
    word-break: break-word;
}

.new_zwCot p{
    text-indent: 2em;
    font-size:16px!important;
    text-align: justify;
}

.new_zwCot p span {
    font-size:16px!important;
}

.new_zwCot img{
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.news_zw_fx{
    position: absolute;
    z-index:2;
    width: 35px;
    left: -70px;
    top:100px;
}

.news_zw_fx span{
    display: block;
    width: 80px;
    height: 50px;
}
.news_zw_fx span img{
    display: block;
    margin: 0 auto;
    border-radius: 7px;
    width: 35px;height: 35px;
}

.news_zw_fx .fx_span img.hover{
    display: none;
}
.news_zw_fx .fx_span:hover{
    background: url("../image/footer_bg.png") no-repeat center bottom;
}

.news_zw_fx .fx_span:hover img{
    display: none;
}

.news_zw_fx .fx_span:hover img.hover{
    display: block;
    /*background-color: #09bb07;*/
}
.news_zw_fx .fx_span{
    position: relative;
}
.news_zw_fx .fx_span em{
    display: none;
    position: absolute;
    top:-10px;
    right:0;
    padding: 0 10px;
    line-height: 24px;
    background-color: #666;
    font-size:10px;
    color:#FFF;
    white-space:nowrap;
    -ms-transform: translateX(90%);
    transform: translateX(90%);
}
.news_zw_fx .fx_span:hover em{
    display: block;
}
.news_zw_fx .fx_span em:before{
    content: '';
    position: absolute;
    left:0;
    top:1px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #666;
    border-left: 8px solid transparent;
    -ms-transform: translateX(-90%);
    transform: translateX(-90%);
}

/*图说东华详情*/
.tsdh_xq{
    position: relative;
    padding-right:60px;
    font-size:0;
    line-height: 0;
    display: -ms-flexbox;
    display: flex;
}
.tsdh_xqL{
    padding:0 70px 0 50px;
    -ms-flex:1;
    flex:1;
    font-size:16px;
    line-height: 2;
    vertical-align: top;
    box-sizing: border-box;
}
.tsdh_xqR{
    position: relative;
    padding:50px;
    width: 870px;
    height: 533px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:0;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.swiper-button-next, .swiper-button-prev{
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.news_swiper-button-prev{
    right:955px;
    left: auto;
}
.tsdh_xqR img{
    max-width: 100%;
    max-height:100%;
    width: auto;
    height: auto;
    vertical-align: top;
}
.max_six{
    line-height: 30px!important;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.tsdh_xqL .caibian{
    position: absolute;
    left:50px;
    bottom:-5px;
    font-size:14px;
    color:#9e9c9c;
}
.tsdh_xq_title{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size:30px;
    color:#3e3a39;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tsdh_xq_con {
    font-size:18px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.tsdh_xq_tttleTop{
    margin-bottom: 10px;
}
.tsdh_xq_tttleTop span{
    position: relative;
    margin-right: 20px;
    padding-left:10px;
    font-size:14px;
    color:#9e9c9c;
}
.tsdh_xq_tttleTop span:before{
    position: absolute;
    content: '';
    left: 0;
    top:50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tsdh_xqR p{
    position: absolute;
    left: 50px;
    right:50px;
    bottom:50px;
    line-height: 50px;
    font-size:18px;
    text-align: center;
    padding: 0 30px;
    color:#3e3a39;;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.flexiframe1{
    height: 454px;
}

.flexiframe2{
    height: 498px;
}

.flexiframe3{
    height: 406px;
}

.flexiframe4{
    height: 516px;
}
.bshare-custom .bshare-qzone {
    /* background: none ! important; */
}

.bshare-custom a {
    /* background: none ! important; */
    height: 49px! important;
    padding-left: 81px! important;
    display: block;
    width: 0;
    cursor: pointer;
    position: relative;
}
.news_zw_fx.bshare-custom {
    width: 80px;
}
a.bshare-qzone.fx_span {
    background: url(../image/qq.png) no-repeat center;
}
a.bshare-weixin.fx_span {
    background: url(../image/wechat.png) no-repeat center;
}
a.bshare-sinaminiblog.fx_span {
    background: url(../image/weibo.png) no-repeat center;
}
a.bshare-qzone.fx_span:hover {
    background: url(../image/qq_h.png) no-repeat center;
}
a.bshare-weixin.fx_span:hover {
    background: url(../image/wechat_h.png) no-repeat center;
}
a.bshare-sinaminiblog.fx_span:hover {
    background: url(../image/weibo_h.png) no-repeat center;
}
.qrid_zz{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.6);display: none;top: 0;left: 0;z-index: 1000;display: none;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;}
.qrid_zz #qrid{padding: 8px;background: #fff;border-radius: 5px;}



/*党委宣传*/

.xc_header{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    z-index:11;
}
.xc_header .xc_header_logo{
    display: block;
    margin-top: 0px;
    margin-left: 60px;
    vertical-align: middle;
}
.xc_header_logo a{
    display: inline-block;
    vertical-align: middle;
}
.xc_header_logo img{
    vertical-align: top;
}
.xc_header_logo .xc_header_logoLine{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    overflow: hidden;
}
.xc_header_logo .xc_header_logoRedline{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    width: 1px;
    height: 20px;
    background-color: #9d1d22;
    overflow: hidden;
}

.xc_header_default{
    position: absolute;
    top:0;
    right:0;
    width: 200px;
    height:90px;
    overflow: hidden;
    transition: all 0.3s;
}
.xc_header_default .container3{
    opacity: 0;
}
.xc_header_default .xc_header_default_header{
    position: absolute;
    top:0;
    right:0;
    padding-left:95px;
    width: 200px;
    height:90px;
    line-height: 90px;
    font-size: 16px;
    color: #f3f3f3;
    background: #a0021f;
    box-sizing: border-box;
    cursor: pointer;
}
.xc_header_default .xc_header_default_header .more_header{
    position: absolute;
    left:60px;
    top: 50%;
    width: 24px;
    height: 18px;
    background: url("../image/dwxc/more_header.png") no-repeat center;
    background-size: 100% 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xc_header.hover .xc_header_default_header{
    display: none;
}
.xc_header.hover .xc_header_default{
    position: absolute;
    top:0;
    right:0;
    padding-left:0;
    width: 100%;
    height:90px;
    line-height: 30px;
    font-size: 14px;
    color: #f3f3f3;
    background: #a0021f url("../image/dwxc/header_bg.png") no-repeat center;
    box-sizing: border-box;
}
.xc_header.hover .xc_header_default .container3{
    opacity: 1;
}
.xc_header_default_cotT{
    padding:13px 32px 5px;
    color:#FFF;
    font-size:18px;
    line-height: 30px;
}
.xc_header_default_cotT a{
    float: left;
    margin-right: 67px;
}
.xc_header_default_cotT span{
    float: right;
    width:24px;
    font-size:16px;
    height: 30px;
    background: url("/jgsz/dbxcb/1.png") no-repeat right center;
    background-size: 100% auto;
    cursor: pointer;
}

.xc_header_default_cotB{
    padding:2px 32px 0;
    color:#FFF;
    font-size:14px;
    line-height: 30px;
    border-top:1px solid rgba(196,196,196,0.5);
}
.xc_header_default_cotB a{
    margin-right: 65px;
}
.xc_header_default_cotB span{
    margin-right: 30px;
}



.xc_header_default_cotT a,.xc_header_default_cotB a{
    position: relative;
}
.xc_header_default_cotT a i{
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height: 1px;
    transition: all 0.3s;
    background-color: #FFF;
    overflow: hidden;
}
.xc_header_default_cotB a i{
    position: absolute;
    left: 0;
    bottom:-2px;
    width: 0;
    height: 1px;
    transition: all 0.s;
    background-color: #FFF;
    overflow: hidden;
}
.xc_header_default_cotT a:hover i,.xc_header_default_cotB a:hover i{
    width: 100%;
}


.xc_head_scroll{
    height: 90px;
    background-color: rgba(0,0,0,0.3);
}


.xc_newsBox{
    padding-bottom: 20px;
    background: url("../image/dwxc/news_bg.png") no-repeat center;
    background-size: cover;
}
.xc_title{
    position: relative;
    padding-left:85px;
    font-size: 36px;
    font-weight: 700;
    color: #434343;
    line-height: 38px;
}
.xc_title.Cwhite{
    color: #fff;
}
.xc_news_ul{
    margin-bottom: -20px;
    overflow: hidden;
}
.xc_news_ul li{
    margin-bottom: 20px;
    float: left;
    background: #FFF;
    font-size:24px;
    line-height: 24px;
    overflow: hidden;
}
.xc_news_ul li:nth-of-type(2n){
    margin-left: 20px;
}
.xc_news_ul li a{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding:32px 150px 32px 85px;
    width: 555px;
    height: 80px;
}
.xc_news_ul li a div{
    max-height: 80px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xc_news_ul li i{
    position: absolute;
    top:50%;
    right:40px;
    width: 52px;
    height:48px;
    background: url("../image/dwxc/new_mr.png") no-repeat center;
    background-size: 100% 100%;
    transition: all .6s;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xc_news_ul li a:hover i{
    background-image: url("../image/dwxc/new_hover.png");
}

.xc_more{
    text-align: right;
}
.xc_more a{
    position: relative;
    padding-right:35px;
    font-size: 16px;
    color: #000000;
    line-height: 60px;
}
.xc_more .more_jt{
    position: absolute;
    right:0;
    top:50%;
    width: 25px;
    height: 15px;
    background: url("../image/dwxc/more_jt.png") no-repeat right center;
    transition: all .6s;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xc_more a:hover .more_jt{
    animation:xc_more_jt 0.9s infinite linear ;
}


@keyframes xc_more_jt {
    0%{
        transform: translate(0,-50%);
        opacity: 1;
    }
    50%{
        transform: translate(-30%,-50%);
        opacity: 0.5;
    }
    100%{
        transform: translate(0,-50%);
        opacity: 1;
    }

}

.theoretical_ul_title{
    position: absolute;
    right:100px;
    font-size: 0;
    line-height: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.theoretical_ul_title li{
    margin-left: 35px;
    display: inline-block;
    vertical-align: top;
    width: 157px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    font-size: 24px;
    text-align: CENTER;
    font-weight: 400;
    color: #A0021F;
    border:1px solid #A0021F;
    cursor: pointer;
}
.theoretical_ul_title li.checked{
    background: #A0021F;
    color: #fff;
}

.theoretical_ul_cot{
    background-color: rgba(160,2,31,0.92);
}
.theoretical_ul_cot li{
    float: left;
    box-sizing: border-box;
    color: rgba(255,255,255,0.7);
    font-size:18px;
    background-color: rgba(160,2,31,0.92);
}
.theoretical_ul_cot .theoretical_li_1{
    width: 33.33%;
    background: rgba(160,2,31,0.92) url("../image/dwxc/theoretical_1.png") no-repeat center;
    background-size: 101% 101%;
}
.theoretical_ul_cot .theoretical_li_2{
    width: 33.33%;

    background: rgba(160,2,31,0.92) url("../image/dwxc/theoretical_2.png") no-repeat center;
    background-size: 101% 101%;
}
.theoretical_ul_cot .theoretical_li_3{
    width: 33.33%;
    background: rgba(160,2,31,0.92) url("../image/dwxc/theoretical_3.png") no-repeat center;
    background-size: 101% 101%;
}
.theoretical_ul_cot li a{
    display: block;
    padding:118px 85px;
    transition: all 0.3s;
}
.theoretical_ul_cot li a:hover{
    background-color: #FFF;
    color:#333;
}
.theoretical_ul_cot li a:hover h6{
    color:#333;
}
.theoretical_li_1 a{

}
.theoretical_li_2 a{
    border-left:1px solid #FFF;
    border-right:1px solid #FFF;
}


.theoretical_ul_cot li h6{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    color: rgba(255,255,255,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.theoretical_ul_cot li div{
    font-size: 18px;
    height: 160px;
    line-height: 32px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.culture_ul{
    display: -ms-flexbox;
    display: flex;
}
.culture_ul li{
    -ms-flex:1;
    flex:1;
    font-size:16px;
    line-height: 34px;
    color: #434343;
    background: #fff  no-repeat 97.5% center;
    background-size: auto 88%;
    overflow: hidden;
}

.culture_ul li .bag1{
    
-ms-flex:1;
    flex:1;
    font-size:16px;
    line-height: 34px;
    color: #434343;
    background: #fff url("/jgsz/dbxcb/jic.jpg") no-repeat 97.5% center;
    
    overflow: hidden;
}

.culture_ul li:nth-of-type(2){
    margin: 0 20px;
}
.culture_ul li:nth-of-type(3){
    margin: 0 20px 0 0;
}
.culture_ul li a{
    display: block;
    padding:40px 40px 55px 85px;
    transition: all 0.5s;
}
.culture_ul li .culture_ul_code{
    position: relative;
}
.culture_ul li .code_xywc{
    display: none;
    position: absolute;
    right:20px;
    top:50%;
    width: 35%;
    height: auto;
    transform: translateY(-50%);

}
.culture_ul li .culture_ul_code:hover .code_xywc{
    display: block;

}

.culture_ul h6{
    display: inline-block;
    margin-bottom: 15px;
    padding-right:105px;
    font-size: 24px;
    line-height: 66px;
    font-weight: 700;
    background:url("../image/dwxc/culture_1.png") no-repeat right center;
}
.culture_ul .culture_ul_code h6{
    background:none;
}
.culture_ul li a:hover{
    background-color: #A0021F;
    color: #FFF;
}
.culture_ul li .culture_ul_div{

}

.culture_ul li .culture_ul_span{
    position: relative;
    display: inline-block;
    max-width: 99%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.culture_ul .culture_ul_i{
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height: 1px;
    transition: all 1s ;
    background-color: #FFF;
    overflow: hidden;
}
.culture_ul li a:hover .culture_ul_i{
    width: 100%;
}

.guide_ul{
    display: -ms-flexbox;
    display: flex;
}
.guide_ul li{
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.guide_ul_liOne{
    margin-left: 20px;
    height: 350px;
}
.guide_ul a{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    padding:0 120px 0 100px;
    background-color: #FFF;
    transition: all 0.5s;
    overflow: hidden;
}
.guide_icon{
    position: absolute;
    left: 100px;
    top:50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s;
}
.guide_icon1{
    width: 95px;
    height: 95px;
    background:url("../image/dwxc/guide1.png") no-repeat center;
    background-size: 100% auto;
}
.guide_icon2{
    width: 95px;
    height: 112px;
    background:url("../image/dwxc/guide2.png") no-repeat center;
    background-size: 100% auto;
}
.guide_icon3{
    width: 95px;
    height: 95px;
    background:url("../image/dwxc/guide3.png") no-repeat center;
    background-size: 100% auto;
}
.guide_jt{
    position: absolute;
    right: 120px;
    top:50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background:url("/jgsz/dbxcb/guide1.png") no-repeat center;
    background-size: 100% auto;
    transition: all 0.5s;
}
.guide_div{
    padding: 0 80px 0 130px;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    overflow: hidden;
}
.guide_div h6{
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    font-size:16px;
    line-height: 30px;
}
.guide_div h6:after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: 45px;
    height: 1px;
    background: #000;
    -ms-transform: translate(110%,-50%);
    transform: translate(110%,-50%);
}

.guide_ul a:hover{
    background-color: #A0021F;
}
.guide_ul a:hover .guide_icon1{
    background-image: url("../image/dwxc/guide11.png");
}
.guide_ul a:hover .guide_icon2{
    background-image: url("../image/dwxc/guide21.png");
}
.guide_ul a:hover .guide_icon3{
    background-image: url("../image/dwxc/guide31.png");
}
.guide_ul a:hover .guide_div{
    display: none;
}

.guide_ul a:hover .guide_icon{
    left: 50%;
    top:50%;
    -ms-transform: translate(-110%,-50%);
    transform: translate(-110%,-50%);
}
.guide_ul a:hover .guide_jt{
    right: 50%;
    top:50%;
    -ms-transform: translate(110%,-50%);
    transform: translate(110%,-50%);
}

.xc_contactBox{
    padding-bottom:180px;
    background-color: #A0021F;
}

.xc_contact_cot{
    display: -ms-flexbox;
    display: flex;
    height: 304px;
}
.xc_contact_cotL{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 40px;
    width: 300px;
    padding-left:85px;
    font-size:24px;
    line-height: 28px;
    color:#FFF;
}
.xc_contact_cotL li{
    cursor: pointer;
}
.xc_contact_span{
    position: relative;
}
.xc_contact_span_i{
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height: 1px;
    transition: all 1s ;
    background-color: #FFF;
    overflow: hidden;
}
.xc_contact_cotL li:hover .xc_contact_span_i{
    width: 100%;
}
.xc_contact_cotL h6{
    margin-top: 10px;
    font-size:16px;
    line-height: 20px;
}
.xc_contact_cotR{
    -ms-flex:1;
    flex:1;
}
.xc_contact_cotR img{
    width: 922px;
    height: 302px;
    border:1px solid #fff;
}



/**宣传部底部**/

.xc_footer1{
    position: relative;
    z-index: 10;
    padding-top:140px;
    padding-bottom:20px;
    background: #585756;
    font-size: 14px;
    text-align: CENTER;
    color: #ffffff;
    line-height: 24px;
    margin-top: 140px;
}
.xc_footer1 .xc_footer1_logo{
    position: absolute;
    left: 50%;
    top:-100px;
    width: 226px;
    height: 226px;
    border-radius: 50%;
    background: url("/jgsz/dbxcb/di.png") no-repeat center;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}
.xc_footer1  div{
    position: relative;
    z-index: 2;
}
.xc_footer1 p{
    color:#999;
    margin-top: 10px;
}
/**宣传部底部end**/
.xc_footer{
    position: relative;
    z-index: 10;
    padding-top:60px;
    padding-bottom:60px;
    background: #585756;
    font-size: 18px;
    text-align: CENTER;
    color: #ffffff;
    line-height: 40px;
    margin-top: 60px;
}
.xc_footer .xc_footer_logo{
    position: absolute;
    left: 50%;
    top:-80px;
    width: 226px;
    height: 226px;
    border-radius: 50%;
    background: url("") no-repeat center;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}
.xc_footer  div{
    position: relative;
    z-index: 2;
}
.xc_footer p{
    color:#999;
    margin-top: 10px;
}
.xc_department_Box{
    padding-top:170px;
    background: url("../image/dwxc/list_bg.png") no-repeat right top;
    background-size: 100% auto;
}
.xc_department_title{
    text-align: center;
    font-size: 40px;
    color: #434343;
    line-height: 42px;
    margin-bottom: 40px;
}
.xc_department_subTitle{
    margin: 25px auto 60px;
    font-size: 18px;
    color: #434343;
    height: 54px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 800px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.xc_department_img{
    margin-bottom:  80px;
}

.xc_department_img img{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.xc_department_ul{

}
.xc_department_ul li{
    margin-bottom: 8px;
    width: 49%;
    float: left;
}
.xc_department_ul li:nth-of-type(2n){
    float: right;
}
.xc_department_ul li a{
    display: block;
    padding:40px 30px;
    transition: all 0.3s;
}

.xc_department_ul li h6{
    font-size: 24px;
    color: #434343;
    line-height: 36px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.xc_department_div{
    margin-top: 30px;
    height: 54px;
    font-size: 18px;
    color: #434343;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xc_department_more{
    margin-top: 26px;
    font-size: 16px;
    color: #434343;
    line-height: 24px;
}
.xc_department_more span{
    position: relative;
    padding-right: 35px;
}
.xc_department_more .more_jt{
    position: absolute;
    right:0;
    top:50%;
    width: 56px;
    height: 56px;
    background: url("../image/dwxc/more_jt.png") no-repeat right center;
    background-size:25px 15px ;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.1s;
}
.xc_department_ul li a:hover{
    background-color: #FFF;
}
.xc_department_ul li a:hover .more_jt{
    background-image: url("../image/dwxc/guide_jt.png");
    background-size:56px 56px;
    -ms-transform: translate(70%,-50%);
    transform: translate(70%,-50%);
}
.xc_departmentDetail_title{
    /*max-height: 100px;*/
    font-size: 40px;
    color: #1d2130;
    line-height: 50px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}
.xc_departmentDetail_time{
    padding-left:30px;
    height: 26px;
    font-size: 16px;
    color: #a3a3a3;
    line-height: 26px;
    background: url("../image/dwxc/time.png") no-repeat left 3px;
    background-size: 16px auto;
}
.xc_departmentDetail_cot{
    font-size: 18px;
    color: #434343;
    line-height: 36px;
}
.xc_departmentDetail{

}
.xc_departmentDetail img{
    display: block;
    margin: 20px auto;
    max-width: 900px;
    height: auto;
    text-align: center;
}






