.news {
  width: 800px;
  margin: 40px auto 0;
}

.news .new-item {
  background-color: #f6f6f6;
}

.news .news-icon {
  margin-top: 30px;
}

.news .news-texts {
  padding: 6px 32px 32px 32px;
}

.news .news-texts .tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.news .news-texts .desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
}

.news .new-ct .title {
  padding: 0 0 18px;
  font-size: 28px;
  border-bottom: 1px solid #e6e7e3;
}

.news .new-ct .new-bd {
  padding: 20px 0;
  font-size: 18px;
  color: #000;
}

.news .new-ct .new-bd p {
  line-height: 34px;
}

.news .new-ct .new-bd img {
  max-width: 100%;
  background-color: #e6e7e3;
}

.bread {
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  background-color: #f2f3f5;
}

.bread .wrap1 {
  width: 800px;
  margin: 0 auto;
}

.new-links {
  margin-bottom: 50px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.new-links .link {
  line-height: 1.8;
  color: #666;
}

.new-links .link a {
  color: inherit;
}

.new-links .link a:hover {
  color: #50a1ff;
}

.newslist {
  margin-bottom: 50px;
}

.newslist .news-item {
  padding-bottom: 34px;
  overflow: hidden;
}

.newslist .news-item + .news-item {
  padding-top: 34px;
  border-top: 1px dashed #dedede;
}

.newslist .news-item .news-pic {
  float: left;
  width: 220px;
  height: 160px;
}

.newslist .news-item .news-pic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.newslist .news-item .news-ct {
  width: 930px;
  float: right;
}

.newslist .news-item .news-ct .news-tt {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #262626;
}

.newslist .news-item .news-ct .news-info {
  margin-bottom: 10px;
  font-size: 16px;
  color: #818181;
}

.newslist .news-item .news-ct .news-desc {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #818181;
}
