/* 轮播 */
bady,
html,
#app {
	background: #191919;
}

.banner {
	width: 100%;
}

.banner .banner_img {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.conten {
	width: 1200px;
	background: #242424;
	/* height: 100px; */
	margin: 0 auto;
	/* padding-bottom: 274px; */

}
.conten .title{display: flex;align-items: center;justify-content: center;padding: 100px 0px;}
.conten .title h3{font-size: 36px;color: #fff;font-weight: 400;position: relative;}
.conten .title h3:after{content: "";width: 70px;height: 2px;background: #34b04e;position: absolute;bottom: -24px;left: 38px;right: 0px;}
.conten .news{padding-bottom: 100px;}
.conten .news .news_list .news_data{width: 80%;margin: 0 auto;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.conten .news .news_list .news_data h2{font-size: 26px;color: #fff;font-weight: 400;margin-bottom: 20px;}
.conten .news .news_list .news_data .news_time {margin-bottom: 20px;}
.conten .news .news_list .news_data .news_time span{font-size: 16px;color: #bfbfbf;}
.conten .news .news_list .news_data .news_main{font-size: 18px;color: #fff;}
















