﻿@charset "utf-8";
/* CSS Document */
body,
html {
	min-width: 1240px;
}

a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

a:active,
a:hover {
	color: #FFD133 !important;
}

@-moz-keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@-webkit-keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@-moz-keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

@-webkit-keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

@keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

.mul-play {
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 57px;
	left: 10px;
	display: none;
	cursor: pointer;
	z-index: 999;
}

.mul-play img {
	width: 100%;
	height: 100%;
}

.videoPart {
	width: 800px;
	height: 450px;
	background: #333;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}

.videoPart iframe {
	width: 800px;
	height: 454px;
}

.videoPart .videoPart-close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: -22px;
	z-index: 50;
	background: url("http://www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png") no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

/*返回top*/
.backtop {
	width: 74px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 50%;
	margin-right: -700px;
	z-index: 99;
	display: none;
}

.banner {
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0 30px;
	border-bottom: 1px solid #f4ccc7;
	position: relative;
}

.lwqcLogo {
	width: 163px;
	float: left;
	margin-left: 20px;
}

.lwqcLogo img {
	width: 163px;
	height: auto;
}

.form {
	width: 470px;
	height: 50px;
	position: absolute;
	border: 1px solid #e06964;
	right: 20px;
	bottom: 25px;
	border-radius: 7px;
	background: url("http://lw.news.cn/auto/images/20220825lwqc_searchIcon_v1.png") 17px 17px no-repeat;
}

.form input {
	width: 300px;
	height: 48px;
	font-size: 14px;
	color: #666666;
	background: none;
	border: none;
	margin: 2px 0 0 45px;
}

.submitBtn {
	width: 110px;
	height: 50px;
	background: #d32c25;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	border-radius: 0 6px 6px 0;
	position: absolute;
	right: -1px;
	top: 0px;
	cursor: pointer;
}

.submitBtn img {
	width: 16px;
	height: 16px;
	margin: 5px;
}

.nav {
	background: #c5010c;
	height: 60px;
	line-height: 60px;
}

.nav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
}

.nav li {
	float: left;
	color: #fff;
	font-size: 20px;
	padding: 0 30px;
}

.nav li a {
	color: #fff;
}

.part01 {
	width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

.jrtt {
	overflow: hidden;
	margin: 0 auto;
	background: url("http://lw.news.cn/auto/images/20220825lwqc_jrttIcon_v1.png") 0 0 no-repeat;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/* border-top: 1px solid #f8d0cb;
	border-bottom: 1px solid #f8d0cb;
	border-left: 5px solid #e33c29; */
}

.jrtt .tit {
	padding-left: 150px;
	padding-top: 10px;
	font-size: 26px;
	color: #c5010c;
	font-weight: bold;
	overflow: hidden;
	line-height: 32px;
	text-align: center;
	position: relative;
}

.jrtt .tit::before {
	content: "";
	width: 2px;
	height: 20px;
	background: #ccc;
	position: absolute;
	left: 125px;
	top: 18px;
	z-index: 1;
}

.jrtt .tit a {
	color: #c5010c;
	font-weight: bold;
}

.jrtt .txt {
	width: 1200px;
	font-size: 16px;
	color: #999;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 15px;
	text-align: center;
}

.jrtt .txt a {
	color: #999;
}

.part01_left {
	width: 870px;
	float: left;
}

.part01Swiper {
	width: 360px;
	float: left;
	position: relative;
}

.part01Swiper .img img {
	width: 360px;
	height: 240px;
}

.part01Swiper .picTitle .name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 26px;
	padding: 5px 10px 25px 10px;
	color: #333;
	background: #f7f8fc;
}

.part01Swiper .picTitle .name a {
	color: #333;
}

.part01Swiper .arrow-left {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left top;
	position: absolute;
	left: 10px;
	top: 40%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part01Swiper .arrow-right {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 40%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part01Swiper:hover .arrow-left,
.part01Swiper:hover .arrow-right {
	opacity: 1;
}

.part01Swiper .pagination {
	position: absolute;
	left: 110px;
	text-align: right;
	bottom: 4px;
	z-index: 2;
	text-align: center;
}

.part01Swiper .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
}

.part01Swiper .swiper-active-switch {
	background: #c5010c !important;
}

.part01Swiper .swiper-pagination-bullet {
	margin-left: 5px;
}

.part01Swiper .swiper-pagination-bullet-active {
	background: #c5010c !important;
}

.part01jujiao {
	width: 480px;
	float: right;
}

.part01jujiao h3 {
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
	color: #c5010c;
}

.part01jujiao h3 a {
	color: #c5010c;
}

.part01jujiao ul {
	margin-bottom: 10px;
}

.part01jujiao li {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}

.part01_right {
	width: 300px;
	float: right;
	background: url("http://lw.news.cn/auto/images/20220825lwqc_phbBg_v1.png") 50% 0 no-repeat;
}

.part01_right h2 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.part01_right ul {
	border: 2px solid #f4f4f4;
	border-top: none;
	padding: 0 15px 5px 15px;
}

.part01_right li {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 12px;
}

.part01_right li span {
	width: 16px;
	height: 20px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
}

.part01_right li.num01 span {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_phb01_v1.png") 0 2px no-repeat;
	color: #fff;
}

.part01_right li.num02 span {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_phb02_v1.png") 0 2px no-repeat;
	color: #fff;
}

.part01_right li.num03 span {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_phb03_v1.png") 0 2px no-repeat;
	color: #fff;
}

.tlad {
	width: 1200px;
	margin: 0 auto;
}

.adLeft {
	width: 870px;
	float: left;
}

.adRight {
	width: 300px;
	float: right;
}

.part02 {
	width: 1200px;
	margin: 20px auto;
}

.part02_left {
	width: 870px;
	float: left;
}

.part02_right {
	width: 300px;
	float: right;
}

.part02_leftTop .picTitle01 {
	width: 575px;
	height: 383px;
	position: relative;
	overflow: hidden;
	float: left;
}

.part02_leftTop .picTitle01 .img img {
	width: 575px;
	height: 383px;
	display: block;
}

.part02_leftTop .picTitle01 .name {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
}

.part02_leftTop .picTitle01 .name a {
	color: #fff;
	text-decoration: none;
}

.part02Swiper01 {
	position: relative;
	width: 870px;
}

.part02Swiper01 .pagination {
	bottom: 4px;
	z-index: 2;
	text-align: center;
}

.part02Swiper01 .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
}

.part02Swiper01 .swiper-active-switch {
	background: #c5010c !important;
}

.part02Swiper01 .swiper-pagination-bullet {
	margin-left: 5px;
}

.part02Swiper01 .swiper-pagination-bullet-active {
	background: #c5010c !important;
}

.part02Swiper01 .arrow-left {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left top;
	position: absolute;
	left: 10px;
	top: 44%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part02Swiper01 .arrow-right {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 44%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part02Swiper01:hover .arrow-left,
.part02Swiper01:hover .arrow-right {
	opacity: 1;
}

.part02_leftTop ul {
	width: 275px;
	float: right;
}

.part02_leftTop ul li+li {
	margin-top: 15px;
}

.part02_leftTop .picTitle02 {
	width: 275px;
	height: 183px;
	position: relative;
	overflow: hidden;
}

.part02_leftTop .picTitle02 .img img {
	width: 275px;
	height: 183px;
	display: block;
}

.part02_leftTop .picTitle02 .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
}

.part02_leftTop .picTitle02 .name a {
	color: #fff;
	text-decoration: none;
}

.lmt {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_lmtBg01_v1.png") 0 0 no-repeat;
	font-size: 22px;
	line-height: 44px;
	padding-left: 10px;
	font-weight: bold;
	color: #333;
}

.lmt a {
	color: #333;
}

.lmt02 {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_lmtBg01_v1.png") 0 0 no-repeat;
	font-size: 22px;
	line-height: 44px;
	padding-left: 10px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
}

.lmt02 a {
	color: #333;
}

.part02_leftBottom{ 
	margin-top:10px;
}

.part02_leftBotLeft {
	width: 360px;
	float: left;
}

.part02Swiper02 {
	width: 360px;
	float: left;
	padding-bottom: 20px;
	position: relative;
}

.part02Swiper02 .picTitle01 {
	width: 360px;
	height: 240px;
	position: relative;
	overflow: hidden;
}

.part02Swiper02 .picTitle01 .img img {
	width: 360px;
	height: 240px;
	display: block;
}

.part02Swiper02 .picTitle01 .name {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
}

.part02Swiper02 .picTitle01 .name a {
	color: #fff;
	text-decoration: none;
}

.part02Swiper02 ul {
	width: 360px;
	margin-top: 8px;
}

.part02Swiper02 ul li {
	float: left;
}

.part02Swiper02 ul li+li {
	float: right;
}

.part02Swiper02 .picTitle02 {
	width: 175px;
	height: 117px;
	position: relative;
	overflow: hidden;
}

.part02Swiper02 .picTitle02 .img img {
	width: 175px;
	height: 117px;
	display: block;
}

.part02Swiper02 .picTitle02 .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 5px 10px 5px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
}

.part02Swiper02 .picTitle02 .name a {
	color: #fff;
	text-decoration: none;
}

.part02Swiper02 .arrow-left {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left top;
	position: absolute;
	left: 10px;
	top: 44%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part02Swiper02 .arrow-right {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 44%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part02Swiper02:hover .arrow-left,
.part02Swiper02:hover .arrow-right {
	opacity: 1;
}

.part02Swiper02 .pagination {
	position: absolute;
	left: 137px;
	text-align: right;
	bottom: 4px;
	z-index: 2;
	text-align: center;
}

.part02Swiper02 .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
}

.part02Swiper02 .swiper-active-switch {
	background: #c5010c !important;
}

.part02Swiper02 .swiper-pagination-bullet {
	margin-left: 5px;
}

.part02Swiper02 .swiper-pagination-bullet-active {
	background: #c5010c !important;
}

.part02_leftBotRight {
	width: 480px;
	float: right;
}

.part02_leftBotRight h3 {
	font-size: 20px;
	text-align: center;
	color: #c5010c;
	font-weight: bolder;
	margin-bottom: 15px;
}

.part02_leftBotRight h3 a {
	color: #c5010c;
}

.part02_leftBotRight ul li {
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 8px;
}

.part02_leftBotRight li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #d8d8d8;
	position: absolute;
	left: 0;
	top: 9px;
	border-radius: 100%;
}

.part02_leftBotRight ul li span {
	font-size: 14px;
	color: #999;
	float: right;
}

.part02_leftBotRight ul li span a {
	color: #999;
}

.part02Swiper03 {
	width: 300px;
	float: left;
	position: relative;
	background: #f7f8fc url("http://lw.news.cn/auto/images/20220825lwqc_conBg_v1.png") 50% 0 no-repeat;
	padding-top: 20px;
	margin-bottom: 20px;
}

.part02Swiper03 .lmt {
	width: 270px;
	margin: 0 auto;
}

.part02Swiper03 .swiper-container {
	width: 275px;
	margin: 0 auto;
}

.part02Swiper03 .img img {
	width: 275px;
	height: 183px;
}

.part02Swiper03 .picTitle .name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 26px;
	padding: 5px 10px 10px 10px;
	color: #333;
	background: #f7f8fc;
}

.part02Swiper03 .picTitle .name a {
	color: #333;
}

.part02Swiper03 .picTitle .sm {
	font-size: 14px;
	padding-bottom: 15px;
}

.part02Swiper03 .arrow-left {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left top;
	position: absolute;
	left: 10px;
	top: 44%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part02Swiper03 .arrow-right {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_arrows_v1.png") no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 44%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	opacity: 0;
}

.part02Swiper03:hover .arrow-left,
.part02Swiper03:hover .arrow-right {
	opacity: 1;
}

.part02Swiper03 .pagination {
	position: absolute;
	left: 80px;
	text-align: right;
	bottom: 4px;
	z-index: 2;
	text-align: center;
}

.part02Swiper03 .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
}

.part02Swiper03 .swiper-active-switch {
	background: #c5010c !important;
}

.part02Swiper03 .swiper-pagination-bullet {
	margin-left: 5px;
}

.part02Swiper03 .swiper-pagination-bullet-active {
	background: #c5010c !important;
}

.part02_rightBot {
	width: 300px;
	float: left;
	position: relative;
	background: #f7f8fc url("http://lw.news.cn/auto/images/20220825lwqc_conBg_v1.png") 50% 0 no-repeat;
	padding-top: 20px;
	margin-top: 20px;
}

.part02_rightBot .lmt {
	width: 270px;
	margin: 0 auto;
}

.part02_rightBot ul {
	width: 270px;
	margin: 10px auto 0;
}

.part02_rightBot li {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.part02_rightBot li img {
	width: 112px;
	height: 75px;
	float: left;
	margin-right: 10px;
}

.part02_rightBot li h3 {
	font-size: 16px;
}

.part02_rightBot li .time {
	font-size: 12px;
	color: #999;
	float: right;
}

.part03 {
	width: 1200px;
	margin: 20px auto 20px;
}

.part03_left {
	width: 870px;
	float: left;
}

.tabli {
	width: 870px;
	height: auto;
	z-index: 1;
	text-align: center;
	color: #333;
}

.tabli ul {
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.tabli li {
	width: 124px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
}

.tabli .selected {
	font-size: 20px;
	font-weight: bolder;
	background: #c5010c;
	color: #fff;
}

.tabli .selected::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}

.tabli .selected a {
	color: #fff;
}

.tab_box {
	margin-top: 20px;
}

.conbox {
	display: none;
}

.conbox.on {
	display: block;
}

.conbox li .img {
	width: 435px;
	height: 290px;
	float: left;
}

.conbox li .img img {
	width: 435px;
	height: 290px;
}

.conbox li .txtbox {
	width: 435px;
	height: 290px;
	float: right;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
}

.conbox li .txtbox h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.conbox li .txtbox p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

.conbox li .txtbox span {
	display: block;
	font-size: 12px;
	color: #999;
	text-align: right;
	float: right;
	position: absolute;
	right: 40px;
	bottom: 30px;
}

.conbox li:nth-child(even) .img {
	float: right;
}

.conbox li:nth-child(even) .txtbox {
	float: left;
}

.getMore {
	width: 200px;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c5010c;
	color: #c5010c;
	background: #fff;
	line-height: 46px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	cursor: pointer;
	margin-top: 40px;
}

.getMore a {
	color: #c5010c;
}

.part03_right {
	width: 300px;
	float: right;
}

.jplm {
	width: 300px;
}

.jplm ul {
	margin-top: 20px;
}

.jplm li {
	margin-bottom: 20px;
}

.jchd {
	margin-top: 30px;
}

.jchd ul {
	border-top: none;
	padding: 20px 0px 5px 0px;
}

.jchd li {
	font-size: 14px;
	line-height: 22px;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}

.jchd li span {
	width: 16px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
}

.jchd li.num01 span {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_phb01_v1.png") 0 2px no-repeat;
	color: #fff;
}

.jchd li.num02 span {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_phb02_v1.png") 0 2px no-repeat;
	color: #fff;
}

.jchd li.num03 span {
	background: url("http://lw.news.cn/auto/images/20220825lwqc_phb03_v1.png") 0 2px no-repeat;
	color: #fff;
}

.csdt {
	width: 300px;
	margin-top: 20px;
}

.csdt .bigImg {
	width: 300px;
}

.csdt .bigImg img {
	width: 300px;
	height: 200px;
}

.csdt .bigImg h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

.csdt ul {
	margin-top: 20px;
}

.csdt li {
	margin-bottom: 15px;
	font-size: 14px;
}

.csdt li span {
	font-size: 14px;
	background: #fdeded url("http://lw.news.cn/auto/images/20220825lwqc_tjIcon_v1.png") 0 0 no-repeat;
	border-radius: 30px;
	padding: 3px 10px 2px 30px;
	line-height: 25px;
	color: #f05050;
}

.qczt {
	margin-top: 30px;
}

.qczt .bigImg {
	width: 300px;
}

.qczt .bigImg img {
	width: 300px;
	height: 200px;
}

.qczt .bigImg h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

.qczt ul {
	margin-top: 20px;
}

.qczt li {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.qczt li img {
	width: 112px;
	height: 75px;
	float: left;
	margin-right: 10px;
}

.qczt li h3 {
	font-size: 16px;
}

.qczt li .time {
	font-size: 12px;
	color: #999;
	float: right;
}

.part04 {
	width: 1200px;
	margin: 40px auto 0;
}

.part04_con {
	margin-top: 20px;
}

.part04_con li {
	float: left;
	font-size: 14px;
	margin-bottom: 15px;
	/* padding:0 10px 0 0px; */
}

.part04_con li+li {
	/* padding: 0 10px 0 10px; */
}

.part04_con li::after {
	content: "";
	width: 2px;
	height: 10px;
	background: #999;
	display: block;
	float: right;
	margin: 5px 13px 0px 13px;
}

.footer {
	margin-top: 50px;
	background: #f0f0f0;
	text-align: center;
	padding: 40px 0 30px 0;
}

.footer_top {
	width: 1200px;
	margin: 0 auto;
}

.footer dt {
	float: left;
	width: 320px;
	text-align: left;
}

.footer dt li {
	float: left;
	width: 110px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #666666;
}

.footer dt li a {
	color: #666666;
}

.footer dd {
	float: left;
}

.footer dt h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer_bottom {
	margin-top: 40px;
	color: #adadad;
	font-size: 12px;
	line-height: 30px;
}