/* Powered by 96KaiFa.Com  \\   QQ 21617372 \\ https://www.96kaifa.com */
@charset "utf-8";
/**
 * 基本样式
 */
/*====================== reset =======================*/
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll}
* html, * html body{background-image: url(about:blank); background-attachment: fixed;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {margin: 0; padding: 0; outline: 0;} /* 清除内外边距 */
:focus{outline: 0 none; font-weight: normal;}
body{min-width: 1002px; min-height: 100%; color: #333;}
body, button, input, select, textarea {font: 14px/1.5 \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei",arial,sans-serif;} /* 设置默认字体 */
/*body, button, input, select, textarea {font: 14px/100% \5b8b\4f53,"宋体","Hiragino Sans GB","Hiragino Sans GB W3","Microsoft Yahei",arial,sans-serif;} !* 设置默认字体 *!*/
h1,h2,h3,h4,h5,h6 {font-size: 1em;}
iframe,img {border: 0 none;}
em,i,ins {font-style: normal; text-decoration: none}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
ul, li, ol { list-style: none; } /* 重置列表元素 */
/* 重置表格元素 */
table {border-collapse: collapse; border-spacing: 0;}
/* 重置文本格式元素 */
a {text-decoration: none; outline: none; color: #333; /* -webkit-transition:all 0.15s linear;-moz-transition:all 0.15s linear;-ms-transition:all 0.15s linear;-o-transition:all 0.15s linear; */ cursor: pointer;}
a:hover {color: #ee4b4b;/*  text-decoration: underline; */}
a:focus{font-weight: inherit;}
abbr[title], acronym[title] { border-bottom: 1px dotted; cursor: help;} /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
q:before, q:after { content: ''; }
/* 重置表单元素 */
input {outline: none}
input::-ms-clear {display: none}
legend { color: #333; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit} /* 使得表单元素在 ie 下能继承字体大小 */
textarea {overflow:auto; resize:vertical;}
label {cursor:pointer;}
/* 重置 hr */
hr {border: none; height: 1px; background-color: #eee;}
/* 解决IE6 a标签外框虚线问题 */
*html a {outline: none;}
/**html a:active {star:expression(this.onFocus=this.blur());}*/
button{cursor: pointer;}
.clear-fix:after,.clear-fix:before,.cf:after,.cf:before{content:''; display:table }
.clear-fix:after,.cf:after{clear:both }

/*====================== font =======================*/
.f12{font-size: 12px !important;}
.f14{font-size: 14px !important;}
.f16{font-size: 16px !important;}
.f18{font-size: 18px !important;}
.f20{font-size: 20px !important;}
.f22{font-size: 22px !important;}
.f24{font-size: 24px !important;}
.f26{font-size: 26px !important;}
.fb{font-weight:bold}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.lh150{line-height:150%;}
.lh180{line-height:180%;}
.lh200{line-height:200%;}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}

/*====================== mouse =======================*/
.cp{cursor: pointer;}
.cd{cursor: default;}
.cna{cursor: not-allowed;}

/*====================== position =======================*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto; margin-right: auto;}/* blockCenter 配合宽度使用 可以使块级元素居中 */
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{height:1%; zoom: 1;}
.clearfix{display:block; zoom: 1;}
.fl{float:left;}
.fr{float:right;}
.vt{vertical-align:top;}
.vm{vertical-align:middle;}
.vb{vertical-align:bottom;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
.none{display:none;}
.ib{display: inline-block;}
.inline{display: inline;}
.block{display: block;}
.ofh{overflow: hidden;}
/*====================== layout =======================*/

/*====================== box-modal =======================*/
/* margin */
.ml5{margin-left: 5px !important;}
.mr5{margin-right: 5px !important;}
.mt5{margin-top: 5px !important;}
.mb5{margin-bottom: 5px !important;}
.ml10{margin-left: 10px !important;}
.mr10{margin-right: 10px !important;}
.mt10{margin-top: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.ml15{margin-left: 15px !important;}
.mr15{margin-right: 15px !important;}
.mt15{margin-top: 15px !important;}
.mb15{margin-bottom: 15px !important;}
.ml20{margin-left: 20px !important;}
.mr20{margin-right: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.ml25{margin-left: 25px !important;}
.mr25{margin-right: 25px !important;}
.mt25{margin-top: 25px !important;}
.mb25{margin-bottom: 25px !important;}
.ml30{margin-left: 30px !important;}
.mr30{margin-right: 30px !important;}
.mt30{margin-top: 30px !important;}
.mb30{margin-bottom: 30px !important;}
.ml40{margin-left: 40px !important;}
.mr40{margin-right: 40px !important;}
.mt40{margin-top: 40px !important;}
.mb40{margin-bottom: 40px !important;}
/* padding */
.pl5{padding-left: 5px !important;}
.pr5{padding-right: 5px !important;}
.pt5{padding-top: 5px !important;}
.pb5{padding-bottom: 5px !important;}
.pl10{padding-left: 10px !important;}
.pr10{padding-right: 10px !important;}
.pt10{padding-top: 10px !important;}
.pb10{padding-bottom: 10px !important;}
.pl15{padding-left: 15px !important;}
.pr15{padding-right: 15px !important;}
.pt15{padding-top: 15px !important;}
.pb15{padding-bottom: 15px !important;}
.pl20{padding-left: 20px !important;}
.pr20{padding-right: 20px !important;}
.pt20{padding-top: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pl25{padding-left: 25px !important;}
.pr25{padding-right: 25px !important;}
.pt25{padding-top: 25px !important;}
.pb25{padding-bottom: 25px !important;}
.pl30{padding-left: 30px !important;}
.pr30{padding-right: 30px !important;}
.pt30{padding-top: 30px !important;}
.pb30{padding-bottom: 30px !important;}
.pl40{padding-left: 40px !important;}
.pr40{padding-right: 40px !important;}
.pt40{padding-top: 40px !important;}
.pb40{padding-bottom: 40px !important;}

/*============ 分享 ============*/
.J-bdsharebuttonbox-wrap {
    float: right    ;
    display: inline;
    font-size: 12px;
    color: #999;
    line-height: 21px;
    width: auto;
    _width: 120px;
    height: 21px;
    /*padding: 28.5px 10px 28.5px 0px;*/
    padding: 5px 10px 4px 0px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox span {
    padding-top: 1px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a {
    margin: 0;
    margin-left: 5px;
    padding-left: 0;
    background: url("../images/logo_share_v2.jpg") no-repeat;
    width: 21px;
    height: 21px;
    overflow: hidden;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tsina {  background-position: -4px -27px;  }
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tsina:hover {  background-position: -4px -3px;  }
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-qzone {  background-position: -28px -27px;  }
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-qzone:hover {  background-position: -28px -3px;  }
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tqq {  background-position: -52px -27px;  }
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tqq:hover {  background-position: -52px -3px;  }
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-weixin {  background-position: -76px -27px;  }
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-weixin:hover {  background-position: -76px -3px;  }
/*.J-bdsharebuttonbox-wrap.bdshare-special{right: 74px; bottom: 5px; width: 144px;}*/
/*============ 分享 end============*/

.container{
    width: 1002px;
    margin:0 auto;
}
* html, * html body{
    background-image:url('about:blank');
    background-attachment:fixed;
}
.logo_area{
    position: relative;
    background-color: #fff;
    padding-bottom:20px;
}
.logo_area .block {
    margin-top: 5px;
}
/*.logo_area iframe{*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
/*}*/
/*.header_line{*/
    /*height: 64px;*/
    /*border-bottom: 2px solid #0066CC;*/
/*}*/
/*.header{*/
    /*position: relative;*/
    /*margin: 0 auto;*/
    /*width: 1002px;*/
    /*height: 64px;*/
/*}*/
/*.menu ul li.logo{*/
    /*display: block;*/
    /*width: 298px;*/
    /*height: 37px;*/
    /*background: url(../images/logo.png) no-repeat left top;*/
    /*border-left: 0;*/
/*}*/
/*.menu ul li.logo a{*/
    /*display: block;*/
    /*width: 298px;*/
    /*height: 37px;*/
/*}*/
.top_gg{
    position: absolute;
    width: 470px;
    height: 45px;
    right: 0;
    bottom: 10px;
    overflow: hidden;
}
.menu_line{
    height: 40px;
    background-color: #EE4B4B;
}
.menu{
    position: relative;
    height: 40px;
}
.menu ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 100%;
    z-index: 999;
}
.menu ul li{
    display: block;
    position: relative;
    float: left;
    width: 7.142%;
    _width: 71.5px;
    height: 40px;
}
.menu ul li a{
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}
.menu ul li a.nav-more{
    background-image: url("http://mini.eastday.com/assets/images/down-1x_bdb6ffa3.png");
    background-repeat: no-repeat;
    background-position: 55px center;
}
.menu ul li .more-links{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    line-height: 40px;
    background-color: #EE4B4B;
    left: 0px;
    top: 40px;
    z-index: 9999;
}
.menu ul li a span.red_position{
    position: absolute;
    left: 58px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: red;
    font-size: 0;
    overflow: hidden;
    border-radius: 100%;
}
.menu ul li a.active,
.menu ul li a:hover{
    color: #ffffff;
    background-color: #D73C3C;
}
/*.main{*/
    /*margin: 14px auto;*/
    /*width: 1002px;*/
/*}*/
.main_up{
    margin-bottom: 14px;
    width: 1002px;
    overflow: hidden;
}
.main_up.hide{
    display: none;
}
.main_center{
    position: relative;
}
.main_left{
    width: 668px;
    overflow: hidden;
}
.main_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    overflow: hidden;
}
.main_down{
    margin-top: 14px;
    width: 1002px;
    overflow: hidden;
}
.main_down.hide{
    display: none;
}
.foot_line{
    padding-bottom: 14px;
}
.foot{
    margin: 0 auto;
    width: 1002px;
    text-align: center;
    color: #333333;
}
.foot a{
    color: #333333;
    text-decoration: none;
}
/*h2{*/
    /*position: relative;*/
    /*height: 16px;*/
    /*line-height: 16px;*/
    /*overflow: hidden;*/
    /*text-align: left;*/
    /*font-weight: normal;*/
/*}*/
/*h2 a{*/
    /*font-size: 16px;*/
    /*color: #0066CC;*/
/*}*/
/*h2 a:hover{*/
    /*color: #FF9500;*/
/*}*/
/*h3{*/
    /*position: relative;*/
    /*height: 16px;*/
    /*line-height: 16px;*/
    /*overflow: hidden;*/
    /*text-align: left;*/
    /*font-weight: normal;*/
/*}*/
/*h3 a{*/
    /*font-size: 16px;*/
    /*color: #0066CC;*/
/*}*/
/*h3 a:hover{*/
    /*color: #FF9500;*/
/*}*/
/*h3 span.ico{*/
    /*position: absolute;*/
    /*left: 5px;*/
    /*top: 6px;*/
    /*width: 4px;*/
    /*height: 4px;*/
    /*font-size: 0;*/
    /*overflow: hidden;*/
    /*background-color: #545454;*/
/*}*/
/*h4{*/
    /*position: relative;*/
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*overflow: hidden;*/
    /*text-align: left;*/
    /*font-weight: normal;*/
/*}*/
/*h4 a{*/
    /*color: #444444;*/
    /*font-size: 14px;*/
/*}*/
/*h4 a:hover{*/
    /*color: #FF9500;*/
/*}*/
/*h4 span.ico{*/
    /*position: absolute;*/
    /*left: 5px;*/
    /*top: 11px;*/
    /*width: 4px;*/
    /*height: 4px;*/
    /*font-size: 0;*/
    /*overflow: hidden;*/
    /*background-color: #545454;*/
/*}*/
/*h5{*/
    /*position: relative;*/
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*overflow: hidden;*/
    /*text-align: left;*/
    /*font-weight: normal;*/
/*}*/
/*h5 a{*/
    /*color: #444444;*/
    /*font-size: 14px;*/
/*}*/
/*h5 a:hover{*/
    /*color: #FF9500;*/
/*}*/
.bread{
    height: 22px;
    font-size: 14px;
    color: #444444;
}
.bread div.need_left_bar{
    width: 116px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    border-left: 4px solid #0066CC;
    color: #0066CC;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.bread a{
    color: #444444;
}
.bread a:hover{
    color: #0066CC;
}
.goto_top{
    position: fixed;
    left: 50%;
    width: 54px;
    margin-left: 515px;
    bottom: 70px;
    z-index: 99999;
}
* html .goto_top{
    position:absolute;
    top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,70)||0)-(parseInt(this.currentStyle.marginBottom,70)||0)));
}
.goto_top_in_1{
    cursor: pointer;
    width: 54px;
    height: 54px;
    background: url(../images/to_top.png) no-repeat 0 0;
}
.goto_top_in_2{
    cursor: pointer;
    margin-top: 10px;
    width: 54px;
    height: 54px;
    background: url(../images/to_top.png) no-repeat 0 -54px;
}

/*底部和右侧*/
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*padding-top: 20px;*/
}

.footer_cnt {
    color: #333;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F7F7F7;
    border-top: 1px solid #E3E5E8;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.footer_cnt a {
    color: #333;
}

/*ajax加载提示*/
.ajax_tips {
    width: 1002px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
    line-height: 70px;
    font-size: 14px;
    color: #d3d3d3;
}

.ajax_tips span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.ajax_tips span img {
    max-height: 100%;
}

/*侧边栏返回顶部*/
.goto_top {
    position: fixed;
    left: 50%;
    width: 38px;
    height: 130px;
    margin-left: 516px;
    bottom: 121px;
    z-index: 49;
    display: none;
}

/* 收藏 */
.goto_top a.shoucang {
    background-repeat: no-repeat;
    background-position: 0 0;
    bottom: 92px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.goto_top a.shoucang.active {
    background-position: -38px 0;
}

.goto_top .sc-txt {
    position: absolute;
    width: 258px;
    height: 50px;
    left: -298px;
    top: -15px;
    background: url("../images/sc_bg.png") no-repeat  0 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 25px 12px 15px;
    display: none;
}

.goto_top .sc-txt span {
    color: #ee4b4b;
    font-size: 18px;
}

.goto_top a {
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    left: 0;
    background: transparent url("../images/float_2.png") no-repeat scroll 0 0;
}

.goto_top a.show_go_0 {
    background-position: 0 -92px;
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.goto_top a.show_go_0:hover {
    background-position: -38px -92px;
}
.goto_top a.show_go_1 {
    background-position: 0 -46px;
    bottom: 46px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.goto_top a.show_go_1:hover {
    background-position: -38px -46px;
}
.erwei_cnt {
    width: 132px;
    height: 150px;
    opacity: 0;
    display: none \9;
    filter: alpha(opacity=0);
    position: absolute;
    left: -132px;
    bottom: 0px;
    background: transparent url(../images/gzh_erweima_v3.png) no-repeat scroll 0% 0%;
    -webkit-transform-origin: right 80%;
    -moz-transform-origin: right 80%;
    -ms-transform-origin: right 80%;
    -o-transform-origin: right 80%;
    transform-origin: right 80%;
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a.show_go_1:hover + div.erwei_cnt {
    display: block \9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

* html .goto_top {
    position: absolute;
    bottom: auto;
    margin-bottom: 161px;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

/*底部和右侧   end*/


/*详情页 栏目页 头部 start*/
.header_cnt_detail {
    background-color: #fff;
    width: 100%;
    height: auto;
}

.header_cnt_l_detail {
    position: relative;
    z-index: 999;
}

.header_cnt_l_detail .df-rss {
    position: absolute;
    right: 116px;
    top: 11px;
    width: 40px;
    height: 16px;
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

.header_cnt_l_detail .df-rss:hover {
    color: #ee4b4b;
}

.header_cnt_l_detail .df-rss img {
    display: block;
    float: left;
    margin-right: 2px;
}


/*导航*/
ul.nav_detail {
    width: auto;
    height: 38px;
    line-height: 38px;
    *zoom: 1;
}

ul.nav_detail li {
    float: left;
}

ul.nav_detail li a {
    font-size: 12px;
    color: #666;
    padding: 0 8px;
    border-left: 1px solid #DBDBDB;
}

ul.nav_detail li a .hot {
    position: absolute;
    top: -9px;
    right: -7px;
    z-index: 2;
}

ul.nav_detail li.more-wrap {
    width: 55px;
    height: 38px;
    line-height: 38px;
    _padding-top: 8px;
}

ul.nav_detail li.more-wrap.active,
ul.nav_detail li.more-wrap:hover {
    background-color: #fff;
}

ul.nav_detail li.more-wrap a.more_aTop img {
    vertical-align: middle;
}

ul.nav_detail li .more-link {
    position: absolute;
    top: 32px;
    left: 0;
    background-color: #fff;
    width: 55px;
    padding-bottom: 8px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

ul.nav_detail li .more-link a {
    border-left: 0 none;
    display: block;
    padding: 4px 0;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

ul.nav_detail li.first a {
    border-left: none;
}

ul.nav_detail li a:hover {
    color: #EE4B4B;
}
/*导航结束*/
/*定位开始*/
.positionSearchCnt {
    height: 50px;
    border-bottom: 1px solid transparent;
    _border-bottom: 1px solid #F8F8F8;
}

.detail_position {
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 12px;
}

.detail_position a {
    color: #666;
}

.detail_position a:hover {
    color: #EE4B4B;
}

.detail_position a.detail_logo {
    display: inline-block;
    width: 102px;
    height: 32px;
    background: url(../images/images-logo_sm.jpg) no-repeat;
    margin-top: 10px;
    margin-right: 10px;
}

// .detail_position a.detail_logo img {
//     position: absolute;
//     left: 0;
//     top: 12px;
// }

// .detail_position a.detail_logo span {
//     padding-left: 55px;
//     display: inline-block;
//     width: 45px;
//     padding-right: 10px;
//     font-size: 24px;
//     font-family: "microsoft yahei", sans-serif;
//     color: #333;
// }

.detail_position a.detail_logo:hover {
    color: #333;
}

.head_search_cnt {

    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #ee4b4b;
    padding-top: 10px;

}

.head_search_cnt_contain {
    height: 50px;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    *zoom: 1;
}

.head_search_cnt_left {
    float: left;
    width: 702px;
    height: 100%;

}

.head_search_cnt_right {
    float: right;
    width: 300px;
    height: 100%;
    position: relative;
    margin-top: -4px;
}

.head_search_cnt_right form {
    *display: block;
    *width: 100%;
    *height: 100%;
}

input.search_text {
    width: 258px;
    *width: 250px;
    height: 26px;
    border: 1px solid #dbdbdb;
    color: #666;
    line-height: 26px;
    padding-left: 5px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 12px;
    *border-right: 1px solid #fff;
}

a.search_btn {
    width: 43px;
    height: 26px;
    display: block;
    border: 1px solid #dbdbdb;
    background: url(../images/icon_search.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 12px;
    background-color: #fff;
}


/*头部右侧*/

.icon_cnt_dtl {
    width:110px;
    height: 20px;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 0;
}
.icon_cnt_dtl .go_mini{
    text-indent: 25px;
    background:url("../images/item_title.png") no-repeat -18px -378px ;
}
.icon_cnt_dtl a {
    position: relative;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
}
.icon_cnt_dtl a:hover {
    color: #EE4B4B;
}
.icon_cnt_dtl a.weixin_ew {
    background-image: url("../images/df_wx.png");
    padding-left: 25px;
    margin-right: 2px;
}
.icon_cnt_dtl a.phone_ew {
    background-image: url("../images/df_app.png");
    padding-left: 20px;
    background-position: 6px;
}
.icon_cnt_dtl a span {
    display: none;
    width: 225px;
    height: 227px;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    z-index: 999;
    *zoom: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

/*头部右侧*/

/*详情页 栏目页 头部 end*/