.news-banner-con {
	height: 360px;
	background: url(../img/news/news-banner.jpeg) no-repeat center;
	background-size: cover;
}

.news-banner-con .news-banner-box {
	margin: 0 auto;
	width: 1200px;
	color: #FFF;
}

.news-banner-con .news-banner-box p:first-child {
	width: 700px;
	text-align: center;
	padding-top: 100px;
	font-size: 60px;
}

.news-banner-con .news-banner-box p:last-child {
	width: 700px;
	text-align: center;
	padding-top: 30px;
	font-size: 26px;
}

.news-tab-con {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	height: 40px;
}

.news-tab-con .news-tab-box {
	height: 40px;
	width: 1320px;
}

.news-tab-con .news-tab-box div {
	float: left;
	height: 40px;
	width: 210px;
	margin-right: 120px;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}

.news-tab-con .news-tab-box div:hover {
	color: #FF5E31;
}

.news-tab-con .news-tab-box .cur-news-tab {
	background: #FF5E31;
	color: #FFF !important;
}

.news-list-con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.news-list-con .news-list-box {
	width: 840px;
	float: left;
	min-height: 800px;
}

.news-list-con .news-list-box .news-item-box {
	height: 140px;
	margin-bottom: 15px;
	position: relative;
}

.news-list-box .news-item-box .news-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 140px;
	width: 210px;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
}

.news-list-box .news-item-box .news-t {
	line-height: 22px;
	font-size: 16px;
	color: #333;
	padding-left: 220px;
	font-weight: bold;
}

.news-list-box .news-item-box .news-b {
	height: 80px;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	margin-top: 10px;
	padding-left: 220px;
	overflow: hidden;
}

.news-list-box .news-item-box .news-time {
	position: absolute;
	bottom: 0;
	left: 220px;
	font-size: 14px;
	color: #999;
}

.news-list-con .news-right-box {
	float: right;
	width: 300px;

}

.news-right-box .yuyue-box {
	background: #FAF6F2;
	border-radius: 10px;
	padding-bottom: 1px;
}

.news-right-box .yuyue-box .yuyue-t {
	padding: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.news-right-box .yuyue-box .yuyue-r {
	padding: 0 15px;
	font-size: 12px;
	color: #555;
}

.news-right-box .yuyue-box input {
	background: #FFF;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
	margin: 16px 15px;
	width: 250px;
	color: #333;
	border-radius: 5px;
}

.news-right-box .yuyue-box input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 14px;
}

.news-right-box .yuyue-box .yuyue-btn {
	background: #FB684A;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin: 0 15px;
	width: 270px;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
}

.news-right-box .yuyue-box .yuyue-phone {
	color: #FB684A;
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}

.news-right-box .news-problem-con {
	background: #FAFAFA;
	border-radius: 10px;
	margin: 10px 0;
}

.news-right-box .news-problem-con .news-problem-t {
	padding: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.news-right-box .news-problem-con .news-problem-box {
	padding: 0 15px 15px;
}

.news-right-box .news-problem-box .problem-t {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #444;
}

.news-right-box .news-problem-box .problem-b {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
}
.news-info-con{
	margin: 40px auto;
	width: 1200px;
}
.news-info-con .news-info-t{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.news-info-con .news-info-time{
	text-align: center;
	margin: 30px 0;
	font-size: 13px;
	color: #777;
}
.news-info-con .news-info-box{
	min-height: 500px;
}
.news-info-con .news-info-box p,.news-info-con .news-info-box div{
	margin: 10px;
}