@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit;list-style:none; }
textarea, input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,select, textarea, input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { border:none; padding:0px; margin:0px;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
@font-face { font-family:"ANTQUAB"; src:url(ANTQUAB.TTF); }
textarea {  -webkit-appearance: none; resize:none;}
body{line-height:1; font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; background:#f8f8f8; font-size:12px;}
ol,ul,li{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th,td{vertical-align:middle;text-align:left;font-weight:normal}
q,blockquote{quotes:none}
q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}
a img{border:0; text-decoration:none;}
strong,b{ font-weight:bold;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
h1,h2,h3,h4,h5, p{font-weight:normal;}
a:hover{text-decoration:none;}
a{text-decoration:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none; outline: transparent}
button,input{ border-radius: 0; outline: transparent }
img{ display:inline-block; max-height:100%; max-width:100%;}
header input::-webkit-input-placeholder, header textarea::-webkit-input-placeholder {color:#fff;}
.container-fluid{padding: 0}
/*轮播*/
/*.swiper-slide-banner img{
    height: 82vh;
}*/
.container{
    padding: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
@media only screen and (max-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }

    .sy_ban .swiper-slide-banner img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-slide .txtk {
        position: absolute;
        left: 0%;
        bottom: 0px;
        color: #fff;
        background: rgba(0,0,0,0.3);
        padding:10px 15px;
        width: 100%;
        text-align: left;
        height: 84px;
    }

    .sy_ban .swiper-slide .txtk h1 {
        display: block;
        font-size: 14px;
        line-height: 24px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space: nowrap;
        width: 100%;
        height:24px;
    }

    .sy_ban .swiper-pagination-bullet {
        background: #D5999B;
        width: 12px;
        height: 12px;
        opacity: 1;
        border-radius: 100px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        /*background-color: rgba(204, 0, 0, .5);*/
        background-color:rgba(255,255,255,1);
        width: 55px;
        height: 12px;
        border-radius: 100px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 15px;
        position: absolute;
        right:0 ;
        text-align: right;
        padding-right: 2%;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
    }
    .sy_ban .swiper-slide {
        text-align: center;
        width: 100%;
        position: relative;
    }
    .sy_ban .swiper-slide:after{
        content: '';
        background: url("../images/ban_bj.png");
        height:273px;
        width:100%;
        position:absolute;
        left:0px;
        bottom: 0px;
    }
    .sy_ban .swiper-slide-banner img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-slide .txtk {
        position: absolute;
        /*left: 50%;*/
        /*margin-left: -600px;*/
        width:100%;
        bottom: 0px;
        color: #fff;
        background: rgba(0,0,0,0.3);
        padding: 0px;
        /*height:120px;*/
        height:84px;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        z-index: 2;
        text-align: left;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        display:-ms-flexbox;
    }

    .sy_ban .swiper-slide .txtk h1 {
        display: block;
        /*line-height:140px;*/
        line-height:90px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space: nowrap;
        width:100%;
        /*height:120px;*/
        height:80px;
    }
    .sy_ban .swiper-slide .txtk p.h1{
        display: block;
        /*line-height:40px;*/
        line-height:30px;
/*        width:1200px;*/
        margin: 0 auto !important;

        /*font-size:26px;*/
        font-size:24px;
    }
    .sy_ban .swiper-pagination-bullet {
        background: #D5999B;
        width: 12px;
        height: 12px;
        opacity: 1;
        border-radius: 100px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color:rgba(255,255,255,1);
        width: 55px;
        height: 12px;
        border-radius: 100px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 30px;
        /*width: 1200px;*/
        text-align: right;
        /*width:1200px;*/
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}
@media only screen and (min-width: 1570px) {
    .sy_ban .swiper-slide .txtk,.sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        width:100%;
       /* margin-left: -683px;*/
    }
    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets{
        width: 1500px;
        /*margin-left: 1300px;*/
    }
    .sy_ban .swiper-slide .txtk {
        height:84px;
    }

    .sy_ban .swiper-slide .txtk h1 {
        /*line-height:140px;
        height:140px;*/
        line-height: 100px;
        height: 100px;
    }
    .sy_ban .swiper-slide .txtk p.h1{
        display: block;
        line-height:40px;
        width:1500px;
        margin: 0 auto !important;
        font-size:24px;
    }
}
/*首页要闻*/
.yw-bg{
    background: url("../images/yw-bg.jpg") center top no-repeat;
    background-size: 100% auto;
}
.school-news{
    margin: 0 auto;
    display: flex;
}
.lb-l {
    padding: 0;
    display: flex;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.lb-l a{
    display: flex;
    width: 100%;
    height: 100%;
}
.lb-l img{
    width: 100%;
    height: 100%;
}
.lb-l p{
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.5);
    height: 53px;
    position: absolute;
    bottom: 0;
    z-index: 333;
    width: 100%;
    padding: 0 35px;
}
.lb-l p a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.lb-r {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
    position: relative;
    background: #ffffff;
    justify-content: space-between;
}
.lb-r dl{
    display: flex;
    border-bottom: 1px solid #EBEEF5;
    height: 33%;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
.lb-r dl::after{
    display: flex;
    position: absolute;
    z-index: 1;
    height:100%;
    width:0%;
    background:#F6F1EB;
    left: 0;
    opacity: 1;
    transition: .4s;
}
.lb-r dl:hover::after{
    display: flex;
    height: 100%;
    width: 100%;
    transform: translateX(0px);
    opacity:1;
    left:0px;
    transition: .4s;
}
.lb-r dl dt{
    display: flex;
    max-width:37.63%;
    flex: 0 0 37.63%;
    overflow: hidden;
    position: relative;
    z-index: 666;
}
.lb-r dl dt a{
    display: flex;
    width: 100%;
    height: 100%;
}
.lb-r dl dt a img{
    width: 100%;
    height: 100%;
}
.lb-r dl dd{
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 14px;
    position: relative;
    z-index: 666;
}
.lb-r dl dd h2{
    display: flex;
    /*height: 20px;*/
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.lb-r dl dd h2 a{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #46484A;
}
.lb-r dl:hover dd h2 a{
    color: #883032;
}
.lb-r dl:hover dt{
    box-shadow: 0px 8px 40px 0px rgba(119,24,24,0.08);
}
.lb-r dl dd p{
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909399;
    line-height: 24px;
    margin-bottom: 18px;
}
.lb-r dl dd span{
    display: flex;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909399;
    align-items: center;
}
.lb-r dl dd span img{
    width:12px;
    height:12px;
    margin-right: 5px;
}
.lb-r dl:last-child{
    border-bottom: none;
}
/*首页通知*/
.note-bg{background: url("../images/note-bg.png") center bottom no-repeat;}
.note{
    padding: 0;
    display: flex;
    padding: 0;
    position: relative;
    flex-direction: column;
}
.engage{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
    position: relative;
    margin-left: 40px;
}
.note-list{
    display: flex;
    flex-direction: column;
    height:587px;
    justify-content: space-between;
}
.note-list dl{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 21px;
    padding-left: 49px;
}
.note-list dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(119,24,24,0.08);
    border-radius: 50%;
    position: absolute;
    left: 0;
    z-index: 333;
}
.note-list dl dt b{
    display: flex;
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #B31119;
    position: relative;
    z-index: 333;
}
.note-list dl dt i{
    display: flex;
    height: 1px;
    background: #DFE1E7;
    width: 47px;
    margin:5px 0 8px 0;
    position: relative;
    z-index: 333;
}
.note-list dl dt span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #909399;
    position: relative;
    z-index: 333;
}
.note-list dl dd{
    display: flex;
    align-items: center;
    flex: 1;
    background: #FFFFFF;
    border-radius: 66px 0 0 66px;
    max-height: 131px;
    position: relative;
    z-index: 1;
}
.note-list dl dd a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1D1F22;
    line-height: 1.5;
   /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;*/
    padding-left: 70px;
    padding-right: 70px;
    margin:41px 0;
}
.note-list dl:hover dd{
    box-shadow: 0px 8px 40px 0px rgba(119,24,24,0.08);
}
.note-list dl dt::after{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:0;
    height:0;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
/*    left: 0;*/
    z-index:1;
    background:#B31119;
    transform: scale(0);
    transition: .3s;
}
.note-list dl:hover dt::after{
    display: flex;
    width: 96px;
    height: 96px;
    background:#B31119;
    /*transform: translateX(0px);*/
   /* transform: scaleX(1);*/
    /*transform: rotate(90deg);*/
    transform: scale(1);
    opacity:1;
    transition: .3s;
}
.note-list dl:hover dt b{
    color: #ffffff;
}
.note-list dl:hover dt i{
    color: #ffffff;
}
.note-list dl:hover dt span{
    color: #ffffff;
}
.note-list dl:hover dd a{
    color: #B31119;
}
/*招聘*/
.engage-list{
    display: flex;
    flex-direction: column;
    background: url("../images/zp-bg.jpg") center center #F7EBDF;
    background-size: 100% 100%;
    /*height:29.7vw;*/
    /*height: 587px;*/
    position: relative;
    z-index: 333;
    align-items: center;
    height: 587px;
}
.engage-list::after{
    display: flex;
    width: 14px;
    height:95%;
    background: #B31119;
    position: absolute;
    left: -14px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.engage-list{
    display: flex;
    flex-direction: column;
}
.prve{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.prve img{
    width:26px;
    height: 14px;
}
.up{
    margin-top: 23px;
    margin-bottom: 28px;
}
.down{
    margin-bottom: 28px;
    /*margin-top: 34px;*/
}
.zpbox{
    overflow: hidden;
}
.zp-list{
    padding: 0 26px;
    overflow:hidden;
}
.zp-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:77px;
    margin-bottom:28px;
}
.zp-top span{
    display: flex;
    width: 66px;
    height: 77px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../images/rili.png") center center no-repeat;
    background-size: 100% 100%;
}
.zp-top span b{
    display: flex;
    width: 66px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-top:8px;
    font-size: 32px;
    font-family: Arial;
    font-weight: bold;
    color: #B31119;
}
.zp-top span i{
    display: flex;
    width: 66px;
    height:25px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}
.zp-top p{
    display: flex;
    flex-direction: column;
    height:77px;
    justify-content: center;
}
.zp-top p b{
    display: flex;
    align-items: center;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #B31119;
    margin-bottom: 10px;
}
.zp-top p em{
    display: flex;
    align-items: center;
    height: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B31119;
}
.zp-name{
    display: flex;
    height: 54px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    margin-bottom:33px;
}

.zp-con{
    display: flex;
    flex-direction: column;
    margin-bottom:24px;
}
.zp-con h3{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom:10px;
}
.zp-con p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4F5354;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

/*學術活动*/
.learning-box{
    height: 577px;
    position: relative;
    display: flex;
}
.learning-box::after{
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 551px;
    height: 552px;
    background: url("../images/xs-bg1.png");
}
.lear-con{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    height: 577px;
}
.nwidth{
    width: 100%;
    overflow: hidden;
}
.learning-l{
    display: flex;
    padding: 0;
    position: relative;
}
.learning-r{
    display: flex;
    flex: 1;
    padding: 0;
    position: relative;
}
.rili{
    padding: 0;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    height: 100%;
}
.rl-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0;
    position: relative;
    /*overflow: hidden;*/
    height: 100%;
}
.rl-list::after{
    display: flex;
    width: 1px;
    height: 28.5rem;
    background: #F9EEE4;
    border-left: 1px solid #333333;
    opacity: 0.1;
    position: absolute;
    left: 50%;
}
.rlbox{
    /*overflow: hidden;*/
    height: 100%
}
.rlbox-con{
    height: 100%
}

.rl-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0 35px;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: .4s;
    float: left;
}
.rl-data:hover
{
    transform: translatey(-10px);
    transition: .4s;
}
.rl-data span{
    display: flex;
    height: 35px;
    align-items: flex-end;
    margin-bottom:45px;
}
.rl-data span b{
    display: flex;
    height: 35px;
    font-size: 48px;
    font-family: Arial;
    font-weight: 400;
    color: #883032;
    font-weight: normal;
    align-items: center;
    margin-right: 5px;
}
.rl-data span em{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}
.rl-data h1{
    display: flex;
    align-items: center;
    height: 59px;
    margin-bottom: 65px;
}
.rl-data h1 a{
    display: flex;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #232733;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.rl-data h1 a:hover{
    color: #B31119;
}
.rl-data p{
    display: flex;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4F5354;
    line-height: 25px;
    align-items: flex-start;
    margin-bottom: 15px;
}
.rl-data p i{
    display: flex;
    align-items: center;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.rl-data p i img{
    width: 15px;
    max-width: inherit;
    max-height: inherit;
}
.rl-data:nth-child(2n){
    background:url("../images/sy-lg.png") top right no-repeat;
}
.rl-data:nth-child(2n+1){
    background:url("../images/sy-sm.png") bottom right no-repeat;
}







.rl-data-fiex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 68%;
    padding: 0 35px;
    height: 70%;
    z-index: 666;
    position: absolute;
    right: -61%;
}
.search-xs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*width: 100%;*/
   /* padding: 0 35px;*/
    /* height: 70%;*/
    position: absolute;
    width:410PX;
    box-shadow: 6px 5px 40px 0px rgba(75,4,6,0.08);
}
.day-cur{
    background: url(../images/rlbg.png) center center #F9EEE4;
    /*background-size: 100% 100%;*/
    /*height: 468px;*/
    height: 415px;
    padding:0 35px;
    border-radius: 12px;
    box-shadow: 6px 5px 40px 0px rgba(75,4,6,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 666;
}


.rl-data-fiex span{
    display: flex;
    height: 35px;
    align-items: flex-end;
    margin-bottom:45px;
}
.rl-data-fiex span b{
    display: flex;
    height: 35px;
    font-size: 48px;
    font-family: Arial;
    font-weight: 400;
    color: #883032;
    font-weight: normal;
    align-items: center;
    margin-right: 5px;
}
.rl-data-fiex span em{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}
.rl-data-fiex h1{
    display: flex;
    align-items: center;
    height: 59px;
    margin-bottom: 65px;
}
.rl-data-fiex h1 a{
    display: flex;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #232733;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.rl-data-fiex h1 a:hover{
    color: #B31119;
}
.rl-data-fiex p{
    display: flex;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4F5354;
    line-height: 25px;
    align-items: flex-start;
    margin-bottom: 15px;
}
.rl-data-fiex p i{
    display: flex;
    align-items: center;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.rl-data-fiex p i img{
    width: 15px;
    max-width: inherit;
    max-height: inherit;
}





.prve-fy{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:20px;
    height: 32px;
    z-index: 333;
}
.prve-fy label{
    display: flex;
    margin: 0 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.prve-fy label.prve-up{
    background: url("../images/p-left.png") center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy label.prve-next{
    background: url("../images/p-right.png")center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy label:hover.prve-up{
    background: url("../images/p-left-cur.png") center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy label:hover.prve-next{
    background: url("../images/p-right-cur.png") center center no-repeat;
    background-size: 100% 100%;
}


.prve-fy-rl{
    display: flex;
    width: 85%;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top:20px;
    height: 32px;
    z-index: 999999;
}
.prve-fy-rl label{
    display: flex;
    margin: 0 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.prve-fy-rl label.prve-up{
    background: url("../images/p-left.png") center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy-rl label.prve-next{
    background: url("../images/p-right.png")center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy-rl label:hover.prve-up{
    background: url("../images/p-left-cur.png") center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy-rl label:hover.prve-next{
    background: url("../images/p-right-cur.png") center center no-repeat;
    background-size: 100% 100%;
}


/*日历*/
.rl-ui{
    width: 707px;
    height: 468px;
    box-shadow: 6px 5px 40px 0px rgba(75,4,6,0.08);
    border-radius: 12px;
    display: flex;
    z-index: 666;
    background: url("../images/rlbg.png") center center #F9EEE4;
    background-size: 100% 100%;
    padding: 40px 0;
}
.calendar{
    width: 100%;
}
.calendar-title {
    position: relative;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 40px;
}
.calendar-title span.rlname{
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    height: 28px;
}
.calendar-title span.rlname img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
    position: relative;
    top: -3px;
}
.calendar-title a.title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #883032;
    margin: 0 25px;
}
#backToday {
    position: absolute;
    left: 70%;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(255, 128, 142);
    font-size: 18px;
}
.calendar-title .arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendar-title .arrow span img{
    width: 48px;
    height: 28px;
    cursor: pointer;
}


.calendar-week,
.calendar-date {
    overflow: hidden;
}
/*.calendar-week .item,*/
.calendar-date .item {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.calendar-week .item{
    display: flex;
    flex: 1;
    width: auto;
    align-items: center;
    justify-content: center;
}
.calendar-week {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #232733;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom:15px;
}
.calendar-date {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #232733;
    width: 100%;
}
.calendar-date .item {
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 14.28571428571429%;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #232733;
}
.calendar-date .item:hover,
.calendar-date .item-curMonth:hover {
    background:url(" ../images/item-hover.png") center center no-repeat;
    background-size: 34px 34px;
}
.calendar-date .item-curMonth {
    color: #333;
    font-weight: bold;
}
.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
    color: #fff;
    background:url(" ../images/item-selected.png") center center no-repeat;
    background-size: 34px 34px;
}
.calendar-date .item-selected,
.calendar-date .item-selected:hover {
    color: #232733;
    background:url(" ../images/item-hover.png") center center no-repeat;
    background-size: 34px 34px;
}
.calendar-today {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    height: 48px;
    padding: 6px 10px;
    background-color: rgb(255, 128, 142);
    border-radius: 5px;
}
.calendar-today .triangle {
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgb(255, 128, 142) transparent transparent;
}
.calendar-today p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

/*探索发现*/
.ts{
    position: relative;
}
.tsbox{
    overflow: hidden;
    height: 584px;
}
.tslist{
    display: flex;
    width: 100%;
}
.explore-box{
    /*height:631px;*/
    position: relative;
    display: flex;
    background: url("../images/explore-bg.png") center center #ffffff;
}
.explore-box::after{
    display: flex;
    position: absolute;
    left: 30%;
    top:-93px;
    width: 1070px;
    height: 93px;
    background: url("../images/explore-bg2.png");
}

.explore-left{
    display: flex;
    padding: 0;
    position: relative;
    flex-direction: column;
    margin-right: 44px;
    justify-content: center;
}

.explore-right{
    display: flex;
    flex: 1;
    padding: 0;
    position: relative;
    align-items: center;
    margin: 57px 0;
}
.explore-right a{
    width: 100%;
    height: 100%;
}
.explore-right img
{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.explore-right:hover img
{
    transform: translatey(-10px);
    transition: .4s;
}
.explore-left h2{
    display: flex;
    align-items: center;
    height: 72px;
    margin-bottom:50px;
}
.explore-left h2 a{
    display: flex;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1D1F22;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.explore-left h2 a:hover{
    color: #B31119;
}
.explore-left p{
    display: flex;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4F5354;
    line-height: 33px;
    align-items: flex-start;
    margin-bottom:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}
.explore-left span{
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4F5354;
    align-items: center;
    margin-bottom:40px;
}
.explore-left span i{
    display: flex;
    align-items: center;
    margin-right:5px;
}
.explore-left span i img{
    width: 15px;
    max-width: inherit;
    max-height: inherit;
}

.prve-fy-explore{
    display: flex;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom:50px;
}
.prve-fy-explore label{
    display: flex;
    margin-right:30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.prve-fy-explore label.prve-up{
    background: url("../images/p-left.png") center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy-explore label.prve-next{
    background: url("../images/p-right.png")center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy-explore label:hover.prve-up{
    background: url("../images/p-left-cur.png") center center no-repeat;
    background-size: 100% 100%;
}
.prve-fy-explore label:hover.prve-next{
    background: url("../images/p-right-cur.png") center center no-repeat;
    background-size: 100% 100%;
}

/*精品培训*/
.swiper-slide-px{
    width: 460px;
    height: 537px;
    background: #FFFFFF;
}
.swiper-container-px{
    display: flex;
    align-items: center;
    height: 560px;
}
.swiper-wrapper-px{
    display: flex;
    align-items: center;
    position: relative;
}
. swiper-wrapper-px .swiper-slide{
    transition: .4s;
}
.swiper-wrapper-px .swiper-slide-next{
    transform: scale(1.2);
    box-shadow: 0px 8px 40px 0px rgba(119,24,24,0.08);
    transition: .4s;
}
.development-li {
    cursor: pointer;
}

.development-li .pxtop {
    overflow: hidden;
}
.development-li .pxtop img{
    /*width: 100%;
    height: 100%;*/
    transition: 1s all;
}
.development-li .bottom{
    display: flex;
    flex-direction: column;
}
.development-li .bottom h2 {
    display: flex;
    height: 28px;
    margin: 16px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.development-li .bottom h2 a{
    display: flex;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1D1F22;

}
.swiper-slide-next .development-li .bottom h2{
    margin: 20px 20px 10px 20px;
}
.swiper-slide-next .development-li .bottom h2 a{
    font-size: 24px;
}
.development-li .bottom .desc {
    height:78px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4F5354;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    padding: 0 20px;
    align-items: center;
    margin-bottom: 20px;
}
.swiper-slide-next .development-li .bottom .desc{
    font-size: 13.9px;
    line-height: 26px;
}
.development-li .bottom span{
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 35px;
    background: #9F4042;
    border-radius:0  18px 18px 0;
    width: 235px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;

}
.swiper-slide-next .bottom span{
    font-size: 12px;
    height: 30px;
    padding: 0 0 0 20px;
}
.development-li .bottom span i img{
    width: 13px;
    height: 13px;
    margin-right: 6px;
}

.development-li:hover .pxtop img{
    transform: scale(1.2);
}

.development .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
    background-image: url(../images/px-r.png);
    right: -40px;
    border-radius: 100%;
}

.development .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
    background-image: url(../images/px-l.png);
    left: -40px;
    border-radius: 100%;
}
.development .swiper-button-next,
.swiper-container-rtl .swiper-button-prev:hover{
    box-shadow: 0px 8px 40px 0px rgba(136,48,50,0.08);
}
.development .swiper-button-prev,
.swiper-container-rtl .swiper-button-next:hover{
    box-shadow: 0px 8px 40px 0px rgba(136,48,50,0.08);
}
/*师生风采*/
.elegant{
    background: url("../images/fc-bg.png") center center no-repeat;
    background-size: 100% auto;
}
.elegant-box{
    position: relative;
    display: flex;
    /*background: url("../images/explore-bg.png") center center #ffffff;*/
}
.elegant-left{
    display: flex;
    padding: 0;
    position: relative;
    /*height: 618px;*/
}

.elegant-right{
    display: flex;
    flex: 1;
    padding: 0;
    position: relative;
    flex-direction: column;
}
.photo-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.photo-box img{
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
    transition: .4s;
}

.photo-box:hover  img{
    transform: scale(1.1);
    transition: .4s;
}
.photo-box span{
    display: flex;
    margin: 0 20px;
    background: linear-gradient(0deg, #000000 0%, rgba(131,131,131,0.37) 100%);
    border-radius: 18px 18px 0 0;
    position: absolute;
    transform: translateY(-70px);
    z-index: 666;
    flex-direction: column;
    opacity: 1;
    transition: .4s;
}

.photo-box span:hover{
    transform: translateY(-280px);
    opacity:1;
    transition: .4s;
}
.photo-box span h2{
    display: flex;
    height: 54px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 25px;
    margin-bottom: 25px;
    transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*.photo-box span:hover h2{
    transform: translateX(37%);
    transition: .4s;
}*/
.photo-box span p{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    padding: 0 25px;
    opacity: 0;
    transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    height: 116px;
}
.photo-box span:hover p{
    opacity: 1;
    transition: .4s;
}
.photo-box span a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 33px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 30px auto;
    opacity: 0;
    transition: .4s;
}
.photo-box span a:hover{
    background: #883032;
    color: #ffffff;
    border: 1px solid #883032;
}
.photo-box span:hover a{
    opacity: 1;
    transition: .4s;
}
.photo-box span a img{
    width: 13px;
    height: 7px;
    margin-left: 6px;
 }

.elegant-right-top{
    display: flex;
    height: 337px;
}
.elegant-right-bottom{
    display: flex;
    height:281px;
}
.elegant-right .photo-box span h2{
    font-size: 24px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.elegant-right .photo-box span p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    height: 58px;
}
.elegant-right span:hover{
    transform: translateY(-195px);
    opacity:1;
    transition: .4s;
}

/*.elegant-right-top .photo-box span:hover h2{
    transform: translateX(34%);
    transition: .4s;
}
.elegant-right-bottom .photo-box span:hover h2{
    transform: translateX(28%);
    transition: .4s;
}*/
.elegant-right .photo-box span a{
margin: 15px auto;
}
/*资源服务*/
.service{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service a{
    display: flex;
    width:18%;
    height: 185px;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right:8px;
    flex-direction: column;
    margin-bottom: 8px;
}
.service a:nth-child(4n){
    margin-right: 0;
}
.service a img{
    display: flex;
    height: 69px;
    margin-bottom: 30px;
}
.service a:hover{
    transform: translateY(-10px);
    transition: .4s;
    box-shadow: 0px 8px 40px 0px rgba(111,30,32,0.08);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++二級页面+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------二級页面共通css---------*/
.con-box{
    display: flex;
}
.top-img{
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.top-img img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.top-name{
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top:30%;
    letter-spacing: 5px;
}
.con-right{
    display: flex;
    flex: 1;
    padding: 0;
    position: relative;
}

.s-nav-tab{
    display: flex;
    flex-direction: column;
    width: 267px;
    padding: 0;
    position: relative;
    margin-right: 20px;
    z-index: 666;
}
.l-meun-title{
    display: flex;
    width: 100%;
    height: 130px;
    background: url("../images/l-meun-bg.png");
    background-size: 100% 100%;
    position: absolute;
    top:-65px;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
}
.l-meun-title b{
    height: 36px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.l-meun-title em{
    display: flex;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0px;
    opacity: 0.8;
}
.m-height{
    height: 65px;
}
.s-nav-tab-box{
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 0 30px;
}
.s-nav-tab-box dl{
    display: flex;
    /*height:60px;*/
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    flex-direction: column;
}
.s-nav-tab-box dl:last-child{
    border-bottom: none;
}
.s-nav-tab-box dl dt{
    display: flex;
    align-items: center;
    width: 100%;
}
.s-nav-tab-box dl dt a{
    display: flex;
    align-items: center;
    min-height: 60px;
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.s-nav-tab-box dl.cur dt a{
  font-weight: bold;
    color: #914D3B;
}
/*.s-nav-tab-box dl dt a::after{*/
/*    display: flex;*/
/*    width:19px;*/
/*    height:11px;*/
/*    background: url("../images/m-more.png");*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    right: 50px;*/
/*    color: #3a89fe;*/
/*    opacity: 0;*/
/*    transition: .2s;*/
/*}*/
/*.s-nav-tab-box dl:hover dt a::after{*/
/*    display: flex;*/
/*    width:19px;*/
/*    height:11px;*/
/*    transform: translateX(70px);*/
/*    opacity:1;*/
/*    right:70px;*/
/*    transition: .2s;*/
/*}*/

/*.s-nav-tab-box dl.cur dt a::after{*/
/*    width:19px;*/
/*    height:11px;*/
/*    background: url("../images/m-more.png");*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    opacity: 1;*/
/*    transform: translateX(0px);*/
/*}*/

/*.s-nav-tab-box dl::after{*/
/*    display: flex;*/
/*    height: 1px;*/
/*    left: 0;*/
/*    opacity: 1;*/
/*    transition: .4s;*/
/*    width:0%;*/
/*    position: absolute;*/
/*    bottom: 0;*/

/*}*/
/*.s-nav-tab-box dl:hover::after{*/
/*    display: flex;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background:#914D3B ;*/
/*    transform: translateX(0px);*/
/*    opacity:1;*/
/*    left:0px;*/
/*    bottom: -1px;*/
/*    transition: .4s;*/
/*    position: absolute;*/
/*}*/
.s-nav-tab-box dl.cur{
    border-bottom: 1px solid #914D3B;
}


.s-nav-tab-box a:hover{
    color: #914D3B;
    text-decoration: none;

}
.s-nav-tab-box dl dd{
    display: flex;
    flex-direction: column;
}

.s-nav-tab-box dl dd a{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

/*.s-nav-tab-box dl dd a::after{*/
/*    display: flex;*/
/*    width:12px;*/
/*    height:8px;*/
/*    background: url("../images/m-more.png");*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    right: 50px;*/
/*    color: #3a89fe;*/
/*    opacity: 0;*/
/*    transition: .2s;*/
/*}*/
/*.s-nav-tab-box dl dd a:hover::after{*/
/*    display: flex;*/
/*    width:12px;*/
/*    height:8px;*/
/*    transform: translateX(70px);*/
/*    opacity:1;*/
/*    right:70px;*/
/*    transition: .2s;*/
/*}*/
.s-nav-tab-box dl dd a.active{
    color: #914D3B;
    font-weight: bold;
 }
/*.s-nav-tab-box dl dd a.active::after{*/
/*    width:12px;*/
/*    height:8px;*/
/*    background: url("../images/m-more.png");*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    opacity: 1;*/
/*    transform: translateX(0px);*/
/*}*/
/*---------------------二級页面共通css-END---------------------*/

/*师资队伍*/
.sz-top-img{
    background: url("../images/topimg1.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.teach-list{
    margin-top:12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.teach-list-tab{
    display:flex;
    align-items: center;
    margin-bottom: 12px;
}
.teach-list-tab span {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 170px; */
    height: 48px;
    background: #ffffff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #484848;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 20px;
}
.teach-list-tab span.cur{
    background: #A0595B;
    border: 1px solid #A0595B;
    color: #ffffff;
}
.teach-list-tab span:last-child{
    margin-right: 0;
}
.teach-list-box{
}
.sz-title{
    display: flex;
    height: 48px;
    align-items: center;
    background: #ffffff;
    padding:0 10px;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
}
.sz-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    margin-right: 3px;
    /* width: 40px; */
    height: 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #666666;
    cursor: pointer;
}
.sz-title span.cur{
    color: #7C8733;
    border-bottom: 2px solid #7C8733;
    font-weight: bold;
}
.sz-title span:hover{
    color: #ca8789;
}
.sz-title b{
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 40px;
    color: #666666;
    font-size: 16px;
}
.sz-title b.sortcss {
    color: #666666;
    font-size: 16px;
    height: 40px;
    line-height:40px;
    font-weight: normal;
}
.teachs{
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
}
.teachs a.people{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin: 10px 13px;
    width: 89px;
    background: #f8f8f8;
    color: #333;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.teachs a.people:hover{
    background: #7C8733;
    color: #ffffff;
}
.teachs dl{
    display: inline-block;
    float: left;
    width: 174px;
    height: 278px;
    background: #FFFFFF;
    padding: 10px;
    margin-right:18px;
    margin-bottom:18px;
}
.teachs dl:nth-child(6n){
    margin-right: 0;
}
.teachs-line{
    border-bottom: 1px solid #dedede;
}
.teachs-line dl:nth-child(6n){
    margin-right:18px;
}
.teachs-line dl:nth-child(7n){
    margin-right: 0;
}
.teachs dl dt{
    width: 150px;
    height: 200px;
}
.teachs dl dt img{
    width: 150px;
    height: 200px;
}
.teachs dl dd a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #A0595B;
    display:block;
    text-align: center;
    padding-top:12px;
    padding-bottom:6px;
}
.teachs dl dd span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display:block;
    text-align: center;
}
.teachs dl:hover{
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.17);
}
.teach-stitle{
    padding-bottom: 40px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A0595B;
}
.teach-stitle img{
    margin-right: 5px;
}

.teach-class{
    margin: 0 auto;
    margin-bottom: 40px;
}
.teach-tab{
    height: 55px;
}
.teach-tab span{
    display: inline-block;
    float: left;
    width: 391px;
    height: 55px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #484848;
    margin-right: 13px;
    cursor: pointer;
}
.teach-tab span.cur{
    background: #A0595B;
    border: 1px solid #A0595B;
    color: #ffffff;
}
.teach-tab span:last-child{
    margin-right: 0;
}
.teach-con-box{
    padding-top:20px;
}
.teach-con{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.a-z{
    padding: 30px;
    border-bottom: 1px solid #dddddd;
}
.a-z span{
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 46px;
    margin-right: 3px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}
.a-z span.cur{
    background: #A0595B;
    border: 1px solid #A0595B;
    color: #ffffff;
}
.a-z span:hover{
    background: #A0595B;
    border: 1px solid #A0595B;
    color: #ffffff;
}

.u1 li {
    float: left;
    width: 25%;
    margin-bottom: 25px;
}
.u1 li a {
    color: #063651;
    font-size: 16px;
}

.xx_zm3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: solid 1px #dddddd;
    text-align: center;
    padding-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .xx_zm3 .form-control {
        width: 470px;
        margin-right: 25px;
        height: 38px;
        line-height: 38px;
        padding: 0px 0px 0px 10px;
        font-size: 16px;
        border: 1px solid #CACACA;
        border-radius: 3px;
    }

.an_xyl {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 38px;
    line-height: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    width: 118px;
    background: #A0595B;
}
.xx_zm3 .an_xyl {
    float: left;
}
.searchs{
    padding: 30px;
    background: #ffffff;
}

/*办事指南*/
.jg-box{
    width: 100%;
}

/*学院概况-领导*/
.College{
    background: #ffffff;
    padding: 20px;
}
.college-top-img{
    background: url("../images/xygk.png") center center no-repeat;
    background-size: 100% auto;
}
.school-box{
    width: 100%;
    margin:20px auto;
}
.leader-list{
    display: flex;
    min-height: 354px;
    background: #ffffff;
    margin-bottom: 25px;
    padding: 25px;
}
.leader-list:hover{
    box-shadow: 0px 8px 40px 0px rgba(111,30,32,0.08);
}
.left-box{
    width: 235px;
    height: 294px;
    display: flex;
}
.left-box img{
    width: 235px;
    height: 294px;
}
.right-box{
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 294px;
    /*margin-left: 15px;*/
}
.leader-list .right-box{
    margin-left: 15px;
}
.right-box h2{
    display: block;
    /*height: 24px;*/
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px !important;
}
.right-box span{
    display: block;
    /*height: 16px;*/
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}
.right-box p{
    display: block;
    /*height: 161px;*/
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp:5;*/
    -webkit-box-orient: vertical;
    /*border-top: 1px solid #dedede;*/
    padding-top: 20px !important;
    margin-top:15px !important;
}
.group{
}
.group-list{

    height: 354px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin-bottom: 25px;
    padding: 25px;
}
.group-title{
    display: block;
    height:28px;
}
.group-title  h2{
    float: left;
    margin-bottom: 0 !important;
}
.group-title em{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height:28px;
    padding-left: 20px;
    float: left;
}
.group-con{
    border-top:1px dashed #dddddd;
    margin-top: 15px;
    padding-top: 15px;
}
.group-con b{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A0595B;
    font-weight: normal;
    margin-bottom: 20px;
}
.group-con span{
    display: block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
    height:190px;
}
.list {
    width: 100%;
}
.list .list-item {
    color: #fff;
    font-size:16px;
    padding:20px 10px;
    margin: 0px 0 10px 0px;
    background: #1ca2a1;
    border-radius:4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    position: relative;
}

.list .list-item:nth-child(3n){
    margin-right: 0;
}
.list .list-item a {
    color: #fff;
    cursor: pointer;
}
.list .list-item b {
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 8px;
    height: 12px;
    margin-left: 11px;
}
.list .list-item.cur {
    background-color: #A0595B;
}

.list .list-item:hover {
    background-color: #A0595B;
}
.abnav{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-size:16px;
    padding:20px 10px;
    margin: 0px 0 0 0px;
    background: #1ca2a1;
    border-radius:4px;
    cursor: pointer;
    position: relative;
    border-radius:6px;

}


/*新闻公告*/
.news-top-img{
    /*background: url("../images/xwgg.png") center center no-repeat;
    background-size: 100% auto;*/
}
.notes{
    margin-top:12px;
}
.news{ margin-top: 0}
.notes-list{
    width: 100%;
    margin:0 auto;
    background: #ffffff;
}
.notes-list .list-item{
    padding:30px;
    border-bottom: 1px solid #D9D9D9;
}
.notes-list .list-item:last-child{
    border-bottom: none;
}
.notes-list .list-item .top-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;

}
.notes-list .list-item .top-flex a{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #883032;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*height: 18px;*/
    flex: 1;
}
.notes-list .list-item .top-flex a::before {
    content: '';
    display: flex;
    width: 8px;
    height: 8px;
    background: #883032;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.notes-list .list-item .top-flex em{
    width: 100px;
    text-align: right;
    flex-shrink: 1;
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
}
.notes-list .list-item .desc {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}



.news-list .list-item{
    padding:30px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
}
.news-list .list-item img{
    width: 160px;
    height: 100px;
    display: flex;
    margin-right: 15px;
}
.news-right{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.news-listlist .list-item:last-child{
    border-bottom: none;
}
.news-list .list-item .top-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;

}


.news-list .list-item .desc {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}


/*人才培养*/
.personnel-top-img{
    /*background: url("../images/rcpy.png") center center no-repeat;
    background-size: 100% auto;*/
}
/*学术研究*/
.xs-list{
    height:275px;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 25px;
}
.xs-left h2{
    font-size: 24px;
    color: #063651;
    margin-bottom: 15px;
    width: 100%;
}
.txtk {
    width: 100%;
    font-size: 14px;
    color: #5b5a5a;
}
.txtk p{
    display: block;
    font-size: 14px;
    color: #5b5a5a;
    margin:15px 0;
}
.ani p {
    color: #FFFFFF;
}
.xs-right{
    width: 200px;
    border-left:1px dashed #DDDDDD;
    text-align: center;
    float: right;
    height: 220px;
    padding-top:80px;
}
.xs-left{
    width:945px;
    float: left;
}
.xs-right a{
    width: 129px;
    height: 44px;
    background: #A0595B;
    border-radius: 3px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    line-height: 44px;
}
.xs-right a:hover{
    background: #8c4648;
}
.xs-right a img{
    margin-left: 10px;
}
/*人才培养*/
.academic-top-img{
    /*background: url("../images/kxyj.png") center center no-repeat;
    background-size: 100% auto;*/
}
.inner-content {
    width: 100%;
/*    background: #fff;*/
    padding:20px 56px;
    margin: 0 auto;
    margin-top: 12px;
}
.inner-content2{
    width: 100%;
    background: #fff;
    padding:28px 56px;
    margin: 0 auto;
    margin-top: 12px;
}
.inner-content p{
    text-indent: 2em;
    line-height: 2em;
    font-family: 宋体, SimSun;
    font-size: 14px;
}
/*高端培训*/
.high-top-img{
    /*background: url("../images/gdpx.png") center center no-repeat;
    background-size: 100% auto;*/
}
.yqhz-top-img{
    /*background: url("../images/yqhz.png") center center no-repeat;
    background-size: 100% auto;*/
}
.dqgg-top-img{
    /*background: url("../images/dqgz.png") center center no-repeat;
    background-size: 100% auto;*/
}
.bszn-top-img{
    /*background: url("../images/bszn.png") center center no-repeat;
    background-size: 100% auto;*/
}
.list-grid{
    margin: 0 auto;
    margin-top:8px;
    float:left;
}
.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
/*网站地图*/
.wz-list{
    padding:0 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    width: 100%;
    margin-top: 12px;
}
.wz-list .wz-list-item {
    width: 50%;
}
.wz-list span {
    color: #883032;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 3px solid #883032;
}
.wz-list ul {
    margin-left: 70px;
}
.wz-list ul li {
    margin-bottom: 20px;
    padding: 10px 20px;
}
.wz-list ul li a {
    color: #883032;
    padding: 8px;
    border: 1px solid #883032;
}
.inner-title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #883032;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
    border-bottom: 1px solid #BFBFBF;
    display: block;
    width: 100%;
}
/*2023-02-10*/
/*.xs-left{*/
/*    width: 580px;*/
/*    float: left;*/
/*}*/
.nomargin{
    margin-bottom:0;
}
.xs-tab{
    height:45px;
    background:#A0595B;
}
.xs-tab-n{
    height:45px;
    background:#A0595B;
}
/*.xs-tab span{
    display: block;
    float: left;
    height: 40px;
    padding: 0 10px;
}*/
.xs-tab span{
    display: block;
    float: left;
    height:44px;
    font-size:24px;
    color: #ffffff;
    line-height:44px;
    padding: 0 12px;
    cursor: pointer;
    margin-left: 10px;
}
.xs-tab-n span{
    display: block;
    float: left;
    height:45px;
    font-size:24px;
    color: #ffffff;
    line-height:45px;
    padding: 0 12px;
    cursor: pointer;
    margin-left: 10px;
}
.xs-tab span.cur{
    border-bottom:2px solid #ffffff;
}
.xs-tab a.more{
    float: right;
    position: relative;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    display: block;
    height: 45px;
    line-height: 45px;
}
.xs-tab a.more img{
    margin-left: 5px;
}
.xs-tab-n a.more{
    float: right;
    position: relative;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    display: block;
    height: 45px;
    line-height: 45px;
}
.xs-tab-n a.more img{
    margin-left: 5px;
}
.xs-box ul{
    display: block;
    margin-top: 10px;
}
.xs-box ul li{
    width: 100%;
    float: none;
    margin-bottom: 0;
    height: 34px;
    line-height: 34px;
}
.xs-box ul li:nth-last-child(2){
    margin-bottom: inherit;
}
.xs-box ul li:nth-last-child(1){
    margin-bottom: inherit;
}
.xs-box ul li a{
    width: 90%;
    float: left;
}
.sxs-right{
    float: right;
}
.xs-box ul li i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999999;
    margin-right: 3px;
    position: relative;
    top:15px;
    float: left;
}
/* 精品项目 */
.px-list{
    width: 100%;
    margin:0 auto;
    /*background: #ffffff;*/
    /*padding: 0 20px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.px-list dl{
   /* border: 1px solid #dedede;*/
    width:48%;
    padding:20px;
    margin:15px 0;
    display: flex;
    background: #ffffff;
}
.px-list dl:nth-child(2n){
    /*float: right;*/
}
.px-list dl dt{
    display: flex;
    flex: 1;
    float: left;
    width: 300px;
    flex-direction: column;
}
.px-list dl dt h2{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    line-height: 21px;
}
.px-list dl dt h2 a{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.px-list dl dt span{
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    display: block;
    height: 18px;
    line-height: 18px;
}
.px-list dl dt span img{
    width:16px;
    height:16px;
    float: left;
    margin-right: 5px;
}
.px-list dl dd{
    display: flex;
    float: right;
    width:200px;
    height: 115px;
    overflow: hidden;
    margin-left: 15px;
}
.px-list dl dd img{
    width:200px;
    height:115px;
}

.no-padding{
padding-top: 0;
}
.hj-box{
    margin-bottom:25px;
}
.search{
    margin: 0 auto;
    height: 52px;
    position: absolute;
    bottom:50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jgcon{
    display: flex !important;
    justify-content: space-between !important;
}

.jg-list{
    width:49%;
    height:203px;
    margin-right: 15px;
    background: #ffffff;
    margin-bottom: 25px;
    padding:10px;
    display: flex;
}
.jg-list:hover{
    box-shadow: 0px 8px 40px 0px rgba(111,30,32,0.08);
}
.jg-list:nth-child(2n){
    margin-right: 0;
}
.jgcon{
    display: flex;
    flex-wrap: wrap;
}

.left-box-jg{
    width:150px;
    height:180px;
    display: flex;
}
.left-box-jg img{
    width:150px;
    height:180px;
}
.right-box-jg{
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 10px;
}
.right-box-jg h2{
    display: block;
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom:15px !important;
}
.right-box-jg span{
    display: block;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}
.right-box-jg p{
    display: block;
    font-size:14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    border-top: 1px solid #dedede;
    padding-top:10px !important;
    margin-top:0 !important;
}
/* 20230223 */
.list dl dt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    padding:0 10px;
    margin: 0px 0 10px 0px;
    background: #1ca2a1;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.list dl dt a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
}
.list dl dt a b {
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 8px;
    height: 12px;
    margin-left: 11px;
}
.list dl dt.cur {
    background-color: #A0595B;
}

.list dl dt:hover {
    background-color: #A0595B;
    text-decoration: none;
}

.threenav{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding:10px;
    background: #f4f4f4;
    border-radius:0 0 6px 6px;
    top: -10px;
}
.threenav a{
    display: flex;
    align-items: center;
    padding: 10px;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}
.threenav a:hover{
    color: #A0595B;
    background: #ededed;
}
.threenav a.cur{
    color: #A0595B;
    background: #ededed;
}

/*------------------20230224------------------------*/

.new-qyhz{
    padding: 10px;
    display: flex;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
}
.new-title{
    display: block;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #dedede;
    padding: 15px 0 25px 0;
}
.new-con{
    padding:20px 0;
}
.right-box-jg p{
    border-top:none;
    padding-top: 7px !important;
}
.right-box-jg h2{
    border-bottom: 1px solid #dedede;
    padding-bottom:40px;
    display: block;
    margin-bottom: 0!important;
}
.new-search{
    margin: 0 auto;
    height: 52px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}
.list-grid{
    margin-top: 0;
    float: right;
    margin: inherit;
}
.new-button{
    display: block;
    text-align: center;
}
.new-button a{
    display: inline-block;
    font-size:16px;
    padding:12px 26px;
    background: #a0595b;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}
.group-list2{
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.group-list2{
    width:23.8%;
    height:400px;
    background: #ffffff;
    margin-bottom:20px;
    padding:15px;
    float: left;
    margin-right:1%;
}
.col-four .group-list2:nth-child(4n){
    margin-right: 0;
}
.group-list2:hover{
    box-shadow: 0px 8px 40px 0px rgba(111,30,32,0.08);
}
.group-list2 .left-box {
    width: 100%;
    height: 294px;
    overflow: hidden;
    float:none;
}
.group-list2 .left-box img {
    width: 100%;
    height: 100%;
}
.group-list2 .right-box{
    float: none;
    height:auto;
    width: 100%
}
.group-list2 .group-con{
    display: none;
}
.group-list2 .group-title {
    display: block;
    height: 28px;
    text-align: center;
}
.group-list2 .group-title h2 {
    float: none;
    margin-bottom: 0 !important;
    height: auto;
}
.group-list2 .group-title em {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-left: 0px;
    float:none;
    display: block;
    width: 100%;
}
.group-title h2 a{
    color: #333333;
}
.xs-box ul li{
    width: 100%;
    float: none;
    margin-bottom: 0;
    height:auto;
    line-height: inherit;
    padding:10px 0;
}
.xs-box .xs-left ul:nth-child(1) li:nth-child(1){
    background: #f4f4f4;
    padding:0 5px;
    margin-bottom: 10px;
}
.xs-box .xs-left ul:nth-child(1) li:nth-child(2){
    background: #f4f4f4;
    padding:0 5px;
}
.xs-box ul li p{
    display: block;
    width: 100%;
    padding: 10px 0;
    padding-bottom: 0;
}
.xs-box ul li span{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding:15px 10px 10px 10px;
}
.xs-box ul li span em{
    color: #666666;
    display: inline-block;
    width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xs-box ul li span em:nth-child(2)
{
    float: right;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xs-box ul li i{
    top:7px;
}
.xs-box ul li a{
    float: none;
}
.sxs-right ul li:nth-child(1){
    margin-bottom: 10px;
    height:60px;
}
.sxs-right ul li img{
    width: 60px;
    height: 60px;
    float: left;
}
.sxs-right ul li div.nl{
    float: left;
    width: 500px;
    padding-left: 10px;
}
.sxs-right ul li div a{
    width:100%;
}
.ncon{
    font-size: 12px;
    line-height:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    color: #666666;
    padding-top: 8px;

}
img{ display:inline-block; max-height: inherit; max-width:100%;}



.newstyle{
    margin-bottom: 10px;
}
.teachs ul{
    padding:20px 20px 0 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.sortcss input{
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    color:#333
}
.sortcss button{
    display: inline-block;
    text-align: center;
    border: none;
    background: #f1f1f1;
    height: 30px;
    border-radius: 3px;
    font-size:14px;
    line-height: 30px;
    color: #333333;
}
.new-js-info{
    background: #ffffff;
    padding: 25px;
    width: 100%;
}
.new-j-top{
    width: 100%;
    height: 250px;
    background: #F1F2F6;
    display: flex;
    margin-bottom: 40px;
}
.js-img{
    text-align: center;
    width: 208px;
    height: 250px;
    display: flex;
}
.js-img img{
    width: 208px;
    height: 250px;
}
.js-img h2{
    font-size:32px;
    color: #777;
    margin-bottom: 20px;
    margin-top: 20px;
}
.js-img b{
    font-size: 20px;
    color: #777;
    font-weight: normal;
}
.js-ot-info{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left:30px;
}
.js-ot-info h2{
    display: flex;
    height: 31px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
    margin-top: 20px;
}
.js-ot-info ul{
    display: flex;
    flex-direction: column;
}
.js-ot-info ul li{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}
.js-ot-info ul li img{
    float: left;
    color: #e8d165;
    line-height: 30px;
    font-size: 24px;
    margin-top: 5px;
    margin-right: 10px;
}
.js-jianjie{
    line-height: 40px;
    padding-top: 10px;
    font-size: 18px;
    color: #333;
    margin-top: 5px;
    color: #777;
}
.ot-box{
    padding:0 0 40px 0;
}
.ot-box-color{

}
.new-auto{
    margin: 0 auto;
}
.new-auto h2{
    display: flex;
    width: 100%;
    height: 28px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #914D3B;
    margin-bottom: 20px;
}
.pstyle{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
}
/*2023-02-28*/
.col-two{
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

.group-list2-2{
    float: left;
    width: 49%;
    height: 256px;
    background: #FFFFFF;
    margin-bottom:20px;
    padding:12px;
    margin-right:20px;
}
.group-list2-2:hover{
    box-shadow: 0px 8px 40px 0px rgba(111,30,32,0.08);
}
.col-two .group-list2-2{
    display: flex;
}
.group-list2-2 .left-box{
    width: 187px;
    height: 230px;
    display: flex;
}
.group-list2-2 .left-box img {
    width: 187px;
    height: 230px;
}
.group-list2-2 .right-box{
    float: none;
    height:auto;
    width: 100%
}
.col-two .group-list2-2 .right-box{
    display: flex;
    flex: 1;
    margin-left: 15px;
}
.group-list2-2 .group-con{
    display: none;
}
.group-list2-2 .group-title {
    display: block;
    height: 28px;
    text-align: center;
}
.group-list2-2 .group-title h2 {
    float: none;
    margin-bottom: 0 !important;
    padding: 10px 0;
    height: auto;
}
.group-list2-2 .group-title em {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-left: 0px;
    float:none;
    display: block;
    width: 100%;
}

.col-two .group-list2-2 .group-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
}
.col-two .group-list2-2 .group-title h2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    padding: 10px 0;
    height: auto;
}
.col-two  .group-list2-2 .group-title em {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.four-meun{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.four-meun span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    height: 45px;
    background: #FFFFFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding: 0 15px;
    cursor: pointer;
}
.four-meun span:hover{
    background: #5CA059;
    color: #ffffff;
}

/*20230525*/
.clearfiex::after,.clearfiex::before {display:block;clear:both;content:""}
.s-nav-tab-box dl dd span p{
    padding-left:12px;
}
.s-nav-tab-box dl dd span p a{
    font-size: 12px;
    margin-bottom: 15px;
}
.s-nav-tab-box dl dd span p a::before{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #666666;
    margin-right: 4px;
}
