.banner{
	width:100%;
}
.banner .img1{
	width:100%;
	height:470px;
	margin:0 auto;
	background:url(../img/activity_banner.jpg) center;
}
.banner .img2{
	width:100%;
	height:470px;
	margin:0 auto;
	background:url(../img/newlist_banner.jpg) center;
}
.banner .nav{
    width:1200px;
    height:60px;
    line-height: 60px;
    margin:0 auto;
    color:black;
    font-size:15px;
    border-bottom:1px solid rgb(222,222,222);
    position: relative;
}
.banner .nav img{
    margin-right:10px;
}
.banner .nav a{
    color:black;
}
/*新闻详情*/
.main{
    width:1200px;
    margin:0 auto;
}
.main>div{
    width:1200px;
}
.main>div:nth-child(1){
    border-bottom:1px solid rgb(222,222,222);
    padding:20px 0;
}
.main>div:nth-child(1) h1{
    display: block;
    width:1200px;
    text-align: center;
    font-weight: 500;
}
.main>div:nth-child(1) p{
    display: block;
    width:1200px;
    text-align: center;
    font-size: 15px;
    color:rgb(170,170,170);
    margin-top:10px;
}
.main>img{
    display: block;
    margin:20px auto;
}
.main .news_detail{
    border-bottom:1px solid rgb(222,222,222);
    padding-bottom:20px;
}
.main .news_detail p{
    text-indent: 2em;
    font-size: 15px;
    color:gray;
    line-height: 30px;
    margin:20px 0;
}
.main .news_detail div{
    text-indent: 2em;
    font-size: 15px;
    color:gray;
    line-height: 30px;
    margin:20px 0;
}
.main .news_detail p span{
    text-indent: 2em;!important;
    font-size: 15px;!important;
    color:gray;!important;
    line-height: 30px;!important;
    margin:20px 0;!important;
}
.main .news_page{
    height:80px;
    display: flex;
    justify-content: space-between;
}
.main .news_page a{
    width:300px;
    height:80px;
    line-height: 80px;
    font-size: 15px;
    color:rgb(213,147,86);
}
