*{
    padding:0;margin:0;list-style: none;text-decoration: none;box-sizing: border-box;
}
#yii-debug-toolbar{
    display: none !important;
}
.img{
    display: block;
}
.tag{
    width:24px !important;
    height:28px !important;
    display: inline-block;
    margin-right: 3px;
}
img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.rightbox .content_box img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.img:not(#logo):hover>img{
    opacity: 0.8;
}
#logo{
    padding:25px 0;
    height:110px;
}
#logo img {
    object-fit: contain;
    width: unset;
}
.flex{
    display: flex;
}
.bet{
    justify-content: space-between;
}
.one_row{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.overhide{
    overflow: hidden;
}
header{
    width:100%;
    min-width: 1200px;
    background-image: url('../img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content{
    width:1200px;
    min-width: 1200px;
    margin:0 auto;
}
header .top{
    width:100%;
    height:40px;
}
header .top ul{
    width:100%;
    height:40px;
    line-height: 40px;
    justify-content: flex-end;
    text-align: right;
    overflow: hidden;
}
header .top ul li{
    height:40px;
    width:100px;
    position: relative;
}
header .top ul li:not(:last-child)::before{
    content:"";
    display: block;
    width:1px;
    height:12px;
    background-color:#666;
    position: absolute;
    top:50%;
    margin-top:-6px;
    right:-25px;
}
header .top ul a{
    color: #193b6b;
    font-size: 12px;
}
header .top ul a:hover{
    color:#999;
}
.center_nav .login_container{
    height:50px;
    line-height: 50px;
    max-width:20%;
    width: max-content;
    text-align: right;
    margin-left:auto;
    position: relative;
}
header .top .login_container a{
    color:white;
    font-size: 12px;
}
.center_nav .login_container a{
    color:#333;
    font-size: 12px;
}
header .top .login_container a:hover,.center_nav .login_container a:hover{
    color:#ddd;
}
header .middle{
    height:110px;
    width:100%;
}
header .exp-middle{
    width:100%;
    border-bottom: none;
    height: 100px;
    background-color: #0969b1;
    /* background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center; */
}
header .exp-top{
    height: 40px;
    background-color: #193b6b;
}
.exp-middle #logo{
    height:100px;
}
.exp-content{
    margin-top: 0;
}
header .exp-top ul a {
    color: #cccccc;
    font-size: 12px;
}
header .middle .title,header .exp-middle .title{
    max-width: 800px;
    max-height: 110px;
    margin-left:20px;
    padding-left: 20px;
    position: relative;
    color:#193b6b;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .exp-middle .title{
    color:#fff;
}
header .middle .title::before,header .exp-middle .title::before{
    content:"";
    width:1px;
    height:44px;
    position: absolute;
    background-color: #fff;
    left:0;
    top:50%;
    margin-top: -22px;
}
header .middle .title h2{
    font-size: 24px;
}
header .middle .title h4{
    font-size: 12px;
    margin-top:6px
}
header .bottom{
    height:60px;
}
header .bottom ul{
    height:60px;
    line-height: 60px;
}
header .bottom .login{
    justify-content: space-between;
    align-items: center;
}
header .bottom ul li{
    width:160px;
    position: relative;
    text-align: center;
}
header .bottom ul a{
    font-size: 16px;
    color:#333;
}
header .bottom ul a:hover{
    color:#193b6b;
}
header .bottom .login_container{
    height: 60px;
    line-height: 60px;
    width: max-content;
    text-align: right;
    position: relative;
}
header .bottom .login_container .img, .center_nav .login_container .img{
    display: inline-block;
}
header .bottom .login_container .img .user_name, .center_nav .login_container .img .user_name{
    float: right;
    max-width: 135px;
    display: block;
    width: unset;
    color: #333;
    font-size: 14px;
}
header .bottom .login_container .img img, .center_nav .login_container .img img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: unset
}
header .bottom .login_container ul.hover-exit,header .center_nav .login_container ul.hover-exit{
    width: 90px;
    min-width: 90px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    position: absolute;
    top: 50px;
    z-index: 100;
    display: none;
    text-align: center;
}
header .bottom .login_container:hover ul.hover-exit, header .center_nav .login_container:hover ul.hover-exit{
    display: block;
}

header .bottom ul a.active{
    background-color: #193b6b;
    color: #fff;
    font-weight: 800;
    display: block;
    width: 160px;
    text-align: center;
    height: 40px;
    margin-top: 10px;
    line-height: 40px
}
header .center_nav{
    width:100%;
    height:50px;
    box-shadow: 10px 10px 5px #ddd;
    background-color: #fff;
}
header .center_nav ul:not(.hover-exit){
    width:80%;
    height:50px;
    line-height: 50px;
}
header .center_nav ul li{
    position: relative;
    width:140px;
    text-align: center;
}
header .center_nav ul li a:not(.active):hover{
    color:#1384e2;
}
header .center_nav ul li a.active{
    display: block;
    width:100%;
    height:100%;
    background-color:#1384e2;
    color: #fff;
}

header ul.hover-exit{
    padding:5px;
    width:100%;
    height:unset;
}
header ul.hover-exit li{
    width:100%;
    height:30px;
    line-height: 30px;
}
header ul.hover-exit li a{
    font-size: 14px;
}
footer{
    width:100%;
    height:160px;
    background-color:#193b6b;
    margin-top:60px;
    min-width: 1200px;
}
footer .content{
    height: 100%;
    padding:40px 0;
}
footer h4{
    color:#fff;
    font-size: 16px;
    margin-bottom: 20px;
}
footer ul{
    width:100%;
    max-width: 100%;
}
footer ul li{
    width:max-content;
    margin-right: 40px;
    height:16px;
    line-height: 16px;
    position: relative;
}
footer ul li:not(:last-child)::before{
    content:"";
    display: block;
    height:14px;
    width:1px;
    background-color:white;
    position: absolute;
    right:-20px;
}
footer ul li a{
    color:white;
    font-size: 14px;
}
footer .copyright{
    margin-top: 20px;
    color:#999;
    font-size: 14px;
}
footer .copyright .support{
    margin-left:20px;
}
footer .copyright .support a{
    color:#999;
    font-size: 14px;
}
footer .copyright .support a:hover{
    color:#ddd;
}
footer .copyright .tel{
    margin-left:auto;
    position: relative;
    width:335px;
    text-align: left;
}
footer .copyright .tel a{
    display: block;
    height:30px;
    width:90px;
    color:white;
    border:1px solid black;
    border-radius:5px;
    line-height: 30px;
    text-align: center;
    padding:0 5px;
    font-size: 14px;
    background-color: rgb(10, 13, 8);
    position: absolute;
    right:0;
    top:-7px;
}
footer .copyright .tel a:hover{
    background-color:rgb(100,100,100)
}
footer .copyright .tel a em{
    font-size: 14px;
}
.pageBody{
    width:100%;
    min-width: 1200px;
}
.pageBody .banner_area{
    height: 460px;
    position: relative;
    width:100%;
}
#lab_center_details .banner_area{
    width:100%;
    height:300px;
}
#lab_center_details .banner_area::before{
    content:"";
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
#lab_center_details .banner_area .banner_content{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:50px 0;
    z-index: 2;
}
#lab_center_details .banner_area .banner_content .content{
    width:1200px;
    max-width: 1200px;
    height:100%;
    color:#fff;
    text-align: center;
}
#lab_center_details .banner_area .banner_content .content h4{
    font-size: 30px;
    width:100%;
}
#lab_center_details .banner_area .banner_content .content .info{
    margin-top: 30px;
    color:#d4d4d4;
    font-size: 14px;
}
#lab_center_details .banner_area .banner_content .content p{
    margin-top:40px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.pageBody .container{
    margin-top:40px
}
.pageBody .news_area .carousel,.pageBody .news_area .news{
    width:580px;
    /* height:362px;
    overflow: hidden; */
}
#expCenterDetails .pageBody .news_area .carousel{
    width:400px;
    height:250px;
    overflow: hidden;
}
.pageBody .news_area .carousel>[carousel-item]::after{
    content:"";
    display: block;
    background-color: rgba(10, 13, 8, 0.67);
    position: absolute;
    bottom: 0;
    height:40px;
    max-width: 100%;
    width:100%;
    z-index: 1;
}
.pageBody .news_area .carousel .layui-carousel-ind {
    position: relative;
    top: -30px;
    width: max-content;
    line-height: 0!important;
    text-align: left;
    font-size: 0;
    z-index: 2;
    left: 70%;
}
.pageBody .news_area .carousel .layui-carousel-ind ul {
    background-color: unset; 
    border-radius: unset;
}
.pageBody .news_area .carousel .layui-carousel-ind ul li{
    width:10px;
    height:10px;
    margin:0 5px; 
    border-radius: unset;
    background-color: unset;
    border:1px solid #fff;
}
.pageBody .news_area .carousel .layui-carousel-ind ul li.layui-this{
    background-color: #fff;
}
.pageBody .news_area .carousel .img{
    width:100%;
    height:100%;
}
/* .pageBody .news_area .carousel img{
    object-fit: unset;
} */
.pageBody .news_area .carousel h4{
    position: absolute;
    bottom: 0;
    height:40px;
    max-width: 70%;
    width:70%;
    line-height: 40px;
    padding:0 20px;
    z-index: 10;
}
.pageBody .news_area .carousel h4 a{
    color:#fff;
    font-size: 16px;
}
.pageBody .news_area .carousel h4 a:hover{
    color:#ccc;
}
.container_title{
    height:45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 2px solid #eee;
    position: relative;
    background: #193b6b;
    padding-left: 40px;
}
.newsList_area .container_title{
      color:#193b6b;
      background: #fff;
      padding-left: 0;
}
.container_title .more,.center_title .more,.container_title .crumb{
    margin-right: 15px;
    font-size: 14px;
    color: #1384e2;
}
.homeMore {
      margin-left: auto;
      margin-right: 15px;
      font-size: 14px;
      color: #fff;
}
.expCenterMore {
    margin-left: auto;
    margin-right: 15px;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}
.center_title{
    padding-left:0;
    width:100%;
    font-size: 20px;
    border-bottom: 2px solid #1384e2;
    color:#fff;
    height:42px;
}
.center_title>div{
   color: #0969b1;
   width:120px;
   text-align: center;
   height:40px;
   line-height: 40px;
}
.center_title .more em{
    font-size: 18px !important;
}
.crumb a{
    color:#999;
}
.crumb a:hover{
    color:#666;
}
.crumb li{
    width:max-content;
    margin-left: 10px;
    height:33px;
    line-height: 33px;
}
.crumb li:first-child{
    color:#333;
}
.more>em,.crumb em{
    font-size: 14px;
}
.center_title .more{
    line-height: 40px;
}
.container_title .more:hover,.crumb a.active{
    color:#193b6b;
}
ul.container_title li,.container_title>div{
    margin-right:50px;
    position: relative;
}
ul.container_title li a{
    color:#666;
}
ul.container_title li a:hover,ul.container_title li a.active,.container_title>div{
    color: #fff;
}
.newsList_area .container_title>div{
      color:#193b6b;
}
#lab_center .newsList_area .container_title>div,#lab_center .container_title .more:hover,#lab_center .crumb a.active{
    color:#1384e2;
}
.pageBody .news_area .news .box{
    /* height:321px;
    max-height: 321px; */
    padding-top:20px;
    /* position: relative; */
}
.pageBody .news_area .news .box ul{
    /* position: absolute;
    transition: left 0.5s ease;
    width:100%;
    height:100%;
    left:-600px;
    overflow: hidden; */
}
.pageBody .news_area .news .box ul.show{
    left:0px;   
}
.pageBody .news_area .news .box .item{
    height:15px;
    line-height: 15px;
    margin-bottom: 20px;
}
.pageBody .news_area .news .box .item em{
    font-size: 10px;
    color:#ccc;
}
.pageBody .news_area .news .box .item h4{
    margin-left: 10px;
    font-size: 14px;
    max-width: 440px;
}
.pageBody .news_area .news .box .item h4 a{
    color:#666;
}
.pageBody .news_area .news .box .item h4 a:hover{
    color:#193b6b;
}
.pageBody .news_area .news .box .item .date{
    margin-left: auto;
    font-size: 12px;
    color:#999;
} 
.expCenter_area .layui-row .item{
    width: 380px;
    height: 265px;
    float: left;
    border:1px solid #e5e5e5;
    margin-top: 30px;
    margin-right:30px   
}
.expCenter_area .layui-row .item:nth-child(3n+3){
    margin-right:0px  
}
.expCenter_area .layui-row .item .img{
    width: 100%;
	height: 218px;
	background-color: #e9e8e9;
}
.expCenter_area .layui-row .item .desc{
    font-size: 16px;
    color:#333;
    display: flex;
    justify-content: space-between;
    height:47px;
    line-height: 47px;
    padding:0 10px;
}
.expCenter_area .layui-row .item .desc h2{
    font-size: 16px;
    color:#333;
    max-width: 260px;
}
.expCenter_area .layui-row .item .desc span{
    font-size: 14px;
    color:#999;
    max-width: 99px;
}
.expCenter_area .layui-row .item:hover{
    border:1px solid #193b6b;
}
.expCenter_area .layui-row .item:hover img{
    opacity: 0.8;
}
.expCenter_area .layui-row .item:hover .desc h2,.expCenter_area .layui-row .item:hover .desc p{
    color:#193b6b;
}
.course_area .layui-row .item{
    float: left;
    width:380px;
    margin-top:30px;
    margin-right:30px;
}
.course_area .layui-row .item:nth-child(3n+3){
    margin-right:0;
}
.course_area .coures_main{
    padding: 5px 15px;
}
.course_area .layui-row .item .img{
    width:100%;
    height:238px;
    background-color: #e8e8e8;
}
.course_area .layui-row .item h4{
    display: flex;
    margin-top:10px;
    width:100%;
    max-width: 100%;
    height:50px;
    max-height: 50px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.course_area .layui-row .item h4 a{
    color:#333;
    flex:1;
    line-height: 24px;
}
.course_area .layui-row .item h4 a:hover{
    color:#193b6b;
}
.course_area .layui-row .item .info{
    color:#999;
    font-size: 14px;
    margin-top:20px;
}
.course_area .layui-row .item .info .collage{
    width:70%;
    max-width: 70%;
}
.course_area .layui-row .item .info .teacher{
    width:30%;
    max-width: 30%;
    text-align: right;
}
.course_area .layui-row .item .info .teacher em,.course_area .layui-row .item .info .teacher a{
    color: #999999;
    font-size: 14px;
}
.course_area .layui-row .item .info .teacher a:hover{
    color:#666;
}
.course_area .layui-row .item .info
.item .info .name{
    max-width: 70%;
    width:70%;
}
.item .info .views{
    max-width: 30%;
    width:30%;
    text-align: right;
}
.item .info .views em{
    font-size: 14px;
}
.item .info .name em{
    font-size: 14px;
}
.expCenter_list_area .layui-row .item{
    width: 100%;
    height:260px;
    margin-top:30px;
    border:1px solid #dcdcdc;
    display: flex;
}
.expCenter_list_area .layui-row .item .img{
    width: 580px;
    height: 100%;
    background-color: #f8f8f8;
}
.expCenter_list_area .layui-row .item .desc{
    padding:40px;
    position: relative;
    width:620px;
}
.expCenter_list_area .layui-row .item .desc h4{
    font-size: 20px;
    color:#333;
    max-width: 85%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.expCenter_list_area .layui-row .item .desc .collage{
    margin-top:15px;
    font-size: 14px;
    color:#999;
    max-width: 100%;
    display: block;
}
.expCenter_list_area .layui-row .item .desc p{
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
    color:#666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.expCenter_list_area .layui-row .item .desc div{
    position: absolute;
    top: 49px;
    right: 28px;
    font-size: 12px;
    color:#999;
}
.expCenter_list_area .layui-row .item .desc div .exp_count{
    color:#333;
}
.expCenter_list_area .layui-row .item:hover{
    border:1px solid #193b6b;
}
.expCenter_list_area .layui-row .item:hover img{
    opacity: 0.8;
}
.expCenter_list_area .layui-row .item:hover h4,.expCenter_list_area .layui-row .item:hover p{
    color:#193b6b;
}
.select_area{
    padding:30px 0 1px 0;
    width:100%;
    box-shadow: 0px 0px 12px 0px 
		rgba(0, 0, 0, 0.1);
}
.select_area .content{
    position: relative;
}
.select_area ul:not(.crumb){
    height:30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.exp_list_area ul:not(.pagination){
    background-color: #f3f4f6;
    height:50px;
    line-height: 30px;
    padding:10px 20px;
}
.exp_list_area ul:not(.pagination) li{
    position: relative;
}
.exp_list_area ul:not(.pagination) li.sort:hover .sort_content{
    display: block;
}
.exp_list_area ul:not(.pagination) li .sort_content{
    background-color: white;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    left: -7px;
    position: absolute;
    width: 135px;
    display: none;
}
.exp_list_area ul:not(.pagination)li .sort_content a{
    display: block;
    font-size: 14px !important;
}
.exp_list_area ul:not(.pagination) li .sort_content em{
    font-size: 14px !important;
}
.select_area ul:not(.crumb) li:first-child ,.exp_list_area ul:not(.pagination) li:first-child{
    color:#a5a5bc;
    font-size: 18px;
}
.select_area ul:not(.crumb) li:not(:first-child),.exp_list_area ul:not(.pagination) li:not(:first-child){
    width:max-content;
    height:30px;
    padding:0 5px;
}
.select_area ul:not(.crumb) li:not(:first-child) a,.exp_list_area ul:not(.pagination) li:not(:first-child) a{
    color:#666;
    font-size: 16px;
    transition: all .3s;
    display: block;
    width: max-content;
    padding: 0 10px;
}
.select_area ul:not(.crumb) li:not(:first-child) a.active,.exp_list_area ul:not(.pagination) li:not(:first-child) a.active{
    display: block;
    color:white;
    width:max-content;
    height:30px;
    padding:0 10px;
    font-size: 16px;
    background-color: #193b6b;
}
.select_area ul:not(.crumb) li:not(:first-child) a:not(.active):hover,.exp_list_area ul:not(.pagination) li:not(:first-child) a:not(.active):hover{
    color:#193b6b;
}
.select_area .crumb{
    position: absolute;
    right:0;
    top:10px;
}
.exp_list_area .layui-row .item{
    float:left;
    margin-top:30px;
    margin-right:30px;
    width:380px;
    height:310px;
}
.exp_list_area .layui-row .item:nth-child(3n+3){
    margin-right: 0;
}
.exp_list_area .layui-row .item .img{
    width:100%;
    height:238px;
    background-color: #f8f8f8;
}
.exp_list_area .layui-row .item h4{
    width:100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height:50px;
    min-height: 50px;
    max-height: 50px;
    padding-top: 5px;
    display: flex;
}
.exp_list_area .layui-row .item h4 a{
    color:#333;
    flex:1;
    line-height: 24px;
}
.exp_list_area .layui-row .item h4 a:hover{
    color:#193b6b;
}
.exp_list_area .layui-row .item .info{
    margin-top:5px;
    color:#999;
    font-size: 14px;
}
#exp_list .moreBtn{
    width: 140px;
    height: 45px;
    border: solid 1px #193b6b;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    margin-top: 39px;
}
.newsList_area .leftbox{
    width: 220px;
    max-width: 220px;
    position: relative;
    top: 0px;
    transition: top 0.5s;
    height: fit-content;
    background: #f8f8f9;
}
.newsList_area .rightbox{
    width:920px;
    max-width: 920px;
    margin-left: auto;
}
.newsList_area ul.col_nav li{
    padding-left:50px;
    position: relative;
}
.newsList_area ul.col_nav li em{
    font-size: 12px;
    color:#193b6b;
    position: absolute;
    right:20px;
    top:0;
    display: none;
}
.newsList_area ul.col_nav .title{
    height:63px;
    color:#fff;
    background-color: #193b6b;
    line-height: 63px;
    font-size: 22px;
    padding-left:50px;
}
#lab_center .newsList_area ul.col_nav .title,#lab_center .newsList_area ul.col_nav li:not(.title).active::before{
    background-color: #1384e2;
}
#lab_center .newsList_area ul.col_nav li:not(.title) a:hover,#lab_center .newsList_area ul.col_nav li:not(.title).active a,#lab_center .newsList_area ul.col_nav li em{
    color: #1384e2;
}
.newsList_area ul.col_nav li:not(.title){
    height:50px;
    line-height: 50px;
    font-size: 16px;
}
.newsList_area ul.col_nav li:not(.active){
    border-bottom: 1px solid #d2d2d2;
}
.newsList_area ul.col_nav li:not(.title) a{
    color:#666;
}
.newsList_area ul.col_nav li:not(.title) a:hover,.newsList_area ul.col_nav li:not(.title).active a{
    color:#193b6b;
}
.newsList_area ul.col_nav li:not(.title).active{
    border-bottom: 1px dashed #193b6b;
    position: relative;
}
#lab_center .newsList_area ul.col_nav li:not(.title).active{
    border-bottom: 1px dashed #1384e2;
}
.newsList_area ul.col_nav li:not(.title).active::before{
    position: absolute;
    content:"";
    display: block;
    width:2px;
    height:50px;
    left:0;
    top:0;
    background-color: #193b6b;
}
#expCenterNews .newsList_area ul.col_nav li:not(.title).active{
    background-color: #fff;
}
.newsList_area ul.col_nav li:not(.title).active  em{
    display: block;
}
.newsList_area .rightbox .box .item{
    margin-top: 20px;
    border-bottom: 1px dashed #d2d2d2;
}
#expCenterNews .newsList_area .rightbox .box .item{
   padding-bottom: 15px;
}
#expCenterNews .newsList_area .rightbox .box .item .date{
    color:#999;
    font-size: 12px;
}
#expCenterNews .newsList_area .rightbox .box .item h4 a{
    color: #333333;
    /* color:#666; */
}
#expCenterNews .newsList_area .rightbox .box .item h4 a:hover{
    color:#457226;
}
.newsList_area .rightbox .box{
    padding-top: 10px;
    min-height: 600px;
}
.newsList_area .detailsbox{
    padding-top:40px;
    min-height: 600px;
}
.newsList_area .detailsbox p{
    font-size: 16px;
    color: #333;
    line-height: 30px
}
.reading{
    padding: 55px 50px 42px 50px;
    color: #999999;
}
.newsList_area .detailsbox h4{
    width:100%;
    padding:0 50px;
    text-align: center;
    font-size: 24px;
    color:#333;
}
.newsList_area .detailsbox .info{
    width:100%;
    padding:0 50px;
    text-align: center;
    font-size: 12px;
    color:#999;
    margin-top:30px;
}
.newsList_area .detailsbox .content_box{
    margin-top:40px;
    padding:0 50px
}
.newsList_area .detailsbox .info .date{
    margin-left:40px;
}
.newsList_area .rightbox .box .item h4{
    font-size: 16px;
    margin-bottom: 21px;
}
.newsList_area .rightbox .box .news_content{
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    margin-bottom: 20px;
}
.newsList_area .rightbox .box .news_footer{
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
.newsList_area .rightbox .box .news_footer_editor{
    color: #666666;
    margin-right: 44px;
}
.newsList_area .rightbox .box .news_footer_views{
    color: #a7a7a7;
}
.newsList_area .rightbox .box .item h4 a{
    color:#333;
}
.newsList_area .rightbox .box .item h4 a:hover{
    color:#193b6b;
}
#lab_center .newsList_area .rightbox .box .item h4 a:hover{
    color:#1384e2;
}
.newsList_area .rightbox .box .item p{
    margin-top:20px;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.newsList_area .rightbox .box .item .info{
    margin-top: 10px;
    font-size: 12px;
    height:16px;
    line-height: 16px;
    color:#666;
    margin-bottom: 20px;
}
.newsList_area .rightbox .box .item .info .date{
    margin-left: auto;
    color:#a7a7a7;
}
.newsList_area .rightbox .box .item .info .views{
    color:#a7a7a7;
    width:15%;
    text-align: left;
}
.newsList_area .rightbox .box .item .info .editor{
    color:#a7a7a7;
}
#page{
    margin-top:20px;
    text-align: right;
}
#expCenterDetails .news_area .leftbox{
    width: 380px;
}
#expCenterDetails .news_area .rightbox{
    width:401px;
}
#expCenterDetails .news_area .box{
    width:100%;
    margin-top:20px;
    max-height: 250px;
    overflow: hidden;
}
#expCenterDetails .news_area .leftbox .box .news_row{
    width:339px;
    height:250px;
    max-height: 250px;
    overflow: hidden;
}
#expCenterDetails .news_area .leftbox .box .news_row .item{
    height:43px;
    line-height: 33px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    display: flex;
}
#expCenterDetails .news_area .leftbox .box .news_row .icon{
    font-size: 10px;
    color: #ccc;
}
#expCenterDetails .news_area .leftbox .box .news_row .item h4{
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    width: 251px;
    max-width: 100%;
}
#expCenterDetails .news_area .leftbox .box .news_row .item h4 a{
    color:#666;
}
#expCenterDetails .news_area .leftbox .box .news_row .item h4 a:hover,#expCenterDetails .news_area .rightbox .box .item h4 a:hover{
    color:#457226;
}
#expCenterDetails .news_area .leftbox .box .news_row .item .date{
    color:#999;
    font-size: 12px;
}
#expCenterDetails .news_area .rightbox .box .item{
    height: 43px;
    line-height: 33px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 8px;
    display: flex;
}
#expCenterDetails .news_area .rightbox .box .icon{
    font-size: 10px;
    color: #ccc;
}
#expCenterDetails .news_area .rightbox .box .item .date{
    width:70px;
    height:60px;
    font-size: 12px;
    color: #999999;
    /* border:1px solid #ddd; */
}
#expCenterDetails .news_area .rightbox .box .item .date>span{
    width:100%;
    height:50%;
    display: block;
    text-align: center;
    line-height: 30px;
}
#expCenterDetails .news_area .rightbox .box .item .date>span.dd{
    background-color:#859e73;
    color:#fff;
    font-size: 18px;
}
#expCenterDetails .news_area .rightbox .box .item .date>span.yy_mm{
    color:#324029;
    font-size: 14px;
}
#expCenterDetails .news_area .rightbox .box .item h4{
    width:301px;
    /* height:60px;
    line-height: 24px; */
    font-size: 14px;
    margin-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#expCenterDetails .news_area .rightbox .box .item h4 a{
    color:#666;
}
#expCenterDetails .course_area .layui-row .item{
    width:380px;
    height:320px;
    margin-top:30px;
    margin-right:30px;
}
#expCenterDetails .course_area .layui-row .item:nth-child(3n+3){
    margin-right: 0;
}
#expCenterDetails .course_area .layui-row .item .img{
    width:100%;
    height:238px;
}
#expCenterDetails .course_area .layui-row .item h4 a:hover{
    color:#457226;
}
#expCenterDetails .course_area .layui-row .item .info .name{
    width:70%;
    max-width: 70%;
    text-align: left;
}
#expCenterDetails  .teach_area .layui-row .item{
    width: 200px;
    height:240px;
    float: left;
    margin-top: 20px;
    margin-right:50px;
}
#expCenterDetails  .teach_area .layui-row .item:nth-child(5n+5){
    margin-right:0;
}
#expCenterDetails  .teach_area .layui-row .item .img{
    width:100%;
    height:200px;
    background-color: #ddd;
}
#expCenterDetails  .teach_area .layui-row .item h4{
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    width:100%;
    max-width: 100%;;
}
#expCenterDetails  .teach_area .layui-row .item h4 a{
    color:#666;
}
#expCenterDetails  .teach_area .layui-row .item h4 a:hover{
    color:#457226;
}
#expCenterClassList .center_title>div,#expCenterTeacher .center_title>div,#expCenterNews .center_title>div{
    background-color: unset;
    color: #0969b1;
    text-align: left;
    font-size: 30px;
}
#expCenterClassList .center_title,#expCenterTeacher .center_title,#expCenterNews .center_title{
    border-bottom: 2px solid #0969b1;
    height:50px;
}
#expCenterClassList .center_title ul.crumb,#expCenterTeacher .center_title ul.crumb,#expCenterNews .center_title ul.crumb{
    font-size: 14px;
    margin-left: auto;
}
#expCenterClassList .center_title ul.crumb li,#expCenterTeacher .center_title ul.crumb li,#expCenterNews .center_title ul.crumb li{
    height:50px;
    line-height: 50px;
    color:#666;
}
#expCenterClassList .course_area .layui-row .item{
    width:380px;
    margin-top:30px;
    margin-right:30px;
    height:unset;
}
#expCenterClassList .course_area .layui-row .item:nth-child(3n+3){
    margin-right: 0;
}
#expCenterClassList .course_area .layui-row .item .img{
    width:100%;
    height:238px;
}
#expCenterClassList .course_area .layui-row .item .info .name{
    width:70%;
    max-width: 70%;
    text-align: left;
}
#expCenterTeacher .teacher_area .layui-row .item{
    width:270px;
    margin-top: 30px;
    margin-right:40px;
    float: left;
}
#expCenterTeacher .teacher_area .layui-row .item:nth-child(4n+4){
    margin-right: 0;
}
#expCenterTeacher .teacher_area .layui-row .item .img{
    width:100%;
    height:250px;
    background-color: #e8e8e8;
}
#expCenterTeacher .teacher_area .layui-row .item .info{
    padding-top:15px;
    box-shadow: 0px 0px 12px 0px 
		rgba(0, 0, 0, 0.08);
}
#expCenterTeacher .teacher_area .layui-row .item .info>div{
    text-align: center;
}
#expCenterTeacher .teacher_area .layui-row .item .info>div:first-child{
    padding-bottom: 15px;
    border-bottom:1px solid #ddd;
}
#expCenterTeacher .teacher_area .layui-row .item .info h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}
#expCenterTeacher .teacher_area .layui-row .item .info h4 a{
    color:#333;
}
#expCenterTeacher .teacher_area .layui-row .item .info .title{
    font-size: 14px;
    color:#999;
}
#expCenterTeacher .teacher_area .layui-row .item .info .type{
    font-size: 14px;
    color:#999;
    margin-left: 15px;
}
#expCenterTeacher .teacher_area .layui-row .item .info .readmore{
  padding:20px 80px;
  font-size: 14px;
}
#expCenterTeacher .teacher_area .layui-row .item .info .readmore a,#expCenterTeacher .teacher_area .layui-row .item .info .readmore a em{
    color:#666;
    font-size: 14px;
}
#expCenterTeacher .teacher_area .layui-row .item .info .readmore a:hover,#expCenterTeacher .teacher_area .layui-row .item .info h4 a:hover{
    color:#457226;
}
#layer_login {
    display: flex;
    background: #fff;
    height: 100%;
    /* display: none; */
}
#layer_login .login-left{
    width: 540px;
	height: 633px;
	background-color: #000000;
	opacity: 0.1;
}
#layer_login .login-right{
    width: 673px;
    height: 633px;
    text-align: center;
}
#layer_login .login-title{
    font-size: 30px;
    letter-spacing: 3px;
    color: #333333;
    padding-top: 83px;
    padding-bottom: 37px;
}
#layer_login .login-content{
    font-size: 20px;
    letter-spacing: 2px;
    color: #333333;
    padding-bottom: 46px;
}
#layer_login .login-account{
    padding: 0 20px;
}
#layer_login .login-form-title{
    font-size: 16px;
    letter-spacing: 2px;
    color: #666666;
    padding-bottom: 29px;
}
#layer_login .login-form{
    width: 590px;
    margin: 0 auto;
}
#layer_login .layui-input-block{
    width: 366px;
}
#layer_login .login-inline{
    margin-left: 110px;
}
#layer_login input{
    height: 40px;
}
#layer_login .loginBtn{
    width: 366px;
	height: 36px;
	background-color: #2e4e79;
    border-radius: 4px;
    margin-top: 56px;
}
#layer_login .login-footer{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}
#layer_login  .jumpLogin{
    margin-bottom: 77px;
}
#layer_login em{
    font-size: 10px;
    color: #ccc;
    margin-left: 3px;
}
.index-search{
   margin-left: auto;
}
.index-search .search-icon{
    display: flex;
    align-items: center;
}
.index-search .layui-form-item{
    margin-bottom: 0;
}
.index-search .search-icon input{
    height: 32px;
}
.index-search .search-icon em{
    width: 40px;
    height: 32px;
    background-color: #193b6b;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}
#lab_center_details .news_area .box_container{
    width:585px;
    height:294px;
}
#lab_center_details .news_area .box_container .box{
    width:100%;
    height:238px;
    margin-top: 20px;
    overflow: hidden;
}
#lab_center_details .news_area .box_container .box .carousel{
    width:100%;
    height:100%
}
#lab_center_details .news_area .box_container .news_row{
    width:100%;
}
#lab_center_details .news_area .box_container .news_row .item{
    height:30px;
    line-height: 30px;
    font-size: 14px;
}
#lab_center_details .news_area .box_container .news_row .item h4{
    max-width: 80%;
    margin-left: 20px;
}
#lab_center_details .news_area .box_container .news_row .item a,#lab_center_details .news_area .box_container .news_row .item .date{
    color:#666
}
#lab_center_details .news_area .box_container .news_row .item .date{
    margin-left: auto;
}
#lab_center_details .news_area .box_container .news_row .item a:hover{
    color:#193b6b
}
#lab_center_details .news_area .box_container .news_row .item em{
    font-size: 12px;
    color:#999;
}
.empty_news img{
    object-fit: contain;
}
.modal .modal-container{
    background-image: url(../img/regist_bk.jpg) !important;
}
.box1 .log_choose>span{
    background-color:#5794e6 !important;
    color:#fff !important;
}
.input_box .login input{
    background: linear-gradient(to bottom,#5794e6,#6ca5ee) !important;
    background: -webkit-linear-gradient(to bottom,#5794e6,#6ca5ee) !important;
    border:1px solid #5794e6 !important;
}

.empty-data, .empty_news {
    width: 300px;
    margin: 0 auto;
}
