<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*面包屑*/
.crumb{height:30px; line-height:30px;font-size:12px; color:#7a7a7a; border-bottom:1px #ddd solid; overflow:hidden;}
.crumb a{ line-height:30px; color:#7a7a7a; text-decoration:none;}
.crumb a i { display:inline-block; float:left; width:17px; height:16px; background:url(../img/d1ev_ico.png) -98px -20px no-repeat; margin:7px 5px 0 0;}
.crumb .yellow { font-weight:bold;}
.crumb a:hover{ color:#FF6600; text-decoration:underline;}
.crumb a:hover i { background-position:-116px -20px;}
/* 内容左 */
.con_l {width:715px; float:left; padding-right:25px;}


/* 焦点图 */
.pic1 { width:715px; height:357px; position:relative; overflow:hidden; background-color:#000; }
.pic1 .pic_con li a { display:block;width:715px; height:357px; position:relative;z-index:2;}
.pic1 .pic_con li a p { position:absolute; display:block; width:715px; height:60px; background-color:#000; opacity:0.5;-moz-opacity:0.5;-webkit-opacity:0.5; filter:alpha(opacity=50); bottom:0;left:0; }
.pic1 .pic_con li a h3 { position:absolute; display:block; width:100%; height:60px;line-height:60px; bottom:0; left:20px; color:#fff; font-weight:normal; font-size:20px; width:560px; cursor:pointer; }
.pic1 .pic_con li a:hover { text-decoration:none;}
.pic1 img {width:715px; height:357px;}

.pic1 .num { font-size:14px; overflow:hidden; position: absolute; bottom:18px; right: 10px; zoom:1; z-index:4; text-align:right; }
.pic1 .num li { width: 10px; height: 10px; font-size:0px;display:inline-block; overflow:hidden;  background: #fff; margin-right: 6px; border:1px #ccc solid; cursor:pointer; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;*display:inline;zoom:1; color:#fff;}
.pic1 .num li.on { background:#FF6600;border:1px #FF6600 solid; color:#FF6600;} 
.pic1 .prev,.pic1 .next { display:none; width: 40px; height: 100px; background: url(../img/btn.png) no-repeat; position: absolute; top:45%; margin-top:-50px; z-index:10; opacity:0;-moz-opacity:0;-webkit-opacity:0; filter:alpha(opacity=0);}
.pic1 .prev { left:0px; }
.pic1 .next { right:0px; background-position: right }


/* 新闻类别 */
.menu { height:36px; border-bottom:2px #e0e0e0 solid;}
.menu li { float:left; overflow:hidden; margin-right:15px;line-height:36px; cursor:pointer; font-size:18px; text-align:center; padding:0 10px;}
.menu li.m_cur { border-bottom:2px #f60 solid;}
.menu li.m_cur a {color:#f60;}
.menu li a { display:block; }
/* 新闻列表 */
.new_list .list_con { display:none;}
.new_list li { width:100%; overflow:hidden; padding:30px 0;}
.new_list li .list_lt { float:left; width:210px; height:140px; overflow:hidden;}
.new_list li .list_lt img { width:210px; height:140px;-webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -ms-transition: -ms-transform .3s ease;
  transition: transform .3s ease;}
.new_list li .list_lt img:hover {
	transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2); /* IE 9 */
	-moz-transform:scale(1.2,1.2); /* Firefox */
	-webkit-transform:scale(1.2,1.2); /* Safari and Chrome */
	-o-transform:scale(1.2,1.2); /* Opera */
}
.new_list li .list_rt { float:right; width:480px; height:140px; position:relative;}
.new_list li .list_rt h3 { font-size:24px; font-weight: normal; padding-bottom:6px; overflow:hidden;max-height: 62px; }
.new_list li .list_rt h3 .new_tit { min-width:100%;line-height:28px;}
.new_list li .list_rt h3 .new_tit:hover {color:#f60; text-decoration:none;}
.new_list li .list_rt h3 .new_l { background-color:#FF6500; color:#fff; font-size:14px; padding:0 5px 2px 5px; display:inline-block; vertical-align:middle;line-height: 20px;}
.new_list li .list_rt h3 .new_l:hover {background-color:#DE5228; text-decoration:none;}
.new_list li .list_rt .news_txt { color:#666; line-height:20px; font-size:15px; height:40px; overflow:hidden;}


.new_list li .list_rt .rt_bt { position:absolute;bottom:0; left:0; width:100%; color:#666;}
.new_list li .list_rt .rt_bt .f_l { float:left; overflow:hidden;}
.new_list li .list_rt .rt_bt .f_l .author { margin-right:15px;}
.new_list li .list_rt .rt_bt .f_l .author i {display:inline-block; width:13px; height:13px; background:url(../img/d1ev_ico.png) -151px 0 no-repeat; vertical-align:sub; *vertical-align:middle;margin-right:5px;}
.new_list li .list_rt .rt_bt .f_l .author:hover i { background-position:-167px 0;}
.new_list li .list_rt .rt_bt .f_l .time i {display:inline-block; width:14px; height:14px; background:url(../img/d1ev_ico.png) -99px 0 no-repeat; vertical-align:sub; *vertical-align:middle;margin-right:5px;}

.new_list li .list_rt .rt_bt .f_r { float:right; color:#666; }
.new_list li .list_rt .rt_bt .f_r .pl_num { float:left; margin-right:10px;}
.new_list li .list_rt .rt_bt .f_r .pl_num i { display:inline-block; width:14px; height:13px; background:url(../img/d1ev_ico.png) -117px 0 no-repeat; vertical-align:middle; margin-right:5px;}
.new_list li .list_rt .rt_bt .f_r .pl_num:hover i { background-position:-134px 0;}
.new_list li .list_rt .rt_bt .f_r .pl_num:hover { text-decoration:none;}
.new_list li .list_rt .rt_bt .f_r .f_r_l { float:left;}

.ck_more { margin:10px 0;}
.ck_more a { text-align:center;display:block; color:#ff6600; font-size:16px;line-height:30px; height:30px; width:100%;}
.ck_more a:hover { text-decoration:none; background-color:#f5f5f5;color:#ff6600;}

/*share*/

.shareTo { float:left; position:relative; padding:0 3px 0 10px; cursor:pointer;}
.shareshowbtn { display:inline-block; background:url(../img/d1ev_ico.png) 0 -20px no-repeat; width:14px; height:14px; }
.shareTo .share { display:none; background:#FFFFFF; border: 1px solid #DBDBDB; right:3px; overflow: hidden; padding: 8px; position: absolute; top:-34px; width: 88px; z-index:1000; }
.shareTo .share a { display: inline-block; float: left; height: 16px;width: 16px; margin: 0 3px;  overflow: hidden;text-indent: -999em;  }
.shareTo .share .bds_tsina { background: url(../img/d1ev_ico.png) -18px -20px no-repeat; }
.shareTo .share .bds_qzone { background: url(../img/d1ev_ico.png) -38px -20px no-repeat; }
.shareTo .share .bds_tqq { background: url(../img/d1ev_ico.png) -58px -20px no-repeat;}
.shareTo .share .bds_qq { background: url(../img/d1ev_ico.png) -78px -20px no-repeat; }


/*分页*/
.page { text-align:center; padding:20px 0 ; overflow:hidden;}
.page a,.page span { display:inline-block; padding:5px 10px; margin:5px 2px;  font-size:14px; vertical-align:middle;}
.page a { border:1px #ddd solid; background-color:#fff;}
.page a:hover { border:1px #FF6500 solid; color:#ff6500; text-decoration:none;}
.page span { border:1px #FF6500 solid; background-color:#FF6500; color:#fff;}


/* 内容右 */
.con_r {width:345px; float:right; overflow:hidden;}
.con_r h2 { font-size:16px; font-weight: normal; line-height:34px; height:34px; border-bottom:2px #ddd solid; margin-bottom:20px;}
.con_r h2 span { float:left; overflow:hidden;border-bottom:2px #FF6500 solid;}
.con_r h2 .more { float:right; display:inline-block; overflow:hidden; font-size:10px; line-height:16px; color:#ff6500; margin-top:15px;}
.con_r h2 .more:hover { color:#DE5228;}

.con_r .gg img { width:345px;}

.bt_gg img { width:1110px; height:90px;}
/* 推荐视频 图秀 */
.con_r .r_img,.con_r .r_mov {width:345px; height:230px; position:relative;}
.con_r .r_img img,.con_r .r_mov img  { width:345px; height:230px;}
.con_r .r_img a:hover,.con_r .r_mov a:hover { color:#fff;}
.con_r .r_img p,.con_r .r_mov p { display:block; width:100%;height:44px; position:absolute; left:0px; bottom:0px;  background-color:#000;opacity:0.5;-moz-opacity:0.5;-webkit-opacity:0.5; filter:alpha(opacity=50); z-index:2;} 
.con_r .r_img h3,.con_r .r_mov h3 { line-height:44px; height:44px; overflow:hidden; position:absolute; left:0px; bottom:0px; overflow:hidden;color:#fff; font-size:14px; font-weight: normal;  padding:0 10px; cursor:pointer;z-index:3;}
.con_r .r_img h3 i,.con_r .r_mov h3 i { display:inline-block; float:left; width:21px; height:14px; background:url(../img/d1ev_ico.png) no-repeat; margin:15px 6px 0 0; }
.con_r .r_img h3 i { background-position:-40px 0;}
.con_r .r_mov h3 i { background-position:-65px 0;}

/*文章排行*/
.con_r .n_list { margin-top:-10px;}
.con_r .n_list { background:url(../img/num_list2.png) 0 8px no-repeat;}
.con_r .n_list li { line-height:32px; height:32px; overflow:hidden; padding-left:26px; font-size:14px;}

/*车主更多文章*/
.con_r .n_list1 { margin-top:-10px;}
.con_r .n_list1 li { line-height:32px; height:32px; overflow:hidden; padding-left:15px; font-size:14px; background:url(../img/list_ico.gif) 5px 15px no-repeat;}

/*预约试驾*/
.con_r .shijia { background:#f5f5f5 url(../img/bm_bg.png) 0 0 no-repeat; padding:10px;}
.con_r .shijia td{ padding:5px;}
.con_r .shijia .ipt1 { width:213px; height:28px; border:1px #bbb solid; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; padding:0 5px; line-height:28px;line-height: 26px\9; *line-height: 23px; _line-height:23px; }
.con_r .shijia .ipt2 { width:105px; height:28px;-moz-border-radius:3px;-webkit-border-radius:3px; margin-right:10px;line-height:28px;line-height: 26px\9; *line-height: 23px; _line-height:23px; }
.con_r .shijia .ipt3 { background-color:#FF6600; color:#fff; border:0; cursor:pointer; height:30px; width:90px; font-size:14px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; }
.con_r .shijia .ipt3:hover { background-color:#DE5228}



/*车排行*/
.rk { border:1px #ddd solid; overflow:hidden;}
.rk .rk_tit ul { margin-left:-1px; overflow:hidden;  _zoom:1; }
.rk .rk_tit li { float:left; height:30px; line-height:30px; width:85px; text-align:center; border-left:1px #ddd solid; cursor:pointer; font-size:14px;border-bottom:1px #ddd solid;}
.rk .rk_tit li.rkt_cur { border-top:2px #FF6600 solid; color:#FF6600; border-bottom:0px; line-height:26px; }

.rk .car_type {height:40px;}
.rk .car_type li { float:left;height:26px; line-height:26px; text-align:center; cursor:pointer; position:relative; padding:0 10px; margin-right:15px;}
.rk .car_type li.car_cur { color:#FF6600;border-bottom:1px #ff6600 solid; }
.rk .car_type li.car_cur span { display:inline-block; }
.rk .car_type li.car_cur i { display:inline-block; background:url(../img/d1ev_ico.png)-91px 0 no-repeat; width:4px; height:3px; bottom:-4px; left:50%; margin-left:-2px; position:absolute;}

.rk .rk_con { padding:0 10px; display:none;}
.rk .car_list { background:url(../img/num_list1.png) 0 10px no-repeat;}
.rk .car_list ul { display:none; padding:10px 0 0 26px; overflow: hidden; margin-bottom:10px;}
.rk .car_list li { overflow:hidden; }
.rk .car_list li.car_t3 { height:66px;*height:65px;}
.rk .car_list .car_img { float:left; width:80px; height:53px;}
.rk .car_list .car_img img { width:80px; height:53px;}
.rk .car_list li .car_name { float:right; width:205px;}
.rk .car_list li .car_name h4 { font-size:14px; font-weight: normal; display:block; height:40px; line-height:18px; overflow:hidden;	white-space:nowrap; text-overflow:ellipsis;}
.rk .car_list li .car_name h4 i { margin-left:5px; display:inline-block; padding:0 1px 0 3px; height:16px; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#fff; background-color:#f60; font-style:normal; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; vertical-align:middle;}
.rk .car_list li .car_name h4 i.temai { background-color:#f60;}
.rk .car_list li .car_name p { font-size:12px; color:#666;}

.rk .car_list li h5 {line-height:32px;*line-height:28px; font-weight: normal; font-size:14px; height:32px; overflow:hidden;}
.rk .car_list li h5 a {  max-width:230px; overflow:hidden; float:left;}
.rk .car_list li h5 span { float:right; font-size:12px; color:#666;}
.rk .car_list li h5 i { margin-left:5px; display:inline-block; padding:0 1px 0 3px; height:16px; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#fff; background-color:#f60; font-style:normal; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; vertical-align:middle;}


/*视频*/
.mov_list ul { margin-left:-17px; overflow:hidden; zoom:1; padding-top:10px; }
.mov_list ul li { float:left; width:166px; overflow:hidden; margin-left:17px; padding-bottom:20px; _display:inline;}
.mov_list ul li img{ width:166px; height:111px;}
.mov_list ul li h3 { font-size:14px; font-weight: normal; padding-left:20px; background:url(../img/d1ev_ico.png) 0 -110px no-repeat; padding-top:6px; height:40px; line-height:20px; overflow:hidden; }



/*详情页*/
.pg_con {}
/*标题*/
.pg_con .top-tit h1{font-size:32px;padding:18px 0 6px 5px;line-height:40px; font-weight: normal;}
.pg_con .forter{padding:10px 0 5px 0;border-bottom:1px dashed #e1e1e1;text-align:center;margin-left:5px;}
.pg_con .forter .l { overflow:hidden; float:left;}
.pg_con .forter .l span { color:#7a7a7a !important;}
.pg_con .forter .l a { color:#0080C0; margin-right:5px;}
.pg_con .forter .r { float:right; width:200px;}

.pg_con .shareTo { float:right; }
a.plBtn{float:right;}
a.plBtn i { display:inline-block; float:left; width:14px; height:13px; background:url(../img/d1ev_ico.png) -117px 0 no-repeat; margin-right:6px; margin-top:3px;}
a.plBtn:hover {color:#086A9E;text-decoration: none;}
a.plBtn:hover i{background:url(../img/d1ev_ico.png) -134px 0 no-repeat;}
.sc { height:20px;float:right; padding-left:8px;}
.sc img { width:16px; height:16px;}
.weixin_m { float:right; display:inline-block; width:20px; height:21px; position:relative; background:url(../img/wexin_fx.gif) 0 0 no-repeat;top: -3px; margin-left:8px; cursor:pointer;}
.weixin_m img { display:none; position:absolute; width:200px; height:200px; right:-200px; top:-8px; z-index:10;}


/*摘要*/
.notice{margin:20px 0 10px 5px; line-height:26px;  border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; background-color:#F6F6F6; padding:10px; font-size:14px;}

/*内容*/
#newscon{font-size:16px;padding:8px 10px 0 15px;line-height:180%;}
#newscon a { color:#2d96e9; text-decoration:none;}

#newscon a b{ color:#2d96e9; font-weight: normal; }
#newscon p{padding:12px 0px; line-height:30px;}
#newscon td p{ padding:0;}
#newscon table { border-collapse:collapse; margin:0 auto; max-width:100%;}
#newscon td{ border:1px solid #000; }

.news_copy {font-size: 14px; color: red; padding-top: 20px; line-height: 20px; padding-left:10px;}

/*相关专题*/
.zhuanti {clear:both; padding:10px 20px 0 10px;height:34px;line-height:34px;font-size:14px; color:#000; }
.zhuanti a{ color: #0080C0;font-size: 14px; }
.zhuanti a:hover { text-decoration:underline;}
.zhuanti strong{ color:#7a7a7a; }

/*相关阅读*/
.read {clear:both; padding:0px 20px 0 10px;height:34px;line-height:34px;font-size:14px; color:#000; }
.read a{ padding:4px 4px 4px 4px; background-color:#ebebeb; color:#2d374b; font-size:12px; }
.read a:hover { text-decoration:underline; color:#f60;}
.read strong{ color:#7a7a7a; }

.read_list { overflow:hidden; }
.read_list li { line-height:30px;background: url(../img/list_ico.gif) 13px center no-repeat;padding-left:22px;}
.read_list li a{ font-size:14px;}
.read_list li a.pic { padding-left:20px;background: url(../img/d1ev_ico.png) 0px -67px no-repeat; }
.read_list li a.mov { padding-left:20px;background: url(../img/d1ev_ico.png) 0px -116px no-repeat; }
.read_list li span { padding-left:20px; color:#999;}

/*分享收藏*/
.fx_sc { overflow:hidden; padding:0 10px;}
.theme-buy{ float:right; line-height:34px; margin-top:8px; padding-left:20px; background:url(../img/sc_ico.png) 0 9px no-repeat; }
.fx_sc strong { font-size:14px; color:#000; float:left; line-height:36px;font-family:"宋体";}
.bdsharebuttonbox { float:left; overflow:hidden;}
.theme-buy a { color:#ff6600;}
.theme-buy a:hover{ text-decoration:none; }

/*上一篇 下一篇*/
.shxyp{padding:4px 0; width:680px; height:30px; overflow:hidden; border-bottom:1px dashed #e1e1e1; border-top:1px dashed #e1e1e1; margin:0 auto;}
.shxyp { font-size:12px;}
.shxyp li{height:32px;line-height:32px; float:left; max-width:310px; overflow:hidden;}
.shxyp li a{ text-decoration:none; color:#333333;}
.shxyp li a:hover{ text-decoration:underline; color:#333333;}
.shxyp li.new_teshu_li{height:32px;line-height:32px; float:right;}
.shxyp li b{ color:#7a7a7a;}

/*推荐用户*/
.tj_user { padding:0 10px;}
.tj_user h4 { font-size:14px; padding-bottom:10px;}
.tj_user ul { margin-left:-28px; zoom:1; overflow:hidden;}
.tj_user li { width:100px; float:left; margin-left:20px; _display:inline; text-align:center; height:140px;}
.tj_user li img { width:74px; height:74px; border:3px #ccc solid;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.tj_user li .user_name { display:block; overflow:hidden; margin:0 auto; height:26px; line-height:26px; text-align:center;}
.tj_user li a { text-decoration:none;}
.tj_user li .gz { display:inline-block; width:80px; height:28px; border:1px #f60 solid; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; text-align: center; line-height:28px; color:#f60; font-size:14px; vertical-align:middle;float:none;}
.tj_user li .gz b { font-weight: normal; margin-right:3px;}
.tj_user li .gz:hover { background-color:#f1f1f1; text-decoration:none;}
.tj_user li .gz_end { display:inline-block; padding:0 6px; overflow:hidden; height:28px; border:1px #ddd solid; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; text-align: center; line-height:28px; color:#999; font-size:12px;vertical-align:middle; float:none;}
.tj_user li .gz_end  a { color:#333;}
.tj_user li .gz_end  a:hover { color:#f60;}
/*评论*/
.duoshuo{ margin-top:10px;}
.duoshuo .fabiaopinglun{ font-family:"微软雅黑"; font-size:20px; line-height:30px; margin:0 10px; border-bottom:2px solid #f60; }
#ds-reset{ margin:10px;}
#ds-reset .ds-comments-info{ height:27px; line-height:25px; border-bottom:2px solid #3399CC; margin-bottom:10px; }
#ds-reset .ds-comments-info .ds-comment-count{ position:absolute; right:0; padding: 1px 10px; border: 1px solid #ccc; border-radius:5px; background: #efefef; }
#ds-reset .ds-comments-info .span_new{ font-family:"微软雅黑"; font-size:16px; line-height:40px; color:#333; }
#ds-reset li.ds-post{ border:0; border-bottom: 1px solid #ddd; }

/*相关车型*/
.xgcx {overflow:hidden;}
.xgcx a { text-decoration:none;}
.xgcx .lt { float:left; width:147px; height:110px;}
.xgcx .lt img {width:147px; height:110px;}
.xgcx .rt { width:175px; float:right; font-size:12px; }
.xgcx .rt h4 { font-size:16px; font-weight: normal; line-height:24px; height:24px; overflow:hidden;}
.xgcx .rt p { line-height:30px; height:30px; overflow:hidden;}
.red { color:#d00;}
.xgcx .rt .cx_lk { margin-left:-8px; overflow:hidden;_zoom:1;}
.xgcx .rt p a { margin:0 8px;}
.lt_gg {height:240px;}

/*关于车主*/
.c_user { margin-top:-10px;}
.c_user .l_img { float:left;}
.c_user .l_img img{display:block;width:70px;height:70px;border:2px solid #ddd;-webkit-border-radius:100px;border-radius:100px;-moz-border-radius:100px;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;box-shadow:0 1px 2px rgba(0, 0, 0, 0.22);}
.c_user .l_img img:hover{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);}

.c_user .r_cn { float:right; width:250px;}
.c_user .r_cn h4 { font-size:16px; font-weight: normal; height:34px; overflow:hidden; line-height:28px;}
.c_user .r_cn h4 .c_cm { float:left; overflow:hidden;}
.c_user .r_cn h4 .zan_cuser { float:right; font-size:14px; overflow:hidden;} 
.c_user .r_cn h4 .zan_cuser i { display:inline-block; background:url(../img/d1ev_ico.png) -138px -17px no-repeat; width:20px; height:23px;  margin-right:5px; float:left;}
.c_user .r_cn .c_txt { color:#666; padding-bottom:10px; line-height:18px;}
.c_user .r_cn .c_an a { display:block; float:left; width:76px; height:28px; border:1px #ff6600 solid; background-color:#fff; line-height:28px; text-align:center; margin-right:5px; font-size:14px; color:#f60; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.c_user .r_cn .c_an a:hover { text-decoration:none; background-color:#FFE3D0;}

.c_user .r_cn .c_an2 i { display:inline-block; width:10px; height:10px; vertical-align:inherit; *vertical-align:middle; background:url(../img/d1ev_ico.png) -161px -18px no-repeat; margin-right:3px; overflow:hidden;_display:none;}
.c_user .r_cn .c_an3 i { display:inline-block; width:13px; height:9px; vertical-align:inherit;*vertical-align:middle; background:url(../img/d1ev_ico.png) -161px -31px no-repeat; margin-right:3px;overflow:hidden; _display:none;}

.c_user .r_cn .c_an2_end {  display:block; float:left; width:76px; height:28px;background-color:#f5f5f5; border:1px #e0e0e0 solid; color:#999; line-height:28px; text-align:center; margin-right:5px; font-size:14px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}



/*属性*/
.shuxing { background-color:#f5f5f5;overflow:hidden; padding:20px 0;}
.shuxing .sx_l { float:left; overflow:hidden;}
.shuxing .sx_l i { display:block; width:90px; height:90px; overflow:hidden; background:#fff url(../img/d1ev_ico2.png) 0 0 no-repeat; border:1px #ddd solid; border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.shuxing .sx_l i.ico_shijia { background-position: center 14px;}
.shuxing .sx_l i.ico_pingce { background-position: center -90px;}
.shuxing .sx_l i.ico_ceshi { background-position: center -190px;}
.shuxing .sx_l i.ico_youji { background-position: center -285px;}
.shuxing .sx_l i.ico_xinche { background-position: center -388px;}
.shuxing .sx_l i.ico_xuanche { background-position: center -488px;}
.shuxing .sx_l i.ico_yongche { background-position: center -588px;}
.shuxing .sx_l i.ico_shangjia { background-position: center -688px;}
.shuxing .sx_l i.ico_gushi { background-position: center -785px;}
.shuxing .sx_l i.ico_zhengce { background-position: center -885px;}
.shuxing .sx_l i.ico_shuju { background-position: center -985px;}
.shuxing .sx_l i.ico_jishu { background-position: center -1085px;}
.shuxing .sx_l i.ico_biaozhun { background-position: center -1185px;}
.shuxing .sx_l i.ico_shuyu  { background-position: center -1285px;}
.shuxing .sx_l i.ico_renwu { background-position: center -1385px;}
.shuxing .sx_l i.ico_guandian { background-position: center -1485px;}
.shuxing .sx_l i.ico_gongsi { background-position: center -1587px;}
.shuxing .sx_l i.ico_tushuo { background-position: center -1685px;}
.shuxing .sx_l i.ico_lieguozhi { background-position: center -1787px;}
.shuxing .sx_l i.ico_jishi { background-position: center -1885px;}
.shuxing .sx_l i.ico_guancha { background-position: center -1990px;}
.shuxing .sx_l i.ico_tanmi { background-position: center -2140px;}
.shuxing .sx_r { float:right; overflow:hidden; width:600px;}
.shuxing .sx_r h2 { font-size:22px; color: #0080C0; font-weight: normal; display:block; height:40px; overflow:hidden;}
.shuxing .sx_r h2 span { float:left; margin-right:10px;}
.shuxing .sx_r h2 .btns {margin-top: 3px; display:inline-block;}
.shuxing .sx_r h2 .gz { width:80px;}
.shuxing .sx_r p { line-height:20px; color:#666;}



/*编辑推荐*/
.news_m { overflow:hidden; margin-top:-10px;}
.news_m h4 { height:30px; line-height:30px; overflow:hidden; font-size:16px; font-weight:normal; overflow:hidden;}
.bjtj { padding-top:10px;overflow:hidden;}
.bjtj img { width:160px; height:107px; float:left;}
.bjtj span { float:right; overflow:hidden; width:170px; line-height:22px;}
.news_m ul { padding-top:10px;}
.news_m li {background: url(../img/list_ico.gif) 5px 15px no-repeat; padding-left:15px; height:30px; line-height:30px;  font-size:14px;  overflow:hidden;}


/*人物访谈*/
.rwft { overflow:hidden; margin-top:-10px;}
.rwft h4 { height:30px; line-height:30px; overflow:hidden;  font-size:16px; font-weight:normal;overflow:hidden;}
.rwft_con { padding-top:10px;}
.rwft_con img { width:160px; height:107px; float:left;}
.rwft_con span { float:right; overflow:hidden; width:170px; line-height:22px;}

/*热点专题*/

.rdzt { overflow:hidden; margin-top:-10px;}
.rdzt ul { margin-left:-24px; overflow:hidden; _zoom:1;}
.rdzt li { float:left; overflow:hidden;width:160px; margin-left:24px; _display:inline; height:165px;}
.rdzt li img { width:160px; height:107px;}
.rdzt li h4 { font-size:14px; font-weight:normal; line-height:18px; height:40px; overflow:hidden;}

/*相关图集视频*/
.tj_tj_mov {}
.tj_tj_mov ul { display:block; margin-left:-15px;zoom:1;padding-top:10px;}
.tj_tj_mov li{ float:left; width:161px; margin-left:15px; _display:inline;}
.tj_tj_mov li img { width:161px; height:108px;}
.tj_tj_mov li .tk_tit,.tj_tj_mov li .sp_tit  { padding-top:6px; line-height:22px; height:50px; overflow:hidden; font-size:14px; padding-left:20px;}
.tj_tj_mov li .tk_tit {background: url(../img/d1ev_ico.png) 0px -108px no-repeat;}
.tj_tj_mov li .sp_tit {background: url(../img/d1ev_ico.png) 0px -58px no-repeat;;}

/*专题*/
.zt_con li { overflow:hidden; padding-bottom:20px;_zoom:1;}
.zt_con li img { width:210px; height:140px; float:left;}
.zt_con li .c_m { float:left; width:440px; overflow:hidden; padding-left:20px;}
.zt_con li .c_m h3 { font-size:18px; font-weight:normal;}
.zt_con li .c_m h3 a:hover { background-color:#f60; color:#fff; text-decoration:none;}
.zt_con li .c_m p { padding-top:10px; line-height:20px; color:#7a7a7a;}
.zt_con li .c_r { float:right; width:350px; overflow:hidden;}
.zt_con li .c_r dl { padding-top:26px;}
.zt_con li .c_r dd { overflow:hidden; line-height:28px; height:28px;}
.zt_con li .c_r dd a { display:block; float:left; width:220px; overflow:hidden;}
.zt_con li .c_r dd span { float:right; overflow:hidden; color:#7a7a7a;}

.h1_tit { font-size:16px;font-weight:normal; padding-bottom:15px;}

/*评论信息*/
.plxx_con { padding:10px 0 0 0;}
.plxx_con li { overflow:hidden; padding:10px 0; }
.plxx_con li h5 { font-weight:normal; font-size:12px; color:#666;}
.plxx_con li h5 a { margin-right:10px; color:#f60; font-weight:bold;}
.plxx_con li p { line-height:18px; padding:10px 0;color:#666;}
.plxx_con li p a { color:#666; text-decoration:none;}
.plxx_con li h3 { font-weight:normal; font-size:12px; color:#666;}
.plxx_con li h3 span { display:inline-block;background-color:#666; color:#fff; padding:2px 6px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; margin-right:10px;}
.plxx_con li h3 a { color:#000;}
.plxx_con li h3 a:hover { color:#f60;}
.plxx_con .jh_pl li {background: url(../img/digest.gif) right 30px no-repeat;}







/*排行页面*/
.ph_lt { width:530px; float:left; overflow:hidden;}
.ph_rt { width:530px; float:right; overflow:hidden;}
.ph_tit { border:1px #ddd solid; background:url(../img/list_ico2.gif) 0 bottom repeat-x; border-bottom:0;}
.ph_tit ul { overflow:hidden; }
.ph_tit li { float:left; height:30px; line-height:30px; width:87px; text-align:center; border-right:1px #ddd solid; cursor:pointer; font-size:14px; }
.ph_tit li.pht_cur { border-top:2px #FF6600 solid; color:#FF6600; line-height:26px;background-color:#fff; }
.ph_tit li a { display:block; width:100%; height:30px;}

.ph_type {height:40px;}
.ph_type li { float:left;height:26px; line-height:26px; text-align:center; cursor:pointer; position:relative; padding:0 10px; margin-right:15px;}
.ph_type li.ph_cur { color:#FF6600;border-bottom:1px #ff6600 solid; }
.ph_type li.ph_cur span { display:inline-block; }
.ph_type li.ph_cur i { display:inline-block; background:url(../img/d1ev_ico.png)-91px 0 no-repeat; width:4px; height:3px; bottom:-4px; left:50%; margin-left:-2px; position:absolute;}

.ph_con {display:none;}
.ph_list { background:url(../img/num_list2.png) 0 10px no-repeat;}
.ph_list ul { display:none; padding:0px 0 10px 26px;}
.ph_list li { overflow:hidden; height:32px;}
.ph_list li h5 {line-height:32px;*line-height:28px; font-weight:normal; font-size:14px;}
.ph_list li h5 a {  max-width:410px; overflow:hidden; float:left;}
.ph_list li h5 span { float:right; font-size:12px; color:#666;}

.ph_list .pl_cio { float:right;}
.ph_list .pl_cio i { display:inline-block; background:url(../img/d1ev_ico.png) -117px 0 no-repeat; width:14px; height:13px;vertical-align: middle;margin-right: 5px; overflow:hidden;}
.ph_list .pl_cio:hover i { background-position:-134px 0;} 

/*滚动信息*/
.gd_con li {line-height: 36px;height: 36px;overflow: hidden;padding:0 10px 0 20px;font-size: 14px;background: url(../img/list_ico.gif) 10px 17px no-repeat;}
.gd_con li.hui_bg {background-color:#eee;}
.gd_con li:hover {background-color:#f5f5f5;}
.gd_con li.hui_bg:hover {background-color:#eee;}
.gd_con li .nw_tit { float:left; overflow:hidden;}
.gd_con li .nw_type {display:inline-block;  float:left; overflow:hidden; color:#fff; background-color:#f60; margin-left:5px; padding:0 8px; height:22px; line-height:22px; margin-top:8px; font-size:12px;}
.gd_con li .nw_type:hover { text-decoration:none; background-color:#D05300;}
.gd_con li span {float:right; overflow:hidden; color:#999; font-size:12px;}

/*评论*/
.pl_tit {border-bottom:1px #ddd solid; overflow:hidden;}
.pl_tit li { float:left; padding:0 6px; text-align:center;line-height:36px; font-size:16px; margin-right:10px;}
.pl_tit li.pl_cur { border-bottom:2px #f60 solid;color:#f60;}
.pl_tit li.pl_cur a { color:#f60;}
.pl_tit li.pl_cur a:hover { text-decoration:none;}
.plxx_con1 { padding:10px 6px 0 6px;}
.plxx_con1 ul { margin-top:-1px; overflow:hidden;}
.plxx_con1 li { overflow:hidden; padding:10px 0; }
.plxx_con1 li h5 { font-weight:normal; font-size:12px; color:#666;}
.plxx_con1 li h5 a { margin-right:10px; color:#f60; font-weight:normal}
.plxx_con1 li p { line-height:18px; padding:10px 0;color:#666;}
.plxx_con1 li p a { color:#666; text-decoration:none;}
.plxx_con1 li h3 { font-weight:normal; font-size:12px; color:#666; height:22px; overflow:hidden;}
.plxx_con1 li h3 span { display:inline-block;background-color:#666; color:#fff; padding:2px 6px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; margin-right:10px;}
.plxx_con1 li h3 a { color:#000; line-height:22px;}
.plxx_con1 li h3 a:hover { color:#f60;}
.plxx_con1 .jh_pl { display:none;} 
.plxx_con1 .jh_pl li {background: url(../img/digest.gif) right 30px no-repeat;}

.btns-inline { display:inline; margin-left:10px;}
.gz { display:inline-block; width:60px; height:24px; border:1px #f60 solid; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; text-align: center; line-height:24px; color:#f60; font-size:12px; float:left;}
.gz b { font-weight:normal; font-family:"宋体"; margin:0 4px;}
.gz:hover { background-color:#f1f1f1; text-decoration:none;}
.gz_end { display:inline-block; padding:0 4px; overflow:hidden; height:24px; border:1px #ddd solid; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; text-align: center; line-height:24px; color:#999; font-size:12px;vertical-align:middle;float:left;}
.gz_end  a { color:#333;}
.gz_end  a:hover { color:#f60;}
.ms{ display:inline-block;padding:0 4px; height:24px; border:1px #ff6600 solid; background-color:#fff; line-height:24px; text-align:center; margin-left:5px; font-size:12px; color:#f60; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; float:left;}
.ms:hover { text-decoration:none; background-color:#f1f1f1;}
.ms i { display:inline-block; width:13px; height:9px;position: relative;top: 0px;background:url(../img/d1ev_ico.png) -161px -31px no-repeat; margin-right:3px;overflow:hidden; _display:none;}

/*推荐栏目*/
.tjlm ul { margin-left:-8px; overflow:hidden; _zoom:1;}
.tjlm ul li { float:left; width:80px; height:80px; margin-left:8px; font-size:14px;}
.tjlm ul li a { display:block; padding-top:40px; background:url(../img/d1ev_ico3.png) center 0 no-repeat; text-align:center;}
.tjlm ul li a:hover { color:#f60; text-decoration:none;}
.tjlm ul li a.tag-xinwen { background-position: center 0px;}
.tjlm ul li a.tag-jishi { background-position: center -100px;}
.tjlm ul li a.tag-bianji { background-position: center -200px;}
.tjlm ul li a.tag-lieguozhi { background-position: center -300px;}
.tjlm ul li a.tag-tushuo { background-position: center -400px;}
.tjlm ul li a.tag-guancha { background-position: center -500px;}
.tjlm ul li a.tag-shijia { background-position: center -600px;}
.tjlm ul li a.tag-pingce { background-position: center -700px;}
.tjlm ul li a.tag-ceshi { background-position: center -800px;}
.tjlm ul li a.tag-youji { background-position: center -900px;}
.tjlm ul li a.tag-xinche { background-position: center -1000px;}
.tjlm ul li a.tag-xuanche { background-position: center -1100px;}
.tjlm ul li a.tag-yongche { background-position: center -1200px;}
.tjlm ul li a.tag-gushi { background-position: center -1300px;}
.tjlm ul li a.tag-zhengce { background-position: center -1400px;}
.tjlm ul li a.tag-shuju { background-position: center -1500px;}
.tjlm ul li a.tag-jishu { background-position: center -1600px;}
.tjlm ul li a.tag-renwu { background-position: center -1700px;}
.tjlm ul li a.tag-chezhu { background-position: center -1800px;}
.tjlm ul li a.tag-jiangshi { background-position: center -1900px;}
.tjlm ul li a.tag-jingxiaoshang { background-position: center -2000px;}
.tjlm ul li a.tag-biaozhun { background-position: center -2100px;}
.tjlm ul li a.tag-shuyu { background-position: center -2200px;}
.tjlm ul li a.tag-guandian { background-position: center -2300px;}
.tjlm ul li a.tag-tanmi { background-position: center -4800px;}

.tjlm ul li a.tag-xinwen:hover { background-position: center -2400px;}
.tjlm ul li a.tag-jishi:hover { background-position: center -2500px;}
.tjlm ul li a.tag-bianji:hover { background-position: center -2600px;}
.tjlm ul li a.tag-lieguozhi:hover { background-position: center -2700px;}
.tjlm ul li a.tag-tushuo:hover { background-position: center -2800px;}
.tjlm ul li a.tag-guancha:hover { background-position: center -2900px;}
.tjlm ul li a.tag-shijia:hover { background-position: center -3000px;}
.tjlm ul li a.tag-pingce:hover { background-position: center -3100px;}
.tjlm ul li a.tag-ceshi:hover { background-position: center -3200px;}
.tjlm ul li a.tag-youji:hover { background-position: center -3300px;}
.tjlm ul li a.tag-xinche:hover { background-position: center -3400px;}
.tjlm ul li a.tag-xuanche:hover { background-position: center -3500px;}
.tjlm ul li a.tag-yongche:hover { background-position: center -3600px;}
.tjlm ul li a.tag-gushi:hover { background-position: center -3700px;}
.tjlm ul li a.tag-zhengce:hover { background-position: center -3800px;}
.tjlm ul li a.tag-shuju:hover { background-position: center -3900px;}
.tjlm ul li a.tag-jishu:hover { background-position: center -4000px;}
.tjlm ul li a.tag-renwu:hover { background-position: center -4100px;}
.tjlm ul li a.tag-chezhu:hover { background-position: center -4200px;}
.tjlm ul li a.tag-jiangshi:hover { background-position: center -4300px;}
.tjlm ul li a.tag-jingxiaoshang:hover { background-position: center -4400px;}
.tjlm ul li a.tag-biaozhun:hover { background-position: center -4500px;}
.tjlm ul li a.tag-shuyu:hover { background-position: center -4600px;}
.tjlm ul li a.tag-guandian:hover { background-position: center -4700px;}
.tjlm ul li a.tag-tanmi:hover  { background-position: center -4900px;}

.more_car { font-size:16px; text-align:center;}
.more_car a { display:block; line-height:40px; border:1px #ddd solid;}
.more_car a i { display:inline-block; width:16px; height:16px; background:url(../img/s_bt2.png) 0 0 no-repeat; top: 2px; position: relative;margin-right:6px;}
.more_car a:hover { border:1px #f60 solid; background-color:#f1f1f1; text-decoration:none;}




/*导购切换*/
.con_r .dg_tit { overflow:hidden;_zoom:1;}
.con_r .dg_tit li {width:170px; text-align:center; float:left; border:1px #ddd solid; height:30px; line-height:30px; font-size:16px;}
.con_r .dg_tit li a { display:block; text-decoration:none;}
.con_r .dg_tit .cur { background-color:#f60; color:#fff; border:1px #f60 solid;}
.con_r .dg_tit .cur:hover {background-color:#d60;}
.con_r .dg_tit .cur a { color:#fff}
.car_dg { overflow:hidden;}
.car_dg_con { display:none; margin-top:20px;}
.car_dg_con .car_jg { position:relative; float:left;z-index:3;}
.car_dg_con .car_jg li { width:80px; line-height:38px; height:38px; text-align:center; border:1px #fff solid; border-left:2px #fff solid; border-right:none; font-size:14px;}
.car_dg_con .car_jg li a { display:block; text-decoration:none;}
.car_dg_con .car_jg li.cur {border-top:1px #ddd solid; border-bottom:1px #ddd solid;border-left:2px #f60 solid; border-right:1px #fff solid; background-color:#fff;}
.car_dg_con .car_li { position:relative; float:left; width:250px; padding-right:10px; border:1px #ddd solid; margin-left:-1px; overflow:hidden; z-index:2;}
.car_dg_con .car_li ul { display:none; }
.car_dg_con .car_li ul li { height:40px; line-height:40px; overflow:hidden; font-size:14px;_padding-top:5px;}
.car_dg_con .car_li ul li img {vertical-align:middle; margin:0 10px; max-width:30px; max-height:30px;}


.con_r .mainR-join{
	display: block;
	width: 345px;
	height: 56px;
	line-height: 56px;
	background-color: #f60;
	text-align: center;
	font-size: 20px;
	color: #fff;

	margin-top: 20px;
	position: relative;
}
.con_r .mainR-join a{ color: #fff; }
.con_r .mainR-join a.a2 {
  
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 86px;
    height: 64px;
    background: url(../img/reward.png) no-repeat;
  
}
.con_r .mainR-join i{
	width: 20px;
	height: 20px;
	background: url(../img/tougao.png) no-repeat;
	display: inline-block;
	position: relative;
	left: -10px;
	top: 2px;
}























#newscon {font-size: 16px;padding: 8px 10px 0 15px;line-height:2em;}
#newscon a { color:#2d96e9; text-decoration:none;}
#newscon a b{ color:#2d96e9; font-weight: normal; }
#newscon p{padding:6px 0px;}
#newscon td p{ padding:0;}
#newscon table { border-collapse:collapse; margin:0 auto; max-width:100%;}
    #newscon td{ border:1px solid #000;}
.news_copy{color:#FF6600;line-height:2em;}
.news_adshow{font-size:16px;line-height:2em;padding:9px 10px 9px 10px;color:#666;background-color:#F6F6F6;margin:10px 0;clear:both;}
.news_adshow p{text-indent:2em;}
.news_adshow a{color:#FF6600;text-decoration:none;}
.news_adshow a:hover{color:#FFF;background-color:#FF6600;}
.news_adshow ol{list-style:decimal;margin-left:2em;}
.news_adshow ol li{list-style:decimal;list-style-position:inside;}</pre></body></html>