/*搜索图标*/
.view { display: block;width: 18px;height: 18px;background: url(../images/wenguIcon.png) no-repeat 0 -23px; }
.view:hover { opacity: .7; } 
/*h2*/
.wengu-title { padding-top: 22px;line-height: 50px;border-bottom: 1px solid #ddd;overflow: hidden; }
.wengu-title .title-name { float:left;padding-left: 15px;background: url(../images/wenguIcon.png) no-repeat 0 -45px;border-bottom: 2px solid #d91f26; }
.wengu-hot { line-height: 42px;border-bottom: 1px solid #ccc;overflow: hidden; }
.wengu-hot .title-name { float: left;font-size: 20px;border-bottom: 2px solid #d91f26; }
.wengu-hot .view { float: right;margin: 13px 0 0 20px; }
.wengu-hot .more { float: right;font-size: 16px;color: #777; }
.wengu-hot .more i { float: right;margin: 13px 0 0 5px;width: 9px;height: 16px;background: url(../images/wenguIcon.png) no-repeat -30px 0;-webkit-transition: .2s ease-out;-moz-transition: .2s ease-out;transition: .2s ease-out; }
.wengu-hot .more:hover { color: #888; }
.wengu-hot .more:hover i { margin-left: 2px; }
.wengu-home .wengu-hot { margin-top: 15px; }
.wengu-home .wengu-hot .date { float: right;margin-right: 18px;color: #999;font-size: 16px; }
/*h3*/
.wengu-subtitle { padding-left: 23px;line-height: 50px;height:50px;border-bottom: 2px solid #d91f26;background: url(../images/wenguIcon.png) no-repeat 0 -45px;}
.wengu-subtitle .titname { float: left;color: #d91f26;font-size: 20px; }
.wengu-subtitle .view { float: right;margin-top: 17px; }
.wengu-subtitle .expire { float: right;margin-right: 20px;color: #888; }
.wengu-subtitle .period { float: left;margin: 14px 0 0 60px;line-height: 25px; }
.wengu-subtitle .period a { float: left;padding: 0 11px;margin-right: 12px;font-size: 16px;border-radius: 2px; }
.wengu-subtitle .period a.hide{display:none;}
.wengu-subtitle .period .active { color: #fff;background-color: #d91f26; }
/*广告位*/
.wenguAbver { margin-top: 25px;display: block;width: 100%; }
.wenguAbver img { width: 100%; }
/*图片公用*/
.photo { float: left;overflow: hidden; }
.photo img { width: 100%;-webkit-transition: .2s ease-out;-moz-transition: .2s ease-out;transition: .2s ease-out; }
.photo img:hover { -webkit-filter: brightness(110%); }
/*加载更多*/
a.wengu-load { margin: 30px auto;display: block;width: 130px;height: 50px;line-height: 50px;font-size: 18px;text-align: center;background-color: #d10000;color: #fff;border-radius: 5px; }
.wengu-load:hover { background-color: #d91f26; }
/*黑色背景*/
.wengu-shadow { position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;background-color: #000;opacity: .6;filter: alpha(opacity = 60);z-index: 3; }
/*分页*/
.pagingOut { margin-top: 50px;text-align: center; }
.paging { margin: 10px auto 0;overflow: hidden; }
.paging a,.paging .current { margin-left: 5px;padding: 0 10px;display: inline-block;line-height: 30px;height: 30px;color: #787878;background: #f4f4f4;font-size: 16px; }
.paging .current { background: #bf0000;color: #fff; }
.paging .red_bg, .paging a:hover { color: #fff; }
.paging a:hover { background-color: #bf0000; }
.paging .dian { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: medium none; }
.paging .dian:hover { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;color: #848484; }

