.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.sxlrow{
	zoom: 1;
	margin-left: -13px;
	margin-right: -13px;
}
.sxlrow:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.sxl-logo{
	position: absolute;
	top: 60px;
	left: 0;
}
.rdjj{
	margin-top: 40px;
}
.rdjj,.xsgh,.sxl,.lxfs{
	margin-bottom: 50px;
}
.rdjj ul li{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.rdjj ul li a{
	display: block;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.rdjj ul li a.bor1{
	border-bottom: 2px solid #df8414;
}
.rdjj ul li a.bor2{
	border-bottom: 2px solid #a30202;
}
.rdjj ul li a.bor3{
	border-bottom: 2px solid #df8414;
}
.rdjj ul li a .pic{
	position: relative;
	padding-top: 70%;
	overflow: hidden;
}
.rdjj ul li a .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all ease .3s;
	    -o-transition: all ease .3s;
	    -moz-transition: all ease .3s;
	    transition: all ease .3s;
}
.rdjj ul li a:hover .pic img{
	transform: scale(1.2,1.2);
}
.rdjj ul li .text{
	padding: 15px;
}
.rdjj ul li .text h3{
	position: relative;
	font-size: 15px;
	color: #2b2b2b;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	
}
.rdjj ul li .text h3 img{
	position: absolute;
	left: 57px;
	bottom: -6px;
}
.rdjj ul li:hover .text h3{
	color: #a30202;
	font-weight: normal;
}
.rdjj ul li .text h3 span{
          display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rdjj ul li .text .date{
	background: url(/images/sxl-icon-1.png) no-repeat left center;
	padding-left: 25px;
	font-size: 12px;
	color: #808080;
}
.rdjj ul li .text .zhaiyao{
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	padding: 15px 0 5px;min-height: 40px;
}
.xsgh ul li{
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
}
.xsgh ul li .pic{
	position: relative;
	float: left;
	width: 260px;
	padding-top: 16.7%;
	overflow: hidden;
}
.xsgh ul li .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	webkit-transition: all ease .3s;
	    -o-transition: all ease .3s;
	    -moz-transition: all ease .3s;
	    transition: all ease .3s;
}
.xsgh ul li a:hover .pic img{
	transform: scale(1.2,1.2);
}
.xsgh ul li .text{
	float: left;
	width: calc(100% - 260px);
	box-sizing: border-box;
	padding: 16px 40px;
}
.xsgh ul li .text h3{
	font-size: 15px;
	color: #2b2b2b;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 15px;
}
.xsgh ul li:hover .text h3{
	color: #a30202;
}
.xsgh ul li .text .date{
	font-size: 12px;
	color: #808080;
	margin-bottom: 10px;
}
.xsgh ul li .text .zhaiyao{
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}
.sxl{
	margin-top: 100px;
	background: #a30202;
	padding: 20px 20px 60px;
}
.sxl .pic{
	margin-top: -70px;
	padding: 0px;
	width: 60%;
	float: left;
}
.sxl .pic img{
	width: 100%;
}
.sxl .text{
	float: right;
	width: 38%;
	padding: 0 15px;
	box-sizing: border-box;
}
.sxl .text h3{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}
.sxl .text p.zhaiyao{
	font-size: 13px;
	color: #FFFFFF;
	line-height: 2.4;
	margin-bottom: 10px;
}
.sxl .text a.more{
	display: block;
	border: 1px solid #FFFFFF;
	padding: 8px 15px;
	background: url(/images/sxl-icon-3.png) no-repeat right center;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 46px;
	width: 60px;
}
.sxlmore{
	position: absolute;
	top: 11px;
	right: 0;
	background: #ffffff;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
}
.lxfs .text{
	float: left;
	width: 30%;
}
.lxfs .text p{
	font-size: 12px;
	padding: 10px 0;
	color: #333333;
}
.lxfs .ewm{
	float: left;
	text-align: center;
}
.lxfs .ewm img{
	max-width: 60px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 959px){
	.sxl-logo{
		top: 0;
	}
	.sxlmore{
		top: 5px;
	}
}
@media only screen and (max-width: 767px){
	.m-cur{
		margin-top: 55px;
	}
	.rdjj ul li{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.xsgh ul li .pic{
		float: none;
		width: 100%;
		padding-top: 55.5%;
	}
	.xsgh ul li .text{
		float: none;
		width: 100%;
padding: 16px 15px;
	}
	.sxl .pic{
		float: none;
		width: 100%;
	}
	.sxl .text{
		float: none;
		width: 100%;
margin-top: 15px;
padding: 0;
	}
	.lxfs .text{
		width: 60%;
	}
	.lxfs .ewm{
		width: 40%;
		float: right;
		text-align: center;
	}
}<!--ºÄÊ±1757821314.7534Ãë-->