.page {
  min-height: 90vh;
  margin-top: 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .page {
    margin-bottom: 3.125rem;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.head-banner {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #3f53d8;
  box-shadow: 0px 14px 30px 0px rgba(16, 16, 16, 0.15);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .head-banner {
    height: 22rem;
  }
}

.head-banner .carousel .carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 30px !important;
  bottom: 30px !important;
  left: auto;
  width: auto;
}

.head-banner .carousel .carousel-indicators li.active {
  opacity: 1;
}

.head-banner .carousel .carousel-indicators li {
  width: 25px;
  height: 3px;
  margin: 1px;
  cursor: pointer;
  background-color: #ffffff;
  opacity: .4;
}

.head-banner .carousel .carousel-inner .caption {
  position: absolute;
  z-index: 0;
  left: 5rem;
  top: 50px;
  font-family: NotoSansHans-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.head-banner .carousel .carousel-inner .caption .txt-news {
  color: #ffffff;
  opacity: 0.6;
}

.head-banner .carousel .carousel-inner .cap-introduction {
  position: absolute;
  z-index: 0;
  left: 5rem;
  bottom: 80px;
  width: 31.25rem;
  font-family: NotoSansHans-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.head-banner .carousel .carousel-inner .publish-time {
  position: absolute;
  z-index: 0;
  left: 5rem;
  bottom: 2.5rem;
  font-family: ArialMT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #ffffff;
}

.head-banner .carousel a img {
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 768px) {
  .head-banner .carousel a img {
    height: 22rem;
  }
}

.content .link-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content .link-btn a {
  display: inline-block;
  width: 180px;
  height: 50px;
  background-color: #ffffff;
  border: solid 2px #eeeeee;
  margin: 10px 10px auto 10px;
  text-align: center;
  color: #7e7e7e;
  font-family: NotoSansHans-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  transition: opacity 1s;
}

@media screen and (max-width: 620px) {
  .content .link-btn a {
    width: 30%;
    margin: 0.5rem auto;
    height: 4.6rem;
    line-height: 4.6rem;
    font-size: 1.125rem;
  }
}

.content .link-btn a.default {
  background-color: #3f53d8;
  border: solid 2px #3f53d8;
  color: #ffffff;
}

.content .news-list .list-item {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.content .news-list .list-item .list-a {
  width: 50%;
}

@media screen and (max-width: 1060px) {
  .content .news-list .list-item .list-a {
    width: 100%;
  }
}

.content .news-list .list-item .item-row {
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
}

@media screen and (min-width: 350px) and (max-width: 992px) {
  .content .news-list .list-item .item-row {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 740px) {
  .content .news-list .list-item .item-row {
    flex-wrap: wrap;
  }
}

.content .news-list .list-item .item-row * {
  cursor: pointer;
}

.content .news-list .list-item .item-row .publish-time {
  display: table;
  width: 102px;
  height: 102px;
  background-color: #f4f4f4;
  font-family: PingFang-SC-Bold;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #242424;
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  .content .news-list .list-item .item-row .publish-time {
    font-size: 16px;
  }
}

@media screen and (max-width: 740px) {
  .content .news-list .list-item .item-row .publish-time {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
}

.content .news-list .list-item .item-row .publish-time .text-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 10px;
}

.content .news-list .list-item .item-row .publish-time .text-middle .month {
  margin-left: 14px;
}

.content .news-list .list-item .item-row .publish-time .text-middle .year {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-right: 5px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #666666;
}

@media screen and (max-width: 740px) {
  .content .news-list .list-item .item-row .publish-time .text-middle .year {
    width: auto;
  }
}

.content .news-list .list-item .item-row .right {
  padding: 0 30px 30px 30px;
  width: 468px;
  height: 186px;
}

@media (max-width: 1190px) {
  .content .news-list .list-item .item-row .right {
    width: 29.25rem;
  }
}

@media (max-width: 1060px) {
  .content .news-list .list-item .item-row .right {
    width: 86%;
    padding: 0 1.2rem 30px 1.2rem;
    height: auto;
  }
}

@media (max-width: 620px) {
  .content .news-list .list-item .item-row .right {
    width: 100%;
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
}

@media (max-width: 500px) {
  .content .news-list .list-item .item-row .right .item-caption {
    line-height: 4rem !important;
  }
}

@media (max-width: 430px) {
  .content .news-list .list-item .item-row .right .item-caption p {
    width: 90%;
  }
}

.content .news-list .list-item .item-row .right .item-caption {
  font-family: NotoSansHans-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 1px;
  color: #242424;
  display: flex;
  justify-content: space-between;
}

.content .news-list .list-item .item-row .right .item-caption p {
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .news-list .list-item .item-row .right .item-caption .icon {
  opacity: 0;
}

.content .news-list .list-item .item-row .right .item-content {
  font-family: NotoSansHans-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  text-align: justify;
  color: #999999;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .content .news-list .list-item .item-row .right .item-content {
    padding-left: 1rem;
  }
}

.content .item-row:hover .publish-time {
  background-color: #11152f !important;
}

.content .item-row:hover .publish-time .text-middle > span {
  color: white !important;
}

.content .item-row:hover .right {
  background-color: #3f53d8;
}

.content .item-row:hover .right .item-caption {
  color: #ffffff !important;
}

.content .item-row:hover .right .item-content {
  color: #ffffff !important;
  opacity: .6 !important;
}

.content .item-row:hover .icon {
  color: #fff !important;
  font-size: 22px !important;
  opacity: 1 !important;
}

.paging {
  margin-top: 40px;
  display: block;
  text-align: center;
}

.paging .sort {
  display: inline-flex;
}

@media (min-width: 583px) and (max-width: 1199px) {
  .paging .sort {
    margin-top: 20px;
  }
}

@media screen and (max-width: 582px) {
  .paging .sort {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.paging .sort .num button {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 14px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

.paging .sort .num .butn.on {
  background-color: #ff7e10;
  color: #fff;
}

.paging .sort .num.on button {
  border-left: none;
  border-right: none;
}

.paging .sort .num.ai button {
  border-left: none;
}

.paging .sort .dian {
  font-size: 14px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin: 6px;
}

.paging .sort .next button {
  width: 60px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #999999;
  line-height: 14px;
  margin: 0 12px;
}

.paging .sort .num_txt,
.paging .sort .num_tet {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

.paging .sort .num_txt {
  margin: 12px 12px 12px 0;
}

.paging .sort .num_tet {
  margin: 0;
}

.paging .sort .num_tet input {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0 10px;
}

.paging .sort .but button {
  width: 60px;
  height: 35px;
  background: #f6f6f6;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-left: 12px;
}
