.news-main {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .news-main {
    padding: 30px 15px;
    margin-top: 0;
  }
}
.news-main .page-title {
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news-main .page-title {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
.news-main .news-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 85.35871%;
  max-width: 1400px;
}
@media (max-width: 1024px) {
  .news-main .news-box {
    flex-direction: column;
    width: 100%;
  }
}
.news-main .news-box .left {
  width: 60%;
}
@media (max-width: 1024px) {
  .news-main .news-box .left {
    padding: 40px 10px;
    width: 100%;
  }
}
.news-main .news-box .left .list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.news-main .news-box .left .list li .cont {
  display: flex;
  align-items: center;
}
.news-main .news-box .left .list li .cont .img-wrap {
  width: 160px;
  background: #EBEBEB;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-main .news-box .left .list li .cont .img-wrap {
    width: 110px;
  }
}
.news-main .news-box .left .list li .cont .img-wrap img {
  width: 100%;
}
.news-main .news-box .left .list li .cont .text-wrap {
  margin-left: 20px;
}
.news-main .news-box .left .list li .cont .text-wrap .news-title {
  font-size: 22px;
}
.news-main .news-box .left .list li .cont .text-wrap .news-title a {
  transition: all 0.25s ease;
}
@media (max-width: 1024px) {
  .news-main .news-box .left .list li .cont .text-wrap .news-title {
    font-size: 18px;
  }
}
.news-main .news-box .left .list li .cont .text-wrap .news-describe {
  font-size: 16px;
  color: #A7A7A7;
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .news-main .news-box .left .list li .cont .text-wrap .news-describe {
    display: none;
  }
}
.news-main .news-box .left .list li .cont .text-wrap:hover .news-title a {
  color: #000;
}
.news-main .news-box .left .list li .mobile-show {
  display: none;
}
@media (max-width: 1024px) {
  .news-main .news-box .left .list li .mobile-show {
    display: block;
  }
}
.news-main .news-box .left .list li .mobile-show.news-describe {
  font-size: 13px;
  color: #A7A7A7;
  margin-top: 6px;
}
.news-main .news-box .left .list li .tags {
  display: flex;
  margin-top: 10px;
}
.news-main .news-box .left .list li .tags .p1 {
  font-size: 14px;
  align-items: center;
}
.news-main .news-box .left .list li .tags .label {
  display: flex;
}
.news-main .news-box .left .list li .tags .label a {
  width: 70px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-right: 4px;
}
.news-main .news-box .left .list li .tags .label a:last-child {
  margin-right: 0;
}
.news-main .news-box .left .content .news-title {
  font-size: 32px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news-main .news-box .left .content .news-title {
    font-size: 22px;
  }
}
.news-main .news-box .left .content .tags {
  display: flex;
  margin-top: 10px;
}
.news-main .news-box .left .content .tags .p1 {
  font-size: 14px;
}
.news-main .news-box .left .content .tags .label a {
  border: 1px solid #DCDCDC;
  font-size: 13px;
  padding: 3px 20px;
}
.news-main .news-box .left .content article {
  margin-top: 40px;
}
.news-main .news-box .left .content article p {
  margin-bottom: 10px;
}
.news-main .news-box .left .content article h2 {
  font-size: 20px;
}
.news-main .news-box .left .content article h2,
.news-main .news-box .left .content article h3,
.news-main .news-box .left .content article h4,
.news-main .news-box .left .content article h5,
.news-main .news-box .left .content article h6 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 6px;
}
.news-main .news-box .right {
  width: 30%;
}
@media (max-width: 1024px) {
  .news-main .news-box .right {
    background-color: #FAFAFA;
    margin-left: 0;
    padding-top: 30px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.news-main .news-box .right .search {
  position: relative;
}
.news-main .news-box .right .search .t1 {
  width: 100%;
  height: 40px;
  background: #e8e8e8;
  border-radius: 2px;
  border: none;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .news-main .news-box .right .search .t1 {
    width: 100%;
  }
}
.news-main .news-box .right .search .t2 {
  position: absolute;
  right: 0;
  width: 48px;
  height: 100%;
  border: none;
  background-color: transparent;
}
.news-main .news-box .right .hot-box {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.news-main .news-box .right .hot-box .title {
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 10px;
  color: #000;
}
.news-main .news-box .right .hot-box .list {
  width: 100%;
  margin-top: 4px;
}
.news-main .news-box .right .hot-box .list li {
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  padding: 12px 0;
}
.news-main .news-box .right .hot-box .list li:last-child {
  /*border-bottom: none;*/
}
.news-main .news-box .right .hot-box .list li a {
  transition: all 0.25s ease;
}
.news-main .news-box .right .hot-box .list li a .t1 {
  color: #333333;
  line-height: 24px;
  transition: all ease-in 0.3s;
}
.news-main .news-box .right .hot-box .list li a:hover .t1 {
  color: #000;
}
.news-main .news-box .right .hot-box .list li a:hover {
  color: #000;
}
.news-main .news-box .right .hot-tags {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.news-main .news-box .right .hot-tags .title {
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 10px;
  color: #000;
}
.news-main .news-box .right .hot-tags .label-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.news-main .news-box .right .hot-tags .label-box a {
  width: 48%;
  height: 40px;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  transition: all ease-in 0.3s;
}
.news-main .news-box .right .hot-tags .label-box a:hover {
  background-color: #000;
  color: rgba(255, 255, 255, 0.9);
}
/*# sourceMappingURL=news.css.map */