.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.article {
  margin: 23px auto 60px auto;
}
/*左侧内容*/
.article_left {
  float: left;
  width: 860px;
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.green,
.green a {
  color: #538900 !important;
  font-size: 16px;
}
/*标题*/
.title_article {
  padding: 30px 5px 22px 5px;
  border-bottom: 1px solid #F0F0F0;
}
.title_article .title {
  text-align: justify;
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 48px;
}
.title_article .issue {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
}
/*文章*/
.content_article {
  width: 100%;
  margin: 35px 0;
  text-align: justify;
}
.content_article img {
  max-width: 100%;
}
.content_article p {
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 36px;
  text-indent: 32px;
}
.content_article .author {
  margin-top: 40px;
  text-align: right;
}
/*分享*/
.share {
  width: 100%;
  margin: 0 auto;
}
.share .shareT {
  float: left;
  width: 64px;
  font-size: 16px;
  color: #4A4A4A;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
}
/*评论*/
.discuss {
  width: 860px;
  margin: 25px auto 10px auto;
  border-top: 5px solid #A6C31F;
}
.discuss .disContent {
  width: 812px;
  margin: 0 auto;
  padding: 0 24px;
  background: #F2F2F2;
}
.discuss .disContent .disTitle {
  width: 817px;
  margin: 0 auto;
  font-size: 20px;
  color: #4A4A4A;
  padding: 12px 0 7px 0;
}
.disContent .disTitle .btn {
  background: #F2F2F2;
  font-size: 15px;
  color: #4A4A4A;
  text-align: center;
  width: 76px;
  height: 20px;
  line-height: 20px;
}
.disContent .forms {
  width: 817px;
  margin: 0 auto;
}
.disContent .fg {
  margin-top: 16px;
}
.form-group label {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 22px;
}
.form-group input {
  font-size: 16px;
  color: #4A4A4A;
  width: 132px;
  height: 31px;
  margin: 0 14px;
}
.form-group .cBtn {
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  width: 112px;
  height: 36px;
  background: #A6C31F;
  margin-bottom: 12px;
}
.form-group #commentCaptcha {
  width: 98px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
}
.disContent .forms .edit {
  display: block;
  width: 787px;
  margin: 0 auto;
  resize: none;
  min-height: 43px;
  border: 1px solid #C8C8C8;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0;
  padding: 12px 15px;
}
/*评论列表*/
.lists {
  width: 830px;
  margin: 0 auto;
}
.lists .list_1 {
  padding: 12px 0 8px 0;
  border-bottom: 1px solid #F0F0F0;
}
.lists .tag {
  font-size: 20px;
  color: #4A4A4A;
  font-weight: bold;
  padding-top: 12px;
}
.lists .list_1 .head {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
}
.lists .list_1 .name {
  font-size: 14px;
  color: #8E8E8E;
  vertical-align: middle;
}
.lists .list_1 .mes {
  padding: 12px 0 16px 0;
  font-size: 14px;
  color: #4A4A4A;
  text-align: justify;
}
.lists .list_1 .date {
  font-size: 12px;
  color: #8E8E8E;
}
/*加载更多*/
.load {
  width: 860px;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
}
.load .more {
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #4A4A4A;
  text-align: center;
  background: #F2F2F2;
}
.load .tip {
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  padding: 24px 16px;
}

.more_mg img{
  display: block;
  margin: auto;
}
.more_mg p{
  text-indent: 2em;
}
/*右侧内容*/
.article_right {
  float: right;
  width: 320px;
}
.article_right img {
  width: 100%;
}
.article_right .more_news {
  margin-bottom: 32px;
}
.more_news .list {
  margin-top: 5px;
  background: #F3F3F3;
}
.more_news .list li {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0;
  padding: 12px 0 12px 10px;
}
.more_news .list li:nth-last-child(1) {
  border-bottom: none;
}
a {
  text-decoration: none;
  color: #414042;
}
.more_news .list a :link {
  color: #414042;
}
.more_news .list a :hover {
  color: #414042;
}
.more_news .list a :visited {
  color: #414042;
}
.more_news .list a :active {
  color: #414042;
}
.click {
  display: none;
}
.timeWap {
  display: none;
}
.content-copyright{
  background:#e3e3e3;
  padding:24px 26px;
  margin: 20px 0;
}
.content-copyright h3{
  font-family:SimHei;
  color:#d91630;
  font-size:15px;
  line-height:16px;
}
.content-copyright p{
  color:#999999;
  font-size:14px;
  line-height:27px;
  margin-top: 20px;
  text-indent:2em;
}
@media (max-width: 500px) {
  .click,
  .timeWap {
    display: block;
  }
  .click,
  .source {
    width: 50%;
  }
  .timeWap {
    margin-top: 0.266667rem;
  }
  .author,
  .span,
  .comments,
  .browse,
  .timePc {
    display: none;
  }
  .w1200 {
    width: 100%;
  }
  .article {
    margin: 0.4rem auto 0.8rem auto;
  }
  .article_right {
    display: none;
  }
  .article_left {
    width: 9.146667rem;
    overflow: visible;
    margin: 0 auto;
    float: none;
  }
  .article_left .green {
    display: none;
  }
  .article_left .title_article {
    padding: 0;
  }
  .article_left .title_article .title {
    font-size: 0.48rem;
  }
  .article_left .title_article .issue {
    font-size: 0.373333rem;
    color: #9A9A9A;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article_left .content_article {
    margin-top: 0.32rem;
  }
  .article_left .content_article img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .article_left .content_article p {
    text-indent: 0 !important;
  }
}
