html,body{background: #f3f3f3;}
.newslistBox{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.news_stype{
    width: 100%;
    float: left;
    background: #fff;
    color:#e43535;
    margin:0.53rem 0 0.267rem;
}
.news_stype li{
    width: 33%;
    float: left;
    text-align:center;
    box-sizing: border-box;
    padding: 0.2rem 0 0.14rem;
}
.news_stype li a {
    font-size: 0.47rem;
    color: #232323;
    border-bottom: 2px solid #fff;
    height: auto;
}
.news_stype li.current a{
    color: #e50011;
    border-bottom: 2px solid #e50011;
}
.news_stype li a:visited{
    text-decoration: none;
}
.news_frul{
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 0.5rem;
}
.news_frul li{
    float: left;
    border-bottom: 2px dotted #aaa;
    padding-bottom: 0.53rem;
    margin: 0.53rem 0.267rem 0;
}
.news_frul li:nth-child(10){
    border-bottom: none;
}
.news_frimg{
    width: 40%;
    float: left;
    display: block;
    overflow: hidden;
}
.news_frimg img{
    width: 100%;
    float: left;
}
.news_frnr{
    width: 55%;
    float: right;
}
.news_frbtsj{
    width: 100%;
    float: left;
}
.news_frtit{
    font-weight: 600;
    width:100%;
    float: left;
    font-size: 0.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news_frtime{
    float: right;
    color: #999;
    font-size:0.3rem;
}
.news_frtime span{
    padding-left: 0.267rem;
}
.news_frtext{
    width: 100%;
    float: left;
    margin-top: 0.17rem;
    margin-bottom: 0.17rem;
    line-height: 0.467rem;
    font-size: 0.35rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 新闻详情 */
.articleBox{
width: 100%;
margin-top:0.53rem;
background: #fff;
overflow: hidden;
padding: 0.267rem;
box-sizing: border-box;
}
.new_tit{
    margin-top:0;
    font-size: 0.48rem;
    color:#333;
    font-weight:600;
    text-align: left;
}
.new_sjly{
    text-align: left;
    margin: 0.27rem 0;
    float: right;
}
.page_text{width: 100%;padding-left: 0;	padding-right: 0;float: left;color: #666;line-height: 0.75rem; text-indent:2em;}
.page_text img{max-width: 100%;}
.page_text p{
    overflow: hidden;
}


/* 指导专家 */
.expertsBox{
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.in2_ul {
    width: 100%;
    float: left;
    padding: 0 5%;
    box-sizing: border-box;
}
.in2_ul li {
    width: calc(33% - 0.24rem);
    float: left;
    margin-right: 0.36rem;
    margin-top: 0.4rem;
    display: inline;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-sizing: border-box;
}
.experts_item{
    width: 90%;
    margin: 5% auto;
}
.in2_img {
    width: 100%;
    height: 2.27rem;
    float: left;
    overflow: hidden;
    position: relative;
}
.in2_ul li:nth-child(3n) {
    margin-right: 0;
}
.in2_img img {
    width: 100%;
    float: left;
}
.in2_tit {
    font-size: 0.35rem;
    color: #000;
    width: 100%;
    float: left;
    margin: 0.1rem 0;
    color: #707070;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* 专家详情 */
.experts_info_Box{
    width: 100%;
    margin-top:0.53rem;
    background: #fff;
    overflow: hidden;
    padding: 0.267rem;
    box-sizing: border-box;
    }
.info_tit{
    margin-top:0;
    font-size: 0.48rem;
    color:#333;
    font-weight:600;
    text-align: left;
}
.info_sjly{
    text-align: left;
    margin: 0.27rem 0;
    float: left;
}
.info_page_text{
    width: 100%;
    padding-left: 0;	
    padding-right: 0;
    float: left;
    color: #666;
    line-height: 0.75rem; 
    text-indent:2em;
}
.info_page_text img{
    max-width: 100%;
}