﻿.section-news {
	background: #f5f5f5;
	padding-bottom: 20px;
	margin-top:70px;
}
.wrapper {
	position: relative;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
/*标题及左右背景图片*/
.bar {
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center
}
.bar h1 {
	position: relative;
	display: inline-block;
	margin: 0 auto 20px;
	line-height: 30px;
	padding: 0 30px;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	color: #383e63
}
.bar h1:before {
	content: "";
	width: 66px;
	height: 13px;
	background: url(../images/xwzx_sy.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 100%
}
.bar h1:after {
	content: "";
	width: 66px;
	height: 13px;
	background: url(../images/xwzx_sy.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 100%
}
.news-body {
	position: relative;
	background:#fff;
	box-shadow:;
	border:1px solid #ccc;
	border-radius:10px;
}
/*左侧图片*/
.news-pic-box {
	position: absolute;
	top: 29px;
	left: 30px;
	width: 488px;
	height: 342px;
	background: url(../images/xwzx_sy.png);
	background-position: center;
	background-size: cover;
	border-radius:15px;
}
/*右侧轮播*/
.news-text {
	border-radius:;
	padding-left:;
	margin-left: 520px;
	background-color:;
	height: 400px
}
.news-body:after {
	content: "";
	display: table;
	clear: both
}
.news-text-content {
	position: relative;
	overflow: hidden;
	height: 100%
}
.news-text-content ul {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: content-box
}
.news-text-content li {
	padding: 30px 60px;
	height: 100%;
	position: relative
}
.news-text-content h1 {
	max-height: 62px;
	font-size: 26px;
	font-weight:bold;
	line-height: 62px;
	color: #383e63;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .2s;
	margin-bottom: 10px
}
.news-text-content h1 a {
	display: block;
	font-size: 20px;
	font-weight:bold;
}
.news-text-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 38px;
	text-indent:2em;
	color: #737895;
	position: relative;
	height:182px;
	overflow:hidden;
}
/*悬停标题颜色*/
.news-title-content:hover {
	cursor: pointer
}
.news-title-content:hover h1 {
	color: #f66f6a
}
/*分页*/
.news-text-pagination {
	display: block;
	position: absolute;
	right: 60px;
	margin-bottom: 20px;
	line-height: 5px;
	z-index: 10;
	bottom: 10px;
	width: 100%;
	text-align: right
}
.news-text-pagination span {
	width: 26px;
	height: 5px;
	border-radius: 2px;
	background: url(../images/lb1.png);
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
	opacity: 0.3;
	cursor: pointer
}
.news-text-pagination span.on {
	background:url(../images/lb1.png);
	opacity: 1
}
/*按钮*/
.cui-btn {
	display: inline-block;
	font-weight:normal;
    color: #3f3f3f;
	font-size:14px;
	line-height:35px;
	text-align:center;
	width:110px;height:35px;
    border: 1.5px solid #3f3f3f;
	margin-top:10px;
}
.cui-btn:hover {
	 background: #3f3f3f;
    color: #fff;
}
