/* 新闻详情 */
body {
    padding-top: 84px;
}

.banner {
    width: 100%;
    height: 400px;
    margin-bottom: 86px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.main{
	min-height: 800px;
	margin-bottom: 100px;
}
.main .center-box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.main .center-box .left-box{
	width: 986px;
	height: auto;
	min-height: 800px;
}
.main .center-box .right-box{
	width: 298px;
	min-height: 500px;
}
.main .center-box .left-box .news-title{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 38px;
	color: #333333;
}
.main .center-box .left-box .info{
	width: 100%;
	font-size: 14px;
	color: #cccccc;
	height: 30px;
	line-height: 30px;
	margin-bottom: 40px;
}
.main .center-box .left-box .info img{
	margin-right: 12px;
}
.main .center-box .left-box .info span{
	margin-left: 30px;
}
.main .center-box .left-box .content{
	width: 100%;
	height: auto;
	min-height: 600px;
	overflow: hidden;
}
.main .center-box .left-box .content p{
	font-size: 14px;
	line-height: 30px;
}
.main .center-box .left-box .content *{
	max-width: 100%!important;
}
.main .center-box .right-box .tj-nws{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main .center-box .right-box .en-text{
	width: 100%;
	font-size: 15px;
	color: #cccccc;
	margin-bottom: 46px;
}
.main .center-box .right-box .zst{
	width: 24px;
	height: 4px;
	display: block;
	background-color: #000000;
	margin-bottom: 30px;
}
.main .center-box .right-box .link{
	width: 100%;
	height: 146px;
	display: block;
	margin-bottom: 70px;
}
.main .center-box .right-box .link .news-text{
	width: 100%;
	font-size: 16px;
	height: 56px;
	line-height: 28px;
	margin-bottom: 8px;
	color: #333333;
}
.main .center-box .right-box .link .date{
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 28px;
}
.main .center-box .right-box .pages{
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #999999;
}
.main .center-box .right-box .pages a{
	color: #666666;
	margin-left: 8px;
}
.main .center-box .right-box .back{
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 40px;
}