/*新闻列表*/
.list-page .sec1{
	padding: 3.125% 0 5.573%;/*60 0 107*/
	text-align: center;
}
.list-page .sec1 .title{
	display: inline-block;
	color: #000;
	border-bottom: 2px solid #c7000b;
	padding-bottom: 0.625em;
	margin-bottom: 2.15%;
}
.list-page .sec1 .title h1{
	font-size: 1.75em;
	color: inherit;
	font-weight: bold;
}
.list-page .sec1 .left-part{
	float: left;
	width: 64.535%;
}
.list-page .sec1 .tab-controls{
	margin-bottom: 1.26%;/*14*/
	background-color: #e9e9e9;
	text-align: left;
}
.list-page .sec1 .tab-controls a{
	font-size: 1.125em;
	color: #000;
	-webkit-transition: color 0.5s,background-color 0.5s;
	transition: color 0.5s,background-color 0.5s;
	display: inline-block;
	vertical-align: top;
	width: 9.44em;
	max-width: 25%;
	text-align: center;
	height: 3.28em;
	line-height: 3.28;
}
.list-page .sec1 .tab-controls a.active{
	color: #fff;
	background-color: #c7000b;
}
.list-page .sec1 .tab-content .content{
	display: none;
	text-align: left;
}
.list-page .sec1 .tab-content .content.active{
	display: block;
}
.list-page .sec1 .tab-content ul{
	margin-bottom: 3.15%;
}
.list-page .sec1 .tab-content li{
	border-bottom: 1px solid rgba(204,204,204,0.5);
	padding: 2.34% 0;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
}
.list-page .sec1 .tab-content li:nth-child(10n),.list-page .sec1 .tab-content li:last-child{
	border-bottom: 0 none;
}
.list-page .sec1 .tab-content li .text-box{
	-webkit-flex-grow: 1;
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	padding-right: 6.25em;
}
.list-page .sec1 .tab-content li .num{
	background-color: #c7000b;
	font-size: 1.125em;
	font-weight: 500;
	color: #fff;
	width: 2.44em;
	height: 2.44em;
	line-height: 2.44;
	text-align: center;
	margin-right: 2.43%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.list-page .sec1 .tab-content li .time{
	font-size: 0.875em;
	color: #999;
	line-height: 1.286;
	position: absolute;
	right: 0;
	top: 0;
}
.list-page .sec1 .tab-content li h5{
	font-size: 1.125em;
	color: #000;
	font-weight: 500;
	height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.list-page .sec1 .tab-content li p{
	font-size: 1em;
	color: #666;
	height: 1em;
	margin-top: 0.625em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}


.list-page .sec1 .right-part{
	float: right;
	width: 32.267%;
	text-align: justify;
}
.list-page .sec1 .right-part li{
	margin-bottom: 8.3%;
	position: relative;
}
.list-page .sec1 .right-part li:last-child{
	margin-bottom: 0;
}
.list-page .sec1 .right-part a{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-image: url(../images/news_right_bg.png);
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-end;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0 6.3% 6.3% 7.2%;
}
.list-page .sec1 .right-part .text{
	margin-bottom: 0.75em;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}
.list-page .sec1 .right-part h5{
	font-size: 1em;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	height: 3em;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 2em;
	word-break: break-word;
}
.list-page .sec1 .right-part .time{
	font-size: 0.875em;
	color: #fff;
	line-height: 1.714;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.list-page .sec1 .right-part p{
	font-size: 0.875em;
	color: #fff;
	height: 1em;
	opacity: 0.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}



/*新闻详情*/
.detail-page .sec1{
	padding: 6.5625% 0 6%;/*126 0 115*/
}
.detail-page .sec1 .inner{
	width: 1000px;
}
.detail-page .sec1 .title{
	text-align: center;
}
.detail-page .sec1 .title h1{
	font-size: 2.25em;
	color: #000;
	line-height: 1.5;
	margin-bottom: 2.5%;
}
.detail-page .sec1 .title p{
	font-size: 1em;
	color: #999;
}
.detail-page .sec1 .title p span:first-child{
	margin-right: 3.375em;
}
.detail-page .sec1 .content{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 3% 0 3.8%;
	padding: 3.3% 0 3.7%;
	font-size: 1.125em;
	color: #000;
	line-height: 1.56;
}
.detail-page .sec1 .content img{
	max-width: 100% !important;
	height: auto !important;
}
.detail-page .sec1 .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.detail-page .sec1 .relative a{
	max-width: 48%;
	display: block;
	color: #999;
	height: 1em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-page .sec1 .relative a.prev{
	float: left;
}
.detail-page .sec1 .relative a.next{
	float: right;
}
@media only screen and (min-width:1024px){
	.list-page .sec1 .tab-controls a:hover{
		color: #fff;
		background-color: #c7000b;
	}
	.detail-page .sec1 .relative a:hover{
		color: #000;
	}

}


@media only screen and (max-width:1024px){
	/*新闻列表*/
	.list-page .sec1{
		padding: 10% 0;/*60 0 107*/
	}
	.list-page .sec1 .title{
		margin-bottom: 5%;
	}
	.list-page .sec1 .left-part{
		float: none;
		width: 100%;
		margin-bottom: 10%;
	}
	.list-page .sec1 .tab-controls{
		margin-bottom: 2.5%;
	}
	.list-page .sec1 .tab-controls a{
		width: 25%;
	}
	.list-page .sec1 .tab-content ul{
		margin-bottom: 5%;
	}
	.list-page .sec1 .tab-content li{
		padding: 3% 0;
		font-size: 1.125em;
	}


	.list-page .sec1 .right-part{
		float: none;
		width: 100%;
	}
	.list-page .sec1 .right-part li{
		margin-bottom: 5%;
	}
	.list-page .sec1 .right-part a{
		font-size: 1.25em;
	}



	/*新闻详情*/
	.detail-page .sec1{
		padding: 10% 0;/*126 0 115*/
	}
	.detail-page .sec1 .title p{
		font-size: 1.25em;
	}
	.detail-page .sec1 .content{
		margin: 1.5em 0;
		padding: 1.5em 0;
		font-size: 1.125em;
	}
	.detail-page .sec1 .relative a{
		font-size: 1.125em;
	}

}