.news-sidebar .search,
.news-sidebar .archives {
  text-align: left;
}

.search {
  margin-bottom: 20px;
}

.search .tip {
  font-size: 18px;
  margin-bottom: 18px;
  /*border-bottom: 2px solid #fbfbf9;*/
}

.archives .tip {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fbfbf9;
}

.archives li {
  padding: 15px 0 10px;
  border-bottom: 2px solid #fbfbf9;
}
/**/

.calendar-wrapper {
  margin-bottom: 20px;
}

/**/
.news .news__intro img {
  /*width: 500px;*/
  width: 50%;
  height: 340px;
  margin-right: 50px;
  float: left;
}

.news__intro {
  overflow: hidden;
  padding-bottom: 40px;

}

.news__intro img {
  width: 345px;
  height: 225px;
  margin-right: 50px;
  float: left;
}

.news__intro .detail {
  display: inline-block;
  /*width: 400px;*/
  width: 40%;
  text-align: center;
}

.news__intro .detail h2 {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.news__intro .detail p {
  font-size: 16px;
  padding-bottom: 20px;
  color:gray;
}

.new {
  padding: 28px 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.new .desc {
  display: inline-block;
  width: 570px;
}
.new .desc .type {
  font-size: 18px;
}
.new .desc h3 {
  padding: 14px 0;
}
.new .desc span {
  font-size: 0.9em;
}

.new img {
  width: 240px;
  height: 150px;
  margin-left: 20px;
}

/* 详情 */
.news-detail {
  padding: 55px 40px 35px;
  width: 80%;
}

.news-detail__tip-title:first-of-type {
  margin-top: 20px;
}
.news-detail__tip-title,
.news-detail__tip-content {
  font-size: 18px;
  text-align: left;
}
.news-detail__tip-title {
  color: #bbb;
  padding-bottom: 15px;
}
.news-detail__tip-content {
  color: #333;
  padding-bottom: 20px;
  font-weight: bold;
}
.news-detail__title {
  padding-bottom: 50px;
  font-weight: bolder;
  font-size: 30px;
}

.news{
  margin-top: 60px;
}