

.right_col .wp_paging {
  font-size: 16px;
}

.right_col .ul {
  width: 100%;
  padding: 12px 0px;
}

.right_col .ul .news_item {
  min-height: 50px;
}

.right_col .news_item a {
  float: left;
  text-indent: 12px;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}

.right_col .news_item a:hover {
  color: #0c407a;
  font-weight: bold;
  text-indent: 17px;
  text-decoration: none;
}

.right_col .news_item span {
  float: right;
  font-size: 16px;
  color: #666;
  line-height: 48px;
}

.right_col .wp_paging {
  font-size: 16px;
}

/**文章页**/
.infobox {
  padding: 20px 60px;
  margin: 0 auto;
  width: auto;
}

.article {
  padding-top: 10px;
}

.article h1.arti_title {
  line-height: 36px;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #023e7f;
}

/**文章标题**/
.article h2.arti_title {
  line-height: 34px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  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: 15px;
  color: #787878;
}

/**文章其他属性**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}

/**文章内容**/
.wp_entry .wp_articlecontent {
  padding-top: 20px
}

/**阅读字体**/
.wp_entry .wp_articlecontent,
.wp_entry .wp_articlecontent p,
.article .entry .read,
.article .entry .read p {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  font-family: 微软雅黑, "microsoft yahei";
  text-indent: 2em;
  margin-bottom: 5px;
}

.wp_entry .wp_articlecontent img,
.article .entry .read img {
  /*padding-bottom:10px;*/
  /*width: 700px;*/
  display: block;
  /* box-shadow: 5px 5px 5px #666;*/
  margin: 0 auto;
  max-width: 720px;
}

/**文章阅读部分图片大小限制**/
.wp_entry .wp_articlecontent table,
.article .entry .read table {
  margin: 0 auto;
  border: none;
  max-width: 95%;
}
@media screen and (max-width: 768px) {

  .wp_entry .wp_articlecontent img,
  .article .entry .read img {
    max-width: 100%;
  }
}

/*列表*/
.wp_entry .wp_articlecontent li,
.article .entry .read li {
  list-style: unset;
  margin: 0;
  padding-left: 0px;
  list-style-position: outside;
}

.wp_entry .wp_articlecontent li p,
.article .entry .read li p {
  text-indent: 0;
}

.article .entry .read ol,
.article .entry .read ul,
.article .entry .read dl {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}