﻿/* global */
* {
	word-break: break-all;
	font-family: "Microsoft Yahei", Tahoma, Verdana, Arial;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	font-size: 12px;
	color: #333333;
	background: #F5F5F5;
}

/*F5F5F5*/
form, input, select, textarea, td, th {
	font-size: 12px;
}

input, textarea, select {
	padding: 6px;
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ol li {
	list-style-type: decimal;
}

ul, form {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ef7c00;
}

/* links */
a.w:link, a.w:visited, a.w:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.w:hover {
	color: #F4F3F2;
}

a.b:link, a.b:visited, a.b:active {
	color: #ef7c00;
	text-decoration: none;
}

a.b:hover {
	color: #b97a00;
}

a.g:link, a.g:visited, a.g:active {
	color: #666666;
	text-decoration: none;
}

a.g:hover {
	color: #FF6600;
}

/* common */
.m {
	margin: auto;
	width: 1220px;
	background: #FFFFFF;
	clear: both;
	overflow: hidden;
}

.m0 {
	width: 100%;
	background: #F5F5F5;
	overflow: hidden;
}

.m0 .m {
	background: #F5F5F5;
}

.m1 {
	background: #FFFFFF url('image/bg-line.png') repeat-y 960px 0;
	overflow: hidden;
}

.m1l {
	width: 960px;
	float: left;
}

.m1r {
	width: 250px;
	float: right;
}

.m2 {
	background: #FFFFFF url('image/bg-line.png') repeat-y 960px 0;
	overflow: hidden;
}

.m2l {
	width: 960px;
	float: left;
}

.m2r {
	width: 250px;
	float: right;
}

.m3 {
	background: #FFFFFF url('image/bg-line.png') repeat-y 880px 0;
	overflow: hidden;
}

.m3l {
	width: 880px;
	float: left;
}

.m3r {
	width: 330px;
	float: right;
}

.head {
	background: #F8F8F8;
	width: 100%;
	height: 36px;
	border-bottom: #E5E5E5 1px solid;
	position: fixed;
	z-index: 9;
	left: 0;
}

.head_m {
	margin: auto;
	width: 1220px;
	padding: 9px 0 0 0;
	color: #666666;
}

.head_s {
	height: 38px;
}

.head_t strong {
	color: #FF0000;
	font-weight: normal;
}

.head_l li {
	float: left;
	margin: 0 10px 0 0;
}

.head_r {
	float: right;
}

.head_r img {
	position: relative;
	margin: -2px 6px 0 0;
}

.h_location {
	background: url('image/ico-location.png') no-repeat 0 center;
	padding: 0 6px 0 20px;
}

.h_fav {
	background: url('image/ico-fav.png') no-repeat 0 center;
	padding: 0 6px 0 20px;
}

.h_mobile {
	background: url('image/ico-mobile.png') no-repeat 0 center;
	padding: 0 6px 0 20px;
}

.h_cart {
	background: url('image/ico-cart.png') no-repeat 0 center;
	padding: 0 6px 0 20px;
}

.h_qrcode {
	background: url('image/ico-qrcode.png') no-repeat 0 center;
	padding: 0 6px 0 20px;
}

.logo {
	width: 230px;
	height: 80px;
	overflow: hidden;
	float: left;
}

.logo img {
	margin: 12px 0 0 10px;
	height: 65px;
}

.head_search_kw {
	width: 455px;
	margin: 32px 0 0 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	float: left;
}

.head_search {
	float: left;
	width: 510px;
	height: 32px;
	background: url('image/head_search.png') no-repeat;
	margin-top: 26px;
}

.head_search:hover {
	background: url('image/head_search.png') no-repeat 0 -32px;
}

.head_search div {
	clear: both;
	padding: 4px 0 0 25px;
}

.search_i {
	width: 320px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 2px 0 0 0;
	color: #666666;
	background: url('image/spacer.gif');
	border: none;
}

.search_m {
	width: 60px;
	cursor: default;
	padding: 2px 25px 0 10px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #666666;
	background: url('image/spacer.gif');
	border: none;
}

.search_s {
	width: 70px;
	height: 25px;
	background: url('image/spacer.gif');
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.search_i:focus, .search_s:focus {
	outline: none;
}

#search_module {
	z-index: 1000;
	position: absolute;
	width: 95px;
	overflow: hidden;
	margin: 56px 0 0 575px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	border-top: none;
	cursor: pointer;
}

#search_module li {
	padding: 0 10px;
	color: #666666;
}

#search_module li:hover {
	color: #FF6600;
	background: #F5F5F5;
}

#search_tips {
	z-index: 1000;
	position: absolute;
	width: 340px;
	overflow: hidden;
	cursor: pointer;
	margin: 56px 0 0 230px;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	background: #FFFFFF;
	border: #444444 1px solid;
}

#search_tips div {
	height: 24px;
	padding: 0 10px;
	clear: both;
	overflow: hidden;
	color: #333333;
}

#search_tips div span {
	float: right;
	font-size: 12px;
	color: #008000;
}

#search_tips div:hover {
	background: #3366CC;
	color: #FFFFFF;
}

#search_tips div:hover span {
	color: #FFFFFF;
}

#search_tips label {
	display: block;
	width: 100%;
	background: #FAFAFA;
	font-size: 12px;
	color: #0000CC;
	text-align: right;
}

/* menu */
.menu {
	height: 50px;
	line-height: 50px;
	background: #0aafbe;
	letter-spacing: 1px;
	font-size: 16px;
	overflow: hidden;
}

.menu li {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 10px;
}

.menu .menuon {
	background: #1697a2;
	margin-left: -2px;
}

.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	height: 50px;
	color: #FFFFFF;
}

.menu a:hover {
	background: #1697a2;
}

.mnew {
	width: 1220px;
	margin: 0 auto;
}

.foot {
	color: #666666;
	text-align: center;
	line-height: 32px;
	padding: 0 16px 16px 16px;
}

.foot_page {
	padding: 16px 16px 0 16px;
	text-align: center;
	height: 99px;
	line-height: 32px;
	overflow: hidden;
	color: #666666;
}

#powered {
	padding: 6px 0 24px 0;
}

/* layout */
.m_l {
	width: 884px;
}

.m_r {
	width: 300px;
}

.m_n {
	width: 16px;
}

.m_l_1 {
	width: 1004px;
}

.m_r_1 {
	width: 180px;
}

/* left */
.left_box {
	border: #EEEEEE 1px solid;
}

.left_head {
	border-bottom: #EEEEEE 1px solid;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 10px;
}

.left_head strong {
	font-size: 16px;
}

.left_head em {
	font-style: normal;
	color: #666666;
}

/* box */
.box_head {
	border-bottom: #F5F5F5 1px solid;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 16px;
}

.box_head strong {
	font-size: 16px;
	display: block;
}

.box_head em {
	font-style: normal;
	color: #666666;
}

.box_body {
	padding: 10px;
}

.box_body li {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.tab_head {
	border: #EEEEEE 1px solid;
	border-bottom: none;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	overflow: hidden;
	background: #EEEEEE;
	font-weight: bold;
}

.tab_1 {
	float: left;
	padding: 0 15px 0 15px;
	border-right: #EEEEEE 1px solid;
	cursor: pointer;
	font-weight: normal;
}

.tab_2 {
	float: left;
	padding: 0 15px 0 15px;
	border-right: #EEEEEE 1px solid;
	cursor: pointer;
	background: #FFFFFF;
}

.tab_1_1 {
	border-bottom: #EEEEEE 1px solid;
	cursor: pointer;
}

.tab_1_2 {
	border: #EEEEEE 1px solid;
	border-bottom: none;
	cursor: pointer;
	font-weight: bold;
}

.tab_head_2 {
	height: 27px;
	background: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-right: #EEEEEE 1px solid;
	text-align: center;
	padding-left: 12px;
}

.tab_2_1 {
	float: left;
	width: 80px;
	height: 27px;
	line-height: 31px;
	overflow: hidden;
	background: url('image/tab_2_1.gif') no-repeat 6px right;
	cursor: pointer;
}

.tab_2_1 span {
	color: #333333;
}

.tab_body_2 {
	border: #EEEEEE 1px solid;
	border-top: none;
}

.li_dot li {
	background: url('image/li_dot.gif') no-repeat 5px 10px;
	padding: 0 10px 0 12px;
}

/* pages */
.pages {
	padding: 24px 0;
	text-align: center;
	font-size: 12px;
	color: #666666;
	clear: both;
}

.pages a:link, .pages a:visited, .pages a:active {
	background: #FFFFFF;
	border: #EEEEEE 1px solid;
	padding: 6px;
	text-decoration: none;
	margin-right: 6px;
}

.pages a:hover {
	background: #0aafbe;
	border: #0aafbe 1px solid;
	color: #FFFFFF;
	padding: 6px;
	text-decoration: none;
}

.pages strong {
	background: #0aafbe;
	padding: 6px;
	border: #0aafbe 1px solid;
	color: #FFFFFF;
	margin-right: 6px;
}

.pages_inp {
	width: 32px;
	border: #EEEEEE 1px solid;
	color: #666666;
	padding: 4px;
	text-align: center;
}

.pages_btn {
	width: 32px;
	border: #0aafbe 1px solid;
	color: #FFFFFF;
	padding: 4px 6px;
	background: #0aafbe;
	font-weight: bold;
	font-size: 11px;
}

.pages label {
	background: #FFFFFF;
	border: #EEEEEE 1px solid;
	color: #666666;
	padding: 6px 6px;
}

.pages label em {
	color: red;
	font-weight: bold;
	font-style: normal;
}

.pages label span {
	font-weight: bold;
}

.pages cite {
	font-style: normal;
}

/* table */
.tb {
	width: 100%;
}

.tb th {
	background: #EEEEEE;
}

.tb td {
	border-bottom: #F5F5F5 1px solid;
}

.tb tr:hover {
	background: #F2F2F2;
}

.tf {
	width: 100%;
}

.tf td {
	border-top: #F0F0F0 1px solid;
}

.tf tr:hover {
	background: #F4F4F4;
}

.tf .tl {
	width: 100px;
	text-align: right;
}

.btns {
	padding: 20px 20px 20px 150px;
}

.thumb {
	padding: 6px 0;
}

.thumb img {
	border: #EEEEEE 1px solid;
	padding: 2px;
}

.thumb li {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.thumbml ul {
	margin: 10px 0 15px 0;
}

.imb img {
	border: #EEEEEE 1px solid;
	padding: 3px;
}

/* album */
#mid_pos {
	position: absolute;
}

#mid_div {
	width: 400px;
	height: 300px;
	cursor: crosshair;
	border: #EEEEEE 1px solid;
	background: #F2F2F2;
}

#zoomer {
	width: 160px;
	height: 120px;
	background: #FFFFFF url('image/ab-zoom-bg.gif');
	position: absolute;
	z-index: 6;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#big_div {
	width: 560px;
	height: 420px;
	border: #EEEEEE 1px solid;
	background: #FFFFFF;
	position: absolute;
	overflow: hidden;
}

#big_pic {
	position: absolute;
}

.tbs {
	width: 414px;
	height: 56px;
	margin: 20px 0;
}

.tbs img {
	cursor: pointer;
}

.tbsl {
	width: 32px;
	height: 56px;
	float: left;
}

.tbsr {
	width: 20px;
	height: 56px;
	float: left;
}

.tbsm {
	width: 350px;
	height: 56px;
	float: left;
	overflow: hidden;
}

.ab_zoom {
	width: 30px;
	height: 30px;
	background: url('image/ab-zoom.png') no-repeat center center;
	position: absolute;
	z-index: 5;
	margin: 270px 0 0 -30px;
}

.ab_play {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FFFFFF url('image/ab-play.png') no-repeat center center;
	position: absolute;
	z-index: 7;
	margin: -150px 0 0 176px;
}

.ab_play:hover {
	background: #FFFFFF url('image/ab-play-on.png') no-repeat center center;
	cursor: pointer;
}

.ab_hide {
	width: 30px;
	height: 30px;
	background: url('image/ab-hide.png') no-repeat center center;
	position: absolute;
	z-index: 12;
	margin: -300px 0 0 370px;
	display: none;
}

.ab_hide:hover {
	background: url('image/ab-hide-on.png') no-repeat center center;
	cursor: pointer;
}

.ab_video {
	width: 400px;
	height: 300px;
	border: #000000 1px solid;
	background: #000000;
	position: absolute;
	z-index: 10;
	margin: -302px 0 0 0;
	display: none;
}

.ab_im {
	padding: 2px;
	margin: 0 14px 0 0;
	border: #C0C0C0 1px solid;
	float: left;
	width: 50px;
	height: 50px;
}

.ab_on {
	padding: 2px;
	margin: 0 14px 0 0;
	border: #FF6600 1px solid;
	float: left;
	width: 50px;
	height: 50px;
	background: #FF6600;
}

/* ads */
.adword table {
	background: url('image/adword_bg.gif') repeat-x 0 bottom;
}

.adword_tip {
	color: #FF1100;
	border-bottom: #F5F5F5 1px solid;
	padding: 8px 10px 8px 28px;
	background: url('image/arrow_up.gif') no-repeat 10px 8px;
}

.sponsor {
}

/* basic */
.f_l {
	float: left;
}

.f_r {
	float: right;
}

.t_l {
	text-align: left;
}

.t_r {
	text-align: right;
}

.t_c {
	text-align: center;
}

.f_b {
	font-weight: bold;
}

.f_n {
	font-weight: normal;
}

.f_white {
	color: white;
}

.f_gray {
	color: #666666;
}

.f_grayb {
	color: #bbbbbb;
}

.f_orange {
	color: #FF6600;
}

.f_red {
	color: #FF0000;
}

.f_blue {
	color: #003EAA;
}

.f_green {
	color: #2BA245;
}

.f_dblue {
	color: #007AFF;
}

.f_price {
	font-weight: bold;
	font-family: Arial;
	color: #E4393C;
}

.px12 {
	font-size: 12px;
}

.px14 {
	font-size: 14px;
}

.px16 {
	font-size: 16px;
}

.px18 {
	font-size: 18px;
}

.bd-t {
	border-top: #F5F5F5 1px solid;
}

.bd-b {
	border-bottom: #F5F5F5 1px solid;
}

.b10 {
	height: 10px;
}

.b16 {
	height: 16px;
}

.b20 {
	height: 20px;
}

.b24 {
	height: 24px;
}

.b32 {
	height: 32px;
}

.pd3 {
	padding: 3px;
}

.pd5 {
	padding: 5px;
}

.pd10 {
	padding: 10px;
}

.pd15 {
	padding: 15px;
}

.pd20 {
	padding: 20px;
}

.lh18 {
	line-height: 180%;
}

.ls1 {
	letter-spacing: 1px;
}

.c_p {
	cursor: pointer;
}

.c_b {
	clear: both;
}

.o_h {
	overflow: hidden;
}

.dsn {
	display: none;
}

.absm {
	vertical-align: middle;
}

.btn_s {
	background: #2388FA;
	color: #FFFFFF;
	border: none;
	padding: 2px;
	letter-spacing: 1px;
}

.btn_r {
	background: #D7D7D7;
	color: #666666;
	border: none;
	padding: 2px;
	letter-spacing: 1px;
}

.bd {
	border: #CAD9EA 1px solid;
}

.highlight {
	color: red;
}

.jt {
	color: #003278;
	cursor: pointer;
}

.np {
	padding: 20px 30px 20px 50px;
	line-height: 25px;
}

.lazy {
	background: #FAFAFA url('image/loading.gif') no-repeat center center;
}

.slide {
	background: #FAFAFA;
	overflow: hidden;
}

.btn, .btn-green, .btn-blue, .btn-red {
	color: #FFFFFF;
	font-size: 14px;
	width: 100px;
	line-height: 32px;
	border: none;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
}

.btn {
	background: #FFFFFF;
	border: #EEEEEE 1px solid;
	color: #333333;
}

.btn:hover {
	background: #D9D9D9;
	border: #CDCDCD 1px solid;
}

.btn-green {
	background: #1AAD19;
	border: #18A117 1px solid;
	color: #FFFFFF;
}

.btn-green:hover {
	background: #179B16;
	border: #159014 1px solid;
}

.btn-blue {
	background: #0aafbe;
	border: #0aafbe 1px solid;
	color: #FFFFFF;
}

.btn-blue:hover {
	background: #079ba9;
}

.btn-red {
	background: #F8F8F8;
	border: #C6C6C6 1px solid;
}

.btn-red:hover {
	background: #CE3C39;
	border: #BF3835 1px solid;
	color: #FFFFFF;
}

.btn-act {
	font-size: 16px;
	width: 148px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	margin: 6px 10px 0 0;
	background: #FF6600;
	border: #FF2200 1px solid;
	color: #FFFFFF;
}

.btn-act:hover {
	background: #F22D00;
}

/* position */
.pos {
	padding: 10px 10px 10px 32px;
	height: 24px;
	line-height: 24px;
	background: #FFFFFF url('image/ico-nav.png') no-repeat 10px 13px;
	font-size: 12px;
}

.nav {
	padding: 10px 10px 10px 32px;
	height: 40px;
	line-height: 24px;
	background: #F5F5F5 url('image/ico-nav.png') no-repeat 10px 13px;
	font-size: 12px;
}

.nav div {
	float: right;
}

.nav i {
	font-style: normal;
	font-weight: bold;
	color: #444444;
	padding: 0 6px;
	font-family: simsun;
}

.nav em {
	font-style: normal;
	color: #999999;
	padding: 0 10px;
	font-size: 12px;
}

.nav-b {
	background: #FFFFFF url('image/ico-nav.png') no-repeat 10px 13px;
}

/* show */
.title {
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	padding: 16px;
	margin: 0;
}

.title_trade {
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 16px;
	border-bottom: #EEEEEE 1px solid;
}

.info {
	padding: 16px;
	background: #F5F5F5;
	margin: 0 16px;
}

.introduce {
	margin: 16px;
	padding: 16px;
	line-height: 180%;
	font-size: 16px;
	background: #F5F5F5;
	border-left: #EEEEEE 2px solid;
}

.content {
	font-size: 16px;
	line-height: 200%;
	padding: 16px 32px;
}

.content p {
	text-indent: 2em;
}

.content a:link, .content a:visited, .content a:active {
	color: #225588;
	text-decoration: underline;
}

.content a:hover {
	color: #FF6600;
	text-decoration: none;
}

.property {
	border: #EEEEEE 1px solid;
	background: #F5F5F5;
	padding: 10px;
	margin: 0 16px;
	overflow: hidden;
}

.property li {
	float: left;
	width: 30%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.detail {
	background: url('image/arrow.gif') no-repeat 0 9px;
	border-bottom: #C0C0C0 1px dotted;
	padding: 8px 0 8px 20px;
	margin: 0 15px 0 15px;
}

.related {
	padding: 10px 16px;
	line-height: 32px;
}

.related a {
	font-size: 14px;
}

.keylink {
	font-weight: normal;
	padding: 0 3px 0 3px;
}

#comment_main div {
	height: 100px;
	background: url('image/loading.gif') no-repeat center center;
}

.tool {
	padding: 24px 0;
	text-align: center;
	border-top: #F5F5F5 1px solid;
}

.tool i {
	font-style: normal;
	font-size: 14px;
	color: #555555;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 28px;
	cursor: pointer;
}

.tool b {
	font-weight: normal;
	font-size: 12px;
}

.tool .like {
	background: url('image/tool-like.png') no-repeat 0 center;
}

.tool .like:hover {
	background: url('image/tool-like-on.png') no-repeat 0 center;
	color: #FF6600;
}

.tool .hate {
	background: url('image/tool-hate.png') no-repeat 0 center;
}

.tool .hate:hover {
	background: url('image/tool-hate-on.png') no-repeat 0 center;
	color: #FF6600;
}

.tool .report {
	background: url('image/tool-report.png') no-repeat 0 center;
}

.tool .report:hover {
	background: url('image/tool-report-on.png') no-repeat 0 center;
	color: #FF6600;
}

.tool .favorite {
	background: url('image/tool-favorite.png') no-repeat 0 center;
}

.tool .favorite:hover {
	background: url('image/tool-favorite-on.png') no-repeat 0 center;
	color: #FF6600;
}

.tool .comment {
	background: url('image/tool-comment.png') no-repeat 0 center;
}

.tool .comment:hover {
	background: url('image/tool-comment-on.png') no-repeat 0 center;
	color: #FF6600;
}

.tool .award {
	background: url('image/tool-award.png') no-repeat 0 center;
}

.tool .award:hover {
	background: url('image/tool-award-on.png') no-repeat 0 center;
	color: #FF6600;
}

.tool .share {
	background: url('image/tool-share.png') no-repeat 0 center;
}

.tool .share:hover {
	background: url('image/tool-share-on.png') no-repeat 0 center;
	color: #FF6600;
}

/* search */
.fsearch {
	padding: 5px 0 10px 15px;
	margin: 1px 1px 0 1px;
	background: #F5FAFE url('image/fsearch_bg.gif') repeat-x;
}

.sch {
	padding: 15px 20px 5px 20px;
	margin-bottom: 10px;
}

.sch p {
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	margin: 0;
}

.sch_find {
	border-top: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

.sch_site li {
	background: url('image/ico_search.gif') no-repeat 3px 3px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0 5px 0 25px;
	color: #666666;
}

.sch_relate li {
	background: url('image/arrow_up.gif') no-repeat 3px 3px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0 5px 0 25px;
	color: #666666;
}

.rank_list {
	background: url('image/rank_list.gif') no-repeat;
}

.rank_list li {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0 5px 0 35px;
}

.ppt {
	padding: 1px 15px 1px 35px;
	line-height: 25px;
}

.ppt_l {
	width: 60px;
	font-weight: bold;
}

.ppt_r {
	color: #DFDFDF;
}

.ppt span {
	padding: 1px;
	background: #2E6AB1;
	border: #1D589E 1px solid;
	color: #FFFFFF;
}

/* sell && buy && company */
.category {
	padding: 10px 20px 5px 15px;
}

.category p {
	padding: 5px 0 5px 0;
	margin: 0;
}

.category div {
	padding: 0 20px 0 20px;
}

.about {
	border: #2786C6 1px solid;
	background: #F2F2F2;
	padding: 8px;
	margin: 15px 15px 0 15px;
}

.about li {
	padding: 5px 0 5px 5px;
}

.about li span {
	display: block;
	width: 100px;
	float: left;
	color: #1B4C7A;
}

.contact_head {
	height: 36px;
	line-height: 36px;
	border: #EEEEEE 1px solid;
	border-bottom: none;
	background: #F5F5F5;
	padding: 2px 16px;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 10px 0 0;
}

.contact_body {
	padding: 10px;
	border: #EEEEEE 1px solid;
	border-top: none;
	margin: 0 10px 0 0;
}

.contact_body li {
	line-height: 24px;
	padding: 6px 10px;
}

.contact_body li span {
	color: #666666;
	padding: 0 8px 0 0;
}

.type {
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	border-top: #EEEEEE 1px solid;
	background: #EEEEEE;
	padding-left: 35px;
}

a.type_1:link, a.type_1:visited, a.type_1:active, a.type_1:hover {
	float: left;
	display: block;
	padding: 0 15px 0 15px;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

a.type_2:link, a.type_2:visited, a.type_2:active {
	float: left;
	display: block;
	padding: 0 15px 0 15px;
	border-right: #E2F0FB 1px solid;
}

a.type_2:hover {
	background: #258CFF;
	color: #FFFFFF;
}

.img_tip {
	width: 200px;
	z-index: 1000;
	position: absolute;
	padding: 5px;
	border: #EEEEEE 1px solid;
	background: #FFFFFF;
}

.vote {
	padding: 10px;
}

.vote div {
	font-weight: bold;
}

.vote li {
	padding: 3px 0 3px 0;
}

.vote p {
	margin: 5px 0 5px 0;
}

.sort {
	line-height: 48px;
	border-bottom: #EEEEEE 1px solid;
	font-size: 14px;
	overflow: hidden;
}

.sort-k {
	width: 80px;
	padding-left: 16px;
	font-weight: bold;
	float: left;
	overflow: hidden;
}

.sort-v {
	width: 850px;
	float: left;
	overflow: hidden;
}

.sort-v li {
	float: left;
	padding: 0 10px;
}

.sort-v .on {
	background: #EEEEEE;
}

.sort-v i {
	font-style: normal;
	padding-left: 2px;
	color: #999999;
	font-size: 12px;
}

.sort-v b {
	padding: 0 20px;
}

.sort-v input, .sort-v select {
	padding: 4px;
}

.sort-v .btn-blue, .sort-v .btn {
	padding: 0;
	line-height: 28px;
	width: 80px;
	margin-right: 20px;
}

.list {
	line-height: 180%;
}

.list:hover {
	background: #F2F2F2;
}

.list div img {
	border: #EEEEEE 1px solid;
}

.list table {
	width: 100%;
	border-bottom: #EEEEEE 1px solid;
}

.list td {
	padding: 10px 0 10px 0;
}

.list h3 {
	font-size: 14px;
	margin: 0px;
	height: 22px;
	overflow: hidden;
}

.user-info {
	height: 64px;
	padding: 16px;
	background: #EEEEEE;
	border-radius: 0 0 10px 10px;
}

.user-info img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.user-info ul {
	float: right;
	width: 195px;
	margin-top: 4px;
}

.user-info li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.user-info strong {
	font-size: 16px;
}

.user-info em {
	font-size: 12px;
	font-style: normal;
	float: right;
	padding-right: 20px;
}

.user-info i {
	font-style: normal;
	color: #999999;
	padding: 0 6px;
}

.head-txt {
	padding: 10px 16px;
	line-height: 28px;
	border-bottom: #F5F5F5 1px solid;
	margin-bottom: 10px;
	clear: both;
}

.head-txt strong {
	font-size: 18px;
}

.head-txt span {
	float: right;
	font-size: 14px;
	color: #999999;
}

.head-txt i {
	font-style: normal;
	font-weight: bold;
	padding: 0 2px;
	font-family: simsun;
}

.head-sub {
	padding: 10px 16px;
	line-height: 28px;
	border-bottom: #F2F2F2 1px solid;
	margin-bottom: 10px;
	clear: both;
}

.head-sub strong {
	font-size: 16px;
}

.head-sub span {
	float: right;
	font-size: 14px;
	color: #999999;
}

.head-sub i {
	font-style: normal;
	font-weight: bold;
	padding: 0 2px;
	font-family: simsun;
}

.list-thumb {
	padding: 10px;
	overflow: hidden;
}

.list-thumb img {
	border: #EEEEEE 1px solid;
	padding: 2px;
}

.list-thumb li {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}

.list-thumb td {
	text-align: center;
}

.list-thumb td:hover {
	background: #F5F5F5;
}

.list-img {
	overflow: hidden;
	padding: 10px 0 0 20px;
}

.list-img ul {
	margin: 10px 24px 16px 6px;
}

.list-img li {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
}

.list-img p {
	margin: 10px 10px 0 6px;
}

.list0 {
	overflow: hidden;
}

.list0 div {
	width: 200px;
	float: left;
}

.list0 img:hover {
	border-left: #FFFFFF 1px solid;
}

.list1 {
	overflow: hidden;
	padding-top: 20px;
}

.list1 div {
	width: 188px;
	float: left;
}

.list1 img:hover {
	border-left: #FFFFFF 1px solid;
}

.list-txt {
	padding: 0 16px;
}

.list-txt li {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	background: url('image/li_dot.gif') no-repeat 4px center;
	padding-left: 16px;
}

.list-txt em {
	font-size: 12px;
	color: #666666;
	padding-left: 16px;
	font-style: normal;
	float: right;
}

.list-txt .f_r {
	font-size: 12px;
	color: #666666;
	padding-left: 16px;
}

.list-rank {
	padding: 0 16px;
}

.list-rank li {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding: 0 6px;
	overflow: hidden;
}

.list-rank .f_r {
	float: right;
	font-size: 12px;
	color: #666666;
	padding-left: 16px;
}

.list-rank em {
	font-size: 16px;
	font-style: normal;
	color: #F34540;
	padding-right: 10px;
}

.list-rank i {
	font-size: 16px;
	font-style: normal;
	color: #999999;
	padding-right: 14px;
}

.list-cate {
	padding: 10px 20px;
}

.list-cate:after {
	content: "";
	display: block;
	clear: both;
}

.list-cate td {
	width: 400px;
	font-size: 14px;
	padding: 10px 10px 20px 10px;
}

.list-cate td:hover {
	background: #F5F5F5;
	border-radius: 10px;
}

.list-cate p {
	margin: 0 0 10px 0;
}

.list-cate li {
	float: left;
	line-height: 32px;
}

.list-cate em {
	font-style: normal;
	color: #EEEEEE;
	padding: 0 10px;
}

.list-cate i {
	font-style: normal;
	color: #EEEEEE;
	padding: 0 10px;
}

.list-cate2 {
	padding: 0 10px;
	overflow: hidden;
}

.list-cate2 li {
	width: 116px;
	padding: 0 16px;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
}

.list-cate2 li:hover {
	background: #F5F5F5;
	border-radius: 6px;
}

.list-cate2 i {
	font-size: 12px;
	font-style: normal;
	color: #666666;
	padding-left: 6px;
}

.list-area {
	width: 860px;
	padding: 10px 0 10px 20px;
	overflow: hidden;
}

.list-area li {
	width: 100px;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	border: #EEEEEE 1px solid;
	margin: 0 20px 20px 0;
	border-radius: 6px;
}

.list-area li:hover {
	border: #FF6600 1px solid;
}

.list-area4 {
	padding: 0 10px;
	overflow: hidden;
}

.list-area4 li {
	width: 25%;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.list-area4 li:hover {
	background: #F5F5F5;
	border-radius: 6px;
}

.tab-head {
}

.tab-head ul {
	border-bottom: #F5F5F5 1px solid;
	height: 32px;
	padding-left: 16px;
}

.tab-head li {
	border-bottom: #F5F5F5 1px solid;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-right: 16px;
	float: left;
	font-size: 14px;
}

.tab-head .on {
	border-bottom: #007AFF 3px solid;
	height: 30px;
	line-height: 32px;
}

.tab-head .on span {
	color: #007AFF;
}

/* side */
.side ul {
	margin: 10px;
}

.side em {
	font-size: 12px;
	font-style: normal;
	color: #999999;
}

.side a {
	width: 90%;
	display: block;
	font-size: 16px;
}

.side input {
	width: 140px;
	border: #EEEEEE 1px solid;
	border-radius: 8px;
	padding: 8px 8px 8px 26px;
	font-size: 14px;
	background: #FFFFFF url('image/icon-search16.png') no-repeat 6px center;
	outline: none;
	margin: 16px 16px 16px 32px;
}

.side input:hover {
	width: 180px;
}

.side_li {
	line-height: 48px;
	height: 48px;
	padding-left: 32px;
	overflow: hidden;
	margin-bottom: 5px;
}

.side_li:hover {
	background: #ef7c00;
	border-radius: 10px;
}

.side_li:hover a {
	color: white !important;
}

.side_on {
	line-height: 48px;
	height: 48px;
	background: #ef7c00;
	padding-left: 32px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 5px;
}

.side_on a {
	color: white;
}

.warn {
	padding: 30px 100px 30px 200px;
}

.warn div {
	padding: 5px 0 0 60px;
	background: url('image/warn.gif') no-repeat;
	font-size: 14px;
	line-height: 200%;
}

.warn h1 {
	font-size: 16px;
	margin: 0;
}

.guest_warn {
	padding: 2px 0 2px 0;
	text-align: center;
	margin: 0 130px 15px 130px;
	background: #FFF5D8;
	border: #FF7300 1px solid;
}

.back2top {
	width: 58px;
	height: 58px;
	position: fixed;
	_position: absolute;
	left: 50%;
	margin-left: 620px;
	bottom: 100px;
	_bottom: auto;
	cursor: pointer;
	display: none;
}

.back2top a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('image/back2top.png') no-repeat;
}

/*.back2top a:hover {background:url('image/back2top.png') no-repeat -58px 0;}*/
.ui-ico-time, .ui-ico-hits, .ui-ico-info, .ui-ico-play, .ui-ico-pics, .ui-ico-down, .ui-ico-comm, .ui-ico-area, .ui-ico-user, .ui-ico-none, .ui-ico-sort, .ui-ico-like, .ui-ico-hate, .ui-ico-delete, .ui-ico-quote, .ui-ico-report, .ui-ico-price {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 10px 0 20px;
}

.ui-ico-time {
	background: url('image/ico-time.png') no-repeat 0 center;
}

.ui-ico-hits {
	background: url('image/ico-hits.png') no-repeat 0 center;
}

.ui-ico-info {
	background: url('image/ico-info.png') no-repeat 0 center;
}

.ui-ico-play {
	background: url('image/ico-play.png') no-repeat 0 center;
}

.ui-ico-pics {
	background: url('image/ico-pics.png') no-repeat 0 center;
}

.ui-ico-down {
	background: url('image/ico-down.png') no-repeat 0 center;
}

.ui-ico-area {
	background: url('image/ico-area.png') no-repeat 0 center;
}

.ui-ico-user {
	background: url('image/ico-user.png') no-repeat 0 center;
}

.ui-ico-comm {
	background: url('image/ico-comm.png') no-repeat 0 center;
	cursor: pointer;
}

.ui-ico-comm:hover {
	background: url('image/ico-comm-on.png') no-repeat 0 center;
	color: #FF6600;
}

.ui-ico-like {
	background: url('image/ico-like.png') no-repeat 0 center;
	cursor: pointer;
}

.ui-ico-like:hover {
	background: url('image/ico-like-on.png') no-repeat 0 center;
	color: #FF6600;
}

.ui-ico-hate {
	background: url('image/ico-hate.png') no-repeat 0 center;
	cursor: pointer;
}

.ui-ico-hate:hover {
	background: url('image/ico-hate-on.png') no-repeat 0 center;
	color: #FF6600;
}

.ui-ico-sort {
	background: url('image/ico-sort.png') no-repeat 0 center;
	cursor: pointer;
}

.ui-ico-sort:hover {
	background: url('image/ico-sort-on.png') no-repeat 0 center;
	color: #FF6600;
}

.ui-ico-delete {
	background: url('image/ico-delete.png') no-repeat 0 center;
	cursor: pointer;
}

.ui-ico-delete:hover {
	background: url('image/ico-delete-on.png') no-repeat 0 center;
	color: #FF6600;
}

.ui-ico-quote {
	background: url('image/ico-quote.png') no-repeat 0 center;
	cursor: pointer;
}

.ui-ico-quote:hover {
	background: url('image/ico-quote-on.png') no-repeat 0 center;
	color: #FF6600;
}

.ui-ico-report {
	background: url('image/ico-report.png') no-repeat 0 center;
	cursor: pointer;
}

.ui-ico-report:hover {
	background: url('image/ico-report-on.png') no-repeat 0 center;
	color: #FF6600;
}

.ui-ico-price {
	color: #FF0000;
	padding: 0;
	font-size: 14px;
}

.ui-fr {
	float: right;
}

.ui-toast {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	display: inline-block;
	padding: 0 16px;
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #FFFFFF;
	border-radius: 6px;
	position: fixed;
	z-index: 99;
	top: 40%;
	left: 48%;
	font-size: 16px;
}

.f16 {
	font-size: 16px;
}

.f14 {
	font-size: 14px;
}

/*会员登录注册*/
.loginbg {

	/*background-image: linear-gradient(to right, #8EB8E1, #7B99D2,#8EB8E1);*/
	background: #029dad url('/skin/default/image/loginbg.jpg') no-repeat;
	background-size: 100% 75%;
}

.head_rnew a {
	margin: 0 8px;
}

/*会员登录注册*/

/*头部搜索logo*/
.headw {
	width: 100%;
	background: #fff;
}

.headps {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	position: relative;
	z-index: 100;
}

.headps .logops {
	float: left;
	width: 300px;
	height: 70px;
	font-size: 30px;
	font-family: "微软雅黑";
	padding-top: 18px;
}

.headps .logops a {
	display: block;
	width: 300px;
	height: 80px;
	color: #333;
	line-height: 80px;
}

.headps .logops img {
	width: 280px;
	height: 70px;
}

.headps .topcity {
	float: left;
	padding: 40px 1px 0 1px;
	cursor: pointer;
}

.headps .topcity .topcitybox {
	border: 1px solid #e7e7e7;
	background: #f7f7f7;
	padding: 5px;
}

.headps .topcity .topcitybox i {
	background: url("./image/icons.__1408011138__.png") no-repeat scroll -20px -19px;
	float: left;
	height: 18px;
	width: 18px;
}

.headps .topcitylist {
	position: absolute;
	z-index: 100;
	left: 310px;
	top: 68px;
	width: 210px;
	padding: 10px;
	border: 1px solid #d8d8d8;
	background: #fff;
}

.headps .topcitylist h3 {
	height: 35px;
	line-height: 35px;
	color: #f60;
	font-size: 14px;
	padding-left: 7px;
}

.headps .topcitylist li {
	float: left;
	padding: 5px;
}

.headps .topsearch {
	float: left;
	width: 470px;
	padding-top: 25px;
	padding-left: 70px;
}

.headps .topsearch .topsearchbox .keywords {
	vertical-align: middle;
	width: 364px;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	background: url(./image/search.jpg) no-repeat 0 0;
	border: none;
	font-family: "微软雅黑";
}

.headps .topsearch .topsearchbox .button {
	vertical-align: middle;
	width: 86px;
	height: 34px;
	background: url(./image/search.jpg) no-repeat right 0;
	border: none;
}

.headps .carnum {
	float: right;
	min-width: 185px;
	padding-top: 26px;
	text-align: right;
	line-height: 25px;
	color: #999;
}

.headps .carnum .counts, .headps .carnum .counts a {
	color: #ee7700;
	font-weight: bold;
	font-size: 14px;
}

.headps .topsearch .topkeywords {
	margin-top: 5px;
	padding-left: 10px;
}

.headps .topsearch .topkeywords a {
	color: #999;
}

/*头部搜索logo*/

/*首页幻灯片*/

/*幻灯片*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 450px;
	background: #000;
}

.fullSlide .bdps {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100% !important;
	height: 450px;
}

.fullSlide .bdps ul {
	width: 100% !important;
}

.fullSlide .bdps li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bdps li a {
	display: block;
	height: 450px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	line-height: 999px
}

.fullSlide .hd ul .on {
	background: #0aafbe;
}

.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none
}

.fullSlide .next {
	left: auto;
	right: 15%;
}

/*首页幻灯片*/

/*首页查找*/
.inleft, .inright {
	padding: 30px 0 0 10px;
}

.fl {
	float: left;
}

.txt_bodyleft {
	width: 750px;
	float: left;
}

.txt_bodyright {
	float: left;
}

.txt_bodyleft .in_txt {
	width: 630px;
}

.in_txt ul li {
	float: left;
}

/*.in_txt a {
   height: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
}*/
.txt_bodyright h6 {
	font-size: 18px;
	color: #0aafbe;
	font-weight: 700;
	margin: 16px 0px;
}

.txt_bodyright .btn_btm {
	display: block;
	width: 290px;
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
	text-align: center;
	background-color: #ef7c00;
	font-size: 16px;
	border-radius: 6px;
	color: #ffffff;
}

.txt_bodyright .in_txt {
	margin-left: 15px;
	width: 310px;
}

.newhome-brand {
	display: inline-block;
}

.newhome-brand a {
	float: left;
	width: 60px;
	margin-right: 42px;
	text-align: center;
	margin-bottom: 15px;
}

.newhome-brand img {
	width: 40px;
	height: 40px;
}

.newhome-brand span {
	display: block;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
}

.newhome-price a {
	font-size: 14px;
	margin: 0 15px 0 15px;
}

.index-brandnew {
	box-shadow: 0px 0px 16px #e6e6e6;
	padding-bottom: 25px;
}

.mt20 {
	margin-top: 20px;
}

/*首页查找*/

/*首页推荐车源*/
.home-around {
	padding-top: 4px;
	margin-bottom: 10px
}

.home-around .home-sub-nav {
	height: 56px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #999;
	letter-spacing: -.31px
}

.home-around .home-sub-nav .home-nav-i {
	float: initial;
	display: inline-block;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #f9f9f9;
	padding: 0 35px;
	position: relative
}

.home-around .home-sub-nav .home-nav-i .icon--HOT {
	position: absolute;
	font-size: 16px;
	right: 12px;
	top: 4px;
	color: #f29718
}

.home-around .home-sub-nav .active {
	background-color: #fff;
	border-top: 2px solid #0aafbe;
}

.home-around .home-sub-nav .active span {
	color: #0aafbe
}

.home-around .home-sub-content .home-nav-c .car-inf {
	margin-bottom: 10px
}

.home-around .container-img {
	background-color: #fff;
	width: 232px;
	height: 174px;
	position: relative;
	overflow: hidden;
}

.home-title {
	height: 86px;
	position: relative;
	line-height: 86px;
	text-align: center;
}

.home-title .home-title-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 86px;
	z-index: 2
}

.home-title .home-title-text>.home-title-text-c {
	display: inline-block;
	margin: 0 auto
}

.home-title .home-title-text>.home-title-text-c>span {
	float: left
}

.home-title .home-title-text>.home-title-text-c .home-title-s {
	font-size: 28px;
	color: #333;
	padding-right: 10px;
	position: relative
}

.home-title .home-title-text>.home-title-text-c .home-title-s:after {
	width: 5px;
	height: 5px;
	background: #666;
	position: absolute;
	right: -4px;
	top: 42px;
	content: ''
}

.home-title .home-title-text>.home-title-text-c .home-title-n {
	font-size: 20px;
	color: #999;
	padding-left: 10px
}

.home-title .home-title-bk {
	height: 56px;
	margin: 15px auto
}

.car-inf {
	width: 232px;
	margin-right: 12px;
	float: left;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 2px;
}

.car-inf .container-text {
	height: 97px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	background: #fff;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.car-inf .container-text .h6, .car-inf .container-text h6 {
	font-size: 16px;
	color: #333;
	letter-spacing: -.31px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.car-inf .container-text .car-tm span {
	/*padding-right: 22px;*/
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
	letter-spacing: -.27px;
}

.car-inf .container-text .car-p {
	margin-top: 9px;
	font-size: 20px;
	color: #ef7c00;
	letter-spacing: -.39px;
}

.car-inf .container-text .car-tm {
	font-size: 14px;
	color: #999;
	margin-top: 8px;
	letter-spacing: -.27px;
	font-style: normal !important;
}

.car-inf .container-text .car-tm span:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 8px;
	height: 10px;
	border-right: 1px solid #dcdcdc;
}

.car-inf:hover {
	-webkit-box-shadow: 0 2px 12px 0 rgba(63, 67, 89, .15);
	-moz-box-shadow: 0 2px 12px 0 rgba(63, 67, 89, .15);
	box-shadow: 0 2px 12px 0 rgba(63, 67, 89, .15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0)
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

.car-inf .container-text .car-p i {
	font-size: 12px;
	padding-left: 3px;
	letter-spacing: -.23px;
}

.tab-container .home-sub-nav {
	background-color: #f9f9f9;
	margin-bottom: 10px;
}

#home-around1 .home-sub-content li {
	height: 587px;
	overflow: hidden;
	display: none;
}

.mb20 {
	margin-bottom: 20px;
}

#home-around {
	background-color: #f9f9f9;
	padding: 12px 0 36px 0;
}

#home-around .home-title-text {
	background-color: #f9f9f9;
}

.nobg {
	background: none;
}

.btn-center {
	text-align: center;
	margin-top: 30px;
	background: none;
}

.btn-center .btn {
	width: 248px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: none;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ef7c00;
	color: #ef7c00;
}

.information-con .information-con-left {
	float: left;
	height: 290px;
	overflow: hidden
}

.information-con .information-con-left .information-left {
	width: 572px;
	height: 286px;
	float: left;
	margin-right: 20px;
	border: solid 1px #eee;
	_display: inline;
	overflow: hidden
}

.information-con .information-con-left .information-left img {
	width: 100%;
	height: 100%
}

.information-con .information-con-left .information-left a {
	display: block;
	width: 100%;
	height: 100%
}

.information-con .information-con-left .information-img {
	width: 266px;
	height: 133px;
	margin-bottom: 18px;
	overflow: hidden;
	border: solid 1px #eee
}

.information-con .information-con-left .information-img a {
	display: block;
	width: 100%;
	height: 100%
}

.information-con .information-con-left .information-img img {
	width: 100%;
	height: 100%
}

.information-con .information-center {
	float: left
}

.information-con .information-list {
	float: left;
	height: 288px;
	margin-left: 40px;
	width: 286px
}

.information-con .information-list li {
	position: relative;
	height: 33px;
	padding-left: 14px;
	margin-bottom: 6px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 16px;
}

.information-con .information-list li .point {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #d0d0d0;
	position: absolute;
	left: 0px;
	top: 5px;
	border-radius: 100%
}

.information-con .information-list li a {
	font-size: 16px;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}

.information-con .information-list li a span {
	display: inline-block;
	color: #666
}

.information-con .information-list li a:hover {
	color: #ff651b
}

.information-con .information-list li a:hover span {
	color: #ff651b
}

.information-con .information-list li .view {
	font-size: 14px;
	line-height: 14px;
	color: #999;
	margin-top: 10px
}

.information-con .information-list li .view label {
	display: inline-block;
	margin-right: 20px
}

.information-con .information-list li .view .iconfont {
	font-size: 12px;
	margin-right: 5px
}

#newsdiv .home-title {
	padding-bottom: 10px;
}

.footer-txt {
	padding: 10px 16px;
	line-height: 28px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	clear: both;
}

.footer-txt .px16 {
	color: #ef7c00;
}

.foot-div {
	background: #313131;
}

.foot-div .m {
	background: none !important;
}

.foot-div .foot_page a {
	color: white !important;
}

/*首页推荐车源*/

/*资讯列表*/
.contentnew .leftCatalog {
	float: left;
	width: 239px;
	height: auto;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background-color: white;
	padding-bottom: 10px;
}

.contentnew .leftCatalog ul {
	padding-left: 50px;
	padding-top: 10px;
}

.contentnew .leftCatalog ul li {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
	cursor: pointer;
}

.contentnew .leftCatalog ul li span {
	position: absolute;
	top: 17.5px;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #FF6C14;
}

.contentnew .leftCatalog ul li.active {
	color: #ef7c00;
}

.contentnew .rightQuestion {
	float: left;
	width: 900px;
	height: 100%;
	margin: 0 30px;
	background-color: white;
}

.contentnew .rightQuestion ul {
	margin-bottom: 20px;
}

.contentnew .rightQuestion ul li {
	width: 840px;
	height: auto;
	padding-left: 10px;
	padding-right: 50px;
	border-bottom: 1px solid #EEEEEE;
}

.contentnew .rightQuestion ul li .timu {
	font-size: 14px;
	padding-top: 10px;
}

.contentnew .rightQuestion ul li .daan {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	height: auto;
	overflow: hidden;
}

/*资讯列表*/

/*求购列表页*/
.purchase, .purchase_gate {
	margin-bottom: 10px;
	background: #ffffff;
	font-size: 14px;
	color: #333;
	border: 1px solid #E7E7E7;
}

.boder_b_1 {
	border-bottom: 1px dashed #ddd;
}

.icon-cart {
	background: url("./image/icon-cart.png") no-repeat center center;
	width: 29px;
	height: 29px;
	background-size: 100%;
}

.purchase_head {
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	position: relative;
	background: #fff;
}

.purchase_head .column_title {
	position: absolute;
	left: 10px;
	top: 0;
}

.purchase_head .column_title span {
	vertical-align: middle;
	display: inline-block;
}

.purchase_head .column_title .icon-title {
	font-size: 24px;
	color: #333;
}

.purchase_head .tab {
	width: 350px;
	margin: 0 auto;
}

.purchase_head .tab li {
	float: left;
	font-size: 16px;
	color: #333;
	width: 64px;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
}

.purchase_head .tab li.active, .purchase_head .tab li:hover {
	color: #ff7800;
	font-weight: bold;
	border-bottom: 2px solid #ff7800;
}

.purchase_head .tab li .xiaSanJiao {
	border-top: 9px solid #ff7800;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -9px;
	display: none;
}

.purchase_head .tab li.active .xiaSanJiao, .purchase_head .tab li:hover .xiaSanJiao {
	display: inline-block;
}

.purchase_head .get_more {
	position: absolute;
	right: 10px;
	top: 0;
}

.purchase_main {
	width: 100%;
	padding-bottom: 10px;
}

.tab_content .tab_item {
	display: none;
	padding: 0 20px;
	box-sizing: border-box;
}

.tab_content div.active {
	display: block;
}

.tab_content .tab_item .tab_item_head {
	padding: 20px 16px 0;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.tab_content .tab_item ul li {
	height: 60px;
	line-height: 21px;
	border-bottom: 1px solid #ededed;
	border-left: 2px solid transparent;
	padding: 0 16px;
	margin-left: -2px;
	cursor: pointer;
}

.tab_content .tab_item ul li:hover .col_title, .tab_content .tab_item ul li:hover .col_name {

	/*color: #2b7cef;*/
}

.tab_content .tab_item ul li span {
	vertical-align: middle;
	display: inline-block;
}

.tab_content .tab_item .col_title {
	width: 400px;
}

.tab_content .tab_item .col_num {
	width: 200px;
}

.tab_content .tab_item .col_num .num {
	font-weight: bold;
	color: #ef7c00;
}

.tab_content .tab_item .col_name {
	width: 215px;
}

.tab_content .tab_item .col_time {
	width: 230px;
}

.tab_content .tab_item .col_operation {
	width: 90px;
}

.tab_content .tab_item .col_operation a {
	display: inline-block;
	border-radius: 2px;
	width: 75px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.tab_content .tab_item .col_operation .btn {
	color: #0aafbe;
	border: 1px solid #0aafbe;
}

.tab_content .tab_item .col_operation .btn:hover {
	background: #1697a2;
	color: #fff;
}

.tab_content .tab_item .col_operation .btn_end {
	color: #ccc;
	border: 1px solid #ccc;
}

/*求购列表页*/

/*求购详情页*/
.purchase-content-top {
	height: 84px;
	width: 97%;
}

.purchase-content-top .purchase-top-main {
	height: 74px;
	margin-left: 10px;
	border-bottom: 1px dashed #f2f2f2;
}

.purchase-content-top .purchase-top-main .titlebuy {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 55px;
	text-align: center;
}

.purchase-content-left {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #f2f2f2;
}

.purchase-content-right {
	width: 260px;
}

.pur-right-content {
	width: 258px;
	border: 1px solid #f2f2f2;
}

.fd-clr:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020";
}

.go-m-title {
	font-weight: normal;
	margin-top: 15px;
	line-height: 1.2;
	font-size: 18px;
	border-left: 5px solid #0aafbe;
	padding-left: 10px;
	margin-bottom: 20px;
}

.go-less {
	color: #999;
}

.purchase-content-left .list-table {
	margin: 0 auto 20px 0;
	table-layout: fixed;
}

.quota-block ul {
	float: left;
	margin-left: 10px;
	font-size: 14px;
}

.quota-block .dates li {
	margin-top: 25px;
}

.quota-block .quota-info {
	float: right;
}

.quota-block .action {
	height: 72px;
	width: 370px;
	position: relative;
	margin-right: -18px;
	background: url(./image/bg.jpg) no-repeat;
	zoom: 1;
}

.quota-block .action1 {
	background: url(./image/bg1.png) no-repeat;
}

.quota-block .action >a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	float: left;
	color: #ef7c00;
	width: auto;
	padding: 0 22px;
	height: 36px;
	background: #ecf5fe;
	border-radius: 4px;
	line-height: 36px;
	text-align: center;
	margin: 15px 0 0 45px;
	_display: inline;
}

.quota-block .action1 >a {
	color: #999;
}

.list-table {
	width: 97%;
	border: 1px solid #ddd;
	background: #fff;
	table-layout: fixed;
}

.purchase-content-left .need-list {
	width: 97%;
}

.list-table th, .list-table td {
	padding: 18px 5px 18px 20px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	word-break: break-all;
}

.list-table thead th {
	height: 39px;
	vertical-align: middle;
	padding: 0 10px 0 20px;
	font-weight: 600;
	text-align: left;
	font-size: 15px;
}

.list-table tr:last-child td {
	border-bottom: 1px solid transparent;
}

.desc-block {
	padding: 5px 0 15px 15px;
	overflow: hidden;
	font-size: 14px;
}

.desc-notice {
	color: red;
	padding: 5px 0 15px 15px;
	font-size: 14px;
}

.item-desc {
	color: #ef7c00;
	font-size: 16px;
	font-weight: bold;
}

/*求购详情页*/
.latest-post-list {
	padding: 7px 10px 5px 10px;
}

.latest-post-list .latest-post-a {
	display: block;
	margin-bottom: 20px
}

.latest-post-list .latest-post-a .latest-post-img {
	float: left;
	width: 120px;
	height: 90px
}

.latest-post-list .latest-post-a .latest-post-img img {
	display: block;
	width: 100%;
	height: 100%
}

.latest-post-list .latest-post-a .latest-post-t {
	float: right;
	width: 180px
}

.latest-post-list .latest-post-a .latest-post-t h6 {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	height: 72px;
	margin: 0px;
	font-weight: normal;
}

.latest-post-list .latest-post-a .latest-post-t p {
	font-size: 12px;
	color: #999;
	margin: 0px;
}

.latest-post-list .latest-post-a:hover .latest-post-t h6 {
	color: #f39801
}

/*资讯列表*/
.news {
	width: 1220px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1
}

.news-main {
	width: 880px;
	float: left
}

.news-main img {
	width: 100%
}

.news-main .breadcrumb {
	margin-bottom: 30px;
	overflow: hidden;
	zoom: 1
}

.breadcrumb a, .breadcrumb h1, .breadcrumb span {
	height: 24px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	zoom: 1;
	color: #333;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400
}

.news-sidebar {
	width: 300px;
	float: right;
	padding-top: 10px
}

.news-banner {
	overflow: hidden;
	zoom: 1
}

.news-banner a {
	cursor: pointer
}

.news-banner .ad-fl {
	float: left;
	position: relative;
	margin-right: 10px
}

.news-banner .ad-fr {
	float: left
}

.news-banner .ad-small {
	position: relative
}

.news-banner .ad-small:first-child {
	margin-bottom: 10px
}

.news-banner .img-center-box {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 1));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 1));
	background-image: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0) 51%), to(rgba(0, 0, 0, 1)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 1));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#FF000000)
}

.news-banner img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.news-banner .ad-fl .img-center-box {
	width: 559px;
	height: 300px
}

.news-banner .ad-small .img-center-box {
	width: 306px;
	height: 145px
}

.news-banner .ad-text {
	position: absolute;
	bottom: 15px;
	z-index: 6;
	color: #fff
}

.news-banner .ad-fl .ad-text {
	width: 490px;
	padding-left: 14px;
	left: 0;
	font-size: 20px;
	line-height: 30px
}

.news-banner .ad-small .ad-text {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	font-size: 15px;
	line-height: 24px;
	bottom: 5px;
	box-sizing: border-box
}

.news-banner .ad-fl .alpha {
	width: 529px;
	height: 300px
}

.news-banner .alpha, .news-list .label .alpha {
	background: #000;
	opacity: .4;
	filter: alpha(opacity=40);
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: none
}

.news-banner .ad-small .alpha {
	width: 261px;
	height: 145px
}

.img-center-box {
	overflow: hidden;
	zoom: 1;
	text-align: center
}

.news-tabs .news-tabs-nav {
	float: left;
	width: 810px
}

.news-tabs .news-tabs-nav li {
	float: left
}

.news-tabs a {
	padding: 0 16px;
	display: block;
	font-size: 14px;
	color: #333;
	border: 1px solid transparent;
	border-top: 2px solid transparent;
	height: 46px;
	border-bottom: 1px solid transparent
}

.news-tabs a.active {
	color: #ef7c00;
	border: 1px solid #dfdfdf;
	border-top: 2px solid #ef7c00;
	border-bottom: 1px solid #fff;
	height: 46px;
	padding: 0 16px
}

.news-tabs .news-tabs-more li .active:hover, .news-tabs a:hover {
	color: #ef7c00;
	border: 1px solid #dfdfdf;
	border-top: 2px solid #ef7c00;
	border-bottom: 1px solid #fff;
	height: 46px;
	padding: 0 16px
}

.news-tabs .news-tabs-more {
	float: right;
	width: 112px;
	position: relative
}

.news-tabs {
	background: #fafafa;
	border-bottom: 1px solid #dfdfdf;
	height: 48px;
	line-height: 48px;
	margin-top: 40px
}

.news-tabs .news-tabs-more a {
	padding: 0;
	text-align: center
}

.news-tabs .news-tabs-more li .active {
	color: #ef7c00;
	border: 1px solid #dfdfdf;
	border-top: 2px solid #ef7c00;
	border-bottom: 1px solid #fff;
	height: 46px;
	padding: 0 16px
}

.news-tabs-more ul {
	background: #fafafa;
	position: absolute;
	right: 0;
	top: 48px;
	border-top: 1px solid #dfdfdf;
	height: 0;
	overflow: hidden;
	zoom: 1;
	display: none;
	box-shadow: 4px 4px 10px #8c8a8a;
	z-index: 1
}

.news-tabs-more li {
	border: 1px solid #dfdfdf;
	border-top: none;
	height: 48px;
	line-height: 48px;
	width: 110px;
	*display: inline;
	zoom: 1
}

.news-tabs-more li:last-child {
	border-bottom: none
}

.news-list li {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #dfdfdf
}

.news-list li .img {
	width: 186px;
	height: 140px;
	position: relative;
	float: left;
	overflow: hidden
}

.news-list li .text {
	margin-left: 205px;
	height: 140px;
	position: relative
}

.news-list li .text p.txt {
	margin-bottom: 20px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news-list li .text .pay-tip-tag {
	position: absolute;
	left: 0;
	bottom: 27px;
	font-size: 13px;
	background: #fff4e6;
	border-radius: 4px;
	padding: 4px 20px 4px 7px;
	color: #f29718;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.news-list li .text .pay-tip-tag:after {
	font-family: aiche;
	position: absolute;
	right: 3px;
	top: 4px;
	transform: scale(.7) rotate(-90deg);
	content: '\e93a'
}

.news-list li .text .pay-tip-tag b {
	height: 10px;
	width: 2px;
	background-color: #f5a845;
	margin-left: 6px;
	margin-right: 5px
}

.news-list li .label-time {
	position: absolute;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	bottom: 0
}

.news-list li .label-time .article-label {
	width: 380px;
	overflow: hidden;
	zoom: 1;
	float: left
}

.news-list li .label-time .article-label {
	line-height: 30px
}

.news-list li .label-time .article-label a {
	float: left
}

.news-list li .label-time .article-label a {
	margin-right: 18px;
	font-size: 12px;
	color: #9b9b9b
}

.news-list li .label-time .article-label a:hover {
	color: #ef7c00
}

.news-list li .time {
	float: right;
	width: 200px;
	line-height: 30px;
	height: 30px;
	text-align: right;
	color: #999
}

.news-list li h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
}

.news-list li h4.active {
	color: #ef7c00
}

.news-list .label {
	height: 24px;
	line-height: 24px;
	position: absolute;
	left: 6px;
	top: 8px;
	padding: 0 5px
}

.news-list .label .alpha {
	display: block;
	width: 100%;
	height: 24px;
	opacity: .7;
	background: #000;
	border-radius: 2px
}

.news-list .label .label-txt {
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 15;
	left: 0;
	top: 0;
	display: block
}

.news-list li a.link-box {
	color: #333
}

.news-list li a.link-box:hover h4 {
	color: #ef7c00
}

.news-list .glb-btn-more, .news-list .glb-loading {
	margin-top: 40px
}

.news-sidebar .ad {
	margin-bottom: 20px
}

.news-sidebar .glb-gba {
	margin-bottom: 32px
}

.news-sidebar .news-special {
	margin-bottom: 32px
}

.glb-sub-title {
	position: relative;
	margin-bottom: 8px
}

.glb-sub-title span {
	position: absolute;
	bottom: 0;
	display: block;
	height: 2px;
	width: 100%;
	background-color: #f0f0f0;
	z-index: -1
}

.glb-sub-title h2 {
	display: inline-block;
	line-height: 18px;
	padding-top: 0px;
	border-bottom: 3px solid #ef7c00;
	font-size: 20px;
	color: #333;
	font-weight: 700
}

.glb-gba li {
	border-bottom: 1px dashed #e6e6e6;
	line-height: 46px;
	height: 46px
}

.glb-gba li .dot {
	display: inline-block;
	height: 4px;
	width: 4px;
	margin: 0 11px 0 6px;
	border-radius: 50%;
	background-color: #d8d8d8;
	vertical-align: middle
}

.glb-gba li a {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	width: 270px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.news-sidebar .news-special li {
	overflow: hidden;
	padding: 13px 0;
	zoom: 1;
	border-bottom: 1px dashed #e6e6e6
}

.news-sidebar .news-special li:last-child {
	border: none
}

.news-sidebar .news-special li .order {
	display: inline-block;
	margin-right: 13px;
	color: #e0e0e0;
	font-weight: 700;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: 1px
}

.news-sidebar .news-special li .order.s {
	color: #f29718
}

.news-sidebar .news-special .special-box {
	display: inline-block;
	width: 260px;
	max-height: 40px;
	line-height: 20px;
	color: #333;
	overflow: hidden
}

.glb-gba a:hover, .news-sidebar .news-special .special-box:hover {
	color: #f39801
}

.news-search {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 32px
}

.news-search .fast-form {
	width: 100%;
	height: 40px;
	margin-bottom: 24px
}

.news-search .text {
	font-size: 14px;
	padding: 9px 0 9px 14px;
	float: left;
	height: 40px;
	width: 240px;
	box-sizing: border-box;
	background-color: #eff0f4;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #333
}

.news-search .text::-webkit-input-placeholder {
	color: #9f9fa7
}

.news-search .text:-moz-placeholder {
	color: #9f9fa7
}

.news-search .text::-moz-placeholder {
	color: #9f9fa7
}

.news-search .text:-ms-input-placeholder {
	color: #9f9fa7
}

.news-search .text:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #eff0f4 inset;
	-webkit-text-fill-color: #333
}

.news-search .btn {
	width: 60px;
	height: 40px;
	float: right;
	display: block;
	cursor: pointer;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #f29718;
	background-image: url(../../image/v3-news/search@2x.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 15px 6px
}

.news-search li {
	float: left;
	width: 76px;
	height: 28px;
	line-height: 28px;
	margin: 0 12px 10px 0;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
	border-radius: 100px;
	box-sizing: border-box;
	cursor: pointer
}

.news-search li:hover {
	background-color: #f8f8f8
}

.news-search li a {
	color: #666;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px
}

.news-find ul, .news-hot ul {
	margin-top: 20px
}

.news-find li, .news-hot li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 12px 12px 0;
	background: #eff0f4;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box
}

.news-find li:hover, .news-hot li:hover {
	background-color: #e4e5ea
}

.news-find li a, .news-hot li a {
	display: block;
	height: 100%;
	padding: 0 12px;
	text-align: center;
	font-size: 14px;
	color: #74788a
}

.news-find .glb-sub-title .title {
	border-top: none;
	cursor: pointer;
	color: #9b9b9b;
	margin-right: 15px
}

.news-find .glb-sub-title .title.active {
	border-top: 4px solid #f29718;
	color: #333
}

.news-find ul {
	margin-bottom: 38px
}

.news-find .seriesList {
	display: none
}

.news-find li {
	height: 30px;
	line-height: 30px;
	margin: 0 20px 12px 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news-recommend-car ul {
	margin: 20px 0 50px
}

.news-recommend-car li {
	height: 90px;
	margin-bottom: 24px
}

.news-recommend-car .img {
	height: 90px;
	width: 120px
}

.news-recommend-car .info {
	float: right;
	width: 170px
}

.news-recommend-car .info .title {
	height: 60px;
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis
}

.news-recommend-car li:hover .title {
	color: #f39801;
	transition: .2s linear
}

.news-recommend-car .info .price {
	font-size: 14px;
	color: #d70000;
	font-weight: 700
}

.news-recommend-car .info .price i {
	font-size: 18px
}

.news-recommend-car .info .time {
	float: right;
	margin-top: 5px;
	font-size: 12px;
	color: #999
}

/*资讯列表*/
