/*l顶部标题*/
#header{
    background-image: linear-gradient(to bottom,#C5DDFC,#ffffff);
    }
    .wp_search #keyword{
        color: #D7D7D7;
        border: none;
        background: #fff;
        padding: 5px;
        border-radius: 3px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    }
    .wp_search .search{
        margin-left: 0px; 
        width: 50px;
        height: 30px;
        border: 0px;
        background: #2483F1 url(images/icon_search2.png) no-repeat center;
        cursor: pointer;
        vertical-align: top;
        border-radius: 3px;
        background-size:40%;
    }
    .infobox{
        box-shadow: 0px 5px 13px -5px #989898 !important;
        padding: 20px 80px !important; 
        width: 1050px;
        background: #fff;
        
    }
    /*l顶部导航*/
    #nav{
    border:none;
     background: #2483F1;
    }
    .nav .wp-menu .menu-item a.menu-link{
        display: inline-block;
        line-height: 1;
        font-size: 16px;
        border-right: none; 
        padding: 0 25px;
        color: #ffffff;
    }
    .nav .wp-menu .menu-item:hover{
        background: #ffffff;
    }
    .nav .sub-menu .sub-item{
    text-align:center;
    }
    /*l通知公告*/
    .tab-box{
    width:300px;
     background: none;
    
    }
    .tab-box div{
     color: #86909A;
    font-size:16px;
    margin-right:26px;
    opacity:1;
    }
    .tab-box .acive{
    color:#2483F1;
    }
    .main1 .mc{
    width:100%;
    }
    .tt{
    display:flex;
    justify-content:space-between;
    
    }
    .news_list{
    display:flex;
    flex-wrap:wrap;
    padding:10px 0;
    padding-bottom:0px;
    }
    .news_list li{
    width:33.3333%;
    box-sizing:border-box;
    
    }
    .main1 .inner .tzgg li{
    border-bottom:5px solid #ffffff;
    border-left:none;
    border-right:1px solid #D7D7D7;
    margin-bottom:10px;
    display:flex;
    padding:10px 15px;
    }
    .main1 .inner .tzgg li:nth-child(3n){
     border-right:none;
    }
    .main1 .inner .tzgg li:hover{
    border-left:none;
    border-bottom:5px solid #2483F1;
    
    }
    .mc-date{
        display: flex;
        margin-right: 20px;
        flex-direction: column;
    width:5em;
    text-align:right;
    }
    .mc-content{
        display: flex;
        flex-direction: column;
    }
    .mc-date span:nth-child(1){
    font-size:20px !important;
    font-weight:600;
    color:#2483F1;
    }
    .mc-date span:nth-child(2){
    font-weight:500;
    color:#2483F1;
    font-size: 14px !important;

    }
    
    .mc-content span:nth-child(1){
        color: #A3A3A3;
    }
    .mc-content span:nth-child(2){
      font-size:16px;
    }
    /** 新闻动态**/
    .main1 .ml{
    width:100%;
    position: relative;
    margin: 20px 0;
    }
    .main1 .ml .con{
        width: 800px;
    }
    .main1 .ml .news_text{
        width: 570px;
      
    }
    .main1  .post-13 .con{
        position: relative;
    }
    .main1  .post-13 .con::after{
        content: "";
        background-image:  url(images/bjLogo.png);
        background-repeat: no-repeat;
        background-size: 220px;
        background-position: 50% 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.6;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    .news_text .news_list li.news .news_text{
        width: 96%;
       padding-left: 2em;
    }
    .post-11 .focus .focus-title-bg{
        background: #2483F1;
        opacity: 0.6;
    }
    .ml .tt{
        margin: 20px 0;
        position: relative;
    }
    .news_bottom li .news_title{
        height: 35px;
        color: #333;
    }
    .main1 .ml li .news_title a{
        color: #333;
        display: inline-block;
    }
    .news_bottom li:hover .news_title a{
        color: #ffffff;
    }
    .ml .tt .tit{
    width:100%;
    display:flex !important;
    align-items:flex-end;
    }
    .news_text .news_bottom{
        flex-direction: column;
    }
    .news_text .news_bottom li{
        width: 100%;
        padding: 10px !important;
        border-bottom: 1px dashed #D7D7D7;
    }
    .news_bottom li:last-child{
        margin-left: 0;
    }
    .ml .tt .tit .title{
    margin:0 15px;
    line-height: 20px;
    }
    .ml .tit .line{
    flex:1;
    height:2px;
    background:#2483F1;
    position: relative;
    }
    .ml .tit .line-l::after{
        content: "";
        height: 7px;
        width: 7px;
        background: #2483F1;
        position: absolute;
        right: 0px;
        /* height: 0px; */
        top: -2px;
    }
    .ml .tit .line-r::after{
        content: "";
        height: 7px;
        width: 7px;
        background: #2483F1;
        position: absolute;
        left: 0px;
        /* height: 0px; */
        top: -2px;
    }
    .ml .more_btn{
        top: 18px;
        color: #2483F1;
        position: absolute;
        right: 0;
    }
    .main1 .ml .more_btn{
        top: 38px;
    }
    .post1 .more_btn a{
        color: #2483F1;
    }
    .post-11{
        float: left;
    }
    .post-13{
        float: right;
    }

    /**新闻动态**/
    .post-12  .tt{
        position: relative;
    }
    .post-12 .tt .more_btn{
        top: 10px;
    }
    .stu-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .stu-list li{
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    .stu-list li:nth-child(-n+3){
        width: 450px;
    }
    .stu-list li:nth-child(-n+3) img{
        width: 100%;
        height: 300px;
        border-bottom: 1px solid #D7D7D7;
        transition: 1s;
    }
    .stu-list li:nth-child(-n+3) img:hover{
        transform: scale(1.1);
    }
    .stu-list li:nth-child(n+4){
        width: 330px;
    }
    .stu-list li:nth-child(n+4) img{
        display: none;
    }
    .stu-list .stu-list-tit span:nth-child(1){
        margin: 0 0 20px 0;
        height: 2px;
        width: 30px;
        background: #2483F1;
        display: block;
    }
    .stu-list-tit{
        font-weight: 600;
        font-size: 16px;
    }
    .stu-list-img{
        overflow: hidden;
    }
    .stu-list-tit{
        padding: 20px;
        line-height: 20px;
    }
    .stu-list-text{
        padding: 0 20px 20px 20px; 
        font-size: 14px;
        line-height: 25px;
    }
    .stu-list-content{
        height: 180px;
    }
    .stu-list-content:hover{
        background: #135EC4 url(images/bjLogo.png) no-repeat center;
    }
    .stu-list-content:hover a{
        color: #ffffff;
    }
    .stu-list-content:hover .line{
        background: #ffffff !important;
    }
    .news_bottom li:hover{
        background:rgba(36,131,241,1); 
    }
    .news_bottom li:hover .news_title span{
        color: #ffffff !important;
    }
/**招生信息**/
.main3 .mc{
    width: 100%;
}
.more_btn a{
    color: #2483F1 !important;
}
.main3 .mc .news_list{
    flex-wrap: wrap;
    justify-content: space-between;

}
.main3 .mc .news_list li:nth-child(2n){
    margin: 0;
}
.main3 .mc .news_list li{
    background: #EEF5FF;
    border: none;
    width: 32%;
    height: fit-content;
    padding: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.main3 .mc-date{
    width: 5em;
}
.main3 .mc-content{
    width: 80%;
}
.main3 .mc-content span:nth-child(1){
    font-weight: 600;
}
.main3 .mc-content span:nth-child(2){
    font-size: 14px !important;
    line-height: 20px;
}
.main3 .mc-content span:nth-child(2) a{
    height: 60px;
    overflow: auto !important;
    -webkit-line-clamp:none !important;
}
.main3 .mc .news_list li span a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.main3 .mc-date span:nth-child(2){
        line-height: 16px;
}
.news_list li.news{
    line-height: 40px;
   
}
.news_tu .news_list li.news .news_wz{
    padding: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.main5 .news_con div a{
    -webkit-line-clamp:2;
    line-height: 25px;
}
/** 招生信息 **/
.main5 .inner{
    width: 1400px !important;
}
.post .tt .tit{
    font-weight: bold;
}
.main5 .ml .more_btn{
    top: 10px;
}

.main5 .news_con .news_title a{
    color: #2483F1;
    font-size: 16px;
}
.main3 .mr{
    width: 1400px;
    margin:0 auto;
    float: none;
    flex-wrap: nowrap;
}
.main3 .mr div{
    width: 180px;
}
.main5 .news_con div a{
    font-size: 14px;
}
/* 底部样式 */
#footer{
    /* background: #2483F1; */
    background:url(images/footer.png) no-repeat center;
}
.footer-main{
    height: 250px !important;
}
#footer .inner{
    top: 65%;
}
.main5 .site-lang{
    background: none;
    bottom: -75px;
    position: relative;
}
.main5 .site-lang{
    height: 60px;
    border-bottom: 1px solid #4F9BF9;
}
.main5 .site-lang li{
     /* padding: 0 25px; */
    list-style: disc;
    color: #fff;
    /* padding: 0 40px 0 0; */
    margin-right: 50px;
    padding: 0;
}
.main5 .site-lang{
    justify-content: flex-start;
    padding-left: 20px;
}
.main5 .inner .news_tu{
    padding-bottom: 60px;
}
.news_tu .news_list li.news .news_wz .news_con{
    padding: 10px;
}
.news_tu .news_list li.news .news_title a{
    font-size: 16px;
}
.news_tu .news_list li.news .news_title{
    height: 35px;
}
/* 详情页 */
/* .col_menu .col_menu_head{
        background: #2483F1;
} */
/* 
.list .col_menu::after{
    content: "";
    background-image: url(images/bjLogo.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 50% 50%;
    position: absolute;
    top: 80%;
    left: 60%;
    transform: translate(-50%,-50%);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    z-index: -1;
} */
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected{
    background: none;
    color: #135CE1;
    font-weight: 600;
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{
    color: #135CE1;
    font-weight: 600 !important;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name{
    color: #135CE1;
    font-weight: 600 !important;
}
/* 列表页面 */
.col_menu .col_menu_head{
    background: #135EC4 url(images/bg-m.png) no-repeat center;
    background-size: 100% 100%;
}
.col_menu .col_menu_head h3.col_name .col_name_text{
    line-height: 120px;
}
.l-banner{
    background-size:100%;
}
.col_menu .col_menu_con{
    border: none;
    background: #F2F6FF;
}
.col_list .wp_listcolumn .wp_column .sub_list a{
    font-weight: 500;
    color: #486589;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    padding-left: 40px;
    box-sizing: border-box;
}
.col_list .wp_listcolumn .wp_column a{
    font-weight: 500;
    color: #486589;
    font-size: 18px;
   
    padding: 0 20px;
    box-sizing: border-box;
}
/* .col_list .wp_listcolumn .wp_column{
    position: relative;
}
.col_list .wp_listcolumn .wp_column::after{
    content: "";
    position: absolute;
    background: url(images/jt.png) no-repeat center;
    right: 10px;
    top: 20px;
    height: 20px;
    width: 20px;
} */
.col_list .wp_listcolumn .wp_column a .column-name{
    text-align: left;
}

.col_list .wp_listcolumn .wp_column .sub_list{
    position: relative;
}
.col_list .wp_listcolumn .wp_column .sub_list::after{
    content: "";
    position: absolute;
    background: url(images/jt.png) no-repeat center;
    right: 10px;
    top: -40px;
    height: 20px;
    width: 20px;
    transform:rotate(90deg)
}
.content-title h3{
    padding: 20px 0;
}
.content-title {
    margin-bottom: 20px;
}
.content-title .col_name_text{
    color: #2483F1;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
}
.content-title-line{
    height: 2px;
    background:#EAEAEA;
}
.content-title-line >div{
    background:#2483F1;
    height: 2px;
    width: 100px;
}
.list .news_list li.news {
    display: flex;
}
.list .news_list li.news span.news_meta{
    float: left;
}
.list .news_list li:hover{
    /* background:#EFF6FF; */
    background: url(images/news-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.list .mc-date span:nth-child(1){
    font-weight: 500;
    color: #2483F1;
    font-size: 14px !important;

}
.list .mc-date{
    text-align: center;
}
.list .mc-date span:nth-child(2){
    font-size: 36px !important;
    font-weight: 600;
    color: #2483F1;
}
.list .news_list li{
    padding: 15px;
    border-bottom: 1px dashed #B4BBC5;
}

.list .listBox .tzgg li:hover{
    padding: 15px;
}
.list  .mc-content span:nth-child(1){
    font-size: 16px;
    color: #333;
}
.list .mc-content span:nth-child(2){
    height: 2px;
    width: 16px;
    display: inline-block;
    line-height: 20px;
    background: #2483F1;
}
.list .mc-content span:nth-child(3) a{
    color: #8C919C;
}
.article h1.arti_title{
    color: #135CE1;
}
/*师资力量页面*/
.teacher .col_list .wp_listcolumn .wp_column .sub_list{
    position: absolute;
    width: 535px;
    left: 906px;
    top: 5px;
    display: flex;
}
.teacher .col_list .wp_listcolumn .wp_column .sub_lis li{
    padding: 0 10px;
}
.teacher .col_list .wp_listcolumn .wp_column .sub_list::after{
    display: none;
}
.teacher  .col_list .wp_listcolumn .wp_column .sub_list a{
    border: none;
}
.teacher .col_list .sub_list a.selected span.column-name{
    border-bottom:2px solid  #135ce1;
}
.teacher .news_list{
    display: none;
}
.teacher .news_list2{
    /* display: block !important; */
}
.teacher .news_list3{
    display: inline-block !important;
}
.teacher .news_list2 li{
    width: 530px !important;
    float: left !important;
    justify-content: space-between;
    position: relative;
}
.teacher .mc-img {
    height: 220px;
    width: 180px;
}
.teacher .mc-img img{
    width: 180px;
    height: 220px;
}
.teacher .mc-content{
    width: 260px;
}
.teacher .mc-content .title{
    font-size: 20px !important;
    white-space:nowrap;
}
.teacher .mc-content .title a{
    color: #2483F1 !important;
}
.teacher li .mc-content .subtitle{
    height: auto;
    width: auto;
    display: inline-block;
    line-height: 40px;
    background: none;
    color: #ccc;
    margin-left: 10px;
}
.teacher li .mc-content .subtitle a{
    color: #333 !important;
}
.teacher li .mc-content .introduction{
    line-height: 20px;
    width:fit-content !important;
    background: none !important;
    margin-top: 20px;

}
.teacher li .mc-content .detail{
    font-size: 14px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    bottom: 15px;
    position: absolute;
    right: 20px;
    border: 1px solid #2483F1;
    cursor: pointer;
}
.teacher li .mc-content .detail:hover{
    background: #2483F1;
}
.teacher li .mc-content .detail:hover a{
    color: #ffffff;
}
.teacher li .mc-content .detail a{
    color: #135CE1;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.teacher .page_jump{
    display: none;
}
.info-page .wrapper{
    background: url(images/bg-info.png);
}
.info-page .inner{
    background: none !important
}
