/*--------------------------------------------------- 右内容-新闻中心 ------------------------------------------------------*/
.news_right {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
}
.news-list{
	background-color: #fff;
	width: 100%;
	margin-top: 30px;
}
.news-list .news_right{
    border-bottom: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    margin: 0;
}
.news-list .news_right:hover{
	background-color: #d61518;
	color: #fff;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	cursor: pointer;
}
.news-list .news_right .news-list-left{
	float: left;
    width: 200px;
	text-align: center;
}
.news-list .news_right .news-list-left .date-day{
	font-size: 24px;
    font-weight: bold;
    color: #000;
	margin-top: 6px;
}
.news-list .news_right .news-list-left .date-other{
	margin-top: 20px;
    color: #666;
}
.news-list .news_right .news-list-left .date-other .news-month{
	margin-right: 5px;
}
.news-list .news_right .news-list-middle{
    float: left;
    width: calc(100% - 400px);
}
.news-list .news_right .news-list-middle .news-title{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.news-list .news_right .news-list-middle .news-content p img{
	display: none;
}
.news-list .news_right .news-list-middle .news-content{
    font-size: 13px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    color: #666;
    line-height: 20px;
	text-overflow: ellipsis;
	height: 40px;
}
.news-list .news_right .news-list-right{
    width: 200px;
    float: right;
    text-align: center;
}
.news-list .news_right .news-list-right a{
	border: 1px solid #d61518;
    border-radius: 50px;
    float: right;
    text-align: center;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px;
    display: inline-block;
    width: 100px;
    margin-right: 50px;
	background-color: #fff;
}

.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%;
	}
}