.g-main {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: inherit;
}

.g-article-left {
  width: 760px;
  float: left;
}

.g-article {
  overflow: hidden;
}

.g-article-column {
  margin-bottom: 20px;
  overflow: hidden;
}

.g-article-column .u-column {
  padding: 5px 10px;
  float: left;
  display: block;
  background: #c5171e;
  color: #fff;
}

.g-article-column .u-bar {
  float: right;
  color: #6d6d6d;
  font-size: 14px;
  margin-top: 5px;
}

.g-article-column .u-bar a {
  color: #6d6d6d;
}

.g-article-top {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}

.g-article-top h1 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.g-article-top h1 a {
  color: #010101;
}

.u-time {
  font-size: 14px;
  color: #6d6d6d;
}

.u-time .source {
  float: left;
}

.u-time .time {
  float: left;
  margin-left: 25px;
}

.g-article-abstract {
  width: 720px;
  display: table-cell;
  height: 68px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 20px;
  color: #6d6d6d;
  position: relative;
}

.g-article-abstract p {
  margin-bottom: 20px;
}

.g-article-abstract .m-abstractUp {
  position: absolute;
  width: 760px;
  height: 16px;
  left: 0;
  top: 0;
  background: url("../../images/abstractUp.png") no-repeat;
}

.g-article-abstract .m-abstractDown {
  position: absolute;
  width: 760px;
  height: 16px;
  left: 0;
  bottom: 0;
  background: url("../../images/abstractDown.png") no-repeat;
}

.g-articl-text {
  margin-top: 20px;
}

.g-articl-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.g-articl-text p {
  font-size: 18px;
  color: #030303;
  margin-bottom: 40px;
  line-height: 1.6;
  text-indent: 2em;
}

.g-articl-text h2 {
  border-left: 3px solid #c5171e;
  font-size: 18px;
  color: #000000;
  margin-bottom: 40px;
  padding-left: 20px;
}

.u-editor {
  font-size: 14px;
  color: #6d6d6d;
}

.u-tips {
  margin-top: 10px;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 1.5;
}

.u-tips span {
  color: #cf2118;
}

.u-tips a {
  color: #cf2118;
}

.u-er {
  width: 245px;
  margin: 0 auto;
  color: #6d6d6d;
  margin-top: 40px;
}

.u-er p {
  text-align: center;
  margin-bottom: 10px;
}

.u-aticle-tag {
  margin-top: 40px;
  border-top: 1px solid #dedede;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
}

.u-aticle-tag span {
  display: inline-block;
  padding: 10px 20px;
  background: #dedede;
  color: #747c85;
  margin-right: 10px;
  font-size: 18px;
}

.m-left-box {
  border: 1px solid #dedede;
  border-top: 3px solid #c5171e;
  margin-bottom: 25px;
}

.u-left-title {
  padding: 10px;
  height: 20px;
  border-bottom: 1px solid #dedede;
}

.u-left-title img {
  float: left;
  margin-right: 10px;
}

.u-left-title a {
  font-size: 18px;
  color: #020202;
  float: left;
}

.u-left-title span {
  float: right;
  color: #c5171e;
  font-size: 14px;
  margin-top: 5px;
}

.u-items {
  float: right;
}

.u-items img {
  margin-right: 10px;
  float: left;
}

.u-items ul {
  float: left;
  margin-top: 6px;
}

.u-items li {
  float: left;
  background: url(../../images/item.png) no-repeat;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  cursor: pointer;
}

.u-items .on {
  background: url(../../images/active.png) no-repeat;
}

.u-left-text {
  padding: 15px 10px;
}

.u-nbd-list {
  width: 100%;
  overflow: hidden;
}

.u-nbd-list li {
  width: 74px;
  height: 108px;
  float: left;
  margin-right: 36px;
  margin-bottom: 20px;
}

.u-nbd-list li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.u-nbd-list li a {
  font-size: 12px;
  color: #030303;
  text-align: center;
  display: block;
}

.u-nbd-list .end {
  margin: 0;
}

.u-nbd-list .end_last {
  margin-bottom: 0;
}

.prev,
.next {
  cursor: pointer;
}

.m-article-comment {
  overflow: hidden;
}

.u-article-commet-title {
  border-bottom: 4px solid #c5171e;
  font-size: 18px;
  color: #020202;
  padding-bottom: 10px;
}

.u-article-commet-title p {
  float: right;
}

.u-article-commet-title span {
  color: #c5171e;
}

.u-article-form {
  padding: 20px;
  border: 1px solid #dedede;
  border-top: none;
  overflow: hidden;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}

.form-group {
  margin-top: 15px;
  overflow: hidden;
}

.pull-right {
  float: right !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.sub_bg {
  background: #dedede;
}

.u-new-comment {
  margin-top: 40px;
  border: 1px solid #dedede;
  border-top: 3px solid #c5171e;
  padding: 12px 0;
  overflow: hidden;
  padding-bottom: 0;
}

.u-new-comment-title {
  border-bottom: 1px solid #eaeaea;
  padding: 0 20px;
  overflow: hidden;
  font-size: 1.25em;
  padding-bottom: 12px;
}

.num {
  color: #c5171e;
}

.f-comment-head {
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.u-commtn-list {
  overflow: hidden;
  padding: 10px 20px;
}

.u-commtn-list li {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 10px 0;
}

.u-commtn-list li:last-child {
  border: none;
}

.f-comment-text {
  float: left;
  width: 580px;
}

.comment_id {
  float: left;
  font-size: 16px;
  color: #040404;
}

.comment_time {
  float: right;
  font-size: 0.8em;
  color: #6d6d6d;
}

.comment_text {
  font-size: 16px;
  color: #040404;
  margin-top: 20px;
  line-height: 1.5;
}

.comment_address {
  float: left;
  font-size: 0.8em;
  color: #6d6d6d;
}

.comment_good {
  margin-right: 15px;
}

.comment_good,
.comment_bad {
  float: right;
  margin-left: 10px;
  margin-top: -5px;
}

.comment_good img,
.comment_bad img {
  float: left;
  margin-right: 5px;
}

.reply {
  color: #040404;
  float: right;
  margin-top: -4px;
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.more {
  height: 50px;
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #6d6d6d;
  font-size: 16px;
  border-top: 1px solid #eaeaea;
}

.m-anthoer-article {
  margin-top: 40px;
  overflow: hidden;
}

.m-anthoer-article ul {
  border: 1px solid #eaeaea;
  margin-top: -2px;
  width: 718px;
  padding: 15px;
}

.m-anthoer-article ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.m-anthoer-article ul li h2 {
  font-size: 18px;
  height: 27px;
  overflow: hidden;
}

.m-anthoer-article ul li h2 a {
  color: #020202;
  line-height: 27px;
}

.m-anthoer-article ul li p {
  color: #6d6d6d;
  line-height: 1.5;
}

.m-anthoer-article ul li .read {
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-anthoer-article ul li .read span {
  float: left;
  margin-right: 30px;
}

.m-anthoer-article ul .f-column-img {
  width: 220px;
  height: 124px;
  float: left;
}

.m-anthoer-article ul .f-column-img img {
  max-width: 100%;
}

.m-anthoer-article ul .f-column-text {
  width: 100%;
  height: 124px;
  float: right;
  position: relative;
}

.m-anthoer-article ul .f-channel-name {
  display: inline-block;
  padding: 5px 10px;
  background: #d1454b;
  color: #FFF;
  margin-bottom: 15px;
}

.m-anthoer-article .more {
  height: 50px;
  display: block;
  width: 750px;
  line-height: 50px;
  text-align: center;
  color: #6d6d6d;
  font-size: 16px;
  border: 1px solid #eaeaea;
  border-top: none;
}

.m-column-name {
  border-top: 2px solid #c5171e;
  border-left: 1px solid #eaeaea;
  overflow: hidden;
  float: left;
}

.m-column-name a {
  display: block;
  float: left;
  height: 40px;
  width: 106px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #020202;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #FFF;
}

.m-column-name a:hover {
  text-decoration: none;
}

.m-column-name .on {
  border-bottom: none;
}

.m-next-article {
  font-size: 30px;
  color: #000;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.m-left-buttom {
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}

.m-left-buttom a {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #eaeaea;
  color: #6d6d6d;
  margin-right: 50px;
}

.g-article-right {
  width: 316px;
  float: right;
  overflow: hidden;
}

.u-news-title {
  margin-bottom: 15px;
}

.u-news-title a {
  font-size: 14px;
  color: #050505;
}

.mt25 {
  margin-top: 25px;
}

.u-news-list li img {
  float: left;
  margin-right: 7px;
}

.u-news-list li span {
  color: #c5171e;
}

.u-news-list .u-li-items {
  margin-top: 6px;
}

.u-news-list.ranking-list span {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFF;
  background: #b1b1b1;
}

.u-news-list.ranking-list .first {
  background: #c5171e;
}

.u-news-list.ranking-list .sencnd {
  background: #e15e63;
}

.u-news-list.ranking-list .third {
  background: #e67c81;
}

.g-aritice-share {
  position: absolute;
  left: -80px;
  top: 0;
  width: 64px;
  overflow: hidden;
}

.m-aritice-share {
  overflow: hidden;
  width: 100%;
}

.m-aritice-share li {
  margin-bottom: 2px;
}

.m-article-collection {
  margin-top: 10px;
}

.m-article-collection a {
  display: block;
  width: 64px;
  height: 66px;
  margin-bottom: 2px;
}

.m-article-collection .f-collection {
  background: url("../../images/collection.png");
}

.m-article-collection .f-collection:hover {
  background: url("../../images/collection-h.png");
}

.m-article-collection .f-comment {
  background: url("../../images/comment.png");
}

.m-article-collection .f-comment:hover {
  background: url("../../images/comment-h.png");
}

.m-article-like {
  margin-top: 10px;
}

.m-article-like a {
  display: block;
  width: 64px;
  height: 16px;
  margin-bottom: 2px;
  padding-top: 50px;
  color: #dedede;
  text-align: center;
}

.m-article-like .f-like {
  background: url("../../images/article_like.png");
}

.m-article-like .f-like:hover {
  background: url("../../images/like-h.png");
  color: #FFF;
  text-decoration: none;
}

.m-article-like .f-dislike {
  background: url("../../images/article_dislike.png");
  display: none;
}

.m-article-like .f-dislike:hover {
  background: url("../../images/dislike-h.png");
  color: #FFF;
  text-decoration: none;
}

.top10 {
  width: 314px;
}

/*分页*/
.pagination {
  margin-top: 28px;
  float: right;
  margin-bottom: 2em;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.pagination a,
.pagination b,
.pagination .current {
  padding: 3px 7px;
  float: left;
  margin: 0 0 10px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagination a {
  border: 1px solid #CFD6E5;
  background-color: #eceff5;
  color: #606060;
}

.pagination a:hover {
  background: #0066cc;
  border-color: #0044cc;
  color: white;
  text-decoration: none;
}

.pagination b,
.pagination .current {
  border: 1px solid #0044cc;
  background-color: #0066cc;
  color: white;
  font-weight: bold;
}

.pagination .gap {
  margin-top: 0px;
  float: left;
  margin-left: 8px;
}

.pagination-white a {
  border: 1px solid #ddd;
  background-color: #fff;
}

.reprint_title {
  color: #6d6d6d;
  font-size: 18px;
  margin-top: 40px;
}