/* 2017-06-07 新增 首页列表和资讯列表 */
.news-mrap{ margin-top: 10px;}
.news-mrap .small-img{ padding:15px 0; border-bottom: 1px solid #f5f5f5;transition: background 0.2s; -moz-transition: background 0.2s; -webkit-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s;}
.news-mrap .small-img:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.news-mrap .small-img:hover{ background: #F7F8FC;}
.news-mrap .small-img:hover .meta-mrap a{ color: #536DFE;}
.news-mrap .small-img:hover .meta-mrap .meta-box .tab span a{ color:#536DFE; }
.news-mrap .small-img .img-box{ width: 260px; height: 180px; float: left; overflow: hidden; position: relative; margin-right: 26px;}
.news-mrap .small-img .img-box span{background: rgba(135, 182, 68, 0.91); color:#FFF; padding: 3px 5px; font-size: 14px; position: absolute; top:0; left:0;}
.news-mrap .small-img .img-box img{ display: block; width: 260px; height: 180px; transition: transform .3s ease;-webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; -ms-transition: -ms-transform .3s ease;}
.news-mrap .small-img .img-box img:hover{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); /* IE 9 */-moz-transform:scale(1.1,1.1); /* Firefox */-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */-o-transform:scale(1.1,1.1); /* Opera */}
.news-mrap .small-img .img-box .catename { position: absolute;top: 0;left: 2px;width: 65px;color: #FFFFFF;font-size: 12px;line-height: 26px;text-align: center;background-color: #536DFE;}
.news-mrap .small-img .meta-mrap{ display: table-cell; width: 700px;}
.news-mrap .small-img .meta-mrap h3{ font-size: 20px; line-height: 26px; height: 52px; overflow: hidden;}
.news-mrap .small-img .meta-mrap h3 a{ color: #000; font-weight:bold ; font-size:20px; transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s;}
.news-mrap .small-img .meta-mrap h3 a:hover{ color: #536DFE; text-decoration: none;}
.news-mrap .small-img .meta-mrap .meta-box{ height: 24px; overflow: hidden; margin-top: 17px;}
.news-mrap .small-img .meta-mrap .meta-box p{ float: left; color:#000; line-height: 24px;width:80px;}
.news-mrap .small-img .meta-mrap .meta-box .tab{ display: table-cell; /*width: 700px;*/width: 480px; float: none; text-align: right;}
.news-mrap .small-img .meta-mrap .meta-box .tab span a{ color:#000;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.news-mrap .small-img .meta-mrap .meta-box .tab span{ margin: 0 4px 0 2px; display: inline-block;}
.news-mrap .small-img .meta-mrap .meta-box .tab em{ width: 13px; display: inline-block; height: 22px; background: url("/images/home/2017/icon.png") no-repeat -157px -57px;}
.news-mrap .small-img .meta-mrap .text-mrap{ color:#000;font-size:16px; line-height: 22px; margin-top: 15px; height: 44px; overflow: hidden;}
.news-mrap .small-img .meta-mrap .meta-box .name{ height: 24px; line-height: 24px; color:#999; float: left; margin-right:10px;}
.news-mrap .small-img .meta-mrap .meta-box .name img{ display: block; float: left; width: 24px; height: 24px; margin: 0 5px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; }
.news-mrap .small-img .meta-mrap .meta-box .name a{ color:#999;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.news-mrap .small-img .meta-mrap .meta-box .name a:hover{ text-decoration: none; color: #536DFE; }

.top {
	width: 100%;
	height: 102px;
	background: url(../img/top_back.gif) left center repeat-x;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0px 3px 0px #f0f0f0;
}

.top .user {
	width: 1100px;
	line-height: 36px;
	margin: 0 auto;
}

.top .user>div {
	width: 49%;
}

.top .user>div:nth-child(2) {
	text-align: right;
}

.top .user div {
	display: inline-block;
}

.top .user a {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 20px;
}

.top .user a:hover {
	color: #82bb30;
}

.top .user .search {
	padding-left: 25px;
	background: url(../img/search-but.png) left center no-repeat;
}

.top .user .search:hover {
	background: url(../img/search.png) left center no-repeat;
}

.top .user .email {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/email.gif) left center no-repeat;
}

.top .user .em_num {
	font-style: normal;
	background: url(../img/back_icon.png) center repeat-x;
	padding: 0 4px;
	margin-left: 10px;
	color: #FFFFFF!important;
}

.top .user .user_name {
	padding-left: 20px;
	background: url(../img/user.gif) left center no-repeat;
}

.top .user .user_name:hover {
	background: url(../img/user_r.gif) left center no-repeat;
}

.top .user .bute {
	padding: 3px 10px;
	background-color: #82bb30;
	color: #FFFFFF!important;
}

.top .nav {
	width: 1100px;
	line-height: 66px;
	margin: -1px auto;
}

.top .nav .on{
	background-color: #82bb30;
	color: #FFFFFF!important;
}

.top .nav a:nth-child(1):hover {
	background-color: transparent;
}

.top .nav a {
	display: inline-block;
	height: 100%;
	padding: 0 15px;
	font-size: 16px;
	color: #333333;
}

.top .nav a:hover {
	background-color: #82bb30;
	color: #FFFFFF;
}

.top .nav * {
	vertical-align: middle;
}

.top .nav img {
	width: 186px;
	height: 37px;
}


/*主体*/

.section {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.section>div {
	width: 100%;
	height: auto;
	margin-top: 35px;
	overflow: hidden;
}

.icons>div {
	display: inline-block;
	width: 49%;
}

.icons .big_mgs {
	position: relative;
	margin-right: 0.5%;
}

.small_mgs div:nth-child(1),
.small_mgs div:nth-child(2) {
	margin-bottom: 1%;
}

.small_mgs div:nth-child(1),
.small_mgs div:nth-child(3) {
	margin-right: 0.5%;
}

.icons .small_mgs div {
	position: relative;
	display: inline-block;
	width: 49%;
}

.icons img {
	width: 100%;
	height: 100%;
}

.icons a {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	padding: 8px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	color: #FFFFFF;
}

.icons .big_mgs a {
	width: 579px;
	font-size: 18px;
}

.icons .small_mgs a {
	width: 278px;
	font-size: 14px;
}


/*内容*/
.content>div {
	display: inline-block;
	vertical-align: top;
}

/*左侧*/

.left_side {
	display: inline-block;
	width: 860px;
	height: auto;
	margin-right: 20px;
}

.left_side .tag_page {
    text-align:right;
    height:36px;
	border-bottom: 1px solid #c6c6c6;
}

.left_side .tag_page a {
    position: relative;
	display: inline-block;
	line-height: 34px;
    padding:0px 10px ;
	border: 1px solid transparent;
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-bottom: -1px;
	margin-right: 20px;
}

.left_side .tag_page a:after {
    position:absolute;
    top: 10px;
    left:-14px;
    width:2px;
    height: 14px;
    background: #333;
    content:"";
}

.left_side .tag_page a.firs:after {
    background-color:transparent;
}

.tag_page .on {
	color: #FFFFFF!important;
	border: 1px solid #bfd89b;
	background-color: #536DFE;
}

.left_side .page {
	padding-top: 20px;
}

.left_side .page>div>div {
	width: 860px;
	margin-bottom: 20px;
}

.left_side .page>div>div:hover {
	
}

.page .promul a:hover {
	color: #82bb30!important;
	text-decoration: underline!important;
}

.left_side .page dt,
.left_side .page dd {
	display: inline-block;
	vertical-align: top;
}

.left_side .page img {
	width: 260px;
	height: 180px;
}

.left_side .page dt {
	position: relative;
	width: 260px;
	height: auto;
	margin-right: 10px;
}

.left_side .page dd {
	width: 480px;
}

.left_side .page .t1 {
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 20px;
	height: 60px;
}

.page .t1:hover {
	color: #82BB30;
}

.left_side .page dd .t2 {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 10px;
	height: 80px;
}

.left_side .page span {
	display: inline-block;
}

.left_side .page .rel_time {
	display: inline-block;
	text-align: left;
	color: #999999;
	width: 90px;
}

.left_side .page .user_img {
	color: #999999;
	width: 200px;
}

.left_side .page .promul {
	display: inline-block;
	background: url(../img/icon.png) left center no-repeat;
	padding-left: 12px;
}
.left_side .page .promul a {
	color: #999999;	
}

.user_img img {
	width: 21px!important;
	height: 20px!important;
	margin-right: 5px;
	vertical-align: middle;
}

.left_side .page .title {
	position: absolute;
	top: 0;
	left: 2px;
	width: 65px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	background-color: rgba(154, 198, 96, 0.8);
}


/*右侧*/

.content .right_side {
	width: 300px;
	height: auto;
}

.content .right_side>div {
	padding-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.right_side .title {
	position: relative;
	margin-left: 15px;
}

.right_side .title * {
	vertical-align: middle;
}

.right_side .title .tle {
	display: inline-block;
	font-size: 22px;
    font-weight: bold;
	border-bottom: 4px solid #536DFE;
	color: #1c1c1c;
    padding-bottom:5px;
}

.right_side .title a {
	display: inline-block;
	padding: 0 7px 5px 7px;
	color: #1C1C1C;
	margin-left: 20px;
}


/*车型搜索*/

.model_sear .title {
	margin-bottom: 10px;
    border-bottom: 1px solid #c5cae9;
}

.model_sear .model {
	padding-left: 10px;
	color: #999999;
}

.model_sear .model a {
	display: inline-block;
	width: 74px;
	margin-bottom: 5px;
	color: #000;
	line-height: 14px;
	text-align: center;
}

.model_sear select {
	display: block;
	width: 260px;
	height: 32px;
	margin: 10px auto;
}

.model_sear input[type=submit] {
	display: block;
	width: 260px;
	height: 29px;
	color: #FFFFFF;
	outline: none;
	margin: 0 auto;
	cursor: pointer;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #536DFE;
	border-bottom: 1px solid #536DFE;
	background-color: #536DFE;
}


/*热销车型*/

.hot_cars {
	padding: 0!important;
}

.hot_cars .title {
    border-bottom: 1px solid #c5cae9;
	margin-left: 10px;
	margin-bottom:10px
}

.hcars_part .cars_tab {
	width: 300px;
	height: 480px;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.hcars_part .cars_tab .cars {
	width: 280px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFff;
}

.hcars_part .cars_tab .cars p{
	margin: 14px 0;
}

.hcars_part .cars_tab .cars_datalis {
	display: none;
	padding: 10px 0 0 20px;
}

.hcars_part .cars_tab .cars_datalis>* {
	display: inline-block;
	vertical-align: top;
}

.hcars_part .cars_tab .cars_datalis>a {
	width: 110px;
	height: 60px;
}
 .hcars_part .cars_tab .cars_datalis>a img {
    width: 100px;
	height: 70px;
    }

.hcars_part .cars_tab .cars_datalis .data {
	width: 110px!important;
	margin-left: 5px;
}

.cars_tab dl {
	display: block;
	height: 100px;
	border-bottom: 1px dashed #e9e9e9;
}

.cars_state {
	color: #333333;
	padding: 10px;
}

.cars_state>p:nth-child(1) {
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cars_state em {
	display: inline-block;
	width: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #82BB30;
	color: #FFFFFF;
	margin-right: 5px;
}

.cars_state span {
	display: inline-block;
	width: 180px;
	color: #d50000;
}

.cars_tab .xdj {
	display: inline-block;
	border: 1px solid #536DFE;
	font-size: 12px;
	padding: 3px 6px;
	color: #536DFE;
	border-radius: 11px;
}

.hcars_part .cars_tab .cars_datalis .data>* {
	display: block;
}

.hcars_part .cars_tab .cars_datalis .data i {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
    font-style: normal;
}

.hcars_part .cars_tab .cars_datalis .data em {
	margin-top: 10px;
	padding-right: 5px;
	text-align: right;
}

/*热门商家*/

.popu_merch .title {
	margin-bottom: 10px;
    border-bottom: 1px solid #c5cae9;
}

.popu_merch .title a {
	position: absolute;
	top: 2px;
	right: 15px;
	color: #999999;
}

.popu_merch .topic a {
	display: block;
	width: 280px;
	margin: 0 auto;
	border-bottom: 1px dashed #E1E1E1;
}

.popu_merch .topic dl {
	padding: 10px 0;
}

.popu_merch .topic dt {
	width: 100px;
	height: 65px;
}

.popu_merch .topic img {
	width: 100px;
	height: 65px;
}
.popu_merch .topic p {
	width:170px;height:30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}

.popu_merch .topic dd {
	width: 170px;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
	margin-left: 5px;
}

.popu_merch .topic a:hover p {
	color: #536DFE!important;
}

.popu_merch .topic dd p:nth-child(1) {
	color: #000;
}

.popu_merch .topic dd p:nth-child(2) {
	color: #333;
}

.popu_merch .topic dt{
	display: inline-block;
	vertical-align: top;
}

.popu_merch .topic dd {
	display: inline-block;
	vertical-align: top;
}

.scroll {
	width: 50px;
	position: fixed;
	bottom: 30px;
	left: 50%;
	margin-left: 560px;
}

.qq,
.letter,
.return {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #c1c1c1;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.scroll .qq {
	background-image: url(../img/qq0.png);
}

.scroll .qq:hover {
	background-color: #C1C1C1!important;
	background-image: url(../img/qq1.png)!important;
}

.scroll .letter {
	background-image: url(../img/youjian0.png);
}

.scroll .letter:hover {
	background-color: #C1C1C1!important;
	background-image: url(../img/youjian1.png)!important;
}

.scroll .return {
	background-image: url(../img/top0.png);
}

.scroll .return:hover {
	background-color: #C1C1C1!important;
	background-image: url(../img/top1.png)!important;
}

.nano>.nano-pane {
	right: 0!important;
}


/*商家活动*/

.bus_activ {
	margin-top: 40px;
}

.bus_activ .title a {
	position: absolute;
	top: 2px;
	right: 15px;
	color: #999999;
}

.bus_activ .title {
	padding-bottom: 10px;
}

.bus_list {
	height: 290px;
}

.bus_list li {
	width: 260px;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 24px;
	border-bottom: 1px solid #ebebeb;
}

.bus_list a:hover {
	color: #82BB30;
}

.bus_list a {
    text-decoration:none;
	color: #666666;
}


/*经销商筛选*/

.dealernav-box {
	padding: 0 15px;
	background: #f9f9f9;
	overflow: hidden;
}

.dealernav-box li {
	border-top: 1px solid #efefef;
	padding: 5px 0 15px;
	margin-top: -1px;
}

.dealernav-box li span {
	display: block;
	float: left;
	color: #999;
	height: 20px;
	width: 76px;
	text-align: right;
	line-height: 22px;
	margin-top: 10px;
}

.dealernav-box li .alist-box {
	height: 32px;
	display: table-cell;
}

.dealernav-box li .alist-box a {
	display: block;
	height: 20px;
	line-height: 20px;
	border: 1px solid #f9f9f9;
	padding: 0 10px;
	float: left;
	color: #666;
	margin: 10px 2px 0 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	transition: border .2s, color .2s;
	-moz-transition: border .2s, color .2s;
	-webkit-transition: border .2s, color .2s;
	-o-transition: border .2s, color .2s;
	-ms-transition: border .2s, color .2s;
}

.dealernav-box li .alist-box a.on {
	border-color: #82bb30;
	color: #82bb30;
	position: relative;
}

.dealernav-box li .alist-box a:hover {
	border-color: #82bb30;
	color: #82bb30;
	text-decoration: none;
}

.dealernav-box li .alist-box a.yx {
	border-color: #d2d0d0;
	padding-right: 22px;
	background: url(../img/cxk_icon.png) no-repeat 100% 1px;
	background-color: #fafafa;
	color: #666;
}

.dealernav-box li .alist-box a.yx:hover {
	border-color: #82bb30;
	text-decoration: none;
}

.dealernav-box li .alist-box a.del {
	border-color: #fff;
	padding: 0 0 0 22px;
	background: url(../img/cxk_icon.png) no-repeat 0 -31px;
	color: #666;
}