.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }

a{text-decoration:none;color: inherit;}
a:hover,a:visited{text-decoration:none;color: inherit;}
img{ border: 0;width: 100%;height:100%;  vertical-align: top}
ul{
    margin: 0;
}
.info-pic img ,.labnewslist img{
    transition: all .5s ease-in-out;
    max-width: 100%;
}
.info-pic img:hover ,.labnewslist img:hover{
     width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

body{
    background-color: #f7f7f7;
}
.labbox-l{
    width: 881px;
    float: left;
    border-right: 1px solid #eeeeee;
}
.labbox-r{
    margin-left: 880px;
    width: 320px;
    border-left: 1px solid #eeeeee;
}
.crumbs{
    height: 76px;
    line-height: 76px;
    color: #535353;
}
.crumbs .current{
    color:#124682;
}
.labboxin{
    background-color: #fff;
    border-top:1px solid #124682;
}
.labtab{
    border-bottom: 1px solid #eeeeee;
}
.labtab li{
    float: left;
    height: 55px;
    padding: 0 30px;
    line-height: 55px;
    color:#124682;
    font-size: 18px;
    position: relative;
}
.labtab li.cur{
    background-color: #124682;
    color: #fff;
}
.labtab li:before {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #124682;
    display: none;
}
.labtab li.cur:before{
    display: block;
}
.labcon{
    padding: 30px;
}
.column-title{
    height:50px;
    margin: 0;
    border-bottom:1px solid #eeeeee;
    line-height: 50px;
    color: #124682;
    font-size: 16px;
    font-weight: 600;
}
.column-title::before{
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    position: relative;
    top: 15px;
    margin-right: 20px;
    background-color: #124682;
    float: left;
}
.nc-column-title{
    height: 56px;
    line-height: 56px;
}
.nc-column-title::before{
    top: 18px;
}
.labcon20{
    padding: 20px;
}
/*     选车 car-select.html   */
.labbox{
    margin-bottom: 90px;
}
.model-sort{
    margin-bottom: 30px;
}
.model-sort li{
    float: left;
    width: 170px;
    height: 40px;
    background-color: #f8f8f8;
    border:1px solid #dcdcdc;
    margin-right: 30px;
    color: #adabac;
    text-align: center;
    line-height: 40px;
}
.model-sort li.cur{
    color:#124682;
}
.model-car-img li{
    width:263px;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}
.model-car-img .m-car-img{
    width: 100%;
    height: 175px;
    border:1px solid #eee;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}
.model-car-img li:nth-child(3n){
    margin-right: 0;
}
.m-car-tex span{
    display: inline-block;
    color: #124682;
    cursor: pointer;
}
.support-btn{
    width: 118px;
    height: 34px;
    border:1px solid #124682;
    margin-right: 15px;
    margin-left: 36px;
    line-height: 34px;
    text-align: center;
}
.floating-layer {
    position: absolute;
    top: 18px;
    right: -60px;
    width: 188px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    transform: rotate(45deg);
    text-align: center;
    font-size: 16px;
    background-color: #c31a2d;
}
.m-car-img p {
    position: absolute;
    bottom:-10px;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.4);
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.read-more {
    padding-top: 36px;
    text-align: center;
    color: #666666;
    line-height: 38px;
    font-size: 18px;
}
.read-more span {
    height: 38px;
    display: block;
    text-align: center;
    color: #333;
}
.select-car-btn {
    height: 38px;
    width: 220px;
    border: none;
    border-radius: 2px;
    background-color: #124682;
    color: #fff;
    margin: 15px auto 0;
    cursor: pointer;
}
.nc-column-in{
    color: #333;
    border-bottom:1px solid #eee;
    font-size: 15px;
    line-height: 24px;
}
/* 实验视频 */
.labvoide,.experimental-atlas{
    border-bottom:1px solid #eee;
}
.video-list{
    position: relative;
    height: 178px;
    border:1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
}
.video-list:last-child{
    margin-bottom: 10px;
}
.video-info{
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.4);
    padding: 0 10px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
/* 实验文章 */
.article-title li{
    height: 40px;
    margin-bottom: 20px;
    line-height: 22px;
    overflow: hidden;
    font-size: 15px;
}
.nc-selcet-supernatant {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000px;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 9999;
}
.selcet-supernatant {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.supernatantbox {
    width: 535px;
    height: 242px;
    padding: 60px;
    background-color: #fff;
    margin: 300px auto;
    border-radius: 5px;
    position: relative;
}
.sup-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: url(/uploads/image/svimages/close.png) no-repeat;
    background-size: contain;
}
.supernatantbox input, .supernatantbox button {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    font-size: 16px;
}
.supernatantbox input {
    padding-left: 35px;
    border: 1px solid #666666;
    margin-bottom: 30px;
}
.supernatantbox input, .supernatantbox button {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    font-size: 16px;
}
.supernatantbox button {
    border: none;
    background-color: #05499a;
    color: #fff;
    cursor: pointer;
}
/*  ··········· 实验室原创 lab_list.html ···············  */
.lablist .labtab li{
    padding: 0 25px;
}
.labnewslist li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom:1px solid #eeeeee;
}
.labnewslist li:first-child{
    padding-top: 0;
}
.labnewslist li:last-child{
    border-bottom: 0;
}
.labnewslist .review {
    float: left;
    width: 240px;
    position: relative;
}
.labnewslist .pic {
    width: 240px;
    height: 160px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.labnewslist .text{
    margin-left: 270px;
}
.labnewslist .text .title {
    display: block;
    height: 36px;
    font-size: 22px;
    color: #333;
    overflow: hidden;
}
.labnewslist .text .summary {
    margin:0;
    height: 102px;
    line-height: 26px;
    font-size: 15px;
    color: #666;
    overflow: hidden;
}
.labnewslist .bottom-bar {
    position: relative;
    top: 5px;
    height: 20px;
    overflow: hidden;
}
.labnewslist .bottom-bar .author {
    position: absolute;
    left: 0;
}
.labnewslist .bottom-bar .time {
    color: #999;
    vertical-align: middle;
}
.labnewslist .pic span{
    display: none;
}
.labnewslist .pic .icon-video ,.info-pic .icon-video{
    display: block;
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -23px;
    margin-right: -23px;
    width: 46px;
    height: 46px;
    background:  no-repeat;
}
.labnewslist .pic:hover .icon-video,.info-pic:hover .icon-video{
    background-position: right;
}
.labinfbox .no-list{
    margin-top:80px;
    text-align: center;
    font-size: 20px;
    color: #999;
}
.labinfbox .icon-tanhao{
    padding-right: 15px;
    color: #999;
    font-size: 22px;
}
.pagination {
    margin: 30px 0 ;
    position: relative;
    width: 100%;
    height: 50px;
    color: #ccc;
    background: #f8f8f8;
    border: none;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
}
.pagination span {
    width: 40px;
    height: 30px;
    border-radius: 2px;
    background: #044999;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.pagination a {
    color: #044999;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
}
.labinfbox .pagination{
    color: #aeaeae;
}
/* ````````````````````````````  往期回顾 pre_list.html ```````````````````````````````  */
.prelist {
    margin-top: 20px;
}
.prelist .crumbs{
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.prelist .review-sign {
    position: absolute;
    width: 78px;
    height: 52px;
    top: 0;
    right: -11px;
    padding-left: 15px;
    background-image: url(/uploads/image/sviireview/review.png);
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}