﻿.sidebar .news-item {
  border-bottom: 0.01rem solid #eee;
  font-size: 0.16rem;
  line-height: 1.375;
  padding-bottom: 0.22rem;
  margin-top: 0.39rem;
}
.sidebar .news-item:first-child {
  margin-top: 0.49rem;
}
.sidebar .news-item .news-title {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: left;
}
.sidebar .news-item .news-title a {
  transition: color 0.3s ease-in-out;
}
.sidebar .news-item .news-title a:hover {
  color: rgb(204, 181, 121);
}
.sidebar .news-item .news-date {
  display: block;
  margin-top: 0.39rem;
  color: rgb(97, 97, 97);
}

.main-content .article h1 {
  font-size: 0.3rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.167;
  text-align: center;
}
.main-content .article .news-info {
  font-size: 0.14rem;
  color: rgb(94, 94, 94);
  line-height: 0.18rem;
  text-align: center;
  margin-top: 0.59rem;
}
.main-content .article .news-info span.txt {
  padding-left: 0.26rem;
  background-size: 0.18rem 0.18rem;
  background: no-repeat 0 0;
}
.main-content .article .news-info span.txt + .txt {
  margin-left: 0.26rem;
}
.main-content .article .news-info span.n-clock {
  background-image: url(../images/icon-clock.png);
}
.main-content .article .news-info span.n-click {
  background-image: url(../images/icon-click.png);
}
.main-content .article .news-content img {
  display: inline-block !important;
}

.split-line {
  margin-top: 0.23rem;
  height: 0.01rem;
  background-color: #c3c3c3;
}

@media screen and (max-width: 999px) {
  .container {
    padding: 0.6rem 0.14rem 0.2rem;
    background-color: transparent;
  }
  .main-content .article h1 {
    font-size: 0.27rem;
  }
  .main-content .article .news-info {
    margin-top: 0.31rem;
  }
  .sidebar {
    display: none;
  }
}