/* 新闻通用样式 */
.banner{
	height:3.49rem;
}
.banner .pics li{
	height:3.49rem;
}
.nav_news{
    background-color: #19877f;
    height:0.8rem;
}
.nav_news .warpin{
    height:100%;
}
.nav_news .left,.nav_news .right{
    width: 0.16rem;
    height:0.3rem;
    position: relative;
    top:50%;
    transform:translateY(-50%);
    cursor: pointer;
}
.nav_news .left img,.nav_news .right img{
    width:100%;
    height:100%;
}
.nav_news .content{
    width:5.68rem;
    overflow: hidden;
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
.nav_news .content a{
    width:0.9rem;
    font-size: 0.22rem;
    color:#fff;
    line-height: 0.5rem;
    margin:0 0.2rem;
    display: block;
    float: left;
}
.nav_news .content .only{
    border-bottom: 0.02rem solid #fff;
}
/* 新闻列表样式 */
.news .content{
    border-bottom: 0.01rem solid #dcdcdc;
    padding:0.44rem 0 0.35rem;
}
.news .content .pics{
    width:1.6rem;
    height:1.45rem;
    border:0.01rem solid #e7e7e7;
    padding:0.05rem;
}
.news .content .pics a{
    display: inline-block;
    width:100%;
    height:100%;
}
.news .content .pics img{
    width:100%;
    height:100%;
}
.news .content .text{
    width:4.1rem;
    margin-left: 0.15rem;
}
.news .content .text a h1{
    font-size:0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color:#333;
}
.news .content .text a p{
    font-size: 0.16rem;
    color:#999;
    margin-top: 0.1rem;
    margin-bottom: 0.16rem;
}
.news .content .text .init{
    width: 100%;
}
.news .content .text .init .icon{
    width:0.2rem;
    height: 0.18rem;
    float: left;
    margin-right:0.05rem;
}
.news .content .text .init img{
    width:0.2rem;
    height: 0.18rem;
    margin-right: 0.05rem;
}
.news .content .text .init p{
    font-size: 0.15rem;
    color:#999;
    float: left;
    margin-right: 0.11rem;
}
.page{
    margin:0.5rem 0 0.77rem;
    text-align: center;
}
.page a{
    display: inline-block;
    width:0.48rem;
    height:0.48rem;
    background-color: #f9f8f8;
    border:0.01rem solid #e5e5e5;
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.18rem;
    color:#555;
    margin: 0 0.1rem;
}
.page a:first-child,.page a:last-child{
    width:1.07rem;
} 
.page .only{
    background-color: #1ba79c;
    color:#fff;
}
.page .most{
    color:#c9c9c9;
}
/* 新闻详情样式 */
.info .title{
    font:0.28rem normal;
    text-align: center;
    margin-top: 0.42rem;
    margin-bottom: 0.25rem;
}
.info .init p{
    font-size: 0.18rem;
    color:#555;
    text-align: center;
    margin-bottom: 0.44rem;
}
.info .init{
    border-bottom: 0.01rem solid #dcdcdc;
}
.info .content{
    margin-top: 0.28rem;
    margin-bottom: 0.52rem;
}
.info .content p{
    text-indent: 2em;
    line-height: 0.32rem;
    font-size:0.16rem;
    color:#555555;
}
.info .content .pics,.info .content .pics img{
    width:5.9rem;
    height:2.5rem;
    margin-bottom: 0.2rem;
}