.news_top img{
    width: 100%;
}
.new_nav{
    background-color:#fbfbfb;
}
.new_nav a{
    float: left;
    font-size: 14px;
	line-height: 48px;
	color: #424242;
}
.new_nav a:last-child{
    color: #828282;
}
.news_box{

}
.news_box .news_btn{
    width: 520px;
    margin:50px auto;
}
.news_box .news_btn li{
    width: 140px;
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    float: left;
}
.news_big ul{
    display: none;
}
.news_big .active{
    display:block;
}
.news_box .news_btn li:nth-child(2){
    margin:0px 40px;
}
.news_box .news_btn .active{
    background-color: #ff8e29;
}
.news_box .news_btn a{
    font-size: 16px;
    color: #828282;
}
.news_box .news_btn .active a{
    color: #ffffff;
}
.news_tit{
    padding: 50px 0px;
}
.news_tit li{
    padding:30px;
    overflow: hidden;
    border-bottom:1px solid  #f2f2f2;
}
.news_tit li img {
    float: left;
    width: 300px;
    height: 170px;
}
.news_tit li ol{
    float: right;
    width: 800px;
}
.news_tit li ol h2{
    color: #424242; 
    font-size:24px;
}
.news_tit li ol span{
    font-size:14px;
    color: #828282;
}
.news_tit li ol p{
    font-size:14px;
    color: #828282;
    line-height:30px;
}
.news_tit li ol a{
    width: 120px;
	height: 40px;
    background-color: #f2f2f2;
    font-size:14px;
    color: #828282;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-top: 40px;
}
.news_tit .active{
    background-color: #f2f2f2; 
    overflow: hidden;
}
.news_tit .active h2{
    color: #ff8e29;
}
.news_tit .active a{
    background-color: #ff8e29;
    color: #ffffff;
}
.new_yuan{
    margin-bottom:50px;
    margin-left:35%;
}
.new_yuan li{
    width: 40px;
	height: 40px;
	background-color: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #828282;
    float: left;
    margin:10px;
}
.new_yuan .active{
    background-color: #ff8e29;
    color:#fff;
}

/* 新闻详情 */
.article{
    background-color:#fbfbfb;
    padding-bottom: 50px;
}
.article_box{
    background-color:#fff;
    padding: 50px 0px;
}
.article h2{
    font-size: 24px;
	line-height: 30px;
    color: #424242;
    text-align: center;
}
.article span{
    font-size: 14px;
	line-height: 30px;
    color: #828282;
    text-align: center;
    display: block;
    border:1px solid #fbfbfb;
}
.article_tit{
    padding: 0px 20px;
}
.article_tit p{
    text-indent:2em;
}
.article_tit img{
    margin:20px auto;
    display: block;
}
@media (min-width: 320px) and (max-width:360px){
    .news_box .news_btn li:nth-child(2) {
        margin: 0px 10px;
    }
    .news_box .news_btn li {
        width: 90px;
        height: 40px;
    }
    .news_tit li img {
        width: 100%;
    }
    .news_tit li ol{
        width: 100%;
    }
    .new_yuan {
        margin-bottom: 50px;
         margin-left:5%;
    }
    .article_tit img {
        width: 100%;
    }
}
@media (min-width:361px) and (max-width:575px){
    .news_box .news_btn li:nth-child(2) {
        margin: 0px 40px;
    }
    .news_box .news_btn li {
        width: 100px;
        height: 40px;
    }
    .news_tit li img {
        width: 100%;
    }
    .news_tit li ol{
        width: 100%;
    }
    .new_yuan {
        margin-bottom: 50px;
        margin-left:5%;
    }
    .article_tit img {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 1199px) {
    .news_box .news_btn li:nth-child(2) {
        margin: 0px 40px;
    }
    .news_box .news_btn li {
        width: 140px;
        height: 40px;
    }
    .news_tit li img {
        width: 100%;
    }
    .news_tit li ol{
        width: 100%;
    }
    .new_yuan {
        margin-bottom: 50px;
        margin-left:5%;
    }
    .article_tit img {
        width: 100%;
    }
}

