.back2 { background-size: initial; }

/* 新闻资讯 */

.news .timerShaftItem {
	position: relative;
	padding: 0.45rem 1.44rem;
	padding-right: 0;
	margin-left: 0.6rem;
	border-left: 1px solid rgba(72, 72, 92, 1);
}
#news_list a:hover {
	color:rgba(198,167,103,1);
}
#news_list a p:nth-of-type(3) {
	color: #48485c !important;
}

.news .timerShaftItem:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 60%;
	background: rgba(72, 72, 92, 0.5);
	bottom: 0;
	left: 1.44rem;
}

.news .timerShaftItem > p:nth-child(-n+2) {
	font-size: 0.24rem;
	letter-spacing: 4px;
}

.news .timerShaftItem > p:nth-of-type(1) {
	position: relative;
	line-height: 1;
}

.news .timerShaftItem > p:nth-of-type(2) {
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}

.news .timerShaftItem > p:nth-of-type(3) {
	letter-spacing: 2px;
}

.news .timerShaftItem > p:nth-of-type(1):after {
	content: "";
	position: absolute;
	left: -0.3rem;
	top: 0.08rem;
	z-index: 1;
	width: 0.11rem;
	height: 0.11rem;
	border-radius: 50%;
	background: rgba(72, 72, 92, 1);
}

.news .timerShaftItem-active > p:nth-of-type(3) > img {
	width: auto;
	height: auto;
	max-width: 8.9rem;
	max-height: 5.3rem;
	margin-top: 0.2rem;
} 

.news .time {
	width: 1.22rem;
	height: 1.22rem;
	border-radius: 50%;
	display: flex;
	border: 1px solid #48485C;
	background: #FFFFFF;
	position: absolute;
	left: -0.61rem;
	top: 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.news .time div {
	width: 90%;
	height: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #48485C;
	font-size: 0.21rem;
}

.news .time .top {
	border-bottom: 1px solid #48485C;
}

.news .moreBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0.9rem 1.44rem 0;
	margin-left: 0.6rem;
	border-left: 1px solid rgba(72, 72, 92, 1);
}

.news .moreBox:after {
	content: "";
	position: absolute;
	left: -0.05rem;
	bottom: 0;
	z-index: 1;
	width: 0.11rem;
	height: 0.11rem;
	border-radius: 50%;
	background: rgba(72, 72, 92, 1);
}

.news .moreBox p {
	color: #48485C;
	font-size: 0.16rem;
	letter-spacing: 2px;
}

.news .moreBox .more {
	margin-top: 0.22rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	font-size: 0.25rem;
	color: rgba(255, 255, 255, 1);
	line-height: 0.4rem;
	background: #48485C;
	text-align: center;
}


/* 媒体报道 */

.media .topBox {
	display: flex;
}

.media .topBox img {
	width: 3.44rem;
	height: 2.3rem;
	margin-right: 0.64rem;
	object-fit: cover;
}

.media .topBox .textBox {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.media .topBox .textBox:hover {
	color: #c7a767;
}

.media .topBox .textBox>p:nth-of-type(1) {
	line-height: 1;
}

.media .topBox .textBox>p:nth-of-type(2) {
	position: relative;
	margin: 0.2rem 0;
	font-size: 0.24rem;
}

.media .topBox .textBox>p:nth-of-type(2):after {
	content: "";
	position: absolute;
	top: 0.14rem;
	left: -0.2rem;
	z-index: 1;
	width: 0.11rem;
	height: 0.11rem;
	border-radius: 50%;
	background: rgba(72, 72, 92, 1);
}

.media .topBox .textBox>p:nth-of-type(3) {
	height: auto;
	max-height: 1.1rem;
	color: #48485C;
	text-align: justify;
	overflow: hidden;
}

.media .listBox {
	margin-top: 0.64rem;
}

.media .listBox>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	height: 1.1rem;
	padding: 0 0.2rem;
	border-bottom: 1px solid rgba(72, 72, 92, 0.5);
}

.media .listBox>a:nth-of-type(1) {
	border-top: 1px solid rgba(72, 72, 92, 0.5);
}

.media .listBox>a>p:nth-of-type(1) {
	flex: 1;
	color: #000;
	font-size: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.media .listBox>a:after {
	content: "";
	position: absolute;
	top: 0.48rem;
	left: 0;
	z-index: 1;
	width: 0.11rem;
	height: 0.11rem;
	border-radius: 50%;
	background: rgba(72, 72, 92, 1);
}

.media .listBox>a>p:nth-of-type(1):hover {
	color: #C7A767;
}

/* 内容页 */
.news_content {}
.news_content > p:nth-of-type(1) { font-size: 0.24rem; font-weight: bold; }
.news_content > p:nth-child(-n+2) { text-align: center; }
.news_content > p:nth-of-type(2) { margin-top: 0.2rem; margin-bottom: 0.2rem; }
.news_content > p > img,
.news_content > p > span >img {
	display: flex;
	width: auto;
	height: auto;
	max-width: 6.8rem;
	/*max-height: 4.5rem;*/
	margin: 0.2rem auto !important;
	/*object-fit: cover; */
}
.news_content > article p > img { display: flex; width: auto; height: auto; max-width: 6.8rem; max-height: 4.5rem; margin: 0.2rem auto !important; object-fit: cover; }
