@charset "utf-8";
/*
 *懒人CSS Bate V0.10
 *作者：懒人建站 http://www.51xuediannao.com/
 *2015-02-04———
*/
/*首页*/
.tit02 .tab{ border-radius: 2px;}

.section{ margin-bottom:32px;}

.section-un{ margin-bottom: 24px; display: none;}

/*section-first*/
.section-first{ margin-top: 18px; margin-bottom: 26px;}
.section-first .ui-box01{ height: 386px;}
.h-ad1{ width:360px; margin-right: 12px;}
.section-first .end{ float:right; width: 300px; margin-left: 16px;}

.section-first .un-01{ /*height:300px;*/ overflow: hidden; margin-bottom: 6px;}
.section-first .un-01 img,
.section-first .rmb img{ width: 100%; height: 100%;}
.section-first .rmb{ /*height: 80px;*/ overflow: hidden;}
.section-first .rmb:empty{display: none;}

/*.headlines{ position: relative;}
.headlines:after{ content: ""; width: 24px; height: 24px; border-radius: 50%; border: #eee solid 2px; position: absolute; right:-8px; top:-8px;}*/
.headlines .tit{ margin-bottom: 4px;}
.headlines .tit .rhesis{ position: relative; top: -2px;}
.headlines li{ width: 50%; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.headlines .ta{ margin-right: 24px; padding-left: 0; background: none;}
.headlines li:nth-of-type(odd) .ta{ margin-right:30px;}
.headlines li:nth-of-type(even) .ta{ margin-right:10px;}

.famous{ overflow: hidden; white-space: nowrap;text-overflow: ellipsis; max-width: 80%;}

/*.section-web,.section-zt{ display: none;}*/
.lyr-web-list{ margin-right: -50px;}
.lyr-web-list li{ width: 33.3%; float: left;}
.lyr-web-list .h,
.lyr-web-list .cite{ margin-right: 50px;}


.section .images-text01{ margin-right: -36px; margin-top: -20px;}
.section .images-text01 .in{display: block; margin-right: 36px;/* background-color: #f9f9f9;*/ position: relative;
    transition:all .3s ease-in 0s;}
/*.section .images-text01 .in:hover{background: #00a57f;color: #fff;}*/
.section .images-text01 .ia{overflow: hidden; border: #eee solid 1px;}
.section .images-text01 img{ transform: scale(1); transition:all .4s ease-in 0s;}
.section .images-text01 .in:hover img{transform: scale(1.1);}

.section .images-text01 .h{ padding: 10px; margin: 0 8px;font-weight:700;}
/*
@media screen and (min-width:56000px){
    .section .images-text01 .h{ padding:7px 10px; margin: 0; font-weight: 100;
        position: absolute; left: 0; bottom:0; right: 0; background: url(../images/jb1.png) no-repeat 0 0;
        color: #fff;
    }
}
*/
.section .images-text01 >li{ width:25%; margin-top:20px; float:left; position: relative; }


.section-article .ui-cols-4{margin-top:-16px; margin-right: -26px;}
.section-article .col{ margin-top: 24px;}
.section-article .col .tit{ overflow: hidden; margin-bottom: 4px;/* border-bottom: #ddd solid 1px; padding-bottom: 6px;*/}
.section-article .tit,.section-article ul{
     margin-right: 26px;
}

/*.tit01 .h[data-num]:before{ content: attr(data-num);
    border-radius: 50%; width: 24px; height: 24px;line-height: 24px; text-align: center; vertical-align:middle; margin-top: -3px; margin-right: 6px;
    background: #00a57f;color: #fff; font-size: 14px;
    display:inline-block;
}*/

/*
.tab-show ul{
    transform:translate(0,60px);
    transition-property: all;
    transition-duration: 1s;
    opacity: 0;
}
.tab-focus ul{
    transform:translate(0,0);
    opacity: 1;
}
*/

.section-links{ margin-bottom: 0;}

/*--通用布局-------------------------------------*/

/*--媒体查询-------------------------------------*/
/*@media screen and (min-width:1440px) and (max-width:1600px){}*/
@media screen and (min-width:1440px){ /*大于等于1440*/
    /*这里是特定的样式表*/

}
@media screen and (min-width:1440px) and (max-width:1920px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:768px){


}
@media screen and (max-width:360px){

}
@media screen and (max-width:320px){

}



