@charset "utf-8";
/* CSS Document */
/*news*/
article {
	background-color: rgba(246, 239, 234, 0.5);
	height: 270px;
}
.news-list-header {
	width: calc(100%-15px);
	color: #9b1313;
	height: 46px;
	box-sizing: content-box;
	font-size: 24px;
	line-height: 45px;
	border-bottom:4.5px solid rgb(221,162,169);
	margin:0 15px;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position:relative;
}
.news-list-header span {
	display: block;
	float: left;
}
.news-list-header span.dot{
		width: 6px;
	height: 6px;
	background-color: #f85c26;
	border-radius: 50%;
	margin-right: 10px;
	
}
.news-list-header a.more>img {
	display: block;
	width: 52px;
	height: 15px;
	position:absolute;
	right: 16px;
	top: 22px;
}
/*
article hr {
	width: 98%;
	height: 5px;
	background-color: #c45467;
	padding: 0;
	margin: 0;
}
*/
.news-list {
	width: 100%;
	padding: 0 30px;
	font-size: 21px;
	font-family: MicrosoftYaHeiLight;
}
.news-list table {
	table-layout: fixed;
	width: 100%;
	margin-top: 8px;
}
.news-list table tr {
	height: 38.5px;
	line-height: 38.5px;
}
.news-list table tr td.news-title {
	color: #9b9898;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	padding-right: 25px;
}
td.news-title a {
	text-decoration: none;
	color: #9b9898;
}
td.news-title a:hover {
	color: #9b1313;
}
.news-list table tr td.news-date {
	color: #8e8d8e;
	width: 100px;
text-align:right;
white-space:nowrap;
}
/*serviceBox*/
#serviceBox a {
	display: block;
	box-sizing: border-box;
	height: 116px;
}
#serviceBox img {
	width: 100%;
	height: 100%;
}
/*hotlinkBox*/
#hotlinkBox a {
	display: block;
	box-sizing: border-box;
	height: 56px;
	margin: 0 auto;
}
#hotlinkBox img {
	width: 100%;
	height: 100%;
}
/*手机屏幕*/
@media screen and (max-width: 992px) {
	#newsBox{padding:0px;}
	#newsBox article:not(:first-child){
		margin-top: 15px;
	}
	#serviceBox,#hotlinkBox{
		margin-top:7px;
	}
	#serviceBox div,#hotlinkBox div{padding: 0px;}
	#serviceBox a,#hotlinkBox a {
		width: calc(100% - 10px);
		margin: 7px 7px;
	}
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width: 992px) {
	#newsBox article:not(:first-child){
		margin-top: 40px;
	}
	#serviceBox {
		height: 582px;
	}
	#serviceBox a,#hotlinkBox a {
		width: calc(100% - 15px);
		margin: 0 0 0 15px;
	}
	#serviceBox div:not(:last-child) a{
		margin-bottom: 40px;
	}
	/*hotlinkBox*/
	#hotlinkBox {
		height: 272px;
		margin-top: 37px;
	}
	#hotlinkBox div:not(:last-child) a {
		margin-bottom: 16px;
	}
}