﻿a {
	text-decoration:none;
	color:#333;
}
body,ul,li {
	padding:0;
	margin:0;
}
.xw {
	width:1100px;
	margin:0 auto;
}
.x-flex {
	display:flex;
}
.x-fx1 {
	flex:1;
}
.x-head {
	/* margin-bottom:30px;
	*/
}
.x-head-img {
	display:block;
	width:100%;
}
.x-main {
	padding-top:30px;
	/* background-color:#f1faff;
	*/
}
.x-item {
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
}
.x-item-hd {
	text-align:center;
	font-size:24px;
	margin-bottom:40px;
	font-size:26px;
	color:#0a5bb6;
	font-weight:700;
}
.x-item-bd {
	min-height:100px;
	overflow:hidden;
	border-radius:8px;
	background-color:#fff;
	padding:10px 10px 30px 10px;
	box-shadow:0 0 6px 2px rgb(0 0 0 / 10%);
}
.x-cell-hd {
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#0a5bb6;
	border-bottom:1px solid #eee;
}
.x-title {
	text-align:center;
}
.x-date,.x-cell-date {
	width:160px;
	text-align:center;
}
.x-cell-li {
	border-bottom:1px solid #eee;
	line-height:50px;
	font-size:16px;
}
.x-cell-link {
	color:#333;
}
.x-cell-link:hover {
	color:#0a5bb6;
}
.more {
	width:156px;
	height:40px;
	line-height:40px;
	border-radius:8px;
	border:1px solid #0a5bb6;
	text-align:center;
	background-color:#fff;
	font-size:16px;
	margin:0px auto;
}
.more a {
	display:block;
	color:#0a5bb6;
	text-align:center;
}
.more:hover {
	background-color:#fff;
}
.more:hover a {
	color:#0a5bb6;
}
