﻿@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
	}
}



/*返回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;
}

.tlad {
	width: 1200px;
	margin: 0 auto;
}

.adLeft {
	width: 870px;
	float: left;
}

.adRight {
	width: 300px;
	float: right;
}

.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;
}
.lmt03{
	font-size: 24px;
	font-weight: bolder;
	border-bottom:4px solid #c5010c;
	margin-bottom: 20px;
	padding-bottom: 5px;
}


.footer {
	margin-top: 50px;
	background: #f0f0f0;
	text-align: center;
	padding: 40px 0 30px 0;
}

.footer_top {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer_top li{
	display: inline-block;
	padding:0 30px;
	font-size: 14px;
	position: relative;
}
.footer_top li+li::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	background: #999;
	left: 0;
	top: 4px;
	z-index: 1;
}

.footer_bottom {
	margin-top: 20px;
	color: #adadad;
	font-size: 12px;
	line-height: 30px;
}
.comfrom{
	width: 1200px;
	margin: 20px auto 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666;
}
.comfrom a{
	color: #666;
}
.content {
	width: 1200px;
	margin: 20px auto 0;
}

.conleft {
	width: 870px;
	float: left;
}
.dataList{
	padding-top: 10px;
}
.dataList li {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dataList li .img {
	width: 240px;
	float: left;
	margin-right: 20px;
}

.dataList li .img img {
	width: 240px;
	height: 160px;
}

.dataList li h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.dataList li h3 a {
	color: #333;
}

.dataList li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.dataList li .time {
	font-size: 12px;
	float: right;
	color: #666;
	margin-top: 10px;
}

.conright {
	width: 300px;
	float: right;
}
.jchd {
	margin-bottom: 10px;
}

.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;
	color: #666;
}

.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;
}
.pagination {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px
}

.pagination1 .pagination ._wPaginate_link_active {
	background: #ccc;
}

.line {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.pagination span {
	padding: 7px 11px;
	line-height: 30px;
	font-family: verdana;
	font-size: 12px;
	margin-bottom: 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 0px 3px;
	height: 30px;
	cursor: pointer;
	margin-bottom: 10px
}

.pagination span.xpage-pagination-pager-active {
	background: #c5010c;
	color: #fff;
}
.pagination span.xpage-pagination-pager-active a{
	color: #fff;
}
