.container {
  width: 100vw;
}

/***********************************************************
 * 列表页
 */

/**首页三列布局**/

/**列表页**/

/*栏目图片*/

.l-banner {
  max-width: 1200px;
  height: 287px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  overflow: hidden;
}

.l-banner img {
  height: 100%;
  vertical-align: top;
}

/**主体列表页开始**/

#l-container {
  background: url(./images/content_bg.png) no-repeat center/cover;
}

#l-container .inner {
  padding: 25px 0;
}

/**主体文章页开始**/

#d-container {
  width: 75%;
  margin: 0 auto;
  /* background: url(./images/content_bg.png) no-repeat center/cover; */
}

#d-container .inner {
  padding: 20px 0px;
}

.col_menu {
  width: 204px;
  float: left;
  margin-right: -204px;
  position: relative;
}

.col_menu .l-qh {
  margin-bottom: 10px;
}

.col_menu .col_menu_head {
  background: #1f64a9;
}

/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
  text-align: center;
  display: block;
  line-height: 50px;
  padding: 0px 0px 0px 0px;
}

/**栏目名称图标**/

.col_menu .col_menu_con {
}

/*栏目列表*/

.col_list {
  background: #f4f4f4 !important;
}

.col_list .wp_listcolumn {
  border-top: 0px solid #2867a0;
  border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
  color: #333;
  font-size: 17px;
  font-weight: normal;
  background: none;
  border-top: 0px solid #fff;
  border-bottom: 0 solid #d4d4d4 !important;
  text-align: center;
  background: #f4f4f4 !important;
}

.col_list .wp_listcolumn .wp_column a .column-name {
  padding: 10px 0px 10px 0px;
  line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #1f64a9;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #0f429b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: bold;
  color: #0f429b;
}

/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
  border-top: 1px solid #d4d4d4;
  margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 28px;
  padding: 10px 10px 10px 52px;
  cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #0f429b;
}

/*三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
  background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 51px;
  cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #0f429b;
}

/**栏目新闻**/

.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
}

.col_news .col_news_box {
  margin-left: 290px;
}

.col_news_head {
  border-bottom: 1px solid #dbdbdb;
}

.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;
}

/**当前栏目**/

.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #6b6b6b;
}

.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 46px;
  line-height: 56px;
  color: #666;
  font-size: 14px;
}

/**当前位置**/

.col_metas .col_path a {
  color: #717171;
}

.col_metas .col_path a:hover {
  color: #1f64a9;
}

.col_news_con {
  padding: 5px 0px 10px 0px;
  margin: 0 7px;
}

.col_news_list {
  margin-top: 16px;
}

.col_news_list .wp_article_list .list_item {
}

/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {
}

/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}

.col_news_list .wp_entry p {
  margin-bottom: 10px;
}

.col_news_list .wp_entry table {
  margin-bottom: 4px;
}

.col_news_list .wp_entry img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* 针对IE8的hack，使其支持max-width */
}

/* 为非IE浏览器或IE9及以上版本设置最大宽度 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .col_news_list .wp_entry img {
    max-width: 680px;
  }
}
/**列表页文章图片大小限制**/

/**文章页**/

.infobox {
  width: auto;
  margin: 0 auto;
}

.article {
  padding-top: 10px;
}

.article h1.arti_title {
  line-height: 48px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #1f64a9;
}

/**文章标题**/

.article h2.arti_title {
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
}

/**文章副标题**/

.article .arti_metas {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ececec;
}

.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
}

/**文章其他属性**/

.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}

/**文章内容**/

.read {
  min-height: 400px;
}

.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}

/**阅读字体**/

.article .entry .read p {
  margin-bottom: 10px;
}

/* .article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
} */
@media (min-width: 941px) {
  .article .entry .read img {
    max-width: 940px;
  }
}
/**文章阅读部分图片大小限制**/

.article .entry .read table {
  margin: 0 auto;
}

/**页脚开始**/

#footer {
  background: url(images/foot.png) no-repeat center;
  background-size: cover;
}

#footer .inner {
  padding: 30px 0px;
  position: relative;
}

#footer .inner .mod {
}

#footer .inner .foot-left {
  width: 40%;
  float: left;
}

#footer .inner .foot-right {
  margin-top: 80px;
  width: 60%;
  height: 75px;
  float: left;
}

#footer .inner p {
  font-size: 15px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  color: #93acce;
}

#footer .inner p span {
  margin: 0 3px;
}

#footer .inner .copyright {
  text-align: left;
  margin-bottom: 0px;
}

#footer .inner .copyright span {
}

#footer .inner .copyright a {
  color: #eee;
}
