/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: > 1%,last 2 versions,not ie < 10
*/
body{
    min-width: 1200px;
}
.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%;
    -webkit-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: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .4)));
    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;
    -webkit-transition: all .2s;
    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;
    -webkit-box-shadow: 0 5px 8px #ccc;
    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;
    -webkit-transition: all .2s;
    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;
    -webkit-box-shadow: 0 5px 8px #ccc;
    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: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-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;
    -webkit-transition: all 0.2s;
    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;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.aboutBox_more a{
    color:#FFF;
}

.aboutBox_more a:hover{
    text-decoration: none;
}

.aboutBox_more:hover{
    -webkit-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;
    -webkit-box-sizing: border-box;
    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);
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-shadow: 8px 0px 40px rgba(211,143,54, 0.54);
    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;
    -webkit-box-sizing: border-box;
    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{
    -webkit-box-shadow: 0 5px 8px #666;
    box-shadow: 0 5px 8px #666
}
.ztUl img{
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    border:2px solid #fff;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-transition: all 0.1s;
    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: -webkit-gradient(linear, left top, left bottom, from(rgb(200,46,49)),to(rgb(145,23,36)));
    background-image: linear-gradient(to bottom, rgb(200,46,49) 0%,rgb(145,23,36) 100%);
    -webkit-box-shadow: 0 5px 15px rgba(56, 44, 42, 0.5);
    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;
    -webkit-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;
    -webkit-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;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    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;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.4);
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size:22px;
    line-height: 28px;
    background-color: #2e2424;
    color:#FFF;
    -webkit-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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition: all 0.2s;
    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{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    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;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-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%;
    -webkit-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;
    -webkit-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: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 0.8%;
    border:1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    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;
    -webkit-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;
    -webkit-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: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100px;
    margin-left: 3%;
    margin-bottom: 0.8%;
    border:1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    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;
    -webkit-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;
    -webkit-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;
    -webkit-box-sizing: border-box;
    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{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    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;
    -webkit-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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lby_ulB_div{
    margin: 0 30px;
    line-height: 50px;
    border-top:1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-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;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-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;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    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;
    -webkit-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;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt9{background-image: url("../image/news/zt9_l.png");}

.new_ztUl .zt10{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt10.png") no-repeat center;
    background-size: cover;
    -webkit-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt10{background-image: url("../image/news/zt10_l.png");}

.new_ztUl .zt11{
    position: absolute;
    left: 0;
    top:50%;
    width: 60px;
    height: 60px;
    background: url("../image/news/zt11.png") no-repeat center;
    background-size: cover;
    -webkit-transform: translate(-120%,-50%);
    transform: translate(-120%,-50%);
}
.new_ztUl li:hover .zt11{background-image: url("../image/news/zt11_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;
    -webkit-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;
    -webkit-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;
    -webkit-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: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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;
    -webkit-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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news_UlA li:hover:before{
    background-image: url("../image/wen_l.png");
}
.news_UlA li:hover{
    color:#9e9c9c;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    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;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-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;
    -webkit-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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.new_ztUlB .emL:before{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: 5px;
    height:5px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg) translateY(-100%);
    transform: rotate(45deg) translateY(-100%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.new_ztUlB .emR{
    position: absolute;
    right: 0;
    top:50%;
    width: 30px;
    height: 1px;
    -webkit-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;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    -webkit-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;
    -webkit-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;
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
}

/*图说东华详情*/
.tsdh_xq{
    position: relative;
    padding-right:60px;
    font-size:0;
    line-height: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.tsdh_xqL{
    padding:0 70px 0 50px;
    -ms-flex:1;
    -webkit-box-flex:1;
    flex:1;
    font-size:16px;
    line-height: 2;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tsdh_xqR{
    position: relative;
    padding:50px;
    width: 870px;
    height: 533px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.swiper-button-next, .swiper-button-prev{
    -webkit-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;
    -webkit-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;-webkit-box-pack: center;justify-content: center;-ms-flex-align: center;-webkit-box-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: 20px;
    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;
    -webkit-transition: all 0.3s;
    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;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-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;
    -webkit-box-sizing: border-box;
    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("../image/dwxc/close_header.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;
    -webkit-transition: all 0.3s;
    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;
    -webkit-transition: all 0.s;
    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:20px;
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-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%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-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;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xc_more .more_jt.more_jt_w{
    background-image: url("../image/dwxc/more_jtw.png");
}
.xc_more a:hover .more_jt{
    -webkit-animation:xc_more_jt 0.9s infinite linear ;
    animation:xc_more_jt 0.9s infinite linear ;
}


@-webkit-keyframes xc_more_jt {
    0%{
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        opacity: 1;
    }
    50%{
        -webkit-transform: translate(-30%,-50%);
        transform: translate(-30%,-50%);
        opacity: 0.5;
    }
    100%{
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        opacity: 1;
    }

}


@keyframes xc_more_jt {
    0%{
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        opacity: 1;
    }
    50%{
        -webkit-transform: translate(-30%,-50%);
        transform: translate(-30%,-50%);
        opacity: 0.5;
    }
    100%{
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        opacity: 1;
    }

}

.theoretical_ul_title{
    position: absolute;
    right:100px;
    font-size: 0;
    line-height: 0;
    -webkit-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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition: all 0.3s;
    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-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.culture_ul{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.culture_ul li{
    -ms-flex:1;
    -webkit-box-flex:1;
    flex:1;
    font-size:16px;
    line-height: 34px;
    color: #434343;
    background: #fff url("../image/dwxc/culture_bg.png") no-repeat 97.5% center;
    background-size: auto 88%;
    overflow: hidden;
}
.culture_ul li:nth-of-type(2){
    margin: 0 20px;
}
.culture_ul li a{
    display: block;
    padding:40px 40px 55px 85px;
    -webkit-transition: all 0.5s;
    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;
    -webkit-transform: translateY(-50%);
    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;
    -webkit-transition: all 1s ;
    transition: all 1s ;
    background-color: #FFF;
    overflow: hidden;
}
.culture_ul li a:hover .culture_ul_i{
    width: 100%;
}

.guide_ul{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.guide_ul li{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
}
.guide_ul_liOne{
    margin-left: 20px;
    height: 350px;
}
.guide_ul a{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    padding:0 120px 0 100px;
    background-color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.guide_icon{
    position: absolute;
    left: 100px;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background:url("../image/dwxc/guide_jt.png") no-repeat center;
    background-size: 100% auto;
    -webkit-transition: all 0.5s;
    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;
    -webkit-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%;
    -webkit-transform: translate(-110%,-50%);
    transform: translate(-110%,-50%);
}
.guide_ul a:hover .guide_jt{
    right: 50%;
    top:50%;
    -webkit-transform: translate(110%,-50%);
    transform: translate(110%,-50%);
}

.xc_contactBox{
    padding-bottom:180px;
    background-color: #A0021F;
}

.xc_contact_cot{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 304px;
}
.xc_contact_cotL{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-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;
    -webkit-transition: all 1s ;
    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;
    -webkit-box-flex:1;
    flex:1;
}
.xc_contact_cotR img{
    width: 922px;
    height: 302px;
    border:1px solid #fff;
}

.xc_footer{
    position: relative;
    z-index: 10;
    padding-top:130px;
    padding-bottom:20px;
    background: #585756;
    font-size: 13px;
    text-align: CENTER;
    color: #ffffff;
    line-height: 24px;
}
.xc_footer .xc_footer_logo{
    position: absolute;
    left: 50%;
    top:-80px;
    width: 226px;
    height: 226px;
    border-radius: 50%;
    background: url("../image/dwxc/xc_footer_logo.png") no-repeat center;
    -webkit-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;
    -webkit-transition: all 0.3s;
    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 ;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.1s;
    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;
    -webkit-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;
}
/*党代会*/
.ddh_header{
    height: 90px;
    background-color: #FFF;
}

.ddh_header.ddh_header_scroll .ddh_header_default{
    position: fixed;
    z-index: 10;
    left: 0;
    top:0;
    width: 100%;
    height: 90px;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.ddh_header_logo{
    float: left;
    font-size: 0;
    line-height: 90px;
}
.ddh_header_logo img{
    vertical-align: middle;
    width: 200px;
    height: auto;
}
.ddh_nav{
    float: right;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    color: #1e1b1b;
}
.ddh_nav a{
    position: relative;
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.ddh_nav .ddh_nav_lastA{
    position: relative;
    margin-left: 50px;
    margin-right: 0px;
    color: #939191;
}
.ddh_nav .ddh_nav_lastA:before{
    content: '';
    position: absolute;
    left: -50px;
    top:50%;
    width: 1px;
    height: 40px;
    background-color: #939191;
    opacity: 0.3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ddh_nav .ddh_nav_lastA:hover{
    text-decoration: underline;
}
.ddh_nav a span{
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ddh_nav a:not(:last-of-type):hover span,.ddh_nav a.checked span{

    -webkit-transform:scale(1.3);

    transform:scale(1.3);
    color: #9d1d22;
}
.ddh_nav a i{
    position: absolute;
    left: -22px;
    top:50%;
    width: 5px;
    height: 0px;
    background-color: #9d1d22;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ddh_nav a:not(:last-of-type):hover i,.ddh_nav a.checked i{
    height: 22px;
}

.ddh_banner{
    text-align: center;
}
.ddh_banner img{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* max-width: 1920px; */
    /* height: 600px; */
}

.ddh_news_ul{

}
.ddh_news_ul_liL a{
    display: block;
    padding:30px;
    width: 580px;
    height: 685px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ddh_news_ul .ddh_news_ul_liL{
    float: left;
    background-color: #FFF;
}
.ddh_news_ul .ddh_news_ul_liR{
    margin-left: 610px;
}
.ddh_news_ul img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ddh_news_ul a:hover img{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.ddh_news_ulL_img{
    height: 345px;
    overflow: hidden;
}
.ddh_news_ul_img{
    float: left;
    width: 260px;
    height: 170px;
    overflow: hidden;
}

.ddh_title{
    font-size:48px;
    font-weight: bold;
    line-height: 50px;
    color: #b81c22;
}
.ddh_news_ul_date{
    font-size: 16px;
    font-weight: bold;
    color: rgba(67,67,67,0.70);
}
.ddh_news_ul_cot{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #434343;
    height:72px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ddh_news_ul_liR{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 685px;
}
ddh_news_ul_liR a{
    display: block;
}
.ddh_news_ul_liRbox{
    margin-left: 290px;
    padding-top:30px;
    height: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bgFFF{
    background-color: #FFF;
}
.ddh_jchm{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.ddh_jchmL{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
.ddh_jchmL img{
    width: 100%;
    height: auto;
}
.ddh_jchmR{
    margin-left: 160px;
    width: 380px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.ddh_jchmR a{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.ddh_jchmR .ddh_jchm_Num{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    font-size: 32px;
    color:#FFF;
    font-weight: bold;
    border-radius: 50%;
    background: url(../image/ddh/jchm_1.png) center no-repeat;
    background-size: 100% 100%;
}
.ddh_jchmR .ddh_jchm_Num.ddh_jchm_NumB{
    height: 50px;
    background: url(../image/ddh/jchm_2.png) center no-repeat;
    background-size: 50px 50px;
}
.ddh_jchm_Num span{
    position: relative;
    z-index: 3;
}
.ddh_jchm_Num i,.ddh_jchm_Num em{
    position: absolute;
    left: 50%;
    top:50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(184,28,34,0.2);
}
.ddh_jchmR a:hover .ddh_jchm_title{
    color:rgba(184,28,34,1);
}

.ddh_jchmR a:hover .ddh_jchm_Num i{
    z-index: 1;
    -webkit-animation:ddh_jchm_Num 1s infinite linear ;
    animation:ddh_jchm_Num 1s infinite linear ;
}
.ddh_jchmR a:hover .ddh_jchm_Num em{
    z-index: 2;
    -webkit-animation:ddh_jchm_Num 1s infinite linear 0.4s;
    animation:ddh_jchm_Num 1s infinite linear 0.4s;
}
@-webkit-keyframes ddh_jchm_Num {
    0%{
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
    90%{
        -webkit-transform: translate(-50%,-50%) scale(1.5);
        transform: translate(-50%,-50%) scale(1.5);
        opacity: 0.3;
    }
    100%{
        -webkit-transform: translate(-50%,-50%) scale(1.6);
        transform: translate(-50%,-50%) scale(1.6);
        opacity: 0;
    }

}
@keyframes ddh_jchm_Num {
    0%{
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
    90%{
        -webkit-transform: translate(-50%,-50%) scale(1.5);
        transform: translate(-50%,-50%) scale(1.5);
        opacity: 0.3;
    }
    100%{
        -webkit-transform: translate(-50%,-50%) scale(1.6);
        transform: translate(-50%,-50%) scale(1.6);
        opacity: 0;
    }

}



.ddh_jchmR .ddh_jchm_line{
    -ms-flex:1;
    -webkit-box-flex:1;
    flex:1;
}
.ddh_jchm_Cot{
    -ms-flex:1;
    -webkit-box-flex:1;
    flex:1;
    position: relative;
    margin-left: 20px;
    font-size:18px;
    color: #1e1b1b;
}
.ddh_jchm_title{
    font-size:32px;
    color: #1e1b1b;
}
.ddh_jchm_titleB{
    font-size:24px;
    color: rgba(67,67,67,0.30);
}
.ddh_jchm_Year{
    position: absolute;
    left: 0;
    bottom:0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    font-weight: bold;
}
.ddh_jchm_line{
    margin: 2% 35px;
    border-left:2px dashed #B81C22;
}
.ddh_jchm_line.ddh_jchm_lineB{
    border-left:2px dashed  rgba(67,67,67,0.30);;
}

.ddh_lineTop{
    border-top:2px solid rgba(0,0,0,0.2);
}

.ddh_tz_ul{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.ddh_tz_ul li{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
.ddh_tz_ul a{
    display: block;
    padding:70px;
    border: 1px solid rgba(67,67,67,0.30);
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.ddh_tz_ul a:hover{
    -webkit-box-shadow: 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 0px rgba(0,0,0,0.2);
}
.ddh_tz_ul_title{
    height: 72px;
    font-size: 24px;
    font-weight: bold;
    color: #434343;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddh_tz_ul_cot{
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(30,27,27,0.60);
    height: 108px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ddh_djzs_dl{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 24px;
    color: #1d2130;
}
.ddh_djzs_dl dt{
    width: 370px;
}
.ddh_djzs_dl dd{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    padding-top:48px;
}
.ddh_djzs_dl dd a{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left:70px;
    height: 72px;
    line-height: 36px;
    background: url(../image/ddh/djzs_1.png)  no-repeat left center;
    background-size: 48px 48px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.ddh_djzs_dl dd a span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddh_djzs_dl dd a:not(:first-of-type){
    margin-top: 20px;
}
.ddh_djzs_dl dd a:hover{
    background-image: url(../image/ddh/djzs_2.png);
}
.ddh_gzjbBox{
    position: relative;
    overflow: hidden;
}
.ddh_gzjbBox:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top:0;
    width: 100%;
    height: 378px;
    background: #b81c22 url(../image/ddh/CTA_1.png)  no-repeat center;
    background-size: auto 378px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.4;
}
.ddh_gzjb_ul{
    position: relative;
    z-index: 2;
    height: 378px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.ddh_gzjb_ul li a{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    font-size: 36px;
    color:rgba(67,67,67,0.50);
    background-color: #FFF;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ddh_gzjb_ul li .ddh_gzjb_imgB{
    position: absolute;
    left: 50%;
    top:50%;
    width: auto;
    height: 20px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.ddh_gzjb_ul li .ddh_gzjb_imgB img{
    width:100%;
    height: 100%;
}
.ddh_gzjb_div{
    line-height: 1.1;
}
.ddh_gzjb_div img{
    vertical-align: bottom;
}

.ddh_gzjb_ul li p{
    margin-top: 15px;
    font-size: 24px;
    color:#434343;
}

.ddh_gzjb_ul li a:hover{
    /*width: 300px;*/
    /*height: 300px;*/
    background-color: #b63b4d;
}
.ddh_gzjb_ul li a:hover .ddh_gzjb_div{
    opacity: 0;
}
.ddh_gzjb_ul li a:hover .ddh_gzjb_imgB{
    height: 180px;
    opacity: 1;
}

.bgRed{
    background-color: #A0021F;
}
.ddh_yxfc{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.ddh_yxfcL{
    width: 370px;
}
.ddh_yxfcR{
    margin-left: 110px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
}
.ddh_yxfcM img{
    width: auto;
    height: 100%;
}
.ddh_yxfcR p{
    margin-bottom: 10px;
    padding-left:80px;
    font-size: 16px;
    line-height: 28px;
    color:rgba(255,255,255,0.6);
}
.ddh_yxfcR a{
    max-width: 100%;
    display: block;
    padding-left:80px;
    padding-right:20px;
    font-size: 24px;
    line-height: 36px;
    color:#fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddh_yxfcR a:hover{
    background-color: #FFF;
    color: #434343;
}
.ddh_yxfcR li{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.ddh_yxfcR li:not(:last-of-type){
    margin-bottom: 30px;
}
.ddh_yxfcR .ddh_yxfc_1{
    background: url(../image/ddh/yxfc_1w.png)  no-repeat 24px center;
}
.ddh_yxfcR .ddh_yxfc_2{
    background: url(../image/ddh/yxfc_2w.png)  no-repeat 24px center;
}
.ddh_yxfcR .ddh_yxfc_3{
    background: url(../image/ddh/yxfc_3w.png)  no-repeat 24px center;
}

.ddh_yxfcR a.ddh_yxfc_1:hover{
    background-image: url(../image/ddh/yxfc_1.png);
}

.ddh_yxfcR a.ddh_yxfc_2:hover{
    background-image: url(../image/ddh/yxfc_2.png);
}

.ddh_yxfcR a.ddh_yxfc_3:hover{
    background-image: url(../image/ddh/yxfc_3.png);
}
.ddh_footerBox{
    background-color: #585756;

}
.ddh_footer{
    height: 182px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
}
.ddh_footerL img{
    width: 180px;
    height: auto;
}
.ddh_footerM{
    margin: 0 160px;
    text-align: center;
}
.ddh_footerR{
    color: rgba(255,255,255,0.50);
}

.ddh_news_list{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.ddh_news_listL{
    width: 328px;
}
.ddh_news_listR{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
.ddh_news_links{
    font-size:24px;
    color:#1e1b1b;
    text-align: center;
}
.ddh_news_linksTitle{
    margin-bottom: 30px;
    font-size: 36px;
    text-align: CENTER;
    color: #828282;
    line-height: 48px;
}

.ddh_news_links a{
    margin-bottom: 30px;
    width: 328px;
    height: 158px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #333;
    background:#f5f5f5 url(../image/ddh/Service.png) no-repeat center;
    background-size: 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ddh_news_links a:hover{
    color: #FFF;
    background: url(../image/ddh/Service.png) no-repeat center;
    background-size: 100% 100%;
}
.ddh_news_links a p{
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 218px;
    height: 72px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
}
.ddh_news_list_ul li{
    margin-bottom: 30px;
}
.ddh_news_list_ul li a{
    position: relative;
    display: block;
    padding-top:6px;
    padding-left:60px;
}
.ddh_news_list_ul li h5{
    font-size: 24px;
    font-weight: bold;
    color: #1e1b1b;
    line-height: 36px;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddh_news_list_ul li p{
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
    max-height: 84px;
    color:#rgba(30,27,27,0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ddh_news_list_ul li img{
    position: absolute;
    left: 0;
    top:0;
}
.ddh_news_listR{
    margin-left: 100px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
}
.ddh_news_title{
    font-size: 36px;
    font-weight: 700;
    color: #9D1D22;
    line-height: 48px;
}
.ddh_news_cots{
    margin-top: 40px;
}
.ddh_news_cots li{
    margin-bottom: 30px;
}
.ddh_news_cots a{
    position: relative;
    display: block;
    padding-left:80px;
}
.ddh_news_cots .ddh_news_num{
    position: absolute;
    left: 0;
    top:0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0,0,0,0.45);
    line-height: 50px;
    border-radius: 50%;
    background: url(../image/ddh/news_4.png)  no-repeat left center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddh_news_cots a:hover .ddh_news_num{
    color:#FFF;
    background-image: url(../image/ddh/news_5.png);
}
.ddh_news_cots li:not(:first-of-type) .ddh_news_num:before{
    content: '';
    position: absolute;
    left: 50%;
    top:0;
    width: 0;
    height: 20px;
    border-left:2px dashed #ddd;
    -webkit-transform: translate(-50%,-130%);
    transform: translate(-50%,-130%);
}


.ddh_news_cots h6{
    font-size: 24px;
    line-height: 1.1;
    color:rgba(30,27,27,0.9);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ddh_news_cots p{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    color:rgba(30,27,27,0.54)
}

/*视频网*/
.ddspw_header{
    height: 100px;
}
.ddspw_header.header_scroll .ddh_header_default{
    position: fixed;
    z-index: 10;
    left:0;
    top:0;
    width: 100%;
    height: 100px;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.ddspw_headerBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}
.ddspw_headerBox .ddspw_logo{
    display: block;
}
.ddspw_headerBox .ddspw_logo img{
    width: 200px;
    height: auto;
}
.ddspw_headerBox .ddspw_nav{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #14142b;
}
.ddspw_headerBox .ddspw_nav a{
    position: relative;
    margin-left: 40px;
}
.ddspw_headerBox .ddspw_nav i{
    position: absolute;
    left: 0;
    bottom:-5px;
    display: block;
    width: 0;
    height: 2px;
    background-color: #A0021F;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ddspw_headerBox .ddspw_nav_hover.ddspw_nav a.checked i{
    width: 0;
}

.ddspw_headerBox .ddspw_nav a:hover i,.ddspw_headerBox .ddspw_nav a.checked i{
    width: 50%;
}
.ddspw_headerBox .ddspw_nav_hover.ddspw_nav a:hover i{
    width: 50%;
}

.ddspw_seacrh{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding:0 60px 0 30px;
    width: 170px;
    border:1px solid #A0021F;
    border-radius: 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ddspw_seacrh input{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #A0021F;
    overflow: hidden;
}
.ddspw_seacrh.focusNow{
    width: 280px;
}
.ddspw_kdj{
    position: absolute;
    right:25px;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../image/spw/kdj.png)  no-repeat left center;
    background-size: 100% 100%;
}



.ddspw_NewHotsL{
    position: relative;
    width: 860px;
    height: 480px;
}
.ddspw_NewHotsL li{
    position: absolute;
    left: 0;
    top:0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddspw_NewHotsL li.checked{
    opacity: 1;
}
.ddspw_NewHotsL a{
    display: block;
    position: relative;
    z-index:3;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 480px;
    overflow: hidden;
}
.ddspw_NewHotsL a:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 152px;
    height: 152px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../image/spw/play_big.png)  no-repeat center;
    background-size:100% 100%;
}
/*.ddspw_NewHotsL a:hover:after{
    width: 122px;
    height: 122px;
}*/

.ddspw_NewHotsL img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ddspw_NewHotsL a:hover img{
    transform: scale(1.2);
}

.ddspw_NewHotsL a span{
    /*opacity: 0;*/
    /*-webkit-transition: all 0.5s;*/
    /*transition: all 0.5s;*/
}
.ddspw_NewHotsL a:hover span{
    /*opacity: 1;*/
    /*position: absolute;*/
    /*z-index: 3;*/
    /*left: 0;*/
    /*top:0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(166,18,45,0.70);*/
}
.ddspw_NewHotsR{
    padding:50px;
    width: 420px;
    height: 480px;
    background-color: #a6122d;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ddspw_NewHotsR_top{
    font-size: 14px;
    line-height: 14px;
}
.ddspw_NewHotsR_titleSmall{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 340px;
}
.ddspw_NewHotsR_titleSmall li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    background: url(../image/spw/play_mini.png)  no-repeat 295px center;
    background-size: 16px 16px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ddspw_NewHotsR_titleSmall li.checked:first-of-type{
    margin-top: -30px;
}
.ddspw_NewHotsR_titleSmall li p{
    margin: 3px 0;
    padding:0 40px 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ddspw_NewHotsR_titleSmall li.checked{
    height: 200px;
    background: url(none)  no-repeat 295px center;
}
.ddspw_NewHotsR_titleSmall li.checked p{
    margin:0;
    padding:0;
    font-size: 32px;
    /*    font-weight: 700;*/
    text-align: justify;
    line-height: 50px;
    height: 100px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddspw_NewHotsR_titleSmall li:not(.checked):hover p{
    background: #FFF url(../image/spw/play_black_mini.png)  no-repeat 295px center;
    background-size: 16px 16px;
    color:#333;
}
.ddspw_title{
    margin-bottom: 40px;
}
.ddspw_title span{
    display: inline-block;
    padding-right:33px;
    font-size: 24px;
    /*    font-weight: 700;*/
    line-height: 1;
    color: #A0021F;
    vertical-align: middle;
    background: url(../image/spw/title_arrow.png)  no-repeat right center;
}
.ddspw_title a{
    margin-left: 23px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(45,49,52,0.50);
    vertical-align: middle;
}
.ddspw_UlA{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ddspw_UlA a{
    /*display: block;*/
}
.ddspw_UlA li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #14142b;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddspw_UlA li:nth-of-type(2){
    margin: 0 16px;
}
.ddspw_UlA li .ddspw_liA_imgBox{
    position: relative;
    height: 256px;
    overflow: hidden;
}
.ddspw_UlA li .ddspw_liA_imgBox:before{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 102px;
    height: 102px;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../image/spw/play_normal.png)  no-repeat center;
}

.ddspw_UlA li img{
    /* vertical-align: top;
    width: 100%; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 256px;
}
.ddspw_UlA li p{
    margin:30px 30px 20px;
    line-height: 30px;
    height: 60px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddspw_UlA a .ddspw_liA_spanA{
    opacity: 0;
    position: absolute;
    z-index: 3;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(166,18,45,0.70);
    line-height: 256px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddspw_UlA a:hover .ddspw_liA_spanA{
    opacity: 1;
}

.ddspw_UlA li:hover{
    margin-top: -5px;
}

.ddspw_liA_divA{
    padding-top:1px;
    background-color: rgba(58,62,65,0.10);
    text-align: left;
}
.ddspw_liA_divA .ddspw_liA_spanB{
    display: block;
    padding: 0 30px 30px;
    font-size: 16px;
    line-height: 1;
    text-align: LEFT;
    color: #a0021f;
}
.ddspw_mediaBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ddspw_mediaBoxL{
    position: relative;
    margin-right: 100px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    overflow: hidden;
}
.ddspw_mediaBoxL.ddspw_mediaBoxL_Small{
    width: 458px;
    height: 458px;
}
.ddspw_mediaBoxL a{
    opacity: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddspw_mediaBoxL a.checked{
    opacity: 1;
    z-index: 2;
}
.ddspw_mediaBoxL img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddspw_mediaBoxL a.checked:hover img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.ddspw_mediaBoxL a.checked:after{
    content: '';
    position: absolute;
    z-index: 3;
    left: 50%;
    top:50%;
    width: 216px;
    height: 216px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../image/spw/play_bigA.png)  no-repeat center;
}
.ddspw_mediaBoxR{
    width: 480px;
}
.ddspw_mediaBoxR_title{
    font-size: 24px;
    /*    font-weight: 700;*/
    color: #A0021F;
    line-height: 62px;
    /*    background: url(../image/spw/media.png)  no-repeat 150px center;*/
}

.media_dhxx{
    background: url("../image/spw/media_dhxx.png") no-repeat 150px center;
    background-size: auto 62px;
}

.media_mlxy{
    background: url("../image/spw/media_mlxy.png") no-repeat 150px center;
    background-size: auto 62px;
}

.media_mtsd{
    background: url("../image/spw/media_mtsd.png") no-repeat 150px center;
    background-size: auto 62px;
}

.media_ztsp{
    background: url("../image/spw/media_ztsp.png") no-repeat 150px center;
    background-size: auto 62px;
}

.ddspw_mediaBoxR_cot{
    margin-top: 40px;
    padding:50px 25px;
    width: 100%;
    background-color: #ececec;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ddspw_mediaBoxR_txt{
    position: relative;
    height: 60px;
}
.ddspw_mediaBoxR_txt.ddspw_mediaBoxR_txtB a{
    /*    font-size: 24px;*/
}
.ddspw_mediaBoxR_txt a{
    opacity: 0;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    font-size: 18px;
    /*    font-weight: 700;*/
    color: #2d3134;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddspw_mediaBoxR_txt a.checked{
    opacity: 1;
    z-index: 2;
}
.ddspw_mediaBoxR_txt a.checked:hover{
    color: #A0021F;
}
.ddspw_mediaBoxR_moreBox{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ddspw_mediaBoxR_Ul{
    position: relative;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 57px;
}
.ddspw_mediaBoxR_Ul li{
    opacity: 0;
    position: absolute;
    width: 100%;
    font-size: 18px;
    color: #2d3134;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddspw_mediaBoxR_Ul li.checked{
    opacity: 1;
}
.ddspw_mediaBoxR_Ul .star{
    margin-bottom: 15px;
    display: block;
    height: 18px;
    background: url(../image/spw/Star.png)  no-repeat left center;
    background-size: 100% auto;
}
.ddspw_mediaBoxR_Ul .star.star1{
    width: 20px;
}
.ddspw_mediaBoxR_Ul .star.star2{
    width: 40px;
}
.ddspw_mediaBoxR_Ul .star.star3{
    width: 60px;
}
.ddspw_mediaBoxR_Ul .star.star4{
    width: 80px;
}
.ddspw_mediaBoxR_Ul .star.star5{
    width: 100px;
}
.ddspw_mediaMoreBox{
    font-size: 0;
    line-height: 0;
}
.ddspw_mediaMoreL,.ddspw_mediaMoreR{
    display: inline-block;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../image/spw/allowL.png)  no-repeat center;
}
.ddspw_mediaMoreM{
    display: inline-block;
    vertical-align: middle;
}
.ddspw_mediaMoreL:hover,.ddspw_mediaMoreR:hover{
    background: url(../image/spw/allowL_hover.png) no-repeat center;
}
.ddspw_mediaMoreR{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ddspw_footer{
    position: relative;
    z-index: 10;
    padding-top:95px;
    background: #585756;
    font-size: 13px;
    text-align: CENTER;
    color: #ffffff;
    line-height: 24px;
}
.ddspw_footer .ddspw_footer_logo{
    position: absolute;
    left: 50%;
    top:-90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: url("../image/spw/footer_logo.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}
.ddspw_footerCot{
    padding-bottom:50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ddspw_footerCotR{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ddspw_footerCotL img{
    display: block;
    width: 200px;
    height: auto;
}
.ddspw_footerCot_dl{
    width: 280px;
    line-height: 30px;
    text-align: left;
}
.ddspw_footerCot_dl dt{
    margin-bottom: 38px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
}
.ddspw_footerCot_dl a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 35px;
    padding-left: 30px;
    background: url(../image/spw/footer_p.png) no-repeat left center;
    position: relative;
}
.ddspw_footerCot_dl a:hover{
    text-decoration: underline;
}
.ddspw_footerCot_dl dd:not(:last-of-type){
    margin-bottom: 8px;
}
.ddspw_footerCot_dl.ddspw_footerCot_dlB{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ddspw_footerCot_dl .footer_s{
    background-image: url("../image/spw/footer_s.png");
}
.ddspw_footerCot_dl .footer_d{
    background-image: url("../image/spw/footer_d.png");
}
.ddspw_footerCot_dl .footer_e{
    background-image: url("../image/spw/footer_e.png");
}
.ddspw_footerCot_dl .footer_b{
    background-image: url("../image/spw/footer_b.png");
}
.ddspw_footerCot_ul{
    width: 220px;
    font-size: 14px;
    text-align: LEFT;
    color: #ffffff;
    line-height: 20px;
}
.ddspw_footerCot_ul li{
    line-height: 36px;
}
.ddspw_footerCot_down{
    line-height: 64px;
    background: #a0021f;
    text-align: center;
    font-size: 12px;
}
.ddspw_UlB_title{
    font-size: 24px;
    color: #A0021F;
}
.ddspw_UlB{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ddspw_UlB li{
    margin-bottom: 17px;
    width: 416px;
    height: 256px;
    overflow: hidden;
}
.ddspw_UlB li:nth-of-type(3n+2){
    margin-left: 16px;
    margin-right: 16px;
}
.ddspw_UlB li img{
    display: block;
    /* width: 100%; */
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ddspw_UlB a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.ddspw_UlB a:hover img{
    -webkit-transform: translate(-50%, -50%) scale(1.2) ;
    transform: translate(-50%, -50%) scale(1.2) ;
}
.ddspw_UlB a:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom:0;
    width:100%;
    height: 90%;
    background: linear-gradient(182deg,rgba(30,30,27,0) 60%, #000 100%);
}
.ddspw_UlB a:after{
    content: '';
    position: absolute;
    z-index: 3;
    left: 50%;
    top:50%;
    width: 102px;
    height: 102px;
    -webkit-transform: translate(-50%,-80%);
    transform: translate(-50%,-80%);
    background: url(../image/spw/play_normal.png)  no-repeat center;
}
.ddspw_UlB li p{
    position: absolute;
    z-index: 3;
    padding:0 30px;
    bottom: 17px;
    left: 0;
    width: 100%;
    /*    height: 60px;*/
    line-height: 30px;
    font-size: 18px;
    text-align: CENTER;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddspw_video{
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 720px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.ddspw_video video{
    width: 100%;
    height: 100%;
}
.ddspw_video_share{
    position: absolute;
    z-index: 2;
    top:30px;
    right:30px;
    width: 50px;
    height: 50px;
    background: url(../image/spw/share.png)  no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.ddspw_video_cotBox{
    margin-top: 52px;
    margin-bottom:50px;
}
.ddspw_video_title{
    margin-bottom: 25px;
    max-height: 100px;
    font-size: 36px;
    /*    font-weight: 700;*/
    text-align: LEFT;
    color: #434343;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ddspw_video_cot{
    text-indent: 2em;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #434343;
    line-height: 36px;
}
.ddspw_video_cotDown{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: rgba(0,0,0,0.5);
    line-height: 24px;
}
/*文明网*/
.wmw_header{
    height: 100px;
}
.wmw_header_default{
    position: fixed;
    z-index: 10;
    left: 0;
    top:0;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0 70px;
    min-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../image/wmw/nav_bg.png)  no-repeat center;
    background-size: cover;
}
.wmw_header_logo a{
    display: block;
}
.wmw_header_logo img{
    display: block;
}
.wmw_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wmw_nav li{
    position: relative;
    display: block;
    font-size: 18px;
    color: #FFF;
    line-height: 94px;
    border-bottom:6px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wmw_nav li:not(:last-of-type){
    margin-right: 60px;
}
.wmw_nav li.checked,.wmw_nav li:hover{
    border-color: #FFF;
}
.wmw_nav_ul{
    display: none;
    position: absolute;
    left: 50%;
    bottom:-6px;
    width: 350px;
    padding:35px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    background: #ffffff;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.35);
}

.wmw_nav li:hover .wmw_nav_ul{
    display: block;
}
.wmw_nav li:nth-of-type(7) .wmw_nav_ul{
    -webkit-transform: translate(-70%,100%);
    transform: translate(-70%,100%);
}
.wmw_nav .wmw_nav_ul li{
    margin-right: 0!important;
    line-height: 20px;
    color: #000000;
}
.wmw_nav_ul li .wmw_nav_li_a{
    position: relative;
    display: block;
    padding:5px 0;
    cursor: pointer;
}
.wmw_nav_ul li .wmw_nav_li_a:after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: 6px;
    height: 10px;
    background: url(../image/wmw/title_arrow.png)  no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.wmw_nav_ul li .wmw_nav_li_a.wmw_nav_li_a_noArrow:after{
    display: none;
}
.wmw_nav_ul li.open_checked .wmw_nav_li_a:after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.wmw_nav_li_a_arrowR{

}
.wmw_nav_ul li .nav_sub{
    display: none;
    padding:10px 0;
    font-size: 16px;
    color: #8E8E8E;
    border-left:2px solid #A0021F;
    overflow: hidden;
}
.wmw_nav_ul li .nav_sub .nav_sub_span{
    display: block;
    padding-left:18px;
    line-height: 36px;
    cursor: pointer;
}
.wmw_nav_ul li .nav_sub .nav_sub_a.sub_checked{
    color: #A0021F;
}
.wmw_nav_ul li .nav_sub .nav_sub_span:not(.sub_checked):hover{
    color: #000;
}
.nav_sub_aBox{
    display: none;
}
.nav_sub_aBox .nav_sub_a{
    display: block;
    padding:0 30px;
    font-size: 16px;
    text-decoration: underline;
    color: #A1A1A1;
    line-height: 40px;
}
.wmw_home_top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../image/wmw/top_bg.png)  no-repeat center;
    background-size: 100% 100%;
}
.wmw_home_top_img{
    position: relative;
    width: 57%;
    height: 0;
    padding-top:33.5%;
    overflow: hidden;
}
.wmw_home_top_img img{
    position: absolute;
    left: 50%;
    top:50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wmw_home_top_Cot{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 80px;
    width: 490px;
}
.wmw_home_top_Cot a{
    display: block;
}
.wmw_home_top_Cot h5{
    font-size: 36px;
    font-weight: 700;
    text-align: justify;
    color: #434343;
    height: 100px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wmw_home_top_Cot p{
    margin-top: 30px;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
    color: #000000;
    line-height: 25px;
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

}
.wmw_home_top_detail{
    margin-top: 40px;
    display: inline-block;
    width: 116px;
    line-height: 46px;
    background: #434343;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.wmw_home_top_detail:hover{
    background: #A0021F;
}
.wmw_home_list{
    margin-top: 80px;
    margin-bottom: 80px;
    border-top: 1px solid rgba(142, 142, 142, .2);
}
.wmw_home_list li a{
    position: relative;
    display: block;
    padding: 0 100px 0 65px;
    line-height: 80px;
    font-size: 24px;
    color: #434343;
    border-bottom: 1px solid rgba(142, 142, 142, .2);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wmw_home_list li a:hover{
    color:#FFF;
    background-color: #A0021F;
}

.wmw_home_list li a:after{
    content: '';
    position: absolute;
    right:60px;
    top:50%;
    width: 40px;
    height: 40px;
    background: url(../image/wmw/play_h.png)  no-repeat right center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wmw_home_list li a:hover:after{
    background-image: url("../image/wmw/play_w.png");
}

.wmw_home_down_bg{
    padding-bottom:40px;
    background: url(../image/wmw/down_bg.png)  no-repeat center;
}
.wmw_home_ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 960px;
}
.wmw_home_ul li:nth-of-type(2){
    margin: 0 40px;
}
.wmw_home_ul li{
    width: 460px;
    background-color: #FFF;
    border:1px solid rgba(142, 142, 142, .2);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.wmw_home_li_img{
    position: relative;
    padding-top:58.6%;
    overflow: hidden;
}
.wmw_home_li_img img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.wmw_home_li_title{
    padding: 0 37px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #A0021F;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.wmw_home_li_cot{
    padding:37px;
    font-size: 14px;
    line-height: 36px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.wmw_home_li_cot a{
    display: block;
    padding-left:40px;
    color: #000;
    background: url(../image/wmw/more_jt.png)  no-repeat left center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.wmw_home_ul .checked .wmw_home_li_cot a{
    background: url(../image/wmw/more_jtb.png)  no-repeat left center;
}
.wmw_home_li_more{
    position: relative;
    padding:0 37px;
    line-height: 70px;
    border-top:1px solid rgba(142, 142, 142, .2);
    font-size: 15px;
    color: #c7c7c7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.wmw_home_li_more:after{
    content: '';
    position: absolute;
    right:30px;
    top:50%;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent transparent #c7c7c7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wmw_home_li_more:hover{
    background-color: #A5A5A5;
    color:#000!important;
}
.wmw_home_li_more:hover:after{
    border-color: transparent transparent transparent #000!important;
}
.wmw_home_ul li.checked{
    width: 580px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.wmw_home_ul li.checked .wmw_home_li_title{
    line-height: 48px;
    font-size: 24px;
}

.wmw_home_ul li.checked .wmw_home_li_cot a:hover{
    color: #A0021F;
    font-weight: bold;
    background: url(../image/wmw/more_jth.png)  no-repeat left center;
}
.wmw_home_ul li.checked .wmw_home_li_cot{
    font-size:16px;
}
.wmw_home_ul li.checked .wmw_home_li_more{
    padding:0 47px;
    line-height: 90px;
    border-top:1px solid rgba(142, 142, 142, .2);
    font-size: 19px;
    color: #c7c7c7;
}
.wmw_home_ul li.checked .wmw_home_li_more:after{
    border: 10px solid;
    border-color: transparent transparent transparent #c7c7c7;
}
.wmw_linkBox{
    position: relative;
    margin-top: 140px;
    padding-bottom:10px;
}
.wmw_link_cot{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 70px;
    height: 130px;
    border-top:1px solid rgba(142, 142, 142, .2);
    border-bottom:1px solid rgba(142, 142, 142, .2);
}
.wmw_link_cot li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left:1px solid rgba(142, 142, 142, .2);
}
.wmw_link_cot li a{
    padding-left:40px;
}

.wmw_link_cot li a.logo1{
    background: url(../image/wmw/logo1.png)  no-repeat left center;
    background-size: auto 80%;
}

.wmw_link_cot li a.logo2{
    background: url(../image/wmw/logo2.png)  no-repeat left center;
    background-size: auto 80%;
}

.wmw_link_cot li a.logo3{
    background: url(../image/wmw/logo3.png)  no-repeat left center;
    background-size: auto 80%;
}

.wmw_link_cot li a.logo4{
    background: url(../image/wmw/logo4.png)  no-repeat left center;
    background-size: auto 80%;
}

.wmw_link_cot li a:hover{
    margin-top: -1px;
}
.wmw_link_cot li:last-of-type{
    border-right:1px solid rgba(142, 142, 142, .2);
}
.wmw_linkBox .wmw_linkBox_title{
    position: absolute;
    top:0;
    left:50%;
    font-size: 32px;
    color: #434343;
    -webkit-transform: translate(-50%,-200%);
    transform: translate(-50%,-200%);
}

.wmw_linkBox a{
    font-size: 16px;
    color: #434343;
}
.crumbs_G{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
}
.crumbs_G span,.crumbs_G em{
    display: block;
}
.crumbs_G_flexZ{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wmw_detailBox{
    padding-bottom: 160px;
    background: url(../image/wmw/cot_bg.png)  no-repeat center top;
}
.wmw_detail_titleBox{
    margin-top: 60px;
    /*    border-top:1px solid #8E8E8E;*/
    /*    border-bottom:1px solid #8E8E8E;*/
}
.wmw_detail_title_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:15px 0;
    min-height: 130px;
    /*    border-left:1px solid #8E8E8E;*/
    /*    border-right:1px solid #8E8E8E;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wmw_detail_title{
    width: 80%;
    font-size: 36px;
    font-weight: 700;
    text-align: CENTER;
    color: #434343;
    line-height: 50px;
}
.wmw_detail_cot{
    margin: 0 auto;
    width: 80%;
    font-size: 18px!important;
    text-align: justify;
    color: #434343!important;
    line-height: 36px;
}
.wmw_detail_cot span {
    font-size: 18px!important;
}
.wmw_detail_cot img{
    max-width: 100%;
    height: auto;
}
.wmw_codeBox{
    position: absolute;
    /* z-index: 11; */
    margin-left: 670px;
    left: 50%;
    top: 0;
    /* bottom:50px; */
    width: 120px;
    border:1px solid rgba(142, 142, 142, .2);
    font-size: 12px;
    text-align: CENTER;
    color: #8e8e8e;
    line-height: 22px;
    background-color: #FFF;
}
.wmw_codeBox dd{
    margin-bottom: -1px;
    border-top:1px solid rgba(142, 142, 142, .2);
    border-bottom:1px solid rgba(142, 142, 142, .2);
}
.wmw_codeBox dt{
    padding:10px;
    text-align: center;
}
.wmw_codeBox dt img{
    vertical-align: top;
    width: 100%;
}
.w_80{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.wmw_ListPageBox{
    /* padding-bottom: 220px; */
    background: url(../image/wmw/cot_bg.png)  no-repeat center top;
}
.wmw_ListPageCot{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wmw_ListPage_L{
    margin-top: 100px;
    margin-bottom: -1px;
    width: 468px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(142, 142, 142, .2);
    background-color: #FFF;
}
.wmw_ListPage_L li{
    margin-bottom: -1px;
}
.wmw_ListPage_R{
    margin-left: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.wmw_ListPage_L .dt{
    position: relative;
    padding-left:120px;
    height: 130px;
    font-size: 32px;
    line-height: 128px;
    border-bottom:1px solid rgba(142, 142, 142, .2);
    cursor: pointer;
}
.wmw_ListPage_L .dt:after{
    content: '';
    position: absolute;
    right:60px;
    top:50%;
    width: 18px;
    height: 11px;
    background: url(../image/wmw/more_jt.png)  no-repeat center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wmw_ListPage_L .dd{
    display: none;
    padding:60px 80px;
    font-size: 24px;
    color: #434343;
    line-height: 50px;
    border-bottom: 1px solid rgba(142, 142, 142, .2);
}

.wmw_ListPage_L .dd a{
    display: block;
    padding-left:40px;
    font-size: 16px;
    color: #8e8e8e;
    line-height: 40px;
    border-left:1px solid #A0021F;
}
.wmw_ListPage_L .dd span{
    cursor: pointer;
}
.wmw_icon_jb{
    background: url(../image/wmw/wmw_1.png)  no-repeat 80px center;
}
.wmw_icon_ts{
    background: url(../image/wmw/wmw_3.png)  no-repeat 80px center;
}
.wmw_icon_pj{
    background: url(../image/wmw/wmw_5.png)  no-repeat 80px center;
}
.wmw_ListPage_L  li.checked .wmw_icon_jb{
    background-image: url("../image/wmw/wmw_2.png");
}
.wmw_ListPage_L  li.checked .wmw_icon_ts{
    background-image: url("../image/wmw/wmw_4.png");
}
.wmw_ListPage_L  li.checked .wmw_icon_pj{
    background-image: url("../image/wmw/wmw_6.png");
}

.wmw_ListPage_aBox{
    display: none;
    padding:20px 0;
}
.wmw_ListPage_aBox a.sub_checked,
.js_wmw_ListPage_span.checked{
    color: #A0021F;
    font-weight: bold;
}
.wmw_ListPage_aBox a:not(.sub_checked):hover{
    color:#000;
}
.wmw_ListPage_ul{
    background-color: #FFF;
}
.wmw_ListPage_ul li{
    position: relative;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:23px 100px 23px 40px;
    height: 40px;
    line-height: 20px;
    border:1px solid rgba(142, 142, 142, .2);
    background-color: #FFF;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

}
.wmw_ListPage_ul li:after{
    content: '';
    position: absolute;
    right:40px;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../image/wmw/play_s_h.png)  no-repeat center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wmw_ListPage_ul li:hover{
    color: #FFF;
    background-color: #A0021F;
}
.wmw_ListPage_ul li:hover:after{
    background-image: url(../image/wmw/play_s_w.png);
}
.wmw_ListPage_ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wmw_ListPage_div{
    padding:30px 40px;
    font-size: 24px;
    line-height: 50px;
    color: #FFF;
    background-color: #A0021F;
}
.wmw_ListPage_ulB{
    padding:20px 0;
    background-color: #FFF;
    border:1px solid rgba(142, 142, 142, .2);
}
.wmw_ListPage_ulB li{
    font-size: 16px;
    line-height: 50px;
    color:#000;
}
.wmw_ListPage_ulB li a{
    display: block;
    padding:0 40px 0 90px;
    background: url(../image/wmw/more_jtb.png)  no-repeat 40px center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.wmw_ListPage_ulB a:hover{
    color: #A0021F;
    font-weight: bold;
    background-color: rgba(80,80,80,0.20);
    background-image: url(../image/wmw/more_jth.png);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.30);
}
.wmw_ListPage_borderBox{
    margin-top: -1px;
    padding:30px 0;
    border:1px solid rgba(142, 142, 142, .2);
    background-color: #FFF;
}
.wp_articlecontent td p {
    text-indent: 0 !important;
}