﻿/* 新闻动态 */
.main .min-box{
	min-height: 100px;
	display: flex;
	align-self: center;
	justify-content: space-between;
	margin-top: 30px;
}
.main .left-item{
	width: 260px;
	height: auto;
}
.main .left-item .left-list{
	width: 100%;
	height: auto;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-bottom: 46px;
}
.main .left-item .left-list .left-title{
	box-sizing: border-box;
	padding:15px 20px;
	background-color: #ec1313;
	color: #ffffff;
}
.main .left-item .left-list .left-title .title-zh{
	font-size: 20px;
	font-weight: bold;
}
.main .left-item .left-list .left-title .title-en{
	font-size: 16px;
	opacity: 0.2;
}
.main .left-item .left-list .left-li{
	width: 100%;
	height: auto;
	padding: 0 20px;
}
.main .left-item .left-list .left-li .left-a{
	display: block;
	height: 74px;
	line-height: 74px;
	text-align: center;
	border-bottom: solid 1px #e6e6e6;
	font-size: 16px;
	color:#666;
}
.main .left-item .left-list .left-li .left-a:last-child{
	border-bottom: none;
}
.main .left-item .left-list .left-li .left-act{
	color: #ec1313;
}
.main .left-item .left-box-item{
	width: 100%;
	height: auto;
	border-bottom: solid 1px #e6e6e6;
	padding: 18px 0;
}
.main .left-item .left-box-item:last-child{
	border-bottom: none;
}
.main .left-item .left-box-item .left-box-item-title{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	margin-bottom:8px;
}
.main .left-item .left-box-item .left-box-item-title .left-bpx-title-icon{
	height: 20px;
	margin-top: -4px;
	margin-right: 6px;
}
.main .left-item .left-box-item .left-box-item-a{
	font-size: 16px;
	color:#666;
}
.main .left-item .left-box-item .left-box-item-a::after{
	content: "，";
}

.main .left-item .left-list:last-child .left-box-item .left-box-item-a::after{
	content: "";
}

.main .right-item{
	width: 900px;
	height: auto;
}
.main .right-item .right-title{
	line-height: 55px;
	width: 100%;
	position: relative;
	background:#e6e6e6;
}
.main .right-item .right-title h2{
	width: 150px;
	height: 55px;
	background: #ec1313;
	font-size: 20px;
	color: #fff;
	text-align:center;
	
}
.main .right-item .right-service-item{
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.main .right-item .right-service-item .news-list{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom:solid 1px #e6e6e6;
	padding-bottom:30px;
}
.main .right-item .right-service-item .news-list .news-img{
	width: 236px;
	height: 160px;
	margin-right: 23px;
	object-fit: cover;
}
.main .right-item .right-service-item .news-list .news-detail{
	width: 630px;
	height: 100%;
	float: right;
}
.main .right-item .right-service-item .news-list .news-detail .time{
	width: 100%;
	box-sizing: border-box;
	font-size:14px;
	color:#888;
	margin-top:20px;
}

.main .right-item .right-service-item .news-list .news-title{
	width: 100%;
	font-size: 18px;
	color: #434343;
	margin-top: 10px;
	transition: color 300ms;
	box-sizing: border-box;
	padding-right: 20px;
}
.main .right-item .right-service-item .news-list:hover .news-title{
	color: #ec1313;
}
.main .right-item .right-service-item .news-list .news-text{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	box-sizing: border-box;
	color:#888;
	line-height:1.7;
}