﻿@charset 'utf-8';

/*
名称：文库后台样式
维护：王文 wangwen1220#139.com
依赖：base.css
日期：2013-5-17
*/

/* Global
----------------------------------------------------------------------------- */
/* 默认文字和背景颜色 */
body {
  color: #666;
  font: 12px/1.5 \5b8b\4f53,arial;
  _word-wrap: break-word;/* 防止 IE6 连字符撑开布局 */
}

/* 链接样式 */
a {
  color: #253751;
}
a:hover, a:active {
  color: #cc0000;
}

/* 清除图片底部空白间隙 */
img {
  vertical-align: top;
}

/* 默认表单样式 */
input, textarea {
  color: #999;
}
input:focus, textarea:focus {
  color: #444;
}

/* AD */
.ad-wrap {
  clear: both;
  margin: 15px 0;
  overflow: hidden;
  *zoom: 1;
  *position: relative;
}
.ad-wrap-h90 {
  height: 90px;
}
.ad {
  overflow: hidden;
  background: #339A00;
}
.ad-fr {
  float: right;
}
.ad-fl {
  float: left;
}
.ad-center {
  text-align: center;
}
.ad-w728 {
  width: 728px;
}
.ad-w670 {
  width: 990px;
}
.ad-w250 {
  width: 250px;
}
.ad-w300 {
  width: 300px;
}
.ad-w490 {
  width: 490px;
}
.ad-h90 {
  height: 90px;
}
.ad-h250 {
  height: 250px;
}

/* 清除浮动 */
.fn-cb {
  clear: both;
}

/* 分割线 */
.hr {
  /* clear: both; */
  margin: 5px 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
  font-size: 0;
}

/* 排版 */
#w .f12 {
  font-size: 12px;
}
#w .f14 {
  font-size: 14px;
}
#w .mt0 {
   margin-top:0;
   height:200px;
}
#w .mt5 {
  margin-top: 5px;
}
#w .mt8 {
  margin-top: 8px;
}
#w .mt10 {
  margin-top: 10px;
}
#w .mt15 {
  margin-top: 15px;
}
#w .mt20 {
  margin-top: 20px;
}
#w .mb0 {
  margin-bottom: 0;
}
#w .mb5 {
  margin-bottom: 5px;
}
#w .mb8 {
  margin-bottom: 8px;
}
#w .mb10 {
  margin-bottom: 10px;
}
#w .w370 {
  width: 370px;
}
#w .w280 {
  width: 280px;
}

/* TPL
----------------------------------------------------------------------------- */
/*
@name: w-cnt
@overview: 通用内容块样式
@require: null
*/
.w-cnt {
  margin: 10px 0;
  /* background: #ccc; */
}
.w-cnt-item {
  float: left;
  _overflow: hidden;
}
.w-cnt-item-m {
  float: left;
  width: 100%;
}
.w-cnt-item-cnt {
  margin-right: 320px;
  _margin-right:300px;
}
/*.w-cnt-item-l {
  float: left;
  width: 300px;
  margin-left: -100%;
}*/
.w-cnt-item-r {
  width: 300px;
  margin-left: -300px;
}

/*
@name: w-box
@overview: 通用盒样式
@require: null
*/
.w-box {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.w-box-hd {
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #CFCFCF;
  background: #F7F7F7;
}
.w-box-hd .title {
  float: left;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.w-box-hd .links {
  float: right;
  padding-right: 15px;
  color: #666;
}
.w-box-hd .links a {
  color: #17498F;
}
.w-box-hd .links .more {
  color: #1B498F;
}
.w-box-hd .links a:hover {
  color: #cc0000;
}
.w-box-bd {
  margin: 10px;
}
/* w-box-mod0 */
.w-box-mod0 .w-box-hd {
  height: 26px;
  line-height: 26px;
  background: #EDEDED url(../images/bg-w-box-mod0-hd.png) repeat-x;
}
.w-box-mod0 .w-box-hd .title {
  height: 100%;
  padding: 0 10px 0 21px;
  border-bottom: none;
  background: url(../images/arrow-rt-red.png) no-repeat 10px 50%;
}
/* w-box-mod1 */
.w-box-mod1 .w-box-hd {
  height: 24px;
  line-height: 24px;
  border-bottom: none;
  background: #E7E7E7 url(../images/bg-w-box-mod1-hd.png) repeat-x;
}
.w-box-mod1 .w-box-hd .title {
  height: 100%;
  padding: 0 10px;
  color: #fff;
  background: #C90001;
}

/* w-box-mod3 */
.w-box-mod3 {
  margin-bottom: 15px;
  border-top: 2px solid #ED242F;
}
.w-box-mod3 .w-box-hd {
  height: 32px;
  line-height: 32px;
  background: #fff;
}

/* w-box-mod4 */
.w-box-mod4 {
  border: none;
}
.w-box-mod4 .w-box-hd {
  height: 40px;
  line-height: 40px;
  border-bottom: none;
  border-top: 3px solid #CCCCCC;
  background: #fff;
}
.w-box-mod4 .w-box-hd .title {
  padding: 0 10px 0 0;
  margin-top: -3px;
  border-top: 3px solid #D81819;
  font-size: 20px;
  font-family: '黑体';
  font-weight: normal;
}
/*.w-box-mod4 .w-box-hd .title a {
  color: #222;
}
.w-box-mod4 .w-box-hd .title a:hover {
  color: #cc0000;
}*/
.w-box-mod4 .w-box-bd {
  margin: 0;
}

/* w-box-mod5 */
.w-box-mod5 {
  border: none;
}
.w-box-mod5 .w-box-hd {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-top: 2px solid #D81819;
  background: #F9F9F9;
}
.w-box-mod5 .w-box-hd .title {
  padding: 0 10px;
  font-size: 14px;
}
/*.w-box-mod5 .w-box-hd .title a {
  color: #222;
}
.w-box-mod5 .w-box-hd .title a:hover {
  color: #cc0000;
}*/
.w-box-mod5 .w-box-bd {
  margin: 0;
}

/* w-box-mod6 */
.w-box-mod6 {
  border: none;
}
.w-box-mod6 .w-box-hd {
  height: 22px;
  line-height: 22px;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  background: none;
}
.w-box-mod6 .w-box-hd .title {
  padding: 0 0 0 20px;
  font-style: 12px;
  background: url(../images/icon-gt.png) no-repeat 4px 50%;
}
.w-box-mod6 .w-box-hd .links {
  padding-right: 0;
}
.w-box-mod6 .w-box-bd {
  margin: 0;
}

/*
@name: w-headline
@overview: 通用新闻头条样式
@require: null
*/
.w-headline {
  margin: 10px 0;
}
.w-headline .title {
  /*margin-bottom: 2px;*/
  font-size: 18px;
  font-family: '黑体';
  /*font-weight: bold;*/
  color: #1A4991;
}
.w-headline .title a {
  color:#1a498f;
  font-size:18px;
  line-height:22px;
  font-family:Microsoft YaHei;
  font-weight:bold;

}
/*.w-headline .title a:hover {
  color: #cc0000;
}*/
.w-headline .links,
.w-headline .links a {
  color: #666;
}

/*
@name: w-list
@overview: 通用列表样式
@require: null
*/
.w-list {
  margin: 10px 0;
}
.w-list-item {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  _vertical-align: top;/* 解决 ie6 下 li 之间有间隙的问题 */
}
.w-list-item a {
  color: #243851;
}
.w-list-item a.video {
  padding-left: 22px;
  background: url(../images/icon-video.png) no-repeat 0 50%;
  _background-position: 0 8px;
}
.w-list-item a:hover {
  color: #CC0000;
}
.w-list-item strong {
  font-weight: bold;
  color: #1A498F;
}
.w-list-item strong a {
  color: #1A498F;
}
.w-list-item strong a:hover {
  color: #cc0000;
}
.w-list-item em,
.w-list-item em a {
  color: #1B4A92;
}
.w-list-item em a:hover {
  color: #cc0000;
}

/* w-list-dot */
.w-list-dot .w-list-item {
  padding-left: 10px;
  background: url(../images/icon-dot.png) no-repeat 0 50%;
}

/* w-list-date */
.w-list-date .w-list-item {
  position: relative;
  padding-right: 50px;
}
.w-list-date .w-list-item .type {
  color: #666;
}
.w-list-date .w-list-item .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
}
.w-list-dot .w-list-item a,
.w-list-date .w-list-item a {
  _display: block;
  _height: 100%;
  _overflow: hidden;
}

/*w-list-f14*/
.w-list-f14 .w-list-item {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

/*
@name: w-list-num
@overview: 通用数字列表样式
@require: null
*/
.w-list-num {
  padding-left: 24px;
  background: url(../images/bg-w-list-num.png) no-repeat 0 50%;
}
.w-list-num .w-list-item {
  height: 30px;
  line-height: 30px;
}

/*
@name: w-article
@overview: 通用文章样式
@require: null
*/
.w-article {
  margin: 10px 0;
}
.w-article .img {
  float: left;
  margin-right: 12px;
}
.w-article .txt {
  overflow: hidden;
  *zoom: 1;
}
.w-article .title {
  margin-bottom: 5px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #1A4991;
  font-weight: bold;
}
.w-article .title a {
  color: #1A4991;
}
/*.w-article .title a:hover {
  color: #cc0000;
}*/
.w-article .summary {
  color: #666;
  line-height: 18px;
  /*max-height: 57px;*/
  /*overflow: hidden;*/
}
.w-article .summary .details {
  display: inline-block;
  color: #194B93;
}
/*.w-article .summary .details:hover {
  color: #cc0000;
}*/

/*
@name: w-album
@overview: 通用图集样式
@require: null
*/
.w-album {
  margin-right: -10px;
}
.w-album-item {
  float: left;
  display: inline;
  margin: 10px 10px 0 0;
}
.w-album-item .img {
  display: block;
   position: relative;
   text-decoration: none;
  _zoom: 1;
}
/*预览视频图片的样式 by miya*/
.w-album-item .img .playbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  _width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  *zoom: 1;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
  background:rgba(0,0,0,0.7);
  *cursor: pointer;
}
.w-album-item .img .playbar .icon {
  float: left;
  display: inline;
  margin: 0 6px;
  height: 100%;
  width: 13px;
  background: url(http://www.ofweek.com/images/icon-play.png) no-repeat 0 50%;
  _height: 13px;
  _margin-top: 3px;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ofweek.com/images/icon-play.png', sizingMethod='scale');
}
.w-album-item .img .playbar .time {
  float: right;
  display: inline;
  margin: 0 6px;
  color: #fff;
}

.w-album-item .title {
  margin-top: 4px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  color: #444;
  text-align: center;
}



/*
@name: w-tab
@overview: tab 动画插件样式
@require: jquery etab 插件
*/
.w-tab-cnt {
  display: none;
}
.w-tab-cnt.on {
  display: block;
}

/*
@name: w-tab-min
@overview: tab 动画插件样式
@require: jquery etab 插件
*/
.w-tab-min {
  margin-bottom: 15px;
}
.w-tab-min .w-tab-hd {
  height: 31px;
  line-height: 31px;
  border: 1px solid #DADDE2;
  /*border-left: none;*/
  background: #F8F8F8 url(../images/bg-w-tab-min-hd.png) repeat-x;
}
.w-tab-min .w-tab-nav {
  float: left;
  margin-left: -1px;
  padding: 0 15px;
  border-left: 1px solid #DADDE2;
  color: #222;
  font-size: 14px;
  cursor: pointer;
  _margin-bottom: -1px;
  /*background: #aaa;*/
}
.w-tab-min .w-tab-nav span.geng-duo{
  position:absolute;
  dispaly:block;
  height:31px;
  line-height:31px;
  right:5px;
  top:0;
  z-index:-999;
  font-weight:normal;
  font-size:12px;
}
.w-tab-min .w-tab-hd .w-tab-nav.on {
  margin-top: -1px;
  border-top: 2px solid #BF0000;
  border-right: 1px solid #DADDE2;
  font-weight: bold;
  background: #fff;
}
.w-tab-min .w-tab-hd .w-tab-nav.on span.geng-duo{
  position:absolute;
  dispaly:block;
  height:31px;
  line-height:31px;
  right:5px;
  top:0;
  z-index:999;
  font-weight:normal;
  font-size:12px;
}
.w-tab-min .w-tab-hd .w-tab-nav.on:first-child {
  border-left-color: #fff;
}
.w-tab-min .w-tab-bd .w-list {
  margin-bottom: 0;
}

/*
@name: w-tab-news
@overview: tab 动画插件样式
@require: jquery etab 插件
*/
.w-tab-news {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.w-tab-news .w-tab-hd {
  position: relative;
  height: 29px;
  line-height: 29px;
  border-bottom: 2px solid #CC0000;
  background: #F7F7F7 url(../images/bg-w-box-news-hd.png) repeat-x;
}
.w-tab-news .w-tab-nav {
  float: left;
  width: 103px;
  border-right: 1px solid #ccc;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #E4E4E4 url(../images/bg-tab-news-nav.png) no-repeat 0 50%;
}
.w-tab-news .w-tab-nav .more {
  position: absolute;
  right: 10px;
  top: 0;
  color: #1B498F;
  font-size: 12px;
  font-weight: normal;
  display: none;
}
.w-tab-news .w-tab-hd .w-tab-nav.on {
  color: #CC0000;
  background-image: url(../images/bg-tab-news-nav-on.png);
}
.w-tab-news .w-tab-hd .w-tab-nav.on .more {
  display: block;
}
.w-tab-news .w-tab-hd .links {
  float: right;
  padding-right: 10px;
  color: #666;
}
.w-tab-news .w-tab-hd .links a {
  color: #1B498F;
}
.w-tab-news .w-tab-bd {
  margin: 10px;
}

/*
@name: w-tab-box
@overview: tab 动画插件样式
@require: jquery tabs 插件
*/
.w-tab-box {
  position: relative;
}
.w-tab-box .w-tab-hd {
  position: absolute;
  top: 8px;
  _top: 10px;
  right: -1px;
  _right: 0;
  height: 23px;
  line-height: 23px;
}
.w-tab-box .w-tab-nav {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 8px;
  /*height: 100%;*/
  border: 1px solid #ddd;
  border-bottom: none;
  color: #184B92;
  background: #fff;
  cursor: pointer;
  /*line-height: 23px;*/
  _position: relative;
}
.w-tab-box .w-tab-hd .w-tab-nav.on {
  height: 24px;
  font-weight: bold;
  border-top-color: #D00000;
}

/*
@name: w-header
@overview: 通用标题样式
@require: null
*/
.w-header {
  position: relative;
  height: 3px;
  border: 9px solid #fff;
  border-width: 9px 0;
  background: #CCC;
}
.w-header .title {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: -11px;
  padding-right: 5px;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #CB0000;
  background: #fff;
}

/*
@name: w-pager
@overview: 普通分页模板
@require: null
*/
.w-pager {
  margin: 0 -2px 0 10px;
  text-align: right;
}
.w-pager a, .w-pager span {
  display: inline-block;
  margin-right: 7px;
  padding: 0 7px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #CDCDCD;
  color: #333;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #fff;
}
.w-pager .on {
  border-color: #E10000;
  color: #fff;
  font-weight: bold;
  background: #E10000;
  cursor: default;
}
.w-pager a:hover, .w-pager a:active {
  color: #000;
  border-color: #bbb;
  text-decoration: none;
  background-color: #f5f5f5;
}

/*
@name: w-table
@overview: 普通表格模块
@require: null
*/
.w-table {
  margin-top: 5px;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: #444;
}
/*.w-table thead {
  background: #F2F2F2;
}
.w-table tbody {
  background: #fff;
}
.w-table tfoot {
  background: #EFEFEF;
}*/
.w-table th,
.w-table td {
  padding: 5px;
  text-align: center;
  color: #333;
}
.w-table th:first-child,
.w-table td:first-child {
  text-align: left;
}
.w-table th {
  /*padding: 10px 5px 5px;*/
  font-weight: bold;
}
.w-table td a {
  color: #243851;
}
.w-table td a:hover {
  color: #CC0000;
}
.w-table tfoot td {
  padding: 10px 0;
}

/*
@name: w-switchable
@overview: 轮换图模块
@require: jquery switchable 插件
*/
.w-switchable {
  position: relative;
}

/* w-switchable-fade */
.w-switchable-fade {
  width: 300px;
  overflow-x: hidden;
}
.w-switchable-fade .w-switchable-slide {
  position: relative;
  height: 185px;
  overflow: hidden;
}
.w-switchable-fade .w-switchable-slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.w-switchable-fade .w-switchable-slide-item:first-child {
  z-index: 1;
}

/* w-switchable-img */
.w-switchable-img {
  width: 290px;
}
.w-switchable-img .w-switchable-slide {
  height: 185px;
}
.w-switchable-img .w-switchable-slide-item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000', endColorstr='#66000000');
  background-color: rgba(0,0,0,.4);
}
.w-switchable-img .w-switchable-slide-item .title a {
  display: block;
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
}
.w-switchable-img .w-switchable-slide-item .title a:hover {
  text-decoration: underline;
}
.w-switchable-img .w-switchable-trigger {
  height: 40px;
  line-height: 40px;
  overflow-y: hidden;
  text-align: center;
}
.w-switchable-img .w-switchable-trigger li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px;
  color: #DAE1E9;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
  cursor: pointer;
}
.w-switchable-img .w-switchable-trigger li.current {
  color: #75AFD5;
}
.w-switchable-img .w-switchable-nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  height: 50px;
}
.w-switchable-img .w-switchable-nav a {
  float: left;
  width: 25px;
  height: 100%;
  outline: none;
  font: 400 42px/1 arial;
  color: #fff;
  border-radius: 0 25px 25px 0;
  text-align: left;
  text-decoration: none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7FC8C8C8', endColorstr='#7FC8C8C8');
  background-color: rgba(200,200,200,.5);
  cursor: pointer;
  display: none;
}
.w-switchable-img .w-switchable-nav a.next {
  float: right;
  border-radius: 25px 0 0 25px;
  text-align: right;
}
.w-switchable-img .w-switchable-nav a:hover {
  color: #FF6600;
}
.w-switchable-img .w-switchable-nav a.disabled {
  /* color: #ccc; */
  /* cursor: default; */
}

/* w-switchable-scrollh */
.w-switchable-scrollh {
  width: auto;
}
.w-switchable-scrollh .w-switchable-slide {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.w-switchable-scrollh .w-switchable-slide-item {
  float: left;
  margin: 0;
  width: 278px;
}

/* w-switchable-article */
.w-switchable-article .w-switchable-slide {
  /* height: 185px; */
}
.w-switchable-article .w-switchable-nav {
  margin-top: 5px;
  *margin-top: 7px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.w-switchable-article .w-switchable-nav a {
  float: left;
  width: 30px;
  height: 100%;
  outline: none;
  font: 400 28px/25px arial;
  color: #888;
  /* border-radius: 30px; */
  /* background-color: #eee; */
  background: url(../images/icon-w-switchable-nav.png) no-repeat center center;
  text-decoration: none;
  cursor: pointer;
}
.w-switchable-article .w-switchable-nav a:hover {
  color: #75AFD5;
}
.w-switchable-article .w-switchable-nav a.disabled {
  color: #ccc;
  cursor: default;
}
.w-switchable-article .w-switchable-trigger {
  float: left;
  display: inline;
  margin: 0 8px;
  height: 100%;
  overflow-y: hidden;
}
.w-switchable-article .w-switchable-trigger li {
  float: left;
  display: inline;
  margin: 0 2px;
  color: #DAE1E9;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
  cursor: pointer;
  _width: .5em;
}
.w-switchable-article .w-switchable-trigger li.current {
  color: #75AFD5;
}

/*
@name: w-topic
@overview: 专题模块
@require: null
*/
.w-topic {
  margin-top: -25px;
  margin-bottom: 15px;
}
.w-topic-item {
  margin-top: 20px;
  text-align: center;
}
.w-topic-item .pic {
  display: block;
  overflow: hidden;
}
.w-topic-item .title {
  margin-top: 8px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #222;
}
.w-topic-item .title a {
  color: #222;
}

/*
@name: w-cats
@overview: 目录列表
@require: null
*/
.w-cats {
  margin: 10px -20px 5px 0;
  *padding-bottom: 10px;
  _padding-bottom: 0;
}
.w-cats-item {
  margin: 0 20px 10px 0;
  float: left;
  width: 114px;
  /* height: 16px; */
  line-height: 16px;
  /* overflow: hidden; */
  color: #666;
  over-flow:hidden;
  white-space:nowrap;
}
.w-cats-item .w-cats-title {
  color: #444;
}
.w-cats-item .w-cats-title:hover {
  color: #444;
}
.w-cats-item .icon {
  padding-left: 18px;
  background: url(../images/icon-fold.png) 0 50% no-repeat;
}
.w-cats-item .icon-unfold {
  background-image: url(../images/icon-unfold.png);
}
.w-cats-item .w-cats-list {
  display: none;
  margin-left: 18px;
}
.w-cats-item .w-cats-list-item {
  margin-top: 5px;
}

/* Layout
----------------------------------------------------------------------------- */
/** 整体布局 **/
#content {
  width: 990px;
  margin: 10px auto;
  _overflow: hidden;
  _margin-top: 0;
}
.w-box-txtlist {
  float: left;
  display: inline;
  margin-bottom: 0;
  width: 340px;
}
.w-box-txtlist .w-list-item {
  height: 25px;
  line-height: 25px;
}
.w-box-txtlist .w-list-item a {
  _display: inline-block;
}
.w-box-txtlist .w-list-item a.link {
  _width: 244px;
}
.w-box-txtlist .w-list-item a:hover {
  text-decoration: none;
}
.w-box-piclist {
  float: right;
  display: inline;
  margin-bottom: 0;
  width: 312px;
}
.w-box-piclist .w-album {
  margin: 3px -20px 0 10px;
}
.w-box-piclist .w-album-item {
  margin: 12px 20px 0 0;
  width: 130px;
}
.w-box-piclist .w-album-item .img {
  padding: 4px;
  border: 1px solid #CCCCCC;
}
.w-box-piclist .w-album-item .title,
.w-box-piclist .w-album-item .title a {
  color: #535353;
}
.w-box-video .w-album {
  margin: 4px -22px 0 8px;
}
.w-box-video .w-album-item {
  margin: 5px 22px 0 0;
  width: 120px;
}
.w-box-video .w-list-item {
  height: 26px;
  line-height: 26px;
}
.w-box-blog .w-box-bd,
.w-box-dwonload .w-box-bd {
  margin: 0;
}
.w-box-blog .w-article,
.w-box-dwonload .w-article {
  margin: -1px 0 0 0;
  padding: 13px 15px 12px;
  border-top: 1px dotted #ddd;
}
.w-box-blog .w-article .title,
.w-box-dwonload .w-article .title {
  margin-bottom: 7px;
  font-size: 12px;
}
.w-box-blog .w-article .summary,
.w-box-dwonload .w-article .summary {
  line-height: 20px;
  color: #444;
}
.w-box-dwonload .w-article .download {
  margin-top: 8px;
}
.w-box-dwonload .w-article .download-btn {
  display: inline-block;
  width: 57px;
  height: 23px;
  overflow: hidden;
  /*text-indent: -9999px;*/
  /**text-indent: 0;*/
  /**font-size: 0;*/
  line-height: 999px;
  background: url(../images/btn-download.png) 0 0 no-repeat;
  vertical-align: middle;
}
.w-box-dwonload .w-article .download-status {
  color: #1A4991;
}
.w-tab-min-box {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-top: none;
}
.w-tab-min-box .w-tab-hd {
  margin: 0 -1px;
}
.w-tab-min-box .w-tab-hd .w-tab-nav.on:first-child {
  border-left-color: #ddd;
}
.w-tab-min-box .w-tab-bd {
  margin: 10px;
}

/* 内容块 */
.w-cnt-x {
  _margin-bottom: -5px;
}
.w-cnt-y .w-cnt-item-m .w-tab-min {
  width: 325px;
}
.w-cnt-y .w-cnt-item-m .w-box-mod4 .w-album {
  margin: 5px -23px 0 0;
}
.w-cnt-y .w-cnt-item-m .w-box-mod4 .w-album-item {
  margin: 0 23px 10px 0;
  width: 150px;
}
.w-cnt-y .w-cnt-item-m .w-box-mod4 .w-album-item .title {
  margin-top: 8px;
  height: 38px;
  line-height: 19px;
}

/** topbar **/
#head{ width:100%; border-bottom:1px solid #eee; background:#f7f7f7; height:30px }
#head .head{ width:990px; margin:0 auto;}
#head .head .link{ float: left; line-height: 30px;position:relative;*position:relative;*z-index:99999; color: #999;}
#head .head a{ color:#333}
#head .hr_linka {display: none; background:#FFFFFF; border:1px solid #CCCCCC; float:left;right:-334px; line-height:24px;padding:3px 10px; position:absolute; top:30px; width:auto; z-index: 10;text-align: left;}
/*#head .hr_linka span{display:block;width:18px;height:30px;background:url(http://images.ofweek.com/ofweek/images/inco.gif) no-repeat center 11px #fff;border-left:1px solid #ddd;border-right:1px solid #ddd;position:absolute;z-index:99999;top:-33px;left:-1px;}*/
#head a.dian{
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -22px;
  top: 0;
  z-index: 11;
  background: url(http://images.ofweek.com/ofweek/images/inco.gif) no-repeat 50% 11px;
  text-decoration: none;
  cursor: pointer;
}
#head .head .more-link:hover a.dian,
#head .head .more-link.hover a.dian {
  width: 18px;
  height: 31px;
  margin-bottom: -1px;
  background-position: 50% 12px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#head .head .more-link:hover .hr_linka,
#head .head .more-link.hover .hr_linka {
  display: block;
}

#head .head .login{float:right;line-height: 30px;}
#head .head .login li{float:left;}

/** 页头 **/
.topdaohang{width:988px;height:27px;background-image:url(http://images.ofweek.com/gongkong/images/topbg.jpg); background-repeat:repeat-x; border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;margin-left:auto;margin-right:auto;}
.topdaohangleft{height:27px; line-height:27px;padding-left:5px; float:left;font-size:12px;}
.topdaohangleft a{ color:#1e376d; line-height:27px;padding-left:5px; font-size:12px; font-family:"宋体";text-decoration:none;padding-left:1px;padding-right:1px;}
.topdaohangleft a:hover{ color:#cc0000; line-height:27px;padding-left:5px; font-size:12px; font-family:"宋体";text-decoration:underline;padding-left:1px;padding-right:1px;}
.topdaohangright{width:auto;height:27px; line-height:27px;font-size:12px; text-align:right; font-family:"宋体"; float:right;}
.topdaohangright a{ color:#1e376d; line-height:27px;font-size:12px; font-family:"宋体";text-decoration:none;}
.topdaohangright a:hover{ color:#cc0000; line-height:27px;font-size:12px; font-family:"宋体";text-decoration:underline;}

.top_nav1 {
  border-bottom: #e20000 3px solid; width: 990px; background: url(http://images.ofweek.com/gongkong/images/index_nav_bg.gif); float: left; height: 34px
}
.top_nav1 .left {
  width: 5px; background: url(http://images.ofweek.com/gongkong/images/index_nav_left.gif); float: left; height: 34px
}
.top_nav1 .right {
  width: 5px; background: url(http://images.ofweek.com/gongkong/images/index_nav_right.gif); float: right; height: 34px
}
.top_nav1 .center {
  width: 980px; float: left; height: 34px
}
.nav_index {
  width: 100%; float: left; padding-top: 6px
}
.nav_index ul {
  padding-bottom: 0px; list-style-type: none; margin: 0px 0px 0px 6px; padding-left: 0px; padding-right: 0px; list-style-image: none; padding-top: 0px; _margin-left: 6px
}
.nav_index li {
  margin: 0; padding: 0; float:left;
}
.nav_index a {
  line-height: 28px; margin: 0; padding: 0 0 0 4px; background: url(http://images.ofweek.com/gongkong/images/navbtn_left.gif) no-repeat left top; float: left; cursor: pointer; text-decoration: none;
}
.nav_index a span {
font-family: microsoft Yahei;padding: 0 4px 0 0;_padding: 0 2px 0 0; line-height: 28px; display: block; background: url(http://images.ofweek.com/ofweek/images/navbtn_right1.gif) no-repeat right top; float: left; font-size: 14px; font-weight: bold; text-decoration: none;
}
.nav_index a:hover {
  background-position: 0px -28px; cursor: pointer; text-decoration: none
}
.nav_index a:hover span {
  line-height: 28px; background-position: 100% -28px; color: #fff; font-weight: bold; text-decoration: none
}
.nav_index .m2 a {
  padding-bottom: 0px; line-height: 28px; margin: 0px; padding-left: 4px; padding-right: 0px; background: url(http://images.ofweek.com/gongkong/images/navbtn_left.gif) no-repeat left top; float: left; text-decoration: none; padding-top: 0px
}
.nav_index .m2 a span {
  padding-bottom: 0px; line-height: 28px; padding-left: 6px; padding-right: 8px; display: block; background: url(http://images.ofweek.com/gongkong/images/navbtn_right2.gif) no-repeat right top; float: left; font-size: 14px; font-weight: bold; text-decoration: none; padding-top: 0px
}
.nav_index .m2 a:hover {
  background-position: 0px -28px; text-decoration: none
}
.nav_index .m2 a:hover span {
  background-position: 100% -28px; color: #fff; font-weight: bold; text-decoration: none
}
.topdaohang {
  background-image: url(http://images.ofweek.com/gongkong/images/topbg.jpg); border-bottom: #ddd 1px solid; border-left: #ddd 1px solid; width: 988px; background-repeat: repeat-x; height: 27px; margin-left: auto; margin-right: auto; border-right: #ddd 1px solid
}
.topdaohangleft {
  line-height: 27px; padding-left: 5px; float: left; height: 27px; font-size: 12px
}
.topdaohangleft a {
  line-height: 27px; padding-left: 1px; padding-right: 1px; font-family: "宋体"; color: #1e376d; font-size: 12px; text-decoration: none
}
.topdaohangleft a:hover {
  line-height: 27px; padding-left: 1px; padding-right: 1px; font-family: "宋体"; color: #cc0000; font-size: 12px; text-decoration: underline
}
.topdaohangright {
  text-align: right; line-height: 27px; width: auto; font-family: "宋体"; float: right; height: 27px; font-size: 12px
}
.topdaohangright a {
  line-height: 27px; font-family: "宋体"; color: #1e376d; font-size: 12px; text-decoration: none
}
.topdaohangright a:hover {
  line-height: 27px; font-family: "宋体"; color: #cc0000; font-size: 12px; text-decoration: underline
}

.gongkong_nav {
  width: 990px; float: left;
}
.gongkong_nav .dhfl_1 {
 background:url(http://images.ofweek.com/gongkong/images/j_sbg1.gif) repeat-x;border-left: #d9d9d9 1px solid; /*border-bottom:1px solid #d9d9d9;*/ width: 988px; zoom: 1; background-repeat: repeat-x; font-size: 12px; overflow: hidden; border-right: #d9d9d9 1px solid; overflow:hidden; /*height:60px;*/
}
.gongkong_nav .dhfl_links {
  float: right;
  width: 188px;
  height: 60px;
  line-height: 60px;
  border-left: 1px solid #D2D2D2;
  text-align: center;
}
.gongkong_nav .dhfl_links a {
  margin: 0 5px;
  display: inline-block;
  color: #010248;
}
.gongkong_nav .dhfl_links a:hover {
  color: #cc0000;
}
.gongkong_nav .dhfl_lights {
  margin: 5px 0 0;
}
.gongkong_nav .dhfl_lights dl {
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.gongkong_nav .dhfl_lights dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #020346;
  font-weight: bold;
}
.gongkong_nav .dhfl_lights dt a {
  color: #020346;
}
.gongkong_nav .dhfl_lights dl dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gongkong_nav .dhfl_lights dl dd a {
  display: inline-block;
  /*margin: 0 2px;*/
  color: #333333;
}
.gongkong_nav .dhfl_lights dl dd a:hover {
  color: #333;
}
.gongkong_nav .dhfl_lights dl dd span {
  color: #999999;
}

#gongkonglogobr {
  margin: 10px auto;
  width: 990px;
  height: 100px;
  overflow: hidden;
  *zoom: 1;
  /*background: #ccc;*/
}
.gongkeonglogo{
  float: left;
  width: 246px;
}
.gongkonglogobrbanner {
  float: right;
  margin-top: 5px;
  width: 728px;
  height: 90px;
  overflow: hidden;
}

.gongkongnav {
  margin: 0px auto; width: 990px;
}
.gongkongnav ul a { color: #0c0d4e; text-decoration:none;
}
.gongkongnav ul a:hover {
  color: #cc0000; text-decoration: underline
}

#gongkongsreach {
  border-bottom: #c7c7c7 1px solid; border-left: #d9d9d9 1px solid; margin: 0px auto; width: 988px; background: url(http://images.ofweek.com/ofweek/images/index_nav3_bg.gif) repeat-x; height: 35px; border-right: #d9d9d9 1px solid;
}
#gongkongsreach_soso {
  padding-bottom: 2px; padding-left: 0; padding-right: 10px; float: right; height: 27px; padding-top: 7px
}

.gongkongsreach_sosokuang {
  border-bottom: #ddd 1px solid; border-left: #ddd 1px solid; width: 250px; height: 18px; border-top: #ddd 1px solid; border-right: #ddd 1px solid; vertical-align: middle;
}
.gongkongsreach_sosokuang2 {
  border-bottom: #999 1px solid; border-left: #999 1px solid; width: 85px; border-top: #999 1px solid; border-right: #999 1px solid; vertical-align: middle;
}
.gongkongsreach_gjianc {
  padding-bottom: 0px; padding-left: 15px; width: 450px; padding-right: 9px; float: left; height: 14px; padding-top: 9px
}
.gongkongscroll {
  border-bottom: #000000 0px solid; border-left: #000000 0px solid; padding-bottom: 0px; line-height: 14px; padding-left: 0px; width: 346px; padding-right: 0px; float: left; height: 14px; overflow: hidden; border-top: #000000 0px solid; border-right: #000000 0px solid; padding-top: 0px
}
.gongkongscroll a {
  color:#010246;
  /*text-decoration:underline;*/
  text-decoration: none;
}
/*.gongkongscroll a:hover{
  color:#cc0000;
  text-decoration:underline;
}*/
.gongkongscroll li{ height:14px; overflow:hidden;}
.gongkongscroll span {
  padding-right: 10px; 
  overflow: hidden;
  margin-right:5px !important;
}
.gongkong_text1 {
  width: 70px; float: left; font-weight: bold; color: #0B0D4E;
}
.gongkong_text2 {
  width: 45px; float: right; height: 14px
}
.gongkong_text2 a {
  color: #090D4C;
}
.gongkong_text2 a:hover {
  color: #cc0000;
}
.gg_banner{
  margin:0 auto;
  width:728px;
  height:90px;
  border:1px solid #ccc;
}

/** 浮动广告 **/
.todayjinri{width:327px;height:222px; float:right;font-family:"宋体",arial;margin:0;padding:0; font-size:12px; color:#03F; color:#1e376d;}
.todaytitle{width:327px;height:31px; float:left;}
.todaykuang{width:325px;height:190px; border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc; float:left;}
.todaywen{width:309px;height:70px;border-bottom:1px solid #ccc; float:left; padding:12px 8px 0 8px; float:left;}
.todaytuwen{width:309px;height:90px;padding:10px 8px 0 8px; float:left;}
.todaytu{width:126px;height:82px;border:1px solid #ccc;padding: 2px;margin-right:6px; float:left;}

.todayjinri p a{color:#1E376D;text-decoration:none;}
.todayjinri p a:hover{ color:#F00;text-decoration:none;}

.todaywen div{ padding:0; margin:0; border:0;}
.todaywen img{ padding:0; margin:0; border:0;}
.todaywen p{ padding:0; margin:0; border:0;}

.todaytuwen div{ padding:0; margin:0; border:0;}
.todaytuwen img{ padding:0; margin:0; border:0;}
.todaytuwen p{ padding:0; margin:0; border:0;font-size: 12px;}
#eMeng {
  /***position :fixed;**/
  position :absolute;
  z-index: 1000;
  background: #eee;
  bottom: 0;
  right: 0;
  /**_right: 15px;**/
}

/** 友情链接 **/
#linkssub {
  margin: 10px auto 0;
  overflow: hidden;
  text-align: left;
  width: 990px;
}
.links-1sub {
  background: url("http://images.ofweek.com/gongkong/images/links-bg.gif") repeat-x scroll 0 0 transparent;
  border-color: #cc0000 #cc0000 -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  float: left;
  height: 27px;
  width: 988px;
}
.links-01sub {
  background: url("http://images.ofweek.com/gongkong/images/links-icon.gif") no-repeat scroll left center transparent;
  color: #ffffff;
  float: left;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin-left: 4px;
  text-indent: 16px;
  width: 188px;
}
.links-02sub {
  color: #ffffff;
  float: right;
  font-weight: bold;
  height: 23px;
  line-height: 20px;
  margin-right: 2px;
  margin-top: 2px;
  text-align: right;
  text-indent: 16px;
  width: 565px;
}

.links-02sub a {
  color: #ffffff;
  float: right;
  font-weight: bold;
  height: 23px;
  line-height: 20px;
  margin-right: 2px;
  margin-top: 2px;
  text-align: right;
  text-indent: 16px;
}
.links-02sub A:hover {
    color: #fff;
}
.links-0423 {
  border-color: #cccccc;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  float: left;
  padding: 5px 0;
  width: 988px;
}
.links-3 {
  float: left;
  line-height: 21px;
  padding: 0 10px;
  width: 968px;
}
.links-3 a {
  /* display: inline-block; */
  color: #22376E;
}
.links-3 a:hover {
  color: #cc0000;
}

/*商贸网 版块 新品推荐 样式*/
.xp_right{
  float:right;
  width:310px;
  overflow:hidden;
  }
.xp_right .zx_xx{
  width:301px;
  overflow:hidden;
  *zoom:1;
  }
.xp_right .zx_xx dl{
  width:130px;
  float:left;
  margin-right:20px;
  }
.xp_right .zx_xx dl dt img{
  width:120px;
  height:90px;
  margin:4px;
  border:1px solid #ccc;
  }
.xp_right .zx_xx dl dd{
  width:130px;
  height:31px;
  line-height:31px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  text-align:center;
  }
ul#bjx_main5_zxcp {
    height: 390px !important;
    overflow: hidden;
  margin-right:-25px;
  margin-top:10px;
  margin-left:10px;
}
ul#bjx_main5_zxcp li {
    display: inline-block;
    float: left;
    height: 130px;
    width:300px;
  overflow:hidden;
  *zoom:1;
}

/*折叠*/
.zhedie{
  width:658px;
  overflow:hidden;
  *zoom:1;
  }
.zhedie ul{
  width:131px;
  float:left;
  }
.zhedie ul li span{
  display:block;
  padding-left:15px;
  line-height:22px;
  cursor:pointer;
  position:relative;
  }
.zhedie ul li .jia{
  display:block;
  background:url(../images/jia.gif) no-repeat;
  position:absolute;
  width:11px;
  height:11px;
  padding:0;
  left:0;
  top:5px;
  *top:0;
  _left:-15px;
  }
.zhedie ul li .jian{
  display:block;
  background:url(../images/jian.gif) no-repeat;
  width:11px;
  height:11px;
  padding:0;
  position:absolute;
  left:0;
  top:5px;
  *top:0;
  _left:-15px;
  }
.zhedie ul li ul{
  width:115px;
  margin-bottom:0;
  }
.zhedie ul li ul li{
  width:115px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  background:none;
  margin-left:15px;
  line-height:24px;
  }

/**概要信息 样式今日焦点*/
.wenziliang A {
  COLOR: #0070a6; TEXT-DECORATION: none
}
.redliang {
  TEXT-ALIGN: center; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: #cc0000 0px 0px; COLOR: #ffffff; PADDING-TOP: 3px
}
.yellowliang {
  TEXT-ALIGN: center; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: #ffff00 0px 0px; COLOR: #000000; PADDING-TOP: 3px
}
.blowliang {
  TEXT-ALIGN: center; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: #00ccff 0px 0px; COLOR: #000000; PADDING-TOP: 3px
}
.heiliang {
  TEXT-ALIGN: center; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: #99ff33 0px 0px; COLOR: #000000; PADDING-TOP: 3px
}
.orageliang {
  TEXT-ALIGN: center; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: #ff9900 0px 0px; COLOR: #ffffff; PADDING-TOP: 3px
}
.onew {
  COLOR: #1e50a2; FONT-SIZE: 12px
}

/** 页脚 **/
.foot {
  margin-top: 15px;
  border-top:1px solid #ddd;
}
div#bottom {
    margin:10px auto 0;
    overflow: hidden;
    text-align: left;
    width: 990px;
    font: 12px/1.5 \5b8b\4f53,arial;
}
#bottom .bottom-m {
    float: left;
    height: 33px;
    width: 988px;
    border: none;
    background: none;
}
#bottom .bottom-m-1 {
    height: 29px;
    line-height: 29px;
    text-align: center;
    width: 984px;
    border: none;
}
#bottom .bottom-m-1 a{
  color:#1a4991;
  text-decoration:none;
  }
#bottom .bottom-m-1 a:hover{
  color:#cc0000;
  text-decoration:underline;
  }
#bottom .bottom-2 {
    color: #666666;
    float: left;
    line-height: 25px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
#bottom .bottom-2 a {
    color: #253751;
}
#bottom .bottom-110 {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.ldw-smw{margin-bottom:18px;} 

           /** 返回顶部 **/
/* 解决 IE6 绝对定位抖动问题 */
html {
	_background-image: url(about:blank);
	_background-attachment: fixed;
}
#scrolltotop {
	display: block;
	position: fixed;
	_position: absolute;
	left: 50%;
	margin:0 0 0 520px;
	bottom: 100px;
	_bottom: "auto";
	width: 52px;
	height:50px;
	cursor: pointer;
	opacity:0.35;
	filter: Alpha(opacity=35);
	background:url(http://images.ofweek.com/ofweek/images/toplink.png) no-repeat;
}

/* 20180519新增广告 */
.online-hall {
	position: relative;
	width: 990px;
	height: 110px;
	font-family: microsoft Yahei;
	margin: 10px auto;
	background: #fff;
	z-index: 1000;
}

.online-hall .hd {
	height: 29px;
	line-height: 29px;
	background: #be1a20;
	color: #fff;
}

.online-hall .hall-bd {
	padding: 10px 21px 11px 21px;
}

.online-hall h2 {
	background: url(http://images.ofweek.com/expo/booth/images/hall_title.png) 44px center no-repeat;
	padding-left: 70px;
}

.online-hall h2,
.online-hall h3 {
	font-size: 14px;
	float: left;
}

.online-hall h3 {
	margin-left: 270px;
}

.logo-wrap {
	float: left;
	width: 825px;
	overflow: hidden;
}

.online-hall .booking {
	float: right;
	width: 110px;
	height: 41px;
	background: url(http://images.ofweek.com/expo/booth/images/booking.gif) 0 0 no-repeat;
	margin-top: 10px;
}

.online-hall li {
	float: left;
	width: 150px;
	height: 60px;
	border: 1px solid #e8e8e8;
	margin-right: 13px;
	line-height: 56px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.online-hall li a{
  width: 150px;
  height: 60px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.online-hall li img {
	max-width: 150px;
	max-height: 60px;
	vertical-align: middle;
	border: none;
}
#ad-3{
	background-color: rgba(0,0,0,0);
	margin-top: 135px;
}

			
/* #admiya{ position: relative !important; }
#admiya *{ overflow: visible !important; position: absolute !important; left: 0 !important; top: 0 !important; }
#admiya iframe{display: none;}

.ad728_2{ float: left; display: inline; height: 90px !important; padding: 0 !important; margin: 30px 0 30px 131px !important; }
#admiya, .ad728_2{ position: relative !important; }
#admiya *, .ad728_2 *{ overflow: visible !important; position: absolute !important; left: 0 !important; top: 0 !important; }
#admiya iframe, .ad728_2 iframe{display: none;}
#admiya a, .ad728_2 a{ background: url(about:blank); } */