.mainframe{
	width: 1200px;
	margin:10px auto 0px;
	position: relative;
}

.xwjs_content{
	width: 1150px;
	background: #fff;
    padding: 25px;
    height: 350px;
    overflow: hidden;
}

.category_head{
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	color: #fa5b75;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid  #fa5b75;
	padding-left: 30px;
}

.xwjs_content .category_head{
	background: url("../images/xwjs.png") no-repeat;
	background-position:left center;
	margin-bottom: 25px;
}

.xwjs_content .leftcontent {
	height: 270px;
	line-height: 30px;
	font-size: 16px;
	color: #6a6a6a;
	vertical-align: middle;
	text-indent: 2em;
	overflow: hidden;
}

.imgxwjs{
	float: left;
	width: 700px;
}

.rightimg{
	float: left;
	width: 400px;
	margin-left: 50px;
}

.rightimg img{
	width: 400px;
	height: 270px;
	object-fit: cover;
}


.sfd_content{
	width: 1150px;
	padding: 25px;
	margin:20px auto 0px;
	background: #fff;
}

.sfd_content .category_head{
	background: url("../images/index_sfd.png") no-repeat;
	background-position:left center;

}

.sfd_content ul li{
	float: left;
	width: 360px;
	height: 470px;
	margin-left: 35px;
}

.sfd_content ul .firstli{
	margin-left: 0px;
}

.sfd_content ul li .img{
	width: 360px;
	height: 270px;
	overflow: hidden;
}

.sfd_content ul li a{
	width: 100%;
	height: 450px;
	margin-top: 20px;
	display: block;
}

.sfd_content ul li a:hover span,.sfd_content ul li a:hover h5{
	color: #fa5b75;
}

  
.sfd_content ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sfd_content ul li .img img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition-duration: 0.5s;
}

.sfd_content ul li h5{
	margin-top:30px;
	font-size: 20px;
	color: #5a3662;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sfd_content .intro{
	height: 120px;
	line-height: 30px;
	font-size: 14px;
	color:#6a6a6a;
}

.sfd_content .intro .intro_title{
	display: inline-block;
	width: 45px;
	float: left;
}

.sfd_content .intro .intro_content{
	display: inline-block;
	width: 315px;
	float: left;
}

.sfd_content .intro .onerow{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.sfd_content .intro .tworow{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/

.sfd_content .loadmore{
  width: 200px;
  margin:20px auto 0px;
  font-size: 16px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fa5b75;
}

.rightlink{
	width: 80px;
	height: 215px;
	background: url("../images/rightlink.png") no-repeat;
	background-position:center;
	position: absolute;
	right: -80px;
	top:60px;
	
}

.rightlink .link_holder{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.rightlink .link_holder a{
	color: #fff;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 50px;
	line-height: 22px;
	position: absolute;
}


.rightlink .rightlink_xwsb{
	height: 44px;
	top:79px;
	right:15px;
}

.rightlink .rightlink_sfdsb{
	height: 66px;
	top:142px;
	right:15px;
}


.rightlink_pic1{
	background: url("../images/rightlink1.png") no-repeat;
	background-position:center;
	color:black;
}

.rightlink_pic2{
	background: url("../images/rightlink2.png") no-repeat;
	background-position:center;
	color:red;
}