﻿
@font-face
{
font-family: FZS3;
src: url('FZS3.ttf')
     /*url('Sansation_Light.eot');  IE9+ */
}

@font-face
{
font-family: FZQK;
src: url('FZQK.ttf')
     /*url('Sansation_Light.eot');  IE9+ */
}
p *{
    font-family: 'FZS3'!important;


}
/* *{-webkit-user-select: none} */
#acc_content_2 p *{
    font-size: 16px!important;
    line-height: 30px!important;
    letter-spacing: 1px!important;
    font-family: 'FZS3'!important;
}
.noactive{
    display: none !important
}

.k3_a:hover .noactive{
    display: block
}
body{
    font: 14px FZS3;
    font-family: FZS3 !important;
    line-height:24px;
    background-color: #f9f9f9;
    color: #323338;

    overflow-x: hidden;
}

#wrap {width: 100%;}

.m-logo{
    display: inline-block;
    padding: 10px 0
}

.m-search{
    padding-top: 30px;
}
.m-search span{
    padding-right:10px;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}
.m-search .icon-usr{
    display: inline-block;
    background: url(../images/usr.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
}
.m-search input{
    border:1px #920811 solid;
    border-radius: 10px;
    height: 24px;
    line-height: 24px;
    padding:0 10px;
    font-size: 14px;
}
.m-f-red a:link{
    color: #920811;
}
.m-f-red a:visited{
    color: #920811;
}
.pre-next{
    background-color: #fff;
    padding: 38px 40px;
    /*box-sizing: border-box;*/
    height: 43px;
}
.m-f-red .pre > div a, .m-f-red .next > div a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.m-f-red .layui-col-sm6 > div{
    position: relative;
    padding-left: 17px;
    color: #323338;
    cursor: pointer;
}

.m-f-red .layui-col-sm6.next > div{
    padding-left: 0;
    padding-right: 17px;
}
.m-f-red .layui-col-sm6.pre{
    min-height: 1px;
}
.m-f-red .layui-col-sm6 > div a{
    display: none;
}
.m-f-red .layui-col-sm6 > div:before{
    content: '';
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    height: 21px;
    background-color: #d3d3d3;
}
.m-f-red .layui-col-sm6 > div:hover{
    color: #940408;
}
.m-f-red .layui-col-sm6 > div:hover:before{
    height: 43px;
    background-color: #940408;
}
.m-f-red .layui-col-sm6 > div:hover a{
    display: block;
    color: #940408;
}

.m-f-red .layui-col-sm6.next > div:before{
    left: auto;
    right: 0;
}


.m-f-white a:link{
    color:#fff
}
.m-f-white a{
    letter-spacing: 4px;
}

.m-f-white a:hover{
    color:#fff;
    
}
.m-f-white a:visited{
    color:#fff
}
.m-nav {
    background: #920811;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
}

.m-nav  span{
    display:inline-block;
    text-align: center;
    width:10%;
    position: relative;
    padding: 0;
    margin: 0;
}

.m-nav  span ul{
    position: absolute;
    z-index: 1000;
    display: none
}
.m-nav  span ul li{
    padding: 0 20px 0 34px;
    min-width: 204px;
    min-width: 261px;
    text-align: left;
    background: #ededed;
    margin-bottom: 1px;
    position: relative;
    box-sizing: border-box;

    width: 248px;
    width: 286px;
    min-width: 286px;
    padding: 0 0 0 49px;
}
.m-nav ul li:before{
    content: '';
    position: absolute;
    left: 22px;
    width: 18px;
    height: 100%;
    top: 0;
    background: url(../images/white-more.png) left center no-repeat;
    opacity: 0;

    left: 34px;
}
.m-nav ul li:hover:before{
    opacity: 1;
}
.m-nav ul li a{
    color:#000 !important
}
.m-nav ul li:hover{
    background: #920811;
    padding-left: 69px;
}
.m-nav ul li:hover a:link{
    color:#fff !important
}

.m-nav ul li:hover a:hover{
    color:#fff !important
}

.m-nav ul li:hover a:visited{
    color:#fff !important
}

.m-nav  span:after{
    content: '';
    display: inline-block;
    position: absolute;
    right:0;
    top:20px;
    height: 25px;
    width:1px;
    background: #b54148;
}

.m-nav span:last-child::after{
    width:0 !important
}

.m-nav span:hover{
    background: #6f0007
}

.m-nav .active{
    background: #6f0007
}

.m-acitvity{
    height: 446px;
}
.m-acitvity .m-activity-title{
    background: #920811;
    color:#fff;
    padding:0 20px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;

    padding: 0 34px 0 34px;
    font-size: 22px;
}
.m-acitvity .m-activity-title label{
    float: right;
    font-family: 'FZQK';
    font-size: 24px;
    letter-spacing: 3px;
}
.m-acitvity .m-activity-title span{
    cursor: pointer;
    letter-spacing: 2px;

    padding-right: 25px;
    position: relative;
}
.m-acitvity .m-activity-title span i{
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background: url(../images/icon-dropdown.png) center center no-repeat;
}
.m-acitvity .m-activity-title span i:after{
    display: none;
    margin-top: 0;
}


.pull-right{
    float: right
}
.pull-right a{
    letter-spacing: 2px;
}
.index-row2{
    /*background-image: url(../images/index-news-bg.png);*/
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 100% top;
    background-size: 50%;
    padding-bottom: 90px !important;
    display:block;

    padding-bottom: 123px !important;
    padding-bottom: 77px !important;
}
.index-row2:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(../images/index-news-bg.png);
    background-repeat: no-repeat;
    background-position: 100% top;
    right: 0;
    top: 0;
}
.index-row2 .layui-container{
    /*padding-left: 19px;*/
    position: relative;
    z-index: 2;
}
.m-news{
    margin-top:-70px;
    background: #fff
}
.m-news-item .active{
    display: block !important
}

.m-news-item-title 
{
    background: #dadada;
    padding: 0 20px;
    position: relative;
    height: 70px;
}

.m-news-item-title .date{
    position: absolute;
    width: 80px;
    top:0;
    left: 10px;
    text-align: center;
    padding-top:15px
}
.m-news-item-title .date span{
    color: #bf1f1f;
    font-size: 40px;
}

.m-news-item-title .date label
{
    color:#202427;
    letter-spacing: 4px;
}
.layui-carousel>[carousel-item]>*{
    background: #fff !important
}
.m-news-item-title  .d2 span{
color:#a08a70;
}
.m-news-item-title  .d2 label{
    color:#a08a70;
    }
.m-news-item-title .body{
    padding-left: 80px;
    padding-top:15px;
    

    padding-left: 100px;
    width: 417px;
}
.m-news-item-title .body h3{
    font-size: 18px;

    letter-spacing: 2px;
}
.m-news-item-title .body h3 label{
    padding-right: 10px;
    margin-right: 10px;
    
    padding-right: 0;
    margin-right: 9px;
}
.m-news-item-title .body h3 label::after{
    content: '';
    display: inline-block;
    height: 13px;
    width: 1px;
    background: #940408;
    margin-left: 12px;
}
.m-news-item-title .body .des{
    color:#a0a1a1;
    letter-spacing: 2px;
}


.m-news-item-body {
    padding:20px;
    height: 255px;
    overflow-y: scroll;
    display: none;
    
    padding: 23px 17px 24px 120px;

    overflow: hidden;
}
.m-news-item-body .layui-carousel{
    padding-right: 42px;
    margin-right: auto;
    /*box-sizing: border-box;*/
    width: 417px!important;

    background-color: transparent;
    /*width: 70%!important;*/
}
.m-news-item-body .layui-carousel-arrow[lay-type=add]{
    margin-top:90px;
    bottom:0;
    right: 0px !important;
    background: #96231a;


    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}
.m-news-item-body .layui-carousel-arrow[lay-type=add]:hover{
    background: #c07b76
}
.m-news-item-body .layui-carousel-arrow[lay-type=sub]{
    left:auto;
    right: 0px !important;
    margin-top:50px;
    background: #96231a;

    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}
.m-news-item-body .layui-carousel-arrow[lay-type=sub]:hover{
    background: #c07b76
}

#huicui{
    display: none;
}



.icon-dropdown {
    display:inline-block;
}
.icon-dropdown:after{
    content: '';
    display:inline-block;
    height: 10px;
    width: 10px;
    padding-left: 20px;
    margin-top:-10px;
    background: url(../images/icon-dropdown.png) center center no-repeat
}
.index4{
    box-shadow: #dadada 1px 1px 1px;
    width:28% !important
}
.index4-body {
    padding: 30px;
    background: #ededed;
    transition: background-color .3s;
}

.index4-body:hover{
    background-color: #6f0007;
    color:#fff;
    box-shadow: #9e3e44 0px 32px 32px;
    z-index: 10;
    background-image: url(../images/ng.png) ;
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;

    background-color: #920811;
}

.index4-body:hover .index4-body-date{
    color:#fff
}
.index4-body .more{
    display: none;
}
.index4-body:hover .more{
    display: block;
}


.index4-body:hover a:link, .index4-body:hover a{
    color:#fff
}

.index4-body:hover a:hover{
    color:#fff;
    text-decoration: underline
}


.index-body-white{
    background: #f5f5f5;
}
.index-4b .index-body-white{
    /*background-color: #f5f5f5;*/
}

.index4-body .index4-body-date{
    font-size: 18px;
    color:#807f85;
    
    padding-bottom: 12px;
    
}
.index4-body .index4-body-date a{
    opacity: 0;
}
.index4-body:hover .index4-body-date a{
    opacity: 1;
}
.index4-body .index4-body-date h1{
    font-size: 48px;
    line-height: 60px;
    letter-spacing:8px;
}

.index4-body .index4-body-date .p{
    line-height: 24px;
    text-align: justify;
    justify-content: space-between;
    width:100px;
    text-align-last:justify;
    letter-spacing: 10px;
}
.index4-body .index4-body-date .p:last-child{
    letter-spacing: 5px
}

.index4-body-art h3{
    font-size: 18px;
    line-height: 30px;
    padding:10px 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;

    letter-spacing: 2.5px;
}
.index4-body-art p{
    letter-spacing: 2px;
    font-family: 'FZQK';
}


/*
.index4-body-art h3 {
    height: 60px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.index4-body-art h3 a{
    float: right;
    margin-left: -5px;
    width: 100%;
    word-break: break-all;
}

.index4-body-art h3::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}

.index4-body-art h3::after {
    float: right;
    content: "...";
    height: 20px;
    line-height: 20px;
    width: 3em;
    margin-left: -3em;
    position: relative;
    left: 100%;
    top: -20px;
    padding-right: 5px;
    background-color: #FFF;
}
*/


.index4-body-art a:hover{
    color:#000;
    text-decoration: underline
}
.keith {
    text-align: justify;
    text-align: center
}
.keith:after {
    display: inline-block;
    width: 100%;
    content: '';
    display:inline-block;
    overflow:hidden;
    width:100%;
    height:0;
    content:'';
    vertical-align:top;
}
.index4-c{
    width:16% !important;
    height: 750px;
    background: #f3f3f3;
    
}

.index4-title-more{
    padding-top:50px;
    text-align: right;
    
}
.index-4b{
    background-color: #fff;
    background-image: url(../images/index4-bg.png) ;
    background-position-x: 0;
    background-position-y: 0px;
    background-position: 0%
}
.index-4b .index4-c{
    position: relative;
}
.index-4b .index4-c:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: -1px;
    background-color: #f3f3f3;

    width: 3px;
    top: 0;
}

.index4-title-more h1{
    color:#940408;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 8px;
    font-family: 'FZQK';
    color:#920811;
}
.index4-c .index4-title-more h1{
    position: relative;
    left: 6px;
}
.m-issue-bg .index4-title-more h1{
    position: relative;
    left: 6px;
}

.index4-title-more a{
    display:inline-block;
    width:90px;
    background: url(../images/red-more.png) center right no-repeat;
    background-position-x: 10px;
    transition: background-position-x .3s ease-out; 

    letter-spacing: 4px;
}
.index4-title-more a:hover{
    background-position-x: 20px;
}

.m-issue-bg{
    background-image: url(../images/issue-bg.png);
    background-position-x: 100%;
    background-repeat: no-repeat
}
.m-issue{
    margin-top: -100px;
   
}

.m-issue-left {
    position: relative;
    font-size: 16px;

}
.m-issue-left .issue-carousel-titles{
    position: absolute;
    width: 100%;
    left:0;
    bottom: 0;
    padding: 48px 66px;
    background: url(../images/issue-right-bg.png);
    box-sizing: border-box;
    color:#fff;

    letter-spacing: 2px;
}
.m-issue-left .issue-carousel-titles:after{
    content: '';
    left: 28px;
    top: 53px;
    /*background: url(../images/index4-more.png) 0px 0px no-repeat;*/
    width: 18px;
    height: 13px;
    position: absolute;
}
.m-issue-left .issue-carousel-titles li{
    line-height: 40px;
    position: relative;
    padding: 0 50px
}

.m-issue-left .issue-carousel-titles li::after{
    content: '';
    height: 1px;
    display: inline-block;
    background: #dadada;
     width: 50px;
     position: absolute;
     left: 50px;
     bottom: 0;
     transition: width .3s;
}
.m-issue-left .issue-carousel-titles li:hover::after{
    width:150px;
}
.m-issue-left .issue-carousel-titles li:hover{
    background: url(../images/index4-more.png) 10px center no-repeat;
}
.m-issue-left .issue-carousel-titles .active{
    background: url(../images/index4-more.png) 10px center no-repeat;
}
.m-issue-left .issue-carousel-titles .active::after{
    content: '';
    height: 1px;
    display: inline-block;
    background: #dadada;
     width: 150px;
     position: absolute;
     left: 50px;
     bottom: 0;
}

.m-issue-right .title{
    height: 70px;
    text-align: right;
    padding:15px 0;
    color:#6f0007;
    /* opacity:0.5; */
}

.m-issue-right .m-issue-news{
    transition: opacity .8s;
    margin-left:10px;

    margin-left: 0;
}

.m-issue-right .ulactive{
    -webkit-transition: all 1.5s;  
    -moz-transition: all 1.5s;  
    -ms-transition: all 1.5s;  
    -o-transition: all 1.5s;  
    transition: all 1.5s;  
    opacity: 1;
    margin-left:0;
    display: block;
}

.m-issue-right .m-issue-news h1{
    line-height: 50px;
}
.m-issue-right .m-issue-news li{
    position: relative;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px #dfdfdf solid;
    font-size: 18px;
}

.m-issue-right .m-issue-news li a{
    padding:0 50px;
    display: block;
    position: absolute;
    margin:0;
    box-sizing: border-box;
    width:100%;
    color: #323338;
    background: #ededed;
    top:0;
    left:0;
    transition: top .8s;
    transition: left .5s;

    letter-spacing: 3px;
}


.m-issue-right .m-issue-news a:hover{
    background-color: #920811;
    color:#fff;
    top:0;
    left:-30px;
    background-image: url(../images/index4-more.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    position: relative;
}
.m-issue-right .m-issue-news a:hover::after{
    content: '';
    background-image: url(../images/ng.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    position: absolute;
    right: 1px;
    bottom:1px;
    height: 40px;
    width:40px
}

.m-issue-right .m-issue-news .active{
    background-color: #920811;
    color:#fff;
    top:0;
    left:-30px;
    background-image: url(../images/index4-more.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    position: relative;
}
.m-issue-right .m-issue-news .active::after{
    content: '';
    background-image: url(../images/ng.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    position: absolute;
    right: 1px;
    bottom:1px;
    height: 40px;
    width:40px
}

.m-zt{
    background: #e5e5e5;
    margin-top:100px;
    padding-bottom: 50px !important
}
.m-zt .m-zt-item .title{
    text-align: right;
    line-height: 70px;
    font-size: 24px;
    color: #6f0007;
    letter-spacing: 8px;
    font-size: 24px;
    font-family: 'FZQK';

    color: #920811;
}
.m-zt .m-zt-item div.con:hover{
    box-shadow: 0px 30px 35px 0px rgba(146, 8, 17, 0.31);
}

.m-zt .m-zt-item .body{
    background: #e5e5e5;
    color:#fff;
    padding: 20px 25px;
    /*background-image: url(../images/ng.png);*/
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
}

.m-zt .m-zt-item .body h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    
}
.m-zt .m-zt-item .body h4::before{
    height: 20px;
    width:5px;
    position: absolute;
    top:5px;
    left:-25px;
    content: '';
    background: #920811 
}
.m-zt .m-zt-item .body:hover{
    background-color: #920811 ;
    background-image: url(../images/red-ng.png);

}
.m-zt .m-zt-item .body:hover h4 a{
    color:#fff
}
.m-zt .m-zt-item .body:hover p{
    color:#fff
}
.m-zt .m-zt-item .body h4 a{
    color:#202427;

    font-weight: normal;
    font-size: 18px;

}

.m-zt .m-zt-item .body p{
    color:#202427;

    letter-spacing: 2px;
    font-size: 16px;
    color: #7e7f80;
    line-height: 30px;
}



.footer{
    background: #323338;
    padding-top:50px;
    border-top: #920811 8px solid;
    color:#fff;

    background-color: #727177;
}

.footer .m-friendlink{
    text-align: center;
    margin-top:30px
}

.footer .m-friendlink a{
    padding:0 20px;
    line-height: 40px;

    font-size: 16px;
    letter-spacing: 2px;
}


.footer .copayright{
    text-align: center;
    color: #9e9ea1;
    padding-bottom: 40px;

    font-size: 12px;
}

.footer hr{
    color:#333;
    margin:40px 0;
    background: #ccc
}
.layui-carousel-ind {
    display: none
}
.play-btn{
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 170px;
    top: 50%;
    margin-top: -32px;
    z-index: 2;
}
.other-teacher{
    /*padding: 0 30px !important;*/
    padding: 0 28px !important;
}
.amt-scla{
    display: block;
    overflow: hidden;
    position: relative;
}
.index4-image .amt-scla:after{
    content: '';
    position: absolute;
    right: 0;
    width: 4px;
    height: 100%;
    top: 0;
    background-color: #6f0007;
}
.amt-scla img{
    cursor: pointer;
    transition: all 1s;
}
.amt-scla img:hover{
    transform: scale(1.1);
}
.amt-scla2 
{ 
    display: block; z-index: 1;
}
.amt-scla2:hover{
    z-index:10
}
.amt-scla2 img{
    cursor: pointer;
    transition: all 1s;
    z-index: 0;
}
.amt-scla2 img:hover{
    transform: scale(1.1);
    z-index: 10;
    box-shadow: -2px -2px 15px #2d2d2d
}


/*layui 日历*/
.layui-laydate, .layui-laydate-hint{
    width:100%
}

.layui-laydate-main{
    width:100% !important
}
.layui-laydate-content table{
    width:100%
}
.layui-laydate-content td, .layui-laydate-content th{
    height:40px !important
}
.layui-laydate-content th{
    letter-spacing: 4px;
}
.layui-laydate .layui-this span{
    height: 40px !important;
    width: 40px !important;
    border-radius: 20px;
    border:1px #6f0007 solid;
    background: #6f0007;
    display: inline-block;
    margin: 0 auto;
    position: relative !important;
    line-height: 40px !important;
    font-size: 14px !important;
    color:#fff
}

.laydate-day-mark::after{
    background:none !important
}
.laydate-day-mark{
    height: 40px !important;
    width: 40px !important;
    border-radius: 20px;
    border:1px #6f0007 solid;
    display: inline-block;
    margin: 0 auto;
    position: relative !important;
    line-height: 40px !important;
    font-size: 14px !important;
    background: #eee
}
.passt .laydate-day-mark{
    height: 40px !important;
    width: 40px !important;
    border-radius: 20px;
    border:1px #eee solid;
    display: inline-block;
    margin: 0 auto;
    position: relative !important;
    line-height: 40px !important;
    font-size: 14px !important;
    background: #eee
}
.layui-laydate-content td {
    text-align: center
}


.layui-laydate .layui-this {
    background: none !important
}

.layui-laydate-footer{
    display: none
}

.layui-laydate-header{
    display: none
}
.layui-laydate{
    border:none !important;
    box-shadow: 10 12px 4px rgba(0,0,0,.12) !important
}


.layui-fluid,.layui-container{
    padding:0
}
.qr{ text-align: right; padding:20px 0}
.qr label{
    text-align: center !important;
    display: inline-block;

    letter-spacing: 2px;
    font-size: 12px;
}

.mobile-news-title{
    display: none
}
.mobile-search-form{
    display: none
}

.foot-logo{
    padding:20px 0;
}
.foot-logo p{
    letter-spacing: 1px;

    font-size: 12px;
    line-height: 20px;
}

.mbx {
    height: 60px;
    line-height: 60px;
    margin-left: 50px;

    margin-left: 44px;
    border-bottom: 1px solid #e2e6e8;
}
.mbx a{
    margin: 0 3px;
}
.mbx .mbx-this{
    color:#940408
}

.mbx a:last-child{
    color:#940408
}

#wrap .s-left{
    /*width: 21.25%;*/
}
#wrap > .layui-container > .layui-row > .layui-col-sm9{
    /*width: 78.75%;*/
}

.s-left{
    margin-top: 60px;
    /* box-shadow: 1px 1px 8px 1px #cacaca */
}
.s-left h1{
    color:#fff;
    background-color: #940408;
    height: 70px;
    line-height: 70px;
    padding:0 40px;
    background-image: url(../images/ng.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;

    letter-spacing: 2px;
    font-family: 'FZQK';
    font-size: 24px;
}

.s-left h1.class-detail-title{
    background-color: #fff;
    background-image: none;
    color: #323338;
    font-size: 18px;
}
.s-left ul{
    display: block;
    
}
.s-left .sub{
    position: relative;
    display: block;
    right:-30px;
    height: auto;
    transition: right .5s,height .5s;
}

.s-left .suactive{
    height: auto;
    display: none
}
.s-left ul li{
    min-height: 70px;
    line-height: 70px;
    z-index: 1;
    margin-top: 1px;
    position: relative;
    
}
.s-left .suactive li a{
    background: #dfdfdf 
}

.s-left ul li a{
    background-color: #ededed;
    display: block;
    font-size: 18px;
    padding:0 40px;
    right: 0;
    height: 70px;
    box-sizing: border-box;
    width: 100%;
    transition: right .5s,background-color .5s,color .1s,box-shadow .5s;

    letter-spacing: 1px;
}
.s-left ul li .active{
    color:#fff;
    background:#940408;
    background-image: url(../images/index4-more.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.s-left ul li .hassub{
    background-image:url(../images/sub.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background:#940408;
    color:#fff;
    right: -30px !important;
    position: relative;
    box-shadow: 0 30px 80px 0 #940408,-30px 0 0 #ededed;
    transition: right .5s,background-color .5s,color .1s,box-shadow .5s;
}

.s-left ul li .sub li{
    background: #dfdfdf
}

.s-left ul li a:hover{
    color:#fff;
    background-color:  #940408;
    right: -30px;
    /*box-shadow: 0 10px 60px 0 #940408,-30px 0 0 #ededed;*/
    background-image: url(../images/index4-more.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    z-index: 10;
    position: relative
}
.s-left ul li:hover{
    z-index: 2;
}

.s-left ul li:hover .sub{
    color:#fff;
    right: -30px;
    display: block;
    height: auto;
}
.s-left ul li:hover .liactive{
    display: block;
}
.s-banner img{
    width:100%;
}
.s-content{
    margin-left:40px;
    margin-left:24px;
}
.s-content.onlytext{
    padding-left: 30px;
}
.haf-shadow{
    position: relative;
}
.all-shadow{
    background: #f2f2f2;
    box-shadow: 500px 0 0 0 #f2f2f2
}
.all-shadow .course-detail.brnone h3{
    font-family: 'FZQK';
    font-size: 24px;
    margin-bottom: 65px;
    padding-top: 30px;
    letter-spacing: 2px;
}
.all-shadow .course-detail.brnone h4{
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.all-shadow .course-detail.brnone .art_con p{
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 0;
}
.all-shadow .course-detail.brnone .art_con p:last-child{
    margin-bottom: 0;
}
.all-shadow .course-detail.brnone .share_con{
    padding-top: 66px;
}
/* .all-shadow::before{
    content: '';
    width: 10000px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    
    top:0;
} */
.haf-shadow::before{
    content: '';
    width: 10000px;
    height: 80%;
    background: #f2f2f2;
    position: absolute;
    left:-40px;
    top:25%;
}
.s-content p{
    line-height: 24px;
    font-size: 16px;
    margin: 10px 0;
    /*text-indent:25px;*/
}


.news_font .s-content p, .news_font .s-content p *{
    letter-spacing: 2px!important;
    line-height: 1.875!important;
    font-family: 'FZS3'!important;
    font-size: 16px!important;
}


.s-content .title{
    text-align: center; 
    color:#940408;
    line-height: 70px;
}
.s-content h1.title{
    font-size: 24px;
    letter-spacing: 4px;
    font-family: 'FZQK';
}
.communication-content .title{
    text-align: center; 
    color:#940408;
    line-height: 60px;

    font-size: 24px;
    font-family: 'FZQK';
}
.communication-content{
    background: #f1f1f1;
    margin-left: 50px;
    padding:30px;
    
    margin-left: 24px;
}
.communication-content .tongxun-item{
    /*max-height: 287px;*/
    max-width: 231px;
    margin:30px auto;
    text-align: left;
}

.hbsp .communication-content{
    padding: 30px 60px;
    padding-top: 0;
}
.hbsp .communication-content .layui-row .layui-col-xs6{
    /*max-width: 201px;*/
    width: 25%;
    margin-right: 12.5%;
    margin-bottom: 35px;
}
.hbsp .communication-content .layui-row .layui-col-xs6:nth-of-type(3n){
    margin-right: 0;
}
.hbsp .communication-content .tongxun-item{
    max-height: 253px;
}
.communication-content .tongxun-item img{
    display: block;
    width: 100%;
}
.communication-content .tongxun-item > a{
    display: block;
    max-height: 287px;
    overflow: hidden;

    margin-bottom: 17px;
}
.communication-content .tongxun-item label{
    line-height: 16px;
    height: 16px;
    padding-left: 20px;
    border-left: #323338 4px solid;

    padding-left: 13px;
    letter-spacing: 1.5px;
    font-size: 16px;
}
.communication-content .tongxun-item a:hover{
    color:#940408
}

.communication-content .tongxun-item label:hover{
    border-left: #940408 4px solid
}
.communication-content .pager{
    margin-top:40px
}
.pager{
    text-align: center;
}

.pager a{
    display: inline-block;
    height: 30px;
    min-width:30px;
    line-height: 30px;
    margin: 0 5px;
}
.pager .pager-go{
    display: inline;
    color:#fff;
    background: #6f0007;
    border-radius: 10px;
    padding:2px 15px
}
.pager .pager-this{
    color:#fff;
    background: #6f0007
}
.pager .pre{
    background:url(../images/pager-pre.png) center center no-repeat;
    transition: width .3s
}
.pager .pre:hover{
    background:url(../images/pager-pre-active.png) center center no-repeat;
    min-width:35px
}
.pager .next{
    background:url(../images/pager-next.png) center center no-repeat;
    transition: width .3s
}

.pager .next:hover{
    background:url(../images/pager-next-active.png) center center no-repeat;
    min-width:35px
}
.pager .pager-input{
    display: inline-block;
    border:1px #6f0007 solid;
    border-radius: 10px;
    width:40px; 
    margin:0 10px;
    text-align: center
}


/*组织机构*/
.zuzhijigou{

}
.zuzhijigou li .zuzhijigou_t{
    position: relative;
    margin-bottom: 27px;
}
.zuzhijigou li .zuzhijigou_t .picture{
    float: none;
    width: 292px;
}
.zuzhijigou li .zuzhijigou_t .desciption{
    position: absolute;
    bottom: 0;
    left: 250px;
    padding-left: 0;
}
.zuzhijigou hr{
    background: #e0bcbd;
    margin-bottom: 33px;
}
.zuzhijigou li{
    background: #fafafa;
    padding:20px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.zuzhijigou li .picture{
    float: left;
}
.zuzhijigou li .picture img{
    max-width: 209px;
    max-height: 277px;
}
.zuzhijigou li .desciption{
    padding-left: 250px
}
.zuzhijigou li .desciption h1{
    color:#920811;
    font-size: 24px;
    line-height: 80px;

    letter-spacing: 2px;

    font-size: 18px;
    font-weight: normal;
}
.zuzhijigou li .desciption h1 b{
    font-weight: normal;
}
.zuzhijigou li .desciption h2{
    font-size: 18px;

    letter-spacing: 4px;
    word-spacing: 8px;
}
.zuzhijigou li .desciption h2 b:first-child{
    letter-spacing: 4px;
}
.zuzhijigou li .desciption h2 b{
    font-weight: normal;
    letter-spacing: 0;
}
.zuzhijigou li .desciption span{
    display: block;
    padding-top:20px;
    line-height: 30px;

    letter-spacing: 2px;

    font-size: 16px;
    line-height: 24px;
}
.zuzhijigou li .content *{
    letter-spacing: 2px!important;
    line-height: 1.875!important;
    font-family: 'FZS3'!important;
}
.zuzhijigou .more{
    display: inline-block;
    position: absolute;
    right:30px;
    bottom: 30px;
    background: url(../images/red-more.png) ;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left:70px;
    transition:  background-position .5s;

    letter-spacing: 3px;
    padding-left: 56px;
}
.zuzhijigou .more:hover{
    background-position:left 30px center
}


.xszp{
    padding-right: 0px!important;
    padding-left: 63px!important;
}
.interview li {
    overflow: hidden;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}


.interview li .news {
    padding-right: 0px;
    padding-left:20px;
    padding-bottom: 30px;
    padding-top:50px;

    letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 24px;
}
.interview li .news h3{
    color: #920811;
    font-size: 18px;
    line-height:20px;

    letter-spacing: 2px;
}
.interview li .news hr{
    margin:10px 0
}
.interview li .news p{
    text-indent: 0 !important;
    text-align: justify;
    letter-spacing: 1.5px;
}
.interview li .more{
    position: absolute;
    display: inline-block;
    background:url(../images/red-more.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left:50px;
    transition:  background-position .5s;
    right:35px;
    bottom: 10px;
}
.xszp .interview li{
    position: relative;
}
.xszp .interview li .news h3{
    padding: 0 30px;
    padding: 0;
}
.xszp1 .interview li .more{
    right: 0;
    bottom: -15px;
}
.xszp1 .layui-col-sm4{
    width: 26%;
}
.xszp1 .interview li .news{
    width: 74%;
    padding-top: 0px;
}
.xszp .interview li .more{
    right: 30px;
    bottom: 26px;
}
/*口述访谈*/
.ksft .interview li{
    position: relative;
    margin-bottom: 21px;
    padding: 35px 30px;
}
.ksft .interview li .more{
    right: 30px;
    bottom: 26px;
}
.ksft .interview li .news hr{
    margin: 16px 0;
}
.ksft .interview li .news{
    padding-left: 30px;
}




.interview li .more:hover{
    background-position: left 30px center;
}

.paper .title{text-align: left; line-height: 30px;background: #ededed !important; padding:20px;}
.yjlw .paper .title{
    padding: 17px 34px;
}
.yjlw .paper .body{
    padding: 28px 34px;
}
.paper .title h4{
    color:#920811;
    text-align: left;
    line-height: 30px;
    height: 30px;
    font-size: 18px;

    letter-spacing: 2px;
}
.paper .title label{
    color: #807f85;
    line-height: 20px;
    margin-right: 20px;
    letter-spacing: 1px;
}

.paper .title .date{
    color:#920811;
    float: left;
    display: inline-block;
    height: 30px;
    padding-right: 60px;
    padding-top:10px;
    letter-spacing: 4px;
    position: relative;

    padding-right: 47px;
}
.paper .title .date strong{
    display: inline-block;
    float: left;
    font-size: 45px;
    line-height: 45px;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;

    font-weight: normal;
}
.paper .title .date label{
    font-size: 18px;
    color: #920811;

    letter-spacing: 3px;
}
.paper .title .date::after{
    content: '';
    height: 50px;
    width: 1px;
    background-color: #dadada;
    position: absolute;
    right: 30px;
    top: 5px;
}
.paper .title .date strong:after{
    content: '';
    height: 20px;
    width: 1px;
    background-color: #dadada;
    position: absolute;
    right: 0;
    top:10px
}
.paper .title .date  i{
    line-height: 16px;
}
.paper .body{
    background: #fff;
    padding:20px;
    padding-bottom: 50px;
    position: relative;

    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
}
.paper .body .more{
    position: absolute;
    display: inline-block;
    background:url(../images/red-more.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 57px;
    transition:  background-position .5s;
    right:35px;
    bottom: 15px
}

.paper li{
    margin-bottom: 11px;
}
.paper .body .more:hover{
    background-position: left 30px center;
}

.media-tab{
    padding:30px 0;
    text-align: center;
    position: relative;
}
.media-tab a, .hbsp_video .select_more ul a{
    display: inline-block;
    padding:0 30px;
    height: 47px;
    line-height: 47px;
    color:#920811;
    background: #fff;
    margin:10px;
    transform: translate(0,0);
    transition: transform .3s,background .3s,color .3s,box-shadow .3s
}

.media-tab a:hover, .hbsp_video .select_more ul a:hover{
    background:#920811;
    color: #fff;
    transform: translate(0,-8px);
    box-shadow: 1px 20px 30px -2px #9e3e44 
}

.media-tab .active, .hbsp_video .select_more ul a.active{
    background:#920811;
    color: #fff;
    transform: translate(0,-8px);
    box-shadow: 1px 20px 30px -2px #9e3e44 

}
.hbsp_video .select_more ul{
    text-align: center;
}

.media-tab span, .hbsp_video .select_more{
    display: inline-block;
    position: absolute;
    z-index: 3;
    right:0;
    top:50px;
    padding:0 40px;
    background-image:url(../images/more-r.png) ;
    background-position: right 20px 3px;
    background-position: right 16px top 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-image .1s;

    bottom: auto;
    padding-bottom: 12px;
    /*border-bottom: 1px solid #dddddd;*/

    letter-spacing: 1px;
}
.media-tab span:after, .hbsp_video .select_more:after{
    content: '';
    position: absolute;
    width: 91px;
    /*left: 0;*/
    bottom: 0px;
    height: 1px;
    background-color: #dddddd;
    right: 30px;
}
.media-tab span:hover, .hbsp_video .select_more:hover{
    /*background-position: right 20px center !important;*/
    background-position: right 16px top 4px;
}
.media-tab span ul, .hbsp_video .select_more ul{
    position: absolute;
    top:30px;
    right:0;
   /* width:150px;*/
    display: none;
    z-index: 2;
}
.hbsp_video .select_more ul{
    /*width: 91px;*/
    width: 100%;
    left: 0;
    right: auto;
}
.media-tab span ul a, .hbsp_video .select_more ul a{
    padding: 0 20px;
    margin:5px 0;
    border-radius: 4px;
    white-space:nowrap;
    display:inline-table;
    width:100%
    
}
.media-tab  .hover, .hbsp_video .select_more.hover{
    background-image:url(../images/more-open.png) ;
    /*background-position: right 20px center !important;*/
    background-position: right 16px top 4px;
    background-repeat: no-repeat;
}
.media-tab span a:hover, .hbsp_video .select_more a:hover{
    transform: none;

}
.hbsp_video{
    position: relative;
}
.hbsp_video .select_more{
    top: 22px;
}

.inherit ul li{
    padding-bottom: 20px;
    position: relative;
}

.inherit ul li .picture{
    float: left;
    padding:20px;
    z-index: 10;
    position: relative;

    padding-left: 60px;
    padding-right: 39px;
}
.inherit ul li .picture img{
    box-shadow: 0px 6px #940408;
}
.inherit ul li .title{
    padding-left:15px;
    padding-top:50px;
    color:#920811;
    line-height:70px;
    text-align: left;

}
.inherit ul li .title h3 a{
    color: #940408;
    letter-spacing: 1.5px;
}
.inherit ul li .detail{
    background: #fff;
    padding-left:150px;
    min-height: 130px;
    padding-top:40px;
    transition: background .3s;

    padding-top: 27px;
    padding-bottom: 25px;
}
.inherit ul li .detail .detail-item{
    line-height: 50px;
    display: inline-block;
    position: relative;
    
    letter-spacing: 2px;
}
.inherit ul li .detail:hover{
    background:#940408;
    color:#fff
}
.inherit ul li .detail:hover a{
    color:#fff
}
.inherit ul li .detail .detail-item::before{
    content: '';
    height: 2px;
    width: 13px;
    background: #940408;
    left :0;
    top:0;
    position: absolute;
    transition: width .3s;
}

.inherit ul li .detail:hover .detail-item::before{
    background: #fff
}
.inherit ul li .detail .detail-item:hover::before{
    width: 40px;
}

.inherit ul li .detail .more{
    position: absolute;
    display: inline-block;
    background:url(../images/red-more.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left:70px;
    transition:  background-position .5s;
    right:35px;
    bottom: 55px;
    bottom: 35px;

    letter-spacing: 2px;
    padding-left: 50px;
}

.inherit ul li .detail:hover .more{
    background-image:url(../images/white-more.png)
}


.inherit ul li .detail .more:hover{
    background-position: left 30px center;
}
.inhreit-detail-des{
    background: #940408;
    color:#fff;
    padding:40px;
    box-shadow: 200px 0px 0px #940408 ;
    line-height: 24px;
    font-size: 14px;

    letter-spacing: 2px;
}

.inhreit-detail-title{
    line-height: 68px;
    text-align: center;
    color: #940408;
    margin-bottom: 44px;

    font-family: 'FZQK';
    letter-spacing: 3px;
}

.inhreit-detail-video{
    z-index: 10;
    position: relative;

    top: 50px;
}
#right_video .inhreit-detail-video{
    top: 0;
}

#right_video{
    position: relative;
}
#right_video img{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
#right_video a{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    margin-top: -34px;
    z-index: 3;
}
#right_video video, #video_teacher_box video{
    display: block;
    width: 100%;
}
#right_video video{
    display: none;
}



.inherit-detail-v2{
    background: #fff;
    padding:20px 30px;
    box-shadow: -50px 0 0 #fff;
    z-index: 1;
    padding:50px 30px 20px;
}
.inherit-detail-v2 .item_desc{
    display: none
}
.inherit-detail-v2 .item_desc:first-child{
    display: block
}
.inherit-detail-v2 .inherit-detail-heads{
    padding: 0 20px
}
.inherit-detail-v2 .inherit-detail-heads a{
    display:inline-block;
    height: 90px;
    width:90px;
    margin-right:20px;
    margin-bottom: 10px;
    border:1px #dadada solid;
    border-radius: 45px;
    position: relative;
}
.inherit-detail-v2 .inherit-detail-heads a::after{
    content: '';
    position: absolute;
    border-radius: 45px;
    height: 100%;
    width: 100%;
    background: #323338;
    opacity: .5;
    top:0;
    left:0
}
.inherit-detail-v2 .inherit-detail-heads .active::after{
    content: none
}
.inherit-detail-v2 .body h3{
    line-height: 40px;

    line-height: 32px;
}
.inherit-detail-v2 .body p{
    line-height: 24px;
    padding:26px 0 22px;
    color:#323338
}
.help-bg{
    height:70%; width:50%; z-index: 0; position:absolute; left:0; top:30px;
    height: 373px;
    top: 23px;
    background: #efefef;
}
.inherit-detail-v2 .body .more{
    display: inline-block;
    background:url(../images/red-more.png);
    background-repeat: no-repeat;
    background-position: left 0px center;
    padding-left:50px;
    transition:  background-position .5s;
    right:35px;
    bottom: 55px;


    padding-left: 48px;
    letter-spacing: 2px;
}
.inherit-detail-v2 .body .more:hover{
    background-position: left 20px center;
}

.investigaate li{
    padding:20px;
    margin-bottom: 10px;
    background:#fff
}

.investigaate .investigaate-item{
    position: relative;
}
.investigaate .investigaate-item .picture{
    display: inline-block;
    position: relative;
}
.investigaate .investigaate-item .date .date-item{
    position: relative;
    display: inline-block;
    padding-right: 60px;
    color: #920811;
    line-height: 20px;
    letter-spacing:4px;
}
.investigaate .investigaate-item p{
    text-indent: 0
}
.investigaate .investigaate-item .date .split{
    display: inline-table;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    margin-top: -18px;
    padding: 0 10px;
    color: #920811;
    font-size: 0px;
    position: relative;
    width: 44px;
}
.investigaate .investigaate-item .date .split:after{
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: #920811;
    width: 22px;
    left: 50%;
    margin-left: -11px;
}
.investigaate .investigaate-item .date .date-item h1{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    font-size: 48px;
}
.investigaate .investigaate-item .title{
    padding:10px 40px;
    position: absolute;
    width:100%;
    box-sizing: border-box;
    left:0;
    bottom:0;
    line-height: 24px;
    text-align: left;
    background:url(../images/issue-right-bg.png);
    color:#fff;

    padding:10px 19px 10px 40px;

}
.investigaate .investigaate-item .title:before{
    width:2px;
    height: 36px;
    content: '';
    background: #fff;
    position: absolute;
    left:20px;
    top: 15px;
    
}

.special{

}
.special .special-item{
    margin-top:45px;
    padding:0 20px;
    clear: both;
    box-shadow: 0px 70px 0px 0px #fafafa inset;
    height: 250px;
    background: #fff;
    transition: box-shadow .3s;
    height: 267px;
    box-shadow: 0px 93px 0px 0px #fafafa inset;
}
.special .special-item:first-child{
    margin-top: 0;
}

.special .special-item:hover{
    box-shadow: 0px 70px 0px 0px #940408 inset;
    box-shadow: 0px 93px 0px 0px #940408 inset;
    
}

.special .special-item:hover h4, .special .special-item:hover .right h4{
    color:#fff
}

.special .special-item img{
    width: 100%;
    margin-top:30px;
    border-bottom: 4px #940408 solid
}
.special .special-item .right{
    padding-left:30px;

}

.special .special-item .right h4 {
    font-size: 18px;
    line-height: 70px;

    line-height: 93px;
    letter-spacing: 2px;
    margin-bottom: 26px;

    color: #940408;
}
.special .special-item .right span{
    padding-left:30px;
    line-height: 40px;
    font-size: 16px;
    display: block;
}
.special .special-item .right .special-item-date{
    background: url(../images/special-date.png) left center no-repeat;

    letter-spacing: 1px;
}

.special .special-item .right .special-item-address{
    background: url(../images/special-address.png) left center no-repeat;

    letter-spacing: 1px;
}

.special .special-item .right .more{
    display: inline-block;
    background:url(../images/red-more.png);
    background-repeat: no-repeat;
    background-position: left 0px center;
    padding-left:50px;
    transition:  background-position .5s;
    right:35px;
    bottom: 55px
}

.special .special-item .right .more:hover{
    background-position: left 20px center;
}

.special-detail {
    padding:30px;
    background:#fff;
    margin:40px 0;
    margin-bottom: 0px;
    position: relative;
    padding-top:100px;
    box-shadow: 0px 166px 0px 0px #f9f9f9 inset;
}
.special-detail .picture{
    position: absolute;
    top: 0px;
    right:30px;
}
.special-detail  h1{
    color:#940408;
    line-height: 70px;
    font-size: 24px;
    font-family: 'FZQK';
    letter-spacing: 1px;
}

.special-detail .date-address{
    line-height: 70px;
    color:#202427;
    font-size: 16px;
    opacity: 0.68;

    letter-spacing: 2px;
    font-size: 18px;
}
.special-detail .date-address .time{
    margin-right: 50px;
}

.special-detail .content{
    line-height: 30px;
    font-size: 16px;
    padding-top: 70px;

    letter-spacing: 1.5px;
    line-height: 28px;
}

.special-detail-case {
    padding:0;
    padding-top:50px;
    box-shadow: 0px 280px 0px 0px #fff inset;
}
.special-detail-case .title{
    line-height: 70px;
    padding:0 30px;
    color:#940408;


    margin-bottom: 25px;
}
.special-detail-case .title h2{
    letter-spacing: 1px;
    font-family: 'FZQK';
}
.special-detail-case .list {
    padding:0 16px;
    text-align: center
}
.special-detail-case .list li {
    display: inline-block;
    margin: 11px;
}
.special-detail-case .list li .picture{
    display: block;
    position: relative;
    height: 287px;
nth-of-type(5){
    width: 551px;
    overflow: hidden;
     max-width:100%;
};.special-detail-case .list
    line-height:;
    li: nth-of-type(5){
    width: 551px;
    overflow: hidden;
};
.special-detail-case .list
    li: nth-of-type(5);
}
.special-detail-case .list li .picture img{
    height: 100%;
}
.special-detail-case .list li .picture span, .special-detail-case .list li .picture a{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top:0;
    line-height:287px;
    background: url(../images/z-bg.png);
    color:#fff;
    transition: all .3s;
    letter-spacing: 7px;
    
}
.special-detail-case .list li .picture span::before, .special-detail-case .list li .picture a::before{
    content: '';
    margin: auto;
    position: absolute;
    width:65px;
    height: 20px;
    background: url(../images/index4-more.png) center center no-repeat;
    margin:0 auto;
    top:50%;
    margin-top:-40px;

    left: 50%;
    margin-left: -32.5px;
}
.special-detail-case .list li .picture:hover span, .special-detail-case .list li .picture:hover a{
    display: block;
}
.special-detail-case .list li .link{
    display: block;
    text-align: center;
    line-height: 30px;
    margin:15px;
}

.special-detail-case .list li:nth-of-type(1){ 
    width: 200px;
    overflow: hidden;
}
.special-detail-case .list li:nth-of-type(2){ 
    width: 200px;
    overflow: hidden;
}.special-detail-case .list li:nth-of-type(3){ 
    width: 428px;
    overflow: hidden;
}.special-detail-case .list li:nth-of-type(4){ 
    width: 200px;
    overflow: hidden;
}.special-detail-case .list li:nth-of-type(5){ 
    width: 663px;
    overflow: hidden;
}.special-detail-case .list li:nth-of-type(6){ 
    width: 200px;
    overflow: hidden;
}.special-detail-case .list li:nth-of-type(7){ 
    width: 200px;
    overflow: hidden;
}.special-detail-case .list li:nth-of-type(8){ 
    width: 428px;
    overflow: hidden;
}.special-detail-case .list li:nth-of-type(9){ 
    width: 660px;
    overflow: hidden
}
.more{
    display: inline-block;
    background:url(../images/red-more.png);
    background-repeat: no-repeat;
    background-position: left 0px center;
    padding-left:50px;
    transition:  background-position .5s;
    right:35px;
    bottom: 55px;

    letter-spacing: 3px;
}
.more:hover{
    background-position: left 20px center;
}

.special-detail-other {
    padding:50px 0;
    background: #fff;
    box-shadow: 0px 200px 0px 0px #f9f9f9 inset;
}
.special-detail-otherbox .item {
    padding:0 30px;
    background: #f1f1f1
}
.special-detail-otherbox .item .title {
    line-height: 70px;
    border-bottom: 1px #dadada solid
}
.special-detail-otherbox .item .title h4{
    font-size: 18px; 
    color: #940408;
    letter-spacing: 1px;

    font-family: 'FZQK';
    font-size: 24px;
}
.special-detail-otherbox .item ul{
    padding:10px 0
}
.special-detail-otherbox .item li{
    line-height: 50px;
    letter-spacing: 1.5px;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.course .course-item{
    padding:20px;
    background: #fff;

    overflow: hidden;
}
.course .course-item img{ width:100%}
.course .course-item .picture{
    background: #fff
}
.course .course-item .more-box{
    line-height: 30px;
    height: 30px;
}
.course .course-item .title{
    text-align: left;
    position: relative;
    padding-left:78px;
    padding-top:30px;
    padding-bottom: 0px
}
.course .course-item .title span{
    display:inline-block;
    position: absolute;
    top:30px;left:-2px;
    width:80px;
    text-align: left;
    font-size: 68px;
    line-height: 60px;
    color:#e7e7e7;
    height: 60px;
    /* border-right: 4px #cccccd solid; */
    margin-left:-23px;
}
.course .course-item hr{
    margin:20px 0
}
.class-detail{
    position: relative;
}
.class-detail::before{
    content: '';
    position: absolute;
    width:100%;
    top:59px;
    right:0;
    height: 1px;
    background: #e2e6e8
}
.course .course-item .title span::after{
    position:absolute;
    height: 40px;
    right: -5px;
    top:7px;
    width:4px;
    background: #cccccd;
    content: ''
}
.course .course-item .title h3{
    font-size: 18px;
    line-height: 30px !important;

    letter-spacing: 1.5px;
}
.course .course-item .title p{
    line-height: 20px;
    color:#807f85;
    text-indent:0;
    font-size: 14px;

    letter-spacing: 1.5px;
}
.course .course-item .desciption{
    height: 120px;
    overflow-y: scroll;
}
.course .course-item .description{
    font-size: 16px;
    line-height: 24px;
    color: #323338;
    letter-spacing: 1.5px;
}
.course .pager{
    padding:20px 0
}
.course-detail {
    padding:30px;
    font-size: 18px;
}
#_ctl0__ctl0__ctl0_trOtherItem{
    padding-bottom: 
}

.wykc_con .class-detail > .class-right-hs{
    width: 83.7%;
}
.wykc_con .class-detail > .layui-col-sm3{
    width: 16.3%;    
}
.course-left{
    background: #fff;
    margin-top:30px;
    padding:30px;
    line-height: 30px;
    box-shadow: 1px 1px 8px 1px #cacaca;
    font-size: 16px;
}
.course-left p{
    letter-spacing: 1px;
}

.project-news-detail{
    background: #fff;
    padding: 40px;
    line-height: 30px;

}
.xinwen .project-news-detail{
    padding: 60px 76px 30px;    
}
.xinwen .share{
    padding: 0 76px 0;
}
.xinwen .share > div{
    padding-bottom: 45px;
    border-bottom: 1px solid #e2e6e8;
}
.xinwen .pre-next{
    padding: 38px 76px;
}
.project-news-detail .title{
    text-align: center;
    font-family: 'FZQK';
    letter-spacing: 3px;
}
.project-news-detail .title h2{
    margin-bottom: 10px;
}
.project-news-detail .title span{
    color:#323338;
    opacity: 0.57;
    letter-spacing: 1px;
    font-size: 14px;
}
.project-news-detail .content{
    margin-top:40px;
    line-height: 30px;

}
.project-news-detail p *, .project-news-detail p.project-news-detail .content p, .project-news-detail .content p *{
    color: #656669!important;
    text-indent: 0px!important;
    font-size: 16px!important;
    line-height: 30px!important;
    letter-spacing: 1px!important;
    font-family: 'FZS3'!important;
}

.project-news-detail .share{
    text-align: right;
    padding:20px 0;
}
.project-news-detail .ico{
    display: inline-block;
    height: 30px;
    width:50px;
}
.project-news-detail .weixin{
    background: url(../images/weixin.png) center center no-repeat;
    transition: background .3s;
}
.project-news-detail .weixin:hover{
    background: url(../images/weixin-red.png) center center no-repeat;
}
.project-news-detail .weibo{
    background: url(../images/weibo.png) center center no-repeat;
    transition: background .3s;
}
.project-news-detail .weibo:hover{
    background: url(../images/weibo-red.png) center center no-repeat;
}
.project-news-detail .qq{
    background: url(../images/qq.png) center center no-repeat;
    transition: background .3s;
}
.project-news-detail .qq:hover{
    background: url(../images/qq-red.png) center center no-repeat;
}
.project-news-detail .pre-next{
    border-top:1px #dadada solid;
    padding:30px 0;
}
.project-news-detail .pre-next span{
    display: none;
    transition: all .3s;
}
.project-news-detail .pre-next .pre{
    border-left:4px #d3d3d3 solid; 
    padding-left:30px;
    transition: all .3s;
}
.project-news-detail .pre-next .pre:hover{
    border-left:4px #940408 solid; 
}
.project-news-detail .pre-next .pre:hover .pre-span{
    display: block;
}
.project-news-detail .pre-next .next{
    border-right:4px #d3d3d3 solid; 
    padding-right:30px;
    transition: all .3s;
    text-align: right;
}
.project-news-detail .pre-next .next:hover{
    border-right:4px #940408 solid; 
}
.project-news-detail .pre-next .next:hover .next-span{
    display: block;
}
.project-news-othernews{
    padding:40px;

    position: relative;
    z-index: 3;
}

.pre-next{
    position: relative;
}
.pre-next:after{
    content: '';
    width: 1457px;
    position: absolute;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -728.5px;
    background-color: #f1f1f1;
}
.pre-next:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    position: absolute;
    z-index: 2;
}
.pre-next .m-f-red{
    position: relative;
    z-index: 3;
}



.project-news-othernews .title{
    color:#920811;
    line-height: 70px;
    font-size: 18px
}

.project-news-othernews .item .img{
    width: 100%
}
.project-news-othernews .item .picture{
    position: relative;
    max-height: 201px; 
    overflow: hidden;
}
.project-news-othernews .item .picture span{
    height: 100%;
    width: 100%;
    background:url(../images/grey-gb.png);
    color:#fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top:20%;
    line-height: 40px;
    display:none;
}
.project-news-othernews .item .picture span{
    letter-spacing: 14px;
}
.project-news-othernews .item .picture:hover span{
    display: block;
}
.project-news-othernews .item .article-title{
    display: block;
    margin:20px 0;
    padding-left:10px;
    border-left: 4px #d3d3d3 solid;
}
.project-news-othernews .item .article-title:hover{
    border-left:4px #940408 solid; 
}

.learning{
    padding:0 30px
}
.learning-list li{
    display: block;
    margin:35px 0;
    color:#323338
}
.learning-list li .left{
    padding-top:30px;
    z-index:1;

    width: 37%;
}

.learning-list li .layui-col-space30{
    margin-left: 0;
}
.learning-list li .date{
    left: 27px;
}

.tuzuo .learning-list li .left{
    right: 0;
    left: -15px;
}
.tudateno .learning-list li .right{
    padding-left: 35px!important;
    width: 64%;
    padding-left: 15px!important;
}
.tudateno .learning-list li .left a, .tuyou .learning-list li .left a{
    display: block;
    position: relative;
    overflow: hidden;
}
.tudateno .learning-list li .left a:after, .tuyou .learning-list li .left a:after{
    content: '';
    position: absolute;
    width: 10px;
    right: -10px;
    height: 100%;
    top: 0;
    background-color: #940408;
    transition: all .5s;
}
.tudateno .learning-list li .left a:hover:after, .tuyou .learning-list li .left a:hover:after{
    right: 0;
}
.tudateno .learning-list li .left a img:hover, .tuyou .learning-list li .left a img:hover{
    box-shadow: 0px 0 0 0 #940408;
}

.tuzuo .learning-list li .right{
    float: right;

    padding-right: 30px!important;
}
.tuzuo .learning-list li .right .date{
    left: 32px;
}
.learning-list li .left img{
    width:100%;
    transition: all .5s;
}
.learning-list li .left img:hover{
    box-shadow: 10px 0 0 0 #940408
}
.learning-list li{
    position: relative;
}
.learning-list li .left{
    position: absolute;
    padding-top: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
.learning-list li .right {
    background: #fff;
    box-shadow: -80px 0 0 0 #fff;
    width: 68%;

    padding-left: 106px!important;
    padding-right: 48px!important;
}
.learning-list li .right h3{
    line-height: 50px;
    color:#940408;

    line-height: 26px;
    font-size: 18px;
    padding: 17px 0;
    letter-spacing: 1.5px;
}
.learning-list li .right h3 a{
    line-height: 26px;
}
.learning-list li .right .more-box{
    height: 40px;
}
.learning-list li .right p{
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 2px;
}
.learning-desciption{
    padding: 10px 30px;
    padding-top:0;
    color:#323338;

    letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 25px;
}
.wenyan .right{
    position: relative;
    padding-left:80px;
}
.wenyan .date{
    position: absolute;
    top:30px;
    left:20px;
    line-height: 20px;
    display: inline-block
}
.wenyan .date h1{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
   
}

.wenyan .date h1{
    font-size: 32px;
    letter-spacing:8px;
    font-size: 40px;
}
.wenyan .date .mon{
    margin: 9px 0 5px;
    font-size: 14px;
    letter-spacing: 7px!important;
    margin: 0;
}
.wenyan .date .year{
    font-size: 14px;
    letter-spacing: 5px!important;
    margin: 0;
}


.wenyan-right .right{
    box-shadow: 80px 0 0 0 #fff !important
}
.wenyan-jiangzuo {
    padding:0
}
.wenyan-jiangzuo .wenyan-jiangzuo-item{
    margin-bottom: 20px;
    background: #fbfbfb;
    padding:20px 30px;

    margin-bottom: 11px;
}
.wyjz .wenyan-jiangzuo .wenyan-jiangzuo-item{
    padding: 20px 34px;
    margin-bottom: 11px;
}
.wyjz .layui-col-space30{
    margin: 0;
}
.wyjz .layui-col-space30>*{
    padding: 0;
    padding-right: 35px;
}
.wyjz .layui-col-space30>.layui-col-sm7{
    padding-right: 0;
}
.wyjz .wenyan-jiangzuo-top hr{
    margin: 20px 0;
}
.wenyan-jiangzuo  .wenyan-jiangzuo-top img{
    width:100%
}
.wenyan-jiangzuo .wenyan-jiangzuo-item .date{
    display: inline-block;
    line-height: 20px;
    position: relative;
    padding-left: 80px;
    height: 40px;
    color: #940408;
    font-size: 18px;
    /*letter-spacing: 4px;*/

    padding-left: 71px;
}
.wenyan-jiangzuo .wenyan-jiangzuo-item .date span{
    /*display: block;*/
    text-align: justify;
    letter-spacing: 3px;
}
.wenyan-jiangzuo .wenyan-jiangzuo-item .date span.month{
    letter-spacing: 3px;
}
.wenyan-jiangzuo .wenyan-jiangzuo-top .title{
text-align: left
}
.wenyan-jiangzuo .wenyan-jiangzuo-top h3{
    line-height: 30px;
    color:#920811;

    font-size: 18px;
    letter-spacing: 2px;
}
.wyjz .wenyan-jiangzuo .wenyan-jiangzuo-top h3{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
.wyjz .wenyan-jiangzuo .wenyan-jiangzuo-top .txt{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.wenyan-jiangzuo .wenyan-jiangzuo-item .date label{
    position: absolute;
    left:0; top:0;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 2px;
}
.wenyan-jiangzuo .wenyan-jiangzuo-item p{
    text-indent: 0;

    line-height: 1.5;
    letter-spacing: 1px;
    line-height: 24px;
}
.wenyan-jiangzuo .wenyan-jiangzuo-item .date label::after{
    content: '';
    height: 17px;
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 59px; top:13px;
}
.wenyan-jiangzuo .item {
    transition: all .3s;
}
.wenyan-jiangzuo .item .link{
    line-height: 40px;
    border-left: 1px #ccc solid;
    height: 40px;
    display:block;
    padding-left: 30px;
    margin-left: 20px;

    letter-spacing: 2px;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-left: 0;
    padding-left: 27px;
}
.wenyan-jiangzuo .item:hover{
    color:#fff !important;
    background: #940408
}
.wenyan-jiangzuo .item:hover .date{
    color: #fff
}
.wenyan-jiangzuo .item:hover a{
    color:#fff !important
}
.communication-videos {
    margin-left:40px
}
.communication-videos .item{
    background: #fcfcfc
}
.communication-videos .item:hover .picture{
    background-color: #940408;
}
.communication-videos .title{
    text-align: center;
    line-height: 70px;
    color: #940408;
}
.communication-videos h1.title{
    font-family: 'FZQK';
}
.communication-videos.hbsp_video h1.title{
    font-family: 'FZQK';
    font-size: 24px;
    letter-spacing: 4px;
}
.communication-videos.hbsp_video h1.title{
    margin-bottom: 25px;
}
.communication-videos .item .picture{
    padding: 30px 0;
    background: #e8e8e8;
    text-align:center;
    position: relative;
    /* max-height: 150px; */
    overflow: hidden;
}
.communication-videos .item .picture .play-btn{
    top:50%;
    margin-top:-30px
}
.communication-videos  .item .title{
    padding:20px;
    text-align: left;
    position: relative;
    padding-left: 50px;
    line-height: 30px;
}
.communication-videos .item .title a{
    display: block;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.communication-videos .item .title a:first-child{
    /*margin-bottom: */
}
.communication-videos.hbsp_video .item .title{
    letter-spacing: 2px;
}
.communication-videos  .item .title:after{
    height: 40px;
    position: absolute;
    top:20px;
    left: 20px;
    width: 3px;
    background :#920811;
    content: ''
}
.communication-videos .item .picture img{
    max-width:80%;
    max-height: 100%
}

.activity {
    margin-top: 23px;
    position: relative;
}
.activity .item img{
    width: 100%
}
.activity .item{
    background: #ffffff;
    position: relative;
    box-shadow: 1px 1px 15px 1px #dadada
}
.activity .item .ymd{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #920811;
    letter-spacing:4px;
    display: inline-block;
    text-align: center
}
.activity .item .ymd h1{
    font-size: 32px;
    letter-spacing:8px;
    font-size: 40px;
}
.activity .item .ymd .mon{
    margin: 9px 0 5px;
    font-size: 14px;
    letter-spacing: 7px!important;
}
.activity .item .ymd .year{
    font-size: 14px;
    letter-spacing: 5px!important;
}
.activity .item h3{
    padding:10px;
    line-height: 30px;
    font-size: 18px;
    
    letter-spacing: 2px;
}
.activity .item p{
    margin: 0;
    line-height: 1!important;
}
.activity .item .time{
    padding:10px;
    padding-top:40px;
    color: #666;
    font-size: 16px;

    position: relative;
    /*top: 10px;*/
    line-height: 24px!important;
}
.activity .item .time .time1{
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 2px;
}
.activity .item .time .time2{
    font-size: 14px;
}
.xuezhe-item{
    transition: all .3s;
}
.xuezhe-item:hover .picture{
    box-shadow: 0 5px 10px #000;
}
.xuezhe-item .title {
    line-height: 40px;
    height: 80px;
    text-align: left;
    width: 100%
}
.xuezhe-item .title .title-name{
    display: block;
    line-height: 40px;
    position: relative;
    
    word-spacing: 6px;
}
.xuezhe {
    margin-left: 60px;
}
.xuezhe-item .title .title-name::after{
    content: '';
    height: 1px;
    width: 0;
    background: #920811;
    left:50%;
    bottom: 0;
    position: absolute;
    transition: width .3s,left .3s;
}

.xuezhe-item .picture {
    /*max-height: 222px;*/
    overflow: hidden;
}

.xuezhe-item .picture > a{
    max-height: 242px;
    display: block;
}

.xuezhe-item .picture img{
    width:100%;
    /*height: 100%;*/
}
.xuezhe-item .title:hover .title-name:after{
    content: '';
    height: 1px;
    width: 100%;
    background: #920811;
    left:0;
    bottom: 0;
    position: absolute;
}
.xuezhe-item .title:hover .title-name{
    color: #920811
}
.xuezhe-item .title:hover .more{
    display: block
}
.xuezhe-item .title .more{
    line-height: 40px !important;
    display: none;
    color: #920811;

    letter-spacing: 2px;
}
.xuezhe-detail{
    margin-top:50px
}
.xuezhe-detail .xuezhe-detail-head{
    background: #f1f1f1;
    box-shadow: 0 -100px 0 0 #fff inset;
    font-size: 24px;
}
.xuezhe-detail .xuezhe-detail-head img{
    margin:50px;
    margin-bottom: 20px;
    width: 209px;
    height: 278px;
    margin: 60px 27px 34px 75px;
}

.xuezhe-detail .xuezhe-detail-content{
    background: #fff;
    padding:30px 50px;
    padding:30px 76px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 100px;
    padding-top:0;
}
.xuezhe-detail .xuezhe-detail-other{
    padding:0 50px;
    margin:0 auto;
    box-shadow: 0 190px 0 0 #fff inset;
    margin-bottom: 80px;

    padding: 0 76px;
}
.yfxz_con .xuezhe-detail .xuezhe-detail-other{
    margin-bottom: 0px;
    padding-bottom: 80px;
    position: relative;
}
.yfxz_con .xuezhe-detail .xuezhe-detail-other:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    /* height: 100%; */
    top: 70px;
    background-color: #f1f1f1;
    z-index: 2;
    bottom: 0;
}
.yfxz_con .xuezhe-detail .xuezhe-detail-other:before{
    content: '';
    position: absolute;
    left: 0%;
    width: 100%;
    height: 47%;
    background-color: #fff;
    z-index: 3;
    top: 0;
}
.yfxz_con .xuezhe-detail .layui-row{
    /*box-shadow: 0 190px 0 0 #fff inset;*/
    position: relative;
    z-index: 4;
}
.xuezhe-detail .xuezhe-detail-content h3{
    letter-spacing: 5px;

    font-family: 'FZQK';
}
.xuezhe-detail .xuezhe-detail-other h3{
    line-height: 70px;
    color: #920811;
    font-size:18px;
    letter-spacing: 5px;

    font-family: 'FZQK';
}
.xuezhe-detail .xuezhe-detail-other img{
    width: 338px;
    height: 214px;
}
.xuezhe-detail .xuezhe-detail-other ul li {
    height: 70px;
    line-height: 63px;
    padding:0 50px;
    background: #f9f9f9;
    border-top: 1px #fff solid;
}
.class-right-hs{
    float: right;
}
.investigaate .investigaate-item .number
    {
        position: absolute;
        right: -28px;
        top: -10px;
        font-size: 170px;
        line-height: 100px;
        color: #f9f9f9;
    }
.pager {padding: 20px 0;}
.xuezhe-detail .xuezhe-detail-other h3 {position: relative; z-index: 3;}
.layui-icon.layui-carousel-arrow {z-index: 222;}

@media screen and (max-width:768px){
    .banner {height: 3rem;}
    .m-acitvity .m-activity-title{
        padding:0 .3rem;
        height: .9rem;
        line-height: .9rem;
        font-size: .3rem;
    }
    .m-acitvity .m-activity-title label {font-size: .3rem;}
    .m-acitvity {height: auto;}
    .layui-laydate-header {display: block;}
    #rili {display: none;}
    .m-news-item-title .body {width: auto;}
    .m-news-item-title .body h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .m-news-item-title {padding: 0 .3rem;}
    .m-news-item-title .date {left: 0; padding-top: 18px;}
    .m-news-item-title .body {padding-left: 1.2rem;}
    .layui-carousel {height: 100% !important;}
    .index-row2 {padding-bottom: 0 !important;}
    #isuuecarousel img {height: 100% !important;}
    .s-content{
        width: 7.5rem;
        overflow: hidden;
    }
    .communication-content .pager {margin-top: 0;}
    .interview li{
        overflow: hidden;
        background: #fff;
        padding: .3rem;
        margin-bottom:.2rem;
        position: relative;
    }
    .interview li .news{
        padding-right: 0!important;
        padding-top: 5.6rem;
    }
    .interview li .more {
        right: 0;
    }
    .layui-container{
        width:100%;
    }
    .m-news{
        margin-top:0
    }
    .m-news .m-news-item-body{
        padding:0;
    }

    .index-4b .layui-container {
        padding-left: .3rem;
    }
    .index-4b .swiper-wrapper {height: auto;}
    .m-issue-right .m-issue-news .active {left: 0;}
    .index-4b{
        background-position: center center;
        background-size:cover;
        padding-bottom: .9rem;
    }
    .index-4b .index4{
        width:4.5rem !important;
        box-shadow:none
    }
    .index4-image {height: 2.8rem;}
    .index4-image img {width: 100%; height: 2.8rem;}
    .index4-image .amt-scla:after {width: 0;}
    .index4-body .index4-body-date h1 {font-size: .66rem; line-height: .8rem;}
    .index4-body .index4-body-date .p {font-size: .24rem; line-height: .3rem;}
    .index4-body-art h3 {font-size: .3rem; line-height: .4rem;}
    .index-4b .index4-body {padding: .4rem;}
    .index4-body-art p {font-size: .26rem; line-height: .36rem;}
    .m-issue-right{
        margin-top:-40px;
        margin-right: .3rem;
        margin-left: .3rem
    }
    .m-issue-right .m-issue-news li a {font-size: .3rem;}

    .s-content .content .interview li .row div:last-child{
        position: absolute;
        top: .3rem;
        left: .3rem;
        width: 6.9rem;
    }

    .m-issue-right .m-issue-news a:hover{
        left:0
    }
    .qr{ text-align: center; padding:20px 0}
    .foot-logo{text-align: center;
    padding:20px 0}
    .m-news-item-body .layui-carousel-arrow[lay-type=add]{
        right:10px !important;
        background: #96231a;
        margin-top: 0;
    }
    .m-news-item-body .layui-carousel-arrow[lay-type=add]:hover{
        background: #c07b76
    }
    .m-news-item-body .layui-carousel-arrow[lay-type=sub]{
        margin-top: 0;
        left:10px !important;
        background: #96231a
    }
    .m-news-item-body .layui-carousel-arrow[lay-type=sub]:hover{
        background: #c07b76
    }

    .bar {
        box-sizing: border-box;
        padding: 0 10px;
        display: inline-block;
        border-left: 1px #dadada solid;
        height: 100%;
        width: 1.23rem;
        background: url(../images/mobile-nav-bar.png) center center no-repeat /46% 40%;
    }

    .top-s{
        padding:0;
        background: #fff
    }
    .m-search{
        padding-top:0;
        height: 100%;
    }
    .m-logo{
        padding:10px;
        max-width: 50%
    }
    .m-logo img{
        width: 100%
    }

    .m-search-bar{
        box-sizing: border-box;
        padding:0 10px;
        display: inline-block;
        border-left: 1px #dadada solid;
        height: 100%;
        width:1.23rem;
        background: url(../images/m-search.png) center center no-repeat /.48rem .48rem;
    }
    .mobile-news-title{
        display: block;
        height: 1.56rem;
        line-height: 1.56rem;
        padding: 0 .3rem;
        color:#940408;
        background: #c7c7c7;
    }
    .mobile-news-title h1 {font-size: .48rem;}
    .mobile-news-title .more{
        display: inline-block;
        background: url(../images/red-more.png) right center no-repeat;
        padding-right: .5rem;
        font-size: .3rem;
    }
    .m-issue-left {height: 5.6rem; overflow: hidden;}
    .m-issue-left .issue-carousel-titles {}
    .m-issue-bg{
        padding-bottom:50px
    }

    .mobile-search-form{
        width: 100%;
        border:1px #dadada solid;
        height:50px;background: #fff;
        padding:10px;
        border-left: none;
        border-right: none;

    }
    .footer .m-friendlink a {
        padding: 0 .2rem;
        line-height: .4rem;
        font-size: .24rem;
        letter-spacing: .02rem;
    }
    .foot-logo p {
        letter-spacing: .01rem;
        font-size: .24rem;
        line-height: .4rem;
    }
    .mobile-search-form input{
        height: 50px;
        line-height: 50px;
        outline: none;
        width: 7rem;
        border: none;
    }

    .s-content{
        padding:0;
        margin-left:0
    }

    .communication-content{
        margin: 0;
        padding: 0 !important;
    }
    .communication-content .title {
        background: #920811;
        color: #fff;
        width: 100%;
        padding-left: .3rem;
        box-sizing: border-box;
        text-align: left;
        font-size: .3rem;
        height: .9rem;
        line-height: .9rem;
    }
    .communication-content .layui-row{
        box-sizing: border-box;
        padding: 0 .3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .3rem;
    }
    .hbsp .communication-content .layui-row .layui-col-xs6{
        max-width: 50%;
        width: 3.33rem;
        margin-right: 0;
       padding-bottom: .18rem;
        margin-bottom: .17rem;
        border-bottom: 1px solid #d2d2d2;
    }
    .communication-content .tongxun-item{
        margin: auto;
        height: auto;
    }
    .hbsp .communication-content .tongxun-item {
        max-height: 5.38rem;
    }
    .communication-content .tongxun-item > a{
        margin-bottom: .17rem;
        height: 4.83rem;
    }
    .communication-content .tongxun-item label {
        line-height: 16px;
        height: 16px;
        padding-left: 20px;
        border-left: #323338 .04rem solid;
        padding-left: .14rem;
         letter-spacing: .02rem;
        font-size: .24rem;
    }
    .s-content h1.title {
        background: #920811;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        padding-left: .38rem;
        text-align: left;
        font-size: .3rem;
        letter-spacing: .04rem;
        height: .9rem;
        line-height: .9rem;
    }
    .s-content .content{
        padding:0px !important
    }

    .media-tab{
        padding: 0;
        text-align: left;
        background: #fff;
        margin: 1px 0;
       
    }
    .media-tab a{
        margin: 0;
        width: 32.8%;
        box-sizing: border-box;
        padding: 0 .3rem;
        text-align: center;
        height: .9rem;
        line-height: .9rem;
        font-size: .3rem;
    }

    .media-tab .active{
        transform:translate(0,0px);
        box-shadow:none
    }

    .media-tab span{
        position: relative;
        top: 0;
        padding: 0 .3rem;
        box-sizing: border-box;
        width: 32%;
        height: .9rem;
        line-height: .9rem;
        font-size: .3rem;
        background: #fff;
        background-image: url(../images/more-r.png);
        background-position: right 20px center !important;
        background-repeat: no-repeat;

    }
    .paper .title div:last-child label{
        display: none;
    }
    .s-content .content .title{
        /* min-height: 64px; */
    }
    .media-tab span:after, .hbsp_video .select_more:after{
        display: none;
    }
    .media-tab span ul{
        width:6.9rem;
        top:60px;
        z-index: 100;
        right: .3rem;
    }
    .communication-videos .media-tab span ul{
        left: .3rem;
    }
    .media-tab a:hover{
        width:100%;
        
    }
    .media-tab span ul a{
        width: 100%;
        box-sizing: border-box;
    }
    .communication-videos{
        margin-left: 0
    }
    .communication-videos >.title{
        padding-left:30px;
        text-align: left;
        color:#fff;
        background: #6f0007
    }
    .interview li .news{}
    .interview li .txt{
        /*font-size: */
    }
    .inhreit-detail-title{
        padding: 15px 30px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        background: #920811;
        margin-bottom: 0px;
        text-align: left
    }
    .investigaate .investigaate-item{
        position: relative;
    }
    .investigaate .investigaate-item .picture{
        width:100%;
        height: 250px;
        overflow: hidden;
    }
    
    .investigaate .investigaate-item .title:before{
        height: 13px;
    }
    .class-right-hs{
        float: none;
    }

    .paper .title h4.m-f-red {
        height: auto;
    }
    .s-left h1{
        background: #fff;
        color: #999;
    }
    .s-left h1.class-detail-title{
        background-color: #fff;
        background-image: none;
        color: #323338;
    }
    .s-left{
        margin: 0 30px;
    }
    .s-left ul li .active{
        color: #323338;
        background: none;
        z-index: 1;
    }
    .special .special-item{
        height: auto;
        padding-bottom: 30px;
        margin-top:0
    }
    .special-detail .picture{
        position: inherit;
        width: 100%;
        margin-top:30px
    }
    .special-detail{
        padding-top:0;
        margin-top:0;
        box-shadow: 0px 70px 0 #f3f3f3 inset
    }
    .paper li {margin-bottom: 0;}
    .paper .title label {width: 100%; display: block; font-size: 14px; line-height: 24px;}
    .paper .title .date::after {right: 12px;}
    .paper .title .date {
        width: 130px;
        padding-right: 0;
    }
    .paper .title .date + div {overflow: hidden; height: 58px;}
    .paper .title .date strong {
        font-size: 30px;
        padding-right: 5px;
        margin-right: 5px;
    }
    .paper .title .date label {
        font-size: 18px;
    }
    .communication-videos h1.title {
        background: #920811;
        color: #fff;
        width: 100%;
        padding-left: .3rem;
        box-sizing: border-box;
        text-align: left;
        font-size: .3rem;
        height: .9rem;
        line-height: .9rem;
    }
    .communication-videos .layui-col-space30 {
        margin: 0;
    }
    .inherit ul li .picture {width: 2.7rem; height: 3.86rem; padding: .4rem .3rem .6rem .6rem; overflow: hidden;}
    .inherit ul li .picture img {width: 100%; height: 100%;}
    .inherit ul li .title, .inherit ul li .detail {padding-left: 3.6rem; padding-right: .2rem;}
    .inherit ul li .title h3 {line-height: 30px;}
    .inherit ul li .detail .detail-item {line-height: 20px; padding: 10px 0;}
    .inherit ul li .detail .more {right: .2rem;}
    .mbx, .mbx-hr {display: none;}
    .inhreit-detail-video {top: 0; margin-bottom: 20px;}
    #video_teacher_box {margin-bottom: 0;}
    #_ctl0__ctl0__ctl0_trOtherItem {margin-top: -50px;}
    #_ctl0__ctl0__ctl0_trOtherItem .other-teacher {padding: 0 !important;}
    #_ctl0__ctl0__ctl0_trOtherItem .help-bg {background: none;}
    .investigaate-item .more {margin-bottom: 10px;}
    .investigaate .investigaate-item .number {top: auto; bottom: -10px;}
    .course .course-item .title span {left: 20px; top: 20px;}
    .course .course-item .title {padding-left: 94px; padding-top: 22px;}
    .course .course-item .title h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .course .course-item .title h3 + p {margin: 0;}
    .special .special-item .right {padding-left: 0;}
    .special .special-item .right h4 {line-height: 30px; margin-top: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .special .special-item:hover .right h4 {color: #940408;}
    .special .special-item, .special .special-item:hover {box-shadow: 0px 270px 0px 0px #fafafa inset; padding-bottom: 15px;}
    .special .special-item br, .special + br + br, .special + br, .special + br + br + br {display: none;}
    .special .special-item .right .more {float: right;}
    .special .special-item img {height: 180px;}
    .special-detail .content img, .course-detail.brnone .art_con img, .project-news-detail .content img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    #wrap {overflow: hidden;}
    .pc-show {display: none;}
    .special-detail h1 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .special-detail .content {padding-top: 0;}
    .special-detail-case .list li {margin: 0; max-width: 100%;}
    .special-detail-case .list li img {max-width: 100%;}
    .special-detail-case .list li .picture, .special-detail-case .list li .picture img {height: auto;}
    .fancybox-next {right: -35px !important;}
    .fancybox-prev {left: -35px !important;}
    .wenyan-jiangzuo .item .link {border: 0; padding: 0;}
    .wenyan-jiangzuo .wenyan-jiangzuo-item .date {width: 60px;}
    .xszp1 .layui-col-sm4 {width: 2.6rem; height: 3.46rem; float: left;}
    .xszp1 .interview li .news {width: 3.9rem !important; padding-top: 10px; padding-left: 0; position: static !important; float: right; padding-bottom: 0;}
    .xszp1 .interview li .news hr {margin: 10px 0 !important;}
    .xszp1 .interview li .news h3 + p {display: none;}
    .xszp1 .interview .more {position: static; float: right; margin-top: 5px;}
    .activity .item h3 {line-height: 24px; font-size: 16px;}
    .xuezhe-detail .xuezhe-detail-other ul li {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .xuezhe-detail .xuezhe-detail-other img {width: 100%; height: auto;}
    .xuezhe-detail .xuezhe-detail-other .layui-col-sm5 {width: 100% !important;}
    .xuezhe-detail .xuezhe-detail-other h3 {margin-left: .3rem;}
    .yfxz_con .xuezhe-detail .xuezhe-detail-other {padding-top: 1rem !important;}
    #acc_content + div {overflow: hidden;}
    .wenyan-jiangzuo .wenyan-jiangzuo-item, .project-news-detail {padding: .3rem;}
    .activity {margin-top: .3rem}
    .tuzuo .learning-list li .right {padding-right: 0 !important;}
}


.bdshare-button-style0-32 .bds_weixin{
    background:url(../images/weixin.png) center center no-repeat !important
}
.bdshare-button-style0-32 .bds_weixin:hover{
    background:url(../images/weixin-red.png) center center no-repeat !important
}

.bdshare-button-style0-32 .bds_tqq{
    background:url(../images/qq.png) center center no-repeat !important
}
.bdshare-button-style0-32 .bds_tqq:hover{
    background:url(../images/qq-red.png) center center no-repeat !important
}

.bdshare-button-style0-32 .bds_tsina{
    background:url(../images/weibo.png) center center no-repeat !important
}
.bdshare-button-style0-32 .bds_tsina:hover{
    background:url(../images/weibo-red.png) center center no-repeat !important
}
.bdshare-button-style0-32 a{
    padding: 0 10px;
}