/*videoDetail*/
.videoDetail_wrap{
    width: 100%;
    background: url("../../images/yzy/area/videoDetail_bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.videoDetail_wrap .videoDetail .videoDetail_left{
    width: 720px;
    height: 420px;
    position: relative;
    margin-right: 15px;
}
.videoDetail_wrap .videoDetail .videoDetail_left .img{
    width: 720px;
    height: 420px;
    position: relative;
}
.videoDetail_wrap .videoDetail .videoDetail_left .img img{
    width: 100%;
    height: 100%;
}
.videoDetail_wrap .videoDetail .videoDetail_left .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 53px;
    height: 53px;
    background: url(../../images/yzy/area/play.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.videoDetail_wrap .videoDetail .videoDetail_left  video{
    position: absolute;
    width: 720px;
    height: 420px;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
}
.videoDetail_wrap .videoDetail .videoDetail_right{
    width: 465px;
    box-sizing: border-box;
    padding:0 15px;
}
.videoDetail_wrap .videoDetail .videoDetail_right h3{
    font-size: 28px;
    color:#0957c3;
    line-height: 45px;
    font-weight: normal;
}
.videoDetail_wrap .videoDetail .videoDetail_right p{
    line-height: 30px;
    color: #666666;
    font-size:16px;
    margin-top: 15px;
}
.videoDetail_wrap .videoDetail .videoDetail_right .time{
    margin-top: 15px;
}
.videoDetail_wrap .videoDetail .videoDetail_right .time span{
    font-size: 16px;
    color:#0957c3;
    display: inline-block;
    padding-left: 25px;
}
.videoDetail_wrap .videoDetail .videoDetail_right .time .sj{
    background: url("../../images/yzy/area/videoDetail_time.png") no-repeat left center;
}
.videoDetail_wrap .videoDetail .videoDetail_right .time .admin{
    background: url("../../images/yzy/area/videoDetail_admin.png") no-repeat left center;
    margin-left: 15px;
}
.videoDetail_wrap .videoDetail .videoDetail_right .time .admin a{
    color:#0957c3;
}
.videoDetail_wrap .tabs_header{
    text-align: center;
    margin-top: 20px;
}
.videoDetail_wrap .tabs_header ul{
    width: 226px;
    margin: 0 auto;
}
.videoDetail_wrap .tabs_header ul li{
    font-size: 18px;
}
.videoDetail_wrap .tabs_header ul li~li{
    margin-left: 10px;
}
.videoDetail_wrap .tabs_header ul li a{
    color: #ffffff;
    background-color: #0950b4;
    display: inline-block;
    width: 108px;
    text-align: center;
    height: 44px;
    line-height:44px;
    margin-top: 6px;
}
.videoDetail_wrap .tabs_header ul li.active a{
    background-color: #fff;
    color:#0957c3;
    height: 50px;
    line-height: 55px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 0;
}
.tabs .tabs_body .tabs_bo{
    margin-top: 20px;
    display: none;
}
.tabs .tabs_body .tabs_bo:first-of-type{
    display: block;
}
.tabs .tabs_body .tabs_bo ul li{
    float: left;
    width: 280px;
    margin-right: 26.66666px;
    margin-bottom: 30px;
}
.tabs .tabs_body .tabs_bo ul li:nth-of-type(4n){
    margin-right: 0;
}
.tabs .tabs_body .tabs_bo ul li .img{
    width: 280px;
    height: 185px;
    overflow:hidden;
}
.tabs .tabs_body .tabs_bo ul li .img img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.tabs .tabs_body .tabs_bo ul li:hover .img img{
    transform: scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
}
.tabs .tabs_body .tabs_bo ul li h3{
    color:#1a1a1a;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
    max-height: 49px;
    overflow:hidden;
}
.tabs .tabs_body .tabs_bo ul li:hover h3{
    color:#0957c3;
}
.tabs .tabs_body .tabs_bo ul li .time{
    margin-top: 10px;
}
.tabs .tabs_body .tabs_bo ul li .time span{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    padding-left: 25px;
}
.tabs .tabs_body .tabs_bo ul li .time span.sj{
    background: url(../../images/yzy/area/time.jpg) no-repeat left top;
    margin-right: 15px;
    background-size: 16px 16px;
}
.tabs .tabs_body .tabs_bo ul li .time span.admin{
    background: url(../../images/yzy/area/admin.jpg) no-repeat left center;
}
.tabs .tabs_body .tabs_bo ul li .time span.admin a{
    color: #999999;
}
.tabs .tabs_body .tabs_bo .pagination{
    width: 900px;
    margin: 0 auto 70px;
}
@media (max-width:600px){
    .videoDetail_wrap{
        width: 100%;
        padding:0 15px 0 15px;
        box-sizing: border-box;
    }
    .videoDetail{
        width:100%;
    }
    .videoDetail_wrap .videoDetail .videoDetail_left,
    .videoDetail_wrap .videoDetail .videoDetail_right{
        width: 100%;
        float: none;
        height: auto;
    }
    .videoDetail_wrap .videoDetail .videoDetail_right{
        padding: 0;
    }
    .videoDetail_wrap .videoDetail .videoDetail_left .img{
        width: 100%;
        height: auto;
    }
    .videoDetail_wrap .videoDetail .videoDetail_left video{
        display: none;
    }
    .videoDetail_wrap .videoDetail .videoDetail_left .play{
        width: 35px;
        height: 35px;
    }
    .videoDetail_wrap .videoDetail .videoDetail_right h3{
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }
    .videoDetail_wrap .videoDetail .videoDetail_right p{
        margin-top: 10px;
        line-height: 26px;
    }
    .videoDetail_wrap .videoDetail .videoDetail_right .time{
        margin-top:10px;
    }
    .videoDetail_wrap .tabs_header{
        width: 100%;
    }
    .videoDetail_wrap .tabs_header ul{
        width: 200px;
    }
    .videoDetail_wrap .tabs_header ul li.active a{
        height: 42px;
        line-height: 45px;
    }
    .videoDetail_wrap .tabs_header ul li a{
        width: 95px;
        height: 36px;
        line-height: 36px;
    }
    .tabs{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .tabs .tabs_body .tabs_bo{
        margin-top: 15px;
    }
    .tabs .tabs_body .tabs_bo ul li{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .tabs .tabs_body .tabs_bo ul li .img{
        width: 100%;
        height: auto;
    }
    .tabs .tabs_body .tabs_bo .pagination{
        width: 100%;
        margin-bottom: 35px;
    }
}
.pagination{
    position: relative;
    margin-top: 30px;
    margin-bottom: 70px;
}
.pagination>a{
    border: 1px solid #cccccc;
}
.pagination>a span{
    display: block;
    float: left;
}
.pagination>a span.square{
    width: 16px;
    height: 48px;
}
.pagination>a span.font{
    width: 88px;
    font-size:14px;
    color:#666666;
    line-height: 48px;
    text-align: center;
}
.pagination>a span.font:hover{
    color: #0957c3;
}
.pagination>a.prev span.square{
    background: #cccccc url("../../images/yzy/area/prev.png") no-repeat center center;
}
.pagination>a.next span.square{
    background: #cccccc url("../../images/yzy/area/next.png") no-repeat center center;
}
.pagination .center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    font-size: 16px;
    color:#0957c3;
}
.pagination .center span~span{
    display: inline-block;
    margin-left: 10px;
}
@media (max-width:600px){
    .pagination{
        margin-top: 0;
        margin-bottom: 35px;
    }
    .pagination>a{
        border: 0;
    }
    .pagination>a span.square{
        display: none;
    }
    .pagination>a span.font{
        width: auto;
    }
    .pagination .center,
    .pagination>a span.font{
        line-height: 24px;
    }
    .pagination .center{
        width: 215px;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
}
/*event*/
.event_wrap .bg{
    width: 100%;
    height: 191px;
    background: url("../../images/yzy/area/main_bg.jpg") no-repeat;
    margin-bottom: 40px;
}
.event_wrap .bg .bg_content h2{
    color: #ffffff;
    font-size: 30px;
    display: block;
    float: left;
    margin-top: 77px;
    font-weight: normal;
}
.event_wrap .bg .bg_content span{
    display: block;
    float: right;
    font-size: 14px;
    color: #f3f3f3;
    margin-top: 87px;
}
.event_wrap .bg .bg_content span a{
    font-size: 14px;
    color: #f3f3f3;
    display: inline-block;
    padding: 0 10px
}
.event .ev_l{
    width:890px;
    padding-right: 10px;
}
.event .ev_l ul li{
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.event .ev_l ul li:first-of-type{
    border-top: 1px solid #e6e6e6;
}
.event .ev_l ul li .img{
    width: 280px;
    height: 185px;
    margin-right: 25px;
    overflow: hidden
}
.event .ev_l ul li .img img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.event .ev_l ul li .img:hover img{
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
}
.event .ev_l ul li .txt{
    width: calc(100% - 305px);
}
.event .ev_l ul li .txt h3{
    line-height: 26px;
    color:#0957c3;
    font-weight: normal;
    font-size: 18px;
    max-height: 52px;
    overflow:hidden;
}
.event .ev_l ul li .txt p{
    line-height: 22px;
    color: #666666;
    margin-top: 10px;
    max-height: 66px;
    overflow:hidden;
    font-size: 16px;
}
.event .ev_l ul li .txt .tim{
    margin-top: 10px;
}
.event .ev_l ul li .txt .tim span{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    padding: 6px 0 6px 28px;
}
.event .ev_l ul li .txt .tim span.time{
    background: url(../../images/yzy/area/time.jpg) no-repeat left center;
}
.event .ev_r{
    width: 300px;
    padding-left: 30px;
    box-sizing: border-box;
}
.event .ev_r .editor ul {
    margin-top: 20px;
}
.event .ev_r .editor ul li{
    float: left;
    margin-right: 15px;
}
.event .ev_r .editor ul li:nth-of-type(3n){
    margin-right: 0;
}
.event .ev_r .editor ul li .img{
    width: 80px;
    height: 80px;
}
.event .ev_r .editor ul li .img img{
    width: 100%;
    height: 100%;
}
.event .ev_r .editor ul li span{
    color: #0957c3;
    font-size: 14px;
    display: block;
    padding: 15px 0;
    text-align: center;
    max-width: 80px;
}
.event .ev_r .biography{
    width: 270px;
    margin-bottom: 30px;
}
.event .ev_r .biography .title{
    width: 270px;
    height:38px;
    background: #f0f0f0;
}
.event .ev_r .biography .title h3{
    font-size: 18px;
    color: #0957c3;
    display: block;
    float: left;
    line-height: 38px;
    text-indent: 20px;
    font-weight: normal;
}
.event .ev_r .biography .con{
    border: 5px solid #f0f0f0;
    max-height: 324px;
    overflow-y: scroll;
    margin-top: 20px;
}
.event .ev_r .biography p{
    font-size: 14px;
    color: #666666;
    margin: 0 17px 15px;
    line-height: 22px;
    padding-top: 15px
}
.event .ev_r .monographs .tit span a{
    float: right;
    width: 20px;
    height: 20px;
    background: url(../../images/yzy/area/more.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}
.event .ev_r .monographs .mon{
    background:#f0f0f0ad;
    margin-top: 20px;
    padding: 0 0 20px;
}
.event .ev_r .monographs .mon .img{
    text-align: center;
    padding: 20px 0;
}
.event .ev_r .monographs .mon .img img{
    width: 98px;
    height: auto;
}
.event .ev_r .monographs .mon h2{
    font-size: 18px;
    color: #293352;
    display: block;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 40px;
    padding-bottom: 10px;
    font-weight: normal;
}
.event .ev_r .monographs .mon p{
    font-size: 14px;
    color: #666666;
    margin: 0 30px 15px;
    line-height: 22px;
    padding-top: 15px
}
.event .ev_r .monographs  .swiper-button-next,
.event .ev_r .monographs .swiper-button-prev{
    top:30%;
}
.event .ev_r .monographs .swiper-button-prev{
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    background: #7da6df url(../../images/yzy/area/work_prev.png) no-repeat center center;
}
.event .ev_r .monographs .swiper-button-next{
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    background: #7da6df url(../../images/yzy/area/work_next.png) no-repeat center center;
}
.event .ev_r .monographs .swiper-button-next{
    right: 10px;
    left: auto;
}
.event .ev_r .monographs .swiper-button-prev{
    left: 10px;
    right: auto;
}
.event .ev_r .monographs .swiper-button-next:after,
.event .ev_r .monographs .swiper-button-prev:after{
    content: "";
}
.event .ev_r .video{
    margin-top: 30px;
}
.teachertype .ev_r .video{
    margin-top: 0;
}
.event .ev_r .video .vi{
    margin-top: 20px;
    background: #f1f5fb;
    padding: 30px 15px 50px;
}
.event .ev_r .video .vi .img{
    width: 100%;
    height: auto;
}
.event .ev_r .video .vi h3{
    line-height: 25px;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    font-weight: normal;
}
.event .ev_r .video .vi p{
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    margin-top: 6px;
}
.event .ev_r .video  .swiper-button-prev:after,
.event .ev_r .video .swiper-button-next:after{
    content: "";
}
.event .ev_r .video .swiper-button-prev{
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    background:#ccc url(../../images/yzy/area/work_prev.png) no-repeat center center;
    top: 37%;
    left: 5px;
}
.event .ev_r .video .swiper-button-next{
    width: 24px !important;
    height: 24px !important;
    right:5px;
    border-radius: 50%;
    background:#ccc url(../../images/yzy/area/work_next.png) no-repeat center center;
    top: 37%;
}
.tit{
    border-bottom: 1px solid #e6e6e6;
}
.tit h3{
    position: relative;
    font-size: 22px;
    color: #0957c3;
    font-weight: normal;
    padding-bottom: 10px;
}
.tit .more{
    margin-top: 10px;
}
.tit .more a{
    width: 20px;
    height: 20px;
    background: url(../../images/yzy/area/more.png) no-repeat;
    background-size: 100% 100%;
}
.tit h3:after{
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -1px;
    background-color: #0957c3;
}
.event .ev_l .item h3{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: center;
}
.event .ev_l .item p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 22px;
}
.event .ev_l .item p img{
    text-align: center;
}
@media (max-width:600px){
    .event .ev_r .biography,
    .event .ev_r .monographs{
        width: 100%;
    }
    .event .ev_r .biography .con,
    .event .ev_r .monographs .mon{
        margin-top: 10px;
    }
    .event_wrap{
        width:100%;
    }
    .event_wrap .bg{
        height: 120px;
        margin-bottom: 15px;
    }
    .event_wrap .bg .bg_content{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .event_wrap .bg .bg_content h2{
        font-size: 22px;
        margin-top:45px;
        padding-left: 5px;
    }
    .event_wrap .bg .bg_content span{
        display:none;
    }
    .event{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .event .ev_l,
    .event .ev_r{
        width: 100%;
        float: none;
        height: auto;
    }
    .event .ev_l ul li{
        padding: 10px 0;
    }
    .event .ev_l ul li .img,
    .event .ev_l ul li .txt{
        width: 100%;
        float: none;
    }
    .event .ev_l ul li .txt h3,
    .event .ev_l ul li .txt .tim{
        margin-top: 5px;
    }
    .event .ev_r{
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .event .ev_r .editor ul li{
        width: calc(33.333% - 10px);
    }
    .event .ev_r .editor ul li .img{
        width: 100%;
        height: auto;
    }
    .event .ev_r .video{
        margin:10px 0;
    }
    .event .ev_r .video .vi{
        padding: 15px;
        margin-top: 10px;
    }
    .event .ev_r .video .vi .img img{
        width: 100%;
        height: 100%;
    }
    .event_wrap .pagination{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .event .ev_l .item h3{
        margin-bottom: 8px;
    }
    .event .ev_l .item p{
        margin-bottom: 10px;
    }
}
.event .ev_l .tabs ul{
    height: 48px;
    background: #d4dbe4;
    border-radius: 5px;
    margin-bottom: 30px;
}
.event .ev_l .tabs ul li{
    float: left;
    margin: 7px 17px 0;
    padding: 0px 10px;
    border: 0;
}
.event .ev_l .tabs ul li a{
    display: block;
    height: 41px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    color: #666666;
}
.event .ev_l .tabs ul li.current{
    background: #fff;
}
.event .ev_l .tabs ul li.current a{
    color: #293352;
    background: url(../../images/yzy/area/teacher_list_bg.jpg) center 33px no-repeat
}
.event .ev_l .it ul li{
    width: 430px;
    float: left;
    margin-right: 20px;
    background: #f7f7f7;
    padding: 15px 0;
    border: 0;
    margin-bottom: 15px;
}
.event .ev_l .it ul li:nth-of-type(2n){
    margin-right: 0;
}
.event .ev_l .it ul li .img{
    width:150px;
    height:150px;
    margin: 0 15px;
}
.event .ev_l .it ul li .img:hover img{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
}
.event .ev_l .it ul li .txt{
    width:250px;
    padding: 5px;
    box-sizing: border-box;
}
.event .ev_l .it ul li .txt h3{
    margin-top: 10px;
}
.event_wrap .pagination{
    width: 900px;
}
@media (max-width:600px){
    .event .ev_l{
        padding-right: 0;
    }
    .event .ev_l .tabs{
        padding: 0;
    }
    .event .ev_l .tabs ul{
        height: auto;
        margin-bottom: 15px;
    }
    .event .ev_l .it{
        width: 100%;
    }
    .event .ev_l .it ul li{
        width:160px;
        margin-right: 0;
        padding:15px;
        box-sizing: border-box;
    }
    .event .ev_l .it ul li:nth-of-type(2n+1){
        margin-right: 10px;
    }
    .event .ev_l .it ul li .img{
        margin: 0;
        width: 130px;
        height: 130px;
    }
    .event .ev_l .it ul li .txt{
        width: 100%;
    }
    .event .ev_l .it ul li .txt h3{
        margin-top: 0;
    }
    .event .ev_l ul li .txt p{
        margin-top: 5px;
    }
    .event_wrap .pagination{
        width: 100%;
    }
}
/*public*/
.publish .ev_l ul li .img{
    text-align: center;
    height: 210px;
    width: 185px;
}
.publish .ev_l ul li .img img{
    height: 210px;
    width: auto;
}
.publish .ev_l ul li .img:hover img{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
}
.publish .ev_l ul li .txt{
    width: calc(100% - 210px);
}
.publish .ev_l ul li .txt h3{
    margin-top: 15px;
}
@media (max-width:600px){
    .publish .ev_l ul li .img{
        width: 100%;
        height: auto;
    }
    .publish .ev_l ul li .img img{
        height: 200px;
    }
    .publish .ev_l ul li .txt{
        width: 100%;
    }
}
/*team*/
.team .ev_l ul li .txt p{
    overflow-y: scroll;
    -webkit-line-clamp:500;
    max-height: 85px;
}
.team .ev_l ul li .txt p::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
.team .ev_l ul li .txt p::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}
@media (max-width:600px){
    .team .ev_l ul li .txt p{
        overflow: hidden;
        -webkit-line-clamp:2;
    }
}
/*teamDetail*/
.introduce_wrap{
    width: 100%;
    padding-top: 30px;
    background-color: #f1f5fb;
    height: 270px;
    margin-bottom: 30px;
}
.introduce_wrap .introduce .intro{
    position: relative;
    width: 220px;
    height: 220px;
    margin-right: 40px;
}
.introduce_wrap .introduce .intro .img{
    width: 220px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.introduce_wrap .introduce .intro .img{
    width: 200px;
    height:200px;
}
.introduce_wrap .introduce .intro .square{
    width: 195px;
    height: 195px;
    background-color: #d9e5f5;
    border: 3px solid #0957c3;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.introduce_wrap .introduce .txt{
    width: 900px;
    background: #fff;
    padding: 20px 60px 20px 30px;
    box-sizing: border-box;
}
.introduce_wrap .introduce .txt h3{
    font-size: 30px;
    color: #0957c3;
    font-weight: normal;
    padding:15px 0;
}
.introduce_wrap .introduce .txt h3 a{
    font-size: 16px;
    color: #888888;
    display: inline-block;
    padding-left: 20px;
}
.introduce_wrap .introduce .txt p{
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    margin: 5px 0;
}
.introduce_wrap .introduce .txt p.pra{
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    font-weight: bold;
}
.introduce_wrap .introduce .txt p.pra span{
    font-weight: normal;
}
.introduce_wrap .introduce .txt{
    width: 940px;
}
.teamDetail .ev_l .tit h3:after{
    width:150px;
}
.teamDetail .ev_l ul{
    margin-top: 20px;
}
.teamDetail .ev_l ul li{
    width: 280px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 0 !important;
    padding: 0 !important;
}
.teamDetail .ev_l ul li:nth-of-type(3n){
    margin-right: 0;
}
.teamDetail .ev_l ul li .img{
    width: 280px;
    height: 185px;
    overflow: hidden;
}
.teamDetail .ev_l ul li .img img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.teamDetail .ev_l ul li h5{
    margin:5px 0;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    color: #0957c3;
}
.teamDetail .ev_l ul li p{
    color: #1a1a1a;
    font-size: 16px;
    margin: 5px 0;
}
.teamDetail .ev_l ul li .time{
    padding-left: 25px;
    background: url(../../images/yzy/area/time.jpg) no-repeat left center;
    color: #999999;
    font-size: 16px;
    margin-top: 10px;
}
@media (max-width: 600px){
    .introduce_wrap{
        width: 100%;
        padding:15px;
        box-sizing: border-box;
        margin-bottom: 15px;
        height: auto;
    }
    .introduce_wrap .introduce{
        height: auto;
    }
    .introduce_wrap .introduce .intro{
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .introduce_wrap .introduce .intro .img{
        position: static;
        margin: 0 auto 15px;
    }
    .introduce_wrap .introduce .txt{
        width: 100%;
        padding: 15px;
    }
    .introduce_wrap .introduce .intro .square{
        display:none;
    }
    .introduce_wrap .introduce .txt h3{
        padding: 10px 0;
    }
    .introduce_wrap .introduce .txt h3 a{
        margin-top: 10px;
    }
    .teamDetail .ev_l ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .teamDetail .ev_l ul li:last-of-type{
        margin-bottom: 0;
    }
    .teamDetail .ev_l ul li .img{
        margin-right: 0;
        width: 100%;
        height: auto;
    }
}
/*newsDeatil*/
.newsDetail .ev_l .headline h4{
    padding:0 0 15px 0;
    font-size: 24px;
    color:#0957c3;
    font-weight: normal;
}
.newsDetail .ev_l .headline .meg .ed{
    background: #f8f8f8;
    padding: 25px 0;
}
.newsDetail .ev_l .headline .meg .ed .img{
    width: 100px;
    height: 100px;
    margin: 0 20px;
}
.newsDetail .ev_l .headline .meg .ed .tx{
    padding: 15px 0;
}
.newsDetail .ev_l .headline .meg .ed .tx .time{
    font-size: 16px;
    color: #666666;
    display: inline-block;
    margin-bottom: 10px;
}
.newsDetail .ev_l .key{
    font-size: 18px;
    margin: 30px 0;
}
.newsDetail .ev_l p {
    margin: 30px 0;
    color:#293352;
    font-size: 16px;
}
.newsDetail .ev_l p + p{
    margin-top: 15px;
}
.newsDetail .ev_l .img{
    margin-top: 10px;
    text-align: center;
}
.newsDetail .ev_l .key >p>a{
    color:#293352;
    display: inline-block;
    margin: 0 5px;
}
.newsDetail .ev_l .key .related h2{
    display: block;
    background: #9ec7dc;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}
.newsDetail .ev_l .key .related ul{
    margin: 30px auto;
}
.newsDetail .ev_l .key .related ul li{
    margin-bottom: 20px;
    padding: 0;
    border:0;
}
.newsDetail .ev_l .key .related ul li a{
    font-size: 16px;
    color: #293352;
    display: inline-block;
    width: 85%;
}
.newsDetail .ev_l .key .related ul li span{
    display: block;
    float: right;
    font-size: 16px;
    color: #293352;
}
@media (max-width:600px){
    .newsDetail .ev_l .headline h4{
        padding: 5px 0;
    }
    .newsDetail .ev_l .headline .meg{
        margin-top: 5px;
    }
    .newsDetail .ev_l .key{
        margin: 15px 0;
    }
    .newsDetail .ev_l p,
    .newsDetail .ev_l .key .related ul{
        margin: 15px 0;
    }
    .newsDetail .ev_l .key .related ul li{
        margin-bottom: 15px;
    }
    .newsDetail .ev_l .key .related ul li a{
        width: 75%;
    }
}
.search .ev_l .sear{
    line-height: 35px;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}
.search .ev_l ul li a .txt{
    font-size: 18px;
    color: #0957c3;
    display: inline-block;
    width: 85%;
}
.search .ev_l ul li:first-of-type{
    border-top: 0;
}
.search .ev_l ul li a .time{
    font-size: 14px;
    color: #838383;
}
@media (max-width:600px){
    .search .ev_l ul li a .txt{
        width: 80%;
    }
}
.con .content .nav_bar{
    width: 260px;
    margin-right: 40px;
}
.con .content .nav_bar .ra:first-of-type{
    margin-bottom:30px;
}
.con .content .nav_bar .search{
    border-bottom: 2px solid #0957c3;
    margin-bottom: 10px;
}
.con .content .nav_bar .search h3{
    height: 38px;
    line-height: 38px;
    color: #0957c3;
    font-weight: normal;
}
.con .content .nav_bar .search input[type="text"]{
    width: 220px;
    background: #e6eef9;
    height: 38px;
    line-height: 38px;
    border: 0;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color:#0957c3;
}
.con .content .nav_bar .search input::-webkit-input-placeholder{
    color:#0957c3;
}
.con .content .nav_bar .search input:-moz-placeholder{
    color:#0957c3;
}
.con .content .nav_bar .search input::-moz-placeholder{
    color:#0957c3;
}
.con .content .nav_bar .search input:-ms-input-placeholder{
    color:#0957c3;
}
.con .content .nav_bar .search input[type="submit"]{
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    cursor: pointer;;
    background: #e6eef9 url("../../images/yzy/area/fdj.png") no-repeat center center;
}
.con .content .nav_bar .bar ul{
    padding: 10px 0;
    background:#f0f0f0;
}
.con .content .nav_bar .field,
.con .content .nav_bar .personnel{
    margin-bottom: 30px;
}
.con .content .nav_bar .personnel .ba ul li{
    line-height: 50px;
}
.con .content .nav_bar .personnel .ba ul li a{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}
.con .content .nav_bar .personnel .ba ul li a:hover{
    color: #0957c3;
}
.con .content .nav_bar .bar ul li{
    line-height: 50px;
}
.con .content .nav_bar .bar ul li a{
    font-size: 16px;
    color:#1a1a1a;
    display: block;
    text-indent: 30px;
    transition:transform .3s ease .1s
}
.con .content .nav_bar .ba >ul{
    background:#f0f0f0;
    padding: 0 10px;
    box-sizing: border-box;
}
.con .content .nav_bar .ba ul li a{
    color:#333333;
    font-size: 14px;
}
.con .content .nav_bar .bar >ul >li >a:hover,
.con .content .nav_bar .bar >ul >li.active >a,
.con .content .nav_bar >.bar >ul> li.jia .tit_nav dl dd a:hover{
    transform: translateX(10px);
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    color:#0957c3;
    background:#fff url("../../images/yzy/area/point.png") no-repeat 210px center;
}
.con .content .nav_bar >.bar >ul> li.jia .tit_nav dl dd a:hover{
    background-size:18px 13px;
}
.con .content .nav_bar >.bar >ul> li .tit_nav dl dd a{
    font-size: 14px;
    line-height: 40px;
}
.content .type{
    width: 900px;
}
.content .type .select .depart,
.content .type .select .letter{
    background-color:#f3f3f3;
    padding: 24px 80px 24px 40px;
}
.content .type .select .depart{
    border-bottom: 1px solid #e6e6e6;
}
.content .type.select .depart{
    border:1px solid #f0f0f0;
}
.content .type .select .depart p,
.content .type .select .letter p{
    font-size: 14px;
}
.content .type .select .depart a,
.content .type .select .letter a{
    display: inline-block;
    padding: 0 15px;
    color:#333;
    line-height:28px;
    border-radius: 15px;
    margin: 0 3px;
}
.content .type .select .depart a:hover,
.content .type .select .letter a:hover,
.content .type .select .depart a.active,
.content .type .select .letter a.active{
    background-color: #0957c3;
    color:#fff;
}
.content .type{
    margin-top: 0;
}
.content .type .select{
    margin-bottom: 20px;
}
.content .type .select .letter a{
    text-align: center;
}
.content .type .select .depart span,
.content .type .select .letter span{
    display: block;
    float: left;
}
.content .type .select .letter span{
    height:84px;
}
.content .type .select .depart >span,
.content .type .select .letter > span{
    float: left;
    line-height: 32px;
    width: 90px;
}
.content .type .select .letter >p >a{
    width: 40px;
    text-align: center;
    padding: 0;
}
.content .type .select .letter >p >span{
    margin-right:10px;
}
@media (max-width:600px){
    .con .content .nav_bar{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .con .content .nav_bar .bar ul li,
    .con .content .nav_bar .personnel .ba ul li{
        line-height: 42px;
    }
    .con .content .nav_bar .field,
    .con .content .nav_bar .personnel{
        margin-bottom: 15px;
    }
    .con .content .nav_bar .bar >ul >li >a:hover,
    .con .content .nav_bar .bar >ul >li.active >a,
    .con .content .nav_bar >.bar >ul> li.jia .tit_nav dl dd a:hover{
        background: #fff url(../../images/yzy/area/point.png) no-repeat 90% center;
    }
    .con .content .nav_bar .search input[type="text"]{
        width: calc(100% - 40px);
    }
    .con .content .nav_bar .search input[type="submit"]{
        width: 40px;
    }
    .con .content .sub{
        width: 100%;
        float: none;
    }
    .con .content .sub ul li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .con .content .sub ul li a .img{
        width: 100%;
        height: auto;
    }
    .con .content .sub ul li a h5{
        max-height: inherit;
        margin-top: 5px;
    }
    .content .type{
        width: 100%;
        float: none;
    }
    .content .type .select .depart,
    .content .type .select .letter{
        padding: 10px;
    }
    .content .type .select .letter span{
        height: auto;
    }
    .content .type .select .depart >span{
        width: auto;
        height: 84px;
    }
    .content .type .select .letter > span{
        width: auto;
        height: 168px;
    }
    .content .type .select .depart a,
    .content .type .select .letter a{
        padding: 0 10px;
    }
    .content .type .select .depart a:hover,
    .content .type .select .letter a:hover,
    .content .type .select .depart a.active,
    .content .type .select .letter a.active{
        background: none;
        color: #0957c3;
    }
}
.content .type .teacher_wrap{
    padding-bottom: 70px;
}
.content .type .teacher_wrap .item ul li{
    position: relative;
    margin-right: 40px;
    float: left;
    width: 195px;
    margin-bottom: 25px;
}
.content .type .teacher_wrap .item ul li:nth-of-type(4n){
    margin-right: 0;
}
.content .type .teacher_wrap .item ul li a .img{
    width: 180px;
    height: 180px;
}
.content .type .teacher_wrap .item ul li a .img img{
    width: 100%;
    height:100%;
}
.content .type .teacher_wrap .item ul li a .square{
    position: absolute;
    width:174px;
    height:174px;
    background-color: #e6eef9;
    border: 3px solid #0957c3;
    top:14px;
    left:14px;
    z-index: -1;
}
.content .type .teacher_wrap .item ul li a .info{
    width: 195px;
    margin-top: 30px;
}
.content .type .teacher_wrap .item ul li a .info .name{
    font-size: 20px;
    color: #0957c3;
    font-weight: normal;
}
.content .type .teacher_wrap .item ul li a .info .pra{
    line-height: 25px;
    font-size: 16px;
    color: #1a1a1a;
    margin-top: 10px;
    max-height: 49px;
}
.content .type .teacher_wrap .item h3{
    font-size: 22px;
    color:#333333;
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.content .type .teacher_wrap .item h3:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4px;
    height: 4px;
    background: url("../../images/yzy/area/title_after.png") repeat-x;
}
@media (max-width:600px){
    .con{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .content .type .teacher_wrap .item h3{
        font-size: 20px;
        margin: 10px 0;
    }
    .content .type .teacher_wrap .item h3:after{
        display: none;
    }
    .content .type .teacher_wrap .item ul li{
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 15px;
    }
    .content .type .select{
        margin-bottom: 0;
    }
    .content .type .teacher_wrap .item ul li:last-of-type{
        margin-bottom: 0;
    }
    .content .type .teacher_wrap .item ul li a .img{
        width:45%;
        height: auto;
        float: left;
        margin-right:3%;
    }
    .content .type .teacher_wrap .item ul li a .square{
        display: none;
    }
    .content .type .teacher_wrap .item ul li a .info{
        width:52%;
        float: left;
        margin-top: 0;
    }
    .content .type .teacher_wrap .item ul li a .info .name{
        margin: 10px 0;
        font-size: 18px;
    }
    .content .type .teacher_wrap .item ul li a .info .pra{
        line-height: 20px;
        -webkit-line-clamp: 3;
        max-height: inherit;
    }
    .content .type .teacher_wrap{
        padding-bottom: 30px;
    }
}
.aslidetwitter{
    position: fixed;
    top:50%;
    right:20px;
    z-index: 111;
    transform: translateY(-50%);
}
.aslidetwitter .twitter{
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.aslidetwitter .twitter .img img{
    border-radius: 5px;
    width: 120px;
}
.aslidetwitter .ewm{
    text-align: center;
    margin-top: 15px;
}
.aslidetwitter .close{
    position: absolute;
    right: -13px;
    top: -13px;
    width:26px;
    height:26px;
    cursor: pointer;;
}
@media (max-width:600px){
    .aslidetwitter{
        display: none;
    }
}