/*--------------------------------------------------- 右内容-新闻中心 ------------------------------------------------------*/
.news_right {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
}
.news-list{
	background-color: #fff;
	padding: 20px;
	float: left;
	width: calc(100% - 40px);
}
.news-list-left {
	float: left;
	width: 75%;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
	min-height: 110px;
}
.news-content {
	font-size: 13pt;
	font-weight: bold;
	color: #333;
	margin: 10px 0 25px 0;
	min-height: 55px;
}

.news-date-box {
	overflow: hidden;
	width: 100%;
}

.news-date-box .news-date {
	float: left;
	color: #999;
}

.news-date-box a {
	float: right;
	color: #999;
}
.news-date-box a:focus,.news-date-box a:hover{
	color: #999;
}
.news-list-right {
	float: right;
	width: 192px;
	height: 110px;
}
.news-list-right img{
	width: 100%;
	height: 100%;
}
.left-quick-link-box {
	width: 100%;
	margin-top: 15px;
	background-color: #f5f5f5;
}
.left-quick-link-box .left-quinklink-item {
	width: 100%;
	border-bottom: 10px solid #fff;
}
.left-quick-link-box .left-quinklink-item:last-child{
	border-bottom: none;
	background: url(../images/news/news_send.png) no-repeat 15px 50%;
	background-size: 60px;
}
.left-quick-link-box .left-quinklink-item:nth-child(1) {
	background: url("../images//news/news_tel.png") no-repeat 15px 50%;
	background-size: 60px;
}
.left-quick-link-box .left-quinklink-item:nth-child(2) {
	background: url("../images/news/news_active.png") no-repeat 15px 50%;
	background-size: 60px;
}
.left-quick-link-box .left-quinklink-item:nth-child(3) {
	background: url("../images/news/news_send.png") no-repeat 15px 50%;
	background-size: 60px;
}
.left-quick-link-box .left-quinklink-item p {
	display: inline-block;
	padding-left: 80px;
	margin: 20px 0;
}
.left-quick-link-box .left-quinklink-item p .left-quicklink-title {
	display: block;
	color: #333;
	font-size: 12.5pt;
	font-weight: bold;
	cursor: pointer;
}
.left-quick-link-box .left-quinklink-item p .left-quicklink-content {
	display: block;
	color: #808080;
	margin: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
	.news-list-left {
    width: 66%;
		padding-bottom: 20px;
	}
	.news-list-right {
    float: right;
    width: 29%;
    margin-top: 20px;
		height: 70px;
 }
	.call-list-right{
		margin-top: 5px;
	}
	.news-list-right img{
		width: 100%;
	}
	.news-content{
		font-size: 15px;
	}
	.news_right{
		margin-bottom: 20px;
	}
	.news-list-right img{
		width: 100%;
		height: 100%;
	}
}