/* by 4736899 2022-12-09 */
body,p,ul,li{ margin:0; padding:0;}
ol,ul,li{list-style:none;}
.clear{
	clear: both;
}
.xw{
	width: 1100px;
	margin: 0 auto;
}
img{
	display: block;	
}
a{
	text-decoration: none;
}
.xbox{
	background-color: #f0f0f0;
	padding-bottom: 2px;
}
.x-top{
	/* margin-bottom: 10px; */
}
.cate{
	position: relative;
	background: #fff;
	margin-bottom: 20px;	
	border: 2px solid #2C7DDF;
	padding-right: 30px;
}

.cate::before{
	display: block;
	content: "";
	position: absolute;
	background-color: #2C7DDF;
	background-image: url(mu.png);
	background-size:80px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 100px;
	height: 100px;
	left: 0px;
	/* top: 2px; */
}
.cate-in{
	position: relative;
	padding-left: 130px;
}
.cate-title{
	font-size: 30px;
	color: #2d7dde;
	font-weight: 700;
	line-height: 100px;
	display: block;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size:40px;
}
.xsection{
	background-color: #fff;
	padding: 30px 30px;
	box-shadow: 2px 5px 5px #d9d9d9;
	margin-bottom: 40px;
	border-radius: 20px;
}
.x-hd{
	background-color: #FFF;
	line-height: 52px;
	color: #2d7dde;
	font-size: 30px;
	font-weight: bold;
	background: url(hdbg.jpg) no-repeat 340px center;
	margin: 10px 0;
	padding-left: 30px;
}
.tt-link{
	color: #2d7dde;
}
.tt-link:hover{
	/* font-size: 32px; */
	padding-left: 10px;
}
.x-bd{
	
}
.x-bd li {
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	border-bottom: 1px dashed #CCCCCC;
	padding-left: 32px;
	clear: both;
	line-height: 40px;
}
.more{
	float: right;
	color: #FFF;
	line-height: 26px;
	font-size: 14px;
	background-color: #2C7DDF;
	padding: 2px 15px;
	border-radius: 5px;
}
.time{
	float: right;
	color:#999999;
	font-size: 14px;
}
.link{
	color: #333;
	line-height: 42px;
	font-family: "微软雅黑", "黑体", "宋体";
	font-size: 16px;
}
.link:hover{
	color: #2C7DDF;
	font-weight: 600;
}