.news-title-container {
  position: relative;
  padding: 10px 17px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-title-container .left {
  display: flex;
  align-items: center;
}
.news-title-container .left .adorn-box {
  width: 48px;
  height: 47px;
}
.news-title-container .left .adorn {
  margin-left: 10px;
  width: 33px;
  height: 47px;
}
.news-title-container .left .title {
  width: 216px;
  height: 28px;
  background-image: linear-gradient(90deg, #0c8416 0%, #fff 100%);
  padding-left: 12px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}
.news-title-container .more {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
}
.news-title-container .more .triangle-icon {
  width: 22px;
  height: 22px;
}
.new-section {
  display: flex;
  justify-content: space-between;
}
.banner-box {
  margin-left: 48px;
  width: 577px;
  height: 351px;
  overflow: hidden;
  position: relative;
}
.banner-box-1 ul li {
  width: 577px;
  height: 351px;
  position: relative;
  overflow: hidden;
}
.banner-box-1 ul li img {
  display: block;
  width: 577px;
  height: 351px;
}
.banner-box-1 ul li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 577px;
  background: rgba(125, 125, 120, 0.4);
  text-indent: 2em;
  font-size: 15px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: ghostwhite;
}
.banner-box-2 {
  position: absolute;
  right: 10px;
  bottom: 14px;
}
.banner-box-2 ul li {
  float: left;
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin: 0 5px;
  background: #959595;
  text-indent: 100px;
  cursor: pointer;
}
.banner-box-2 ul .on {
  background: #f39800;
}
.news-container {
  margin: 0 17px;
  flex: 0 0 520px;
}
.news-container .first-news {
  border: dashed 1px #000000;
  padding: 12px;
}
.news-container .first-news .title-container {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.news-container .first-news .title-container::after {
  display: none;
}
.news-container .first-news .title-container .time {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-container .first-news .title-container .time .day {
  font-size: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #0c8416;
  font-family: "Times New Roman";
}
.news-container .first-news .title-container .time .year-month {
  padding-top: 6px;
  font-size: 21px;
  font-family: "Times New Roman";
}
.news-container .first-news .title-container h2 {
  padding-left: 20px;
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 2px;
  color: #0c8416;
}
.news-container .first-news .desc {
  padding-top: 16px;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-container .news-list .news-item a {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-container .news-list .news-item a .icon {
  width: 22px;
  height: 22px;
}
.news-container .news-list .news-item a .title {
  flex: 1;
  padding: 0 10px;
  /*font-family: SimSun;*/
  font-family: "微软雅黑";
  font-size: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.news-container .news-list .news-item a .time {
  font-family: "Times New Roman";
  font-size: 19px;
  color: #000000;
}
.section-container {
  padding-right: 17px;
  display: flex;
  justify-content: space-between;
}
.section {
  width: 380px;
}
.section .article-list {
  padding: 20px 0 30px 42px;
}
.section .article-list .article-item a {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .article-list .article-item a .icon {
  width: 22px;
  height: 22px;
}
.section .article-list .article-item a .title {
  flex: 1;
  padding: 0 10px;
  /*font-family: SimSun;*/
  font-family: "微软雅黑";
  font-size: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
