
.news_banner {
	width: 100%;
	height: 500px;
	background: url(../images/news_banner.png) no-repeat center center;
	background-size: cover;
}

.news_content {
	width: 1200px;
    height: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 90px;
}

.news_box {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.news_item {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
}

.news_item.active .news_item_bottom {
   box-shadow: 0px 5px 10px 0px rgba(11, 3, 6, 0.05);
}


.news_item .news_item_bottom {
	padding-top: 35px;
	padding-bottom: 35px;
	display: flex;

}

.news_item_bottom .time {
	width: 100px;
	color: #CCCCCC;
	margin-right: 40px;
	text-align: center;
}

.news_item_bottom .time .big {
	font-size: 54px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #E5E5E5;
	margin-bottom: 20px;
	font-weight: bold;
}

.news_item_bottom .time .small {
	font-size: 16px;
}

.news_item_bottom .content {
	flex: 1;
	align-items: center;
	display: flex;
}

.news_item_bottom .content .title {
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}

.news_item_bottom .content .desc {
	color: #666666;
	font-size: 18px;
}

.news_item_top {
	width: 100%;
	background: #F7F7F7;
	height: 324px;
	display: flex;
	position: relative;
	display: none;
}

.news_item.active .news_item_top {
	display: flex;
}

.news_item_top .fixed_right {
	position: absolute;
	width: 72px;
	height: auto;
	right: 0px;
	top:0px;
}

.news_item_top .news_top_img {
	width: 513px;
	height: 100%;
	background: url(../images/news_img.png) no-repeat center center;
	background-size: cover;
	margin-right: 44px;
}

.news_item_top .news_top_txt {
	padding-top: 44px;
	padding-bottom: 60px;
	padding-right: 42px;
}

.news_top_txt .title {
	color: #333333;
	font-size: 28px;
	margin-bottom: 36px;
}

.news_top_txt .content {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	margin-bottom: 75px;
}

.news_top_txt .details {
	width: 164px;
	height: 37px;
	border: 1px solid #5EAEFF;
	display: block;
	font-size: 20px;
	color: #5EAEFF;
	text-align: center;
	line-height: 37px;
}

.news_page {
	margin-top: 30px;
	text-align: center;
}

.news_page a {
	margin-right: 5px;
}

.news_page span {
	margin-left: 10px;
}

.news_page input {
	width: 60px;
	height: 30px;
	display: inline-block;
	border-radius: 5px;
	color: #666666;
	border:1px solid #EEEEEE;
	line-height: 30px;
	padding-left: 10px;
}

.news_page a.button {
	width: 60px;
	height: 30px;
	display: inline-block;
	border-radius: 5px;
	color: #666666;
	border:1px solid #EEEEEE;
	line-height: 30px;
	margin-right: 5px;
}

.news_page button {
	margin-left: 10px;
	width: 60px;
	height: 30px;
	display: inline-block;
	background: #5CC6FF;
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	margin-right: 5px;
	border:none;
	cursor: pointer;
}

.news_page a.nums {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color: #666666;
	border:1px solid #EEEEEE;
}

.news_page a.nums.active {
	background: #5CC6FF;
	color: #fff;
	border:none;
}