a{text-decoration:none;}
a:hover{text-decoration:none;}

/* 2017-06-07 新增 首页列表和资讯列表 */
.news-mrap{ margin-top: 10px;}
.news-mrap .small-img{ padding:30px 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{ }
.news-mrap .small-img:hover .meta-mrap .meta-box .tab span a:hover{ color:#536DFE; }
.news-mrap .small-img:hover .meta-mrap h3 a{ color:#536DFE; }
.news-mrap .small-img .img-box{ width: 260px; height: 180px; float: left; overflow: hidden; position: relative; margin-right: 15px;}
.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;min-width: 65px;padding: 0 8px;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: #1c1c1c;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: 330px; 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; 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:#000; 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:#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 .name a:hover{ text-decoration: none; color: #74a131; }


.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 {
    margin-top: 0px!important;
}

.icons>div {
	float: left;
}

.icons .big_mgs {
	position: relative;
    width: 600px;
	margin-right: 15px;
}

.icons .small_mgs {
    width: 585px;
}

.small_mgs div:nth-child(1),
.small_mgs div:nth-child(2) {
	margin-bottom: 15px;
}

.small_mgs div:nth-child(1),
.small_mgs div:nth-child(3) {
	margin-right: 15px;
}

.icons .small_mgs div {
	position: relative;
    float: left;	
	width: 285px;
    height: 192.5px;
}

.icons img {
	width: 100%;
	height: 100%;
}

.icons p {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	padding: 9px 5px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	color: #FFFFFF;
}

.icons .big_mgs p {
	width: 590px;
	font-size: 18px;
}

.icons .small_mgs p {
	width: 275px;
	font-size: 14px;
}

.onload {
	display: block;
	text-align: center;
	line-height: 30px;
    font-size:16px;
    margin: 20px auto;
}

.onload:hover {
    color: #fff;
    background-color: #536def;
}

/*内容*/

.content>div {
	display: inline-block;
	vertical-align: top;
}
.hotpage .title .on{
	color: #536DFE;

}

.hotpage .cont_list li{
	margin-top: 15px;
}

.hotpage .cont_list li *{
	display: inline-block;
	vertical-align: top;
}

.cont_list li:nth-child(1) span,
.cont_list li:nth-child(2) span,
.cont_list li:nth-child(3) span {
    color:#FF0000
}

.hotpage .cont_list li span {
    display: inline-block;
    vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 16px;
	margin-right: 5px;
}

.hotpage .cont_list li a{
	color: #333;
	width: 270px;
	height: auto;
    font-size: 16px;
	line-height: 20px;
    text-align: justify;
}

/*左侧*/

.left_side {
	display: inline-block;
	width: 860px;
	height: auto;
	margin-right: 34px;
}

.left_side .title {
    position: relative;
    border-bottom: 1px solid #c5cae9;
}

.left_side .title span {
    display: inline-block;
    color: #000;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
    font-weight: bold;
    border-bottom: 4px solid #536def;
}

.left_side .tag_page {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 36px;
    text-align: right;
}
.tag_page .on {
	color: #536def!important;
}
.left_side .tag_page a {
    float: left;
	color: #444444;
	font-size: 18px;
	line-height: 34px;
    margin-left: 20px;
    padding-left: 20px;
	text-align: center;
    position: relative;
	border: 1px solid transparent;
}

.left_side .tag_page a:hover {
    color: #536def;
}

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

.left_side .tag_page a#firs:after {
    background-color:transparent;
}

/*.left_side .page {
	padding-top: 20px;
}*/

.left_side .page>div>a {
	display: block;
	width: 760px;
	height: 180px;
	padding: 20px 0;
	margin-bottom: 20px;
}

.left_side .page>div>a:hover {
	background-color: #f5f5f5;
}

.page>div>a:hover .t1,
.page>div>a:hover .promul {
	color: #82bb30!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 dd div:nth-child(1) {
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 20px;
	height: 60px;
}

.left_side .page dd div:nth-child(2) {
	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;
	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 {
	margin-bottom: 30px;
}

.right_side .title {
	position: relative;
    border-bottom: 1px solid #c5cae9;
}

.right_side .title .tle {
	display: inline-block;
	color: #000;
    height: 46px;
	font-size: 22px;
    line-height: 46px;
    font-weight: bold;
	border-bottom: 4px solid #536DFE;
}

.right_side .title a {
	display: inline-block;
    position:  relative;
    float: right;
	color: #000;
    font-size: 18px;
    margin-top: 10px;
    line-height: 34px;
	margin-left: 20px;
    padding-left: 20px;
}

.right_side .title a:last-child:after {
    width: 0px;
}

.right_side .title a:after {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 2px;
    height: 14px;
    background-color: #000;
    content: "";
}

/*跟车测评*/

.appraisal .follow_appr img {
	display: block;
	width: 230px;
	height: 150px;
	margin: 10px auto 0 auto;
}

.appraisal .follow_appr>span {
	display: block;
	padding: 10px 30px;
	color: #000000;
	font-size: 16px;
	text-align: center;
}

.appraisal .follow_appr .actual_data {
	width: 277px;
	margin: 0 auto;
}

.appraisal .follow_appr .actual_data ul {
	margin: 20px 0;
}

.appraisal .follow_appr .actual_data .progress {
	height: 10px;
	background: #c7c7c7;
	overflow: visible;
	border-radius: 1px;
}

.appraisal .follow_appr .actual_data ul:nth-child(1) .progress .prog_div {
	width: 0%;
	height: 100%;
	background: url(/images/zyc/v20180606/data_1.jpg) left center repeat-x;
}

.appraisal .follow_appr .actual_data ul:nth-child(2) .progress .prog_div {
	width: 0%;
	height: 100%;
	background: url(/images/zyc/v20180606/data_2.jpg) left center repeat-x;
}

.appraisal .follow_appr .actual_data ul:nth-child(3) .progress .prog_div {
	width: 0%;
	height: 100%;
	background: url(/images/zyc/v20180606/data_3.jpg) left center repeat-x;
}

.appraisal .follow_appr .actual_data ul:nth-child(4) .progress .prog_div {
	width: 0%;
	height: 100%;
	background: url(/images/zyc/v20180606/data_4.jpg) left center repeat-x;
}

.appraisal .follow_appr .actual_data li {
	display: inline-block;
}

.appraisal .follow_appr .actual_data li:nth-child(1) {
	font-size: 14px;
	color: #666666;
}

.appraisal .follow_appr .actual_data li:nth-child(2) {
	width: 130px;
	position: relative;
}

.appraisal .follow_appr .actual_data .prog_ab {
	position: absolute;
	top: -26px;
	width: 36px;
	line-height: 20px;
	text-align: center;
	background-color: #000000;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 12px;
}

.appraisal .follow_appr .actual_data .prog_ab:after {
	content: "";
	position: absolute;
	left: 35%;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #000000;
}

.appraisal .follow_appr .synthesize {
	width: 261px;
	color: #666666;
	font-size: 14px;
	margin: 0 auto;
	line-height: 22px;
	padding: 10px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #efefef;
}

.appraisal .follow_appr .synthesize span.red {
	color: #de0101!important;
}

.appraisal .follow_appr a {
	display: inline-block;
	width: 130px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0px 10px 14px;
}

.look_cars {
	border: 1px solid #536def;
	color: #536def!important;
}

.look_cars:hover {
	background-color: #536def;
	color: #FFFFFF!important;
}

.look_essay {
	border: 1px solid #82bb30;
	color: #82bb30!important;
}

.look_essay:hover {
	background-color: #82bb30;
	color: #FFFFFF!important;
}


/*汽车视频*/

.cars_vido .title a {
	position: absolute;
	top: 2px;
	right: 0px;
}

.cars_vido .title a:hover {
    color: #536def;
}

.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;
}

.comment-mrap {
	background: #f9f9f9;
	text-align: left;
	margin-top: 30px;
	padding: 10px 0;
}

.comment-mrap .hd {
	height: 31px;
	font-size: 18px;
	color: #444;
	position: relative;
}

.comment-mrap .hd ul li {
	float: left;
	margin: 0 10px;
	line-height: 30px;
	padding: 0 5px;
	cursor: pointer;
}

.comment-mrap .hd ul li.on a,
.comment-mrap .hd ul li.on a:hover {
	text-decoration: none;
}

.comment-mrap .hd ul li.on {
	color: #87b644;
	border-bottom: 2px solid #87b644;
}

.comment-mrap .hd ul li.on a {
	color: #87b644;
}

.comment-mrap .bd li {
	width: 300px;
}

.comment-mrap .bd li:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.comment-mrap .bd .bbs p {
	margin: 10px;
	padding: 10px 0;
	height: 44px;
	overflow: hidden;
	border-bottom: 1px dashed #dddddd;
}

.comment-mrap .bd li p a {
	display: table-cell;
	color: #444;
	line-height: 22px;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.comment-mrap .bd li p a:hover {
	text-decoration: none;
	color: #74a131;
}

.comment-mrap .bd li .txtMarquee-top,
.comment-mrap .bd li .bbs {
	height: 430px;
}

.comment-mrap .bd li .web-comment {
	width: 280px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 10px 0;
	background-color: #fafafa;
	color: #999;
	font-size: 12px;
}

.comment-mrap .bd li .web-comment li {
	padding-bottom: 25px;
	width: auto;
}

.comment-mrap .bd li .web-comment .commnet-box:before,
.web-comment .commnet-box:after {
	content: " ";
	display: table;
}

.comment-mrap .bd li .web-comment .commnet-box:after {
	clear: both;
}

.comment-mrap .bd li .web-comment li .avatar {
	height: 30px;
	border-radius: 50%;
}

.comment-mrap .bd li .web-comment li .avatar img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	border-radius: 50%;
}

.comment-mrap .bd li .web-comment li .avatar span,
.web-comment li .avatar a {
	vertical-align: middle;
	font-size: 12px;
	display: inline-block;
}

.comment-mrap .bd li .web-comment li .avatar .name {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 8px;
	max-width: 100px;
	color: #333333;
}

.comment-mrap .bd li .web-comment li .avatar .circle {
	margin: 0 8px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #999;
}

.comment-mrap .bd li .web-comment li .comment-info {
	background-color: #f1f1f1;
	color: #3d464d;
	margin-top: 12px;
	padding: 12px;
	position: relative;
}

.comment-mrap .bd li .web-comment li .comment-info:before {
	width: 10px;
	height: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #f1f1f1;
	border-bottom: solid 1px #f1f1f1;
	border-left: solid 1px #f1f1f1;
	position: absolute;
	top: 0;
	left: 15px;
	content: "";
	margin-left: -5px;
	margin-top: -5px;
}

.comment-mrap .bd li .web-comment li .comment-info p {
	padding: 0;
	margin: 0;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 25px;
}

.comment-mrap .bd li .web-comment li .commnet-source {
	margin-top: 10px;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #555;
}

.comment-mrap .bd li .web-comment li .commnet-source span b {
	font-weight: normal;
	padding: 0 5px 0 0;
}

.comment-mrap .bd li .web-comment li .commnet-source span a {
	color: #666;
}

.nano>.nano-pane {
	right: 0!important;
}


/*底部*/

.footer {
	width: 100%;
	height: 203px;
	background-color: #2d3237;
	padding-top: 20px;
	margin-top: 20px;
}

.ft_div {
	margin: 0 auto;
	width: 1100px;
	color: #dddddd;
}

.ft_div_01 {
	float: left;
	width: 1100px;
	margin: 0 auto;
}

.ft_div_01>ul>li {
	float: left;
	border-right: 1px solid #dddddd;
	width: 30%;
}

.ft_div_01>ul>li>div>p {
	margin: 12px 0;
	font-size: 14px;
}

.ft_div_01>ul>li:last-of-type {
	border: 0;
}

.ft_div_01_nav {
	margin: 9px 0 15px 8px;
}

.ft_div_01_nav>a {
	color: #dddddd;
	text-decoration: none;
	border-right: 1px solid #dddddd;
	display: inline-block;
	width: 70px;
	margin-bottom: 7px;
	text-align: center;
	font-size: 14px;
}

.ft_div_01_nav>a:last-of-type {
	border: 0;
}

.ft_erweima>img {
	margin-top: 10px;
	margin-left: 40px;
}

.ft_div_02 {
	float: left;
	width: 1100px;
	text-align: center;
	margin-top: 20px;
}

.ft_div_02 a {
	color: #DDDDDD;
	text-decoration: none;
}

/* 页面内样式 start */
.carousel .swiper-container {
	width: 100%;
	height: 250px;
    padding-bottom: 30px;
}
			
.swiper-pagination-bullet {
	border-radius: 0;
	background: #e3e2e2;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background: #536def;
	border-radius: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 50%;
}
			
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
			
.interview .swiper-slide {
	position: relative;
}
			
.interview .swiper-slide a {
	position: absolute;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
}
			
.interview .swiper-slide .name {
	width: 90px;
	line-height: 40px;
	top: 0;
	left: 0;
	background-color: #d82e2e;
}
			
.interview .swiper-wrapper {
	margin-top: 14px;
	height: 315px;
}
			
.interview .swiper-slide .user_title {
	width: 90%;
	left: 0;
	bottom: 0;
	padding: 10px 5%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
			
.carousel a {
	position: relative;
}

.carousel a p {
    font-size: 16px;
    margin-top: 10px;
}

.carousel a:hover p {
    color: #536def!important;
}

.carousel .vodio_img {
	width: 250px;
	height: 165px;
}
			
.carousel p {
	width: 250px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 22px;
}
			
.carousel .play {
	position: absolute;
	top: 25%;
	left: 42%;
}
/*.page dl dd div.t3 a{
    display:inline-block;
}*/
/* 页面内样式 end */
