@charset "utf-8";
/*列表通用 index、news*/

.news-list.type3 .item .box .txt {
  padding: 15px;
}

.news-list.type3 .item {
  padding: 0px 10px;
}

.news-list.type3 .item {
  border: 0;
}

.news-list .pic {
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}

.news-list .btn.more {
  background: #1f2932;
  color: #fff;
  border-radius: 0;
}

.news-list .box:hover .btn.more {
  background: #000;
  color: #316BAC;
}

.news-list.type3 .date {
  color: #016DB8;
  font-size: 17px;
}

.news-list.type3 .day,
.news-list .date .month,
.news-list .date .years {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0;
  margin-top: 5px;
}

.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
  content: '.';
}

.news-list.type3:before {
  display: none;
}

.news-list.type3 .item .box:hover .date {
  color: #316BAC;
}

.news-list.type4 .box .pic:before,
.news-list.type2 .box .pic:before {
  content: "";
  background: rgba(142, 213, 255, .8);
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all .3s ease-in-out;
}

.news-list.type4 .box .pic {
  position: relative;
}

.news-list.type4 .box .pic:after,
.news-list.type2 .box .pic:after {
  content: "more";
  display: block;
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 50px;
  left: 0;
  font-size: 14px;
  right: 0;
  height: 30px;
  color: #fff;
  margin: auto;
  bottom: 0;
  top: 2%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  z-index: 6;
  opacity: 0;
}

.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.news-list.type4 .box:hover .pic:after,
.news-list.type2 .box:hover .pic:after {
  opacity: 1;
}

.news-list.type4 .description {
  max-height: 40px;
}

.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before {
  background-position: 50% 50%;
  opacity: 0.4;
}

.news-list.type4 .item .box {
  transition: all 0.2s;
  border: none;
  background-color: #fff;
}

.news-list .box {
  background-color: #fff;
}

.news-list .item .box {
  transition: all 0.2s;
  top: 0;
}

.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  font-weight: 500;
  background: #016DB8;
  font-family: "Poppins", sans-serif;
}

.news-list.type4 .date {
  margin: -83px 0px 22px;
  font-size: 30px;
}

.news-list.type4 .date .month,
.news-list.type4 .date .years {
  font-size: 12px;
  line-height: inherit;
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: 400;
}

.news-list.type4 .txt,
.news-list.type2 .txt {
  padding: 0 12px 20px 12px;
  transition: all .3s ease;
}

.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
}

.news-list .item .name {
  color: #586174;
}

.news-list .item .box:hover .name {
  color: #33383d;
}

.news-list .box:hover .name {
  color: #000000;
}

.news-list .item .description {
  color: #9EA9B6
}

.news-list .box:hover .txt {
  box-shadow: 1px 5px 20px 0px #eee;
}

.news-list .pic:before {
  background: #0d4e77;
  -webkit-transition: opacity 350ms cubic-bezier(0.165, 0.84, 0.44, 1), width 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 350ms cubic-bezier(0.165, 0.84, 0.44, 1), width 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
}

.news-list.type4 .item .box:hover .pic:before {
  opacity: 0.8;
  width: 100%;
}

/*!列表通用 index、news*/

/*瀑布流*/

.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n) {
  clear: none !important;
}

/*!瀑布流*/

/*------------ detail-main ------------*/

.news-header {
  display: flex;
  flex-wrap: wrap;
}

.share_box {
  width: 100%;
  order: 3;
  text-align: left;
}

.news-date {
  display: flex;
  color: #078dce;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  background: #fff;
  margin: 0;
}

.news-date .day {
  order: 3;
}

.news-date .month {
  order: 2;
}

.news-date .month:before,
.news-date .day:before {
  content: '-';
  display: inline-block;
}

.news-title {
  color: #444;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin: 0px 0 0px 0;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px dashed #bbb;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
  .news-list .item .txt {
    padding: 0 5px 20px 5px;
  }
}