/*
 * Author: dengyang
 * LastTime: 2018-2-24 16:28:40
 * Description: 公共的 show.css 中是 大部分展示页-公共样式
 * Contact: 
 */

/*公共样式 适配 本页面*/
/*公共的网站广告部分*/
.wbad.is_fixedad{}
.wbad.is_fixedad_fix{margin: 0;position: fixed;z-index: 996;right: 50%;top: 0;margin-right: -610px;}
.wbad.is_fixedad_abs{margin: 0 40px;position: absolute;z-index: 996;right: 0;bottom: 0;}
/*公共的顶部栏目导航*/
.pgnav{height: 40px;}
.pgnav >ul li{height: 40px;line-height: 38px;}
/*公共的顶部区域*/
.hbg_box{padding-bottom: 0;bottom: auto;margin-top: auto;background: none;}
.headerbg{background: #fff;}
.header{height: 80px;}
.h_ico_menu{background-image: url(../images2017/cssimg/icon/header/menu-blu.png);}
.h_ico_share{background-image: url(../images2017/cssimg/icon/share/share-bl.png);color: #000;}
.h_search span{background-image: url(../images2017/cssimg/icon/header/btn-search-bl.png);}
.h_search input{background: #fff;color: #000;}
.h_search input:-ms-input-placeholder{color: #717171;}
.h_search input::-webkit-input-placeholder{color: #717171;}
.h_search input:-moz-placeholder{color: #000;}
.h_search input::-moz-placeholder{color: #000;}
.h_search.is_open{background: #dbdcdc;border: none;}
.h_login span{color: #000;}
/*公共的底部区域*/
.fbg_box{padding-top: 0;background: none;}
.footerbg{padding-top: 40px;}
.fm_gotop.is_fixed{position: fixed;right: 50%;bottom: 80px;margin-right: -720px;}


/*展示页猜你喜欢*/
.cnxh{width: 1300px;height: auto;margin: 40px auto;position: relative;}
.cnxh >ul{width: 1320px;height: 120px;overflow: hidden;margin: auto;}
.cnxh >ul li{width: 200px;height: 120px;overflow: hidden;float: left;margin-right: 20px;position: relative;}
.cnxh >ul li .img{width: 100%;height: 100%;position: absolute;z-index: 1;overflow: hidden;background: #f7f8f8;text-align: center;}
.cnxh >ul li .img img.lyld{height: 25%;max-height: 80px;}
.cnxh >ul li .img img.w100{width: 100%;display: block;}
.cnxh >ul li .txt{width: 100%;height: 100%;overflow: hidden;position: absolute;z-index: 3;text-align: center;}
.cnxh >ul li .txt h3{width: 160px;height: 32px;line-height: 16px;overflow: hidden;padding: 0 20px;margin-top: 40px;font-size: 12px;color: #fff;text-align: left;}
.cnxh >ul li .txt_time{height: 15px;line-height: 15px;display: inline-block;margin-top: 15px;padding-left: 15px;background: url(../images2017/cssimg/icon/author/time8-wh.png) left center no-repeat;font-size: 12px;color: #fff;white-space: nowrap;-webkit-animation: a_visible .9s ease both;animation: a_visible .9s ease both;}
.cnxh >ul li:hover .txt{background: rgba(28,28,36,.6);}
.cnxh >ul li:hover .txt_time{-webkit-animation: a_visible-h .9s ease both;animation: a_visible-h .9s ease both;}
.cnxh_txt{height: 20px;line-height: 20px;overflow: hidden;margin-top: 20px;font-size: 16px;color: #717171;text-align: center;letter-spacing: 5px;}

