.wrap{
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 0 0 20px 0;
}
.wrap .container{
    display: flex;
    justify-content: space-between;
}
.wrapL{
    width: 80.5%;
}
.location{
    overflow: hidden;
    height: 66px;
    line-height: 66px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #c20521;
    color: #4f4f4e;
    font-size: 16px;
}
.location i{
    font-size: 26px;
    color: #c20521;
    margin-right: 6px;
}
.wrapLC{
    overflow: hidden;
}
.newT{
    height: 175px;
    background-color: #fff;
    margin:20px 0 20px 0;
}
.newT a{
    display: flex;
    justify-content: space-between;
    height: 175px;
}
.newT_img{
    width: 222px;
    height: 175px;
    overflow: hidden;
}
.newT_img img{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.newT_img img:hover{
	transform: scale(1.1);
}
.newT_text{
    width: 81%;
    padding:0 20px 0 20px;
}
.newT_text h3{
    font-size: 16px;
	font-weight: bold;
	color: #313131;
	height: 42px;
	line-height: 42px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 18px;
}
.newT_text h3:hover{
    color: #aa0018;
}
.newT_text p{
	font-size: 14px;
	color: #757575;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.newT_text span{
    color: #aa0018;
    line-height: 24px;
    float: right;
}
.newB{
    overflow: hidden;
    background-color: #fff;
    padding:5px 20px 20px;
}
.newB_item{
    overflow: hidden;
}
.newB_item ul{
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}
.newB_item:last-child{
    border-bottom: 0;
}
.newB_item ul li{
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newB_item ul li a{
    display: inline-block;
     height: 35px;
    line-height: 35px;
    color: #4e4e4e;
    position: relative;
    padding-left: 15px;
    width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newB_item ul li a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 6px;
	height: 6px;
	background-color: #a5a5a5;
	border-radius: 50%;
}
.newB_item ul li a:hover{
    color: #aa0018;
}
.newB_item ul li span{
    color: #787878;
}
.wrapR{
    width: 18%;
}
.wrapR .search{
    margin-top: 28px;
}
.tuijian{
    overflow: hidden;
    background-color: #fff;
    padding:10px 15px 20px;
    border-radius: 6px;
}
.tuijian_t{
    border-bottom: 1px solid #c20521;
}
.tuijian_t span{
    display: inline-block;
    color: #c20521;
    font-size: 16px;
    height: 40px;
    line-height: 35px;
    position: relative;
    padding-left: 15px;
}
.tuijian_t span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 7px;
	height: 24px;
	background-color: #c20521;
}
.tuijian_b{
    overflow: hidden;
    padding: 12px;
}
.tuijian_b ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #c5c5c5;
    padding: 0 5px;
}
.tuijian_b ul li a{
    display: inline-block;
    color:#4e4e4e;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tuijian_b ul li a:hover{
    color: #c20521;
}
/* 新闻详情页 */
.news_detail{
    overflow: hidden;
    padding: 30px 60px 40px;
    background-color: #fff;
    margin-top: 20px;
}
.news_dt{
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news_dt h3{
    font-size: 18px;
    line-height: 28px;
    color: #313131;
    font-weight: bold;
}
.news_dt p span{
    margin: 0 10px;
    color: #757575;
    line-height: 35px;
}
.news_db{
    overflow: hidden;
}
.news_db p{
    line-height: 28px;
    color: #757575;
    text-indent: 2em;
}
/* 视频 */
.lin{
    overflow: hidden;
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}
.lin_item{
    overflow: hidden;
}
.lin_item ul{
    width: 100%;
}
.lin_item ul li{
    float: left;
    width: 23.5%;
    margin: 0 2% 20px 0;
}
.lin_item ul li:nth-child(4n){
    margin-right: 0;
}
.lin_item ul li a{
    display: block;
}
.lin_top{
    height: 216px;
}
.lin_img{
    height: 100%;
}
.lin_top{
    position: relative;
}
.lin_tk{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .47);
}
.lin i{
    font-size: 54px;
    color: rgba(255, 255, 255, .47);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lin_img img{
    width: 100%;
    height: 100%;
}
.lin_text{
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 15px;
}
.lin_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.lin_text span{
    color: #8a8a8a;
    line-height: 20px;
}
/* 新车 */
.ncar{
    overflow: hidden;
    background-color: #fff;
    margin-top: 20px;
    padding:0 20px 20px;
}
.ncarC ul li{
    overflow: hidden;
    background-color: #fff;
    padding:25px 0;
    border-bottom: 1px solid #e3e3e3;
}
.ncarC ul li a{
    display: flex;
    justify-content: space-between;
    height: 174px;
}
.ncar_img{
    width: 220px;
    height: 175px;
    overflow: hidden;
}
.ncar_img img{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.ncar_img img:hover{
	transform: scale(1.1);
}
.ncar_text{
    width: 82%;
    padding:0 20px;
}
.ncar_text h3{
    font-size: 16px;
	font-weight: bold;
	color: #313131;
	height: 42px;
	line-height: 42px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 18px;
}
.ncar_text h3:hover{
    color: #aa0018;
}
.ncar_brief{
	font-size: 14px;
	color: #757575;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.ncar_bot{
    overflow: hidden;
    line-height: 24px;
    display: flex;
    color: #757575;
    justify-content: space-between;
}
.ncar_bot span{
    color: #aa0018;
}
.location i.icon-icon{
    font-size: 32px;
    margin-top: -7px;
}
@media (max-width:1600px) {
    .lin_top{
        height: 202px;
    }
}
@media (max-width:1440px) {
    .lin_top{
        height: 185px;
    }
}
@media (max-width:1366px) {
    .lin_top{
        height: 175px;
    }
}
@media (max-width:1280px) {
    .lin_top{
        height: 163px;
    }
}


