/* 页面栏目导航 */
.page-column-nav {
  height: 60px;
}

.page-column-nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
}

.page-column-nav ul li {
  min-width: 130px;
}

.page-column-nav ul li a.current {
  border-bottom: solid 4px rgba(0, 160, 219, 1);
  color: rgba(56, 49, 52, 1);
}

.page-column-nav ul li a {
  width: fit-content;
  font-family: "MiSans-Demibold", Helvetica;
  font-size: 20px;
  line-height: 56px;
  font-weight: 500;
  padding: 0 15px;
  display: block;
  color: rgba(56, 49, 52, .5);
}

/* 页面栏目导航 */

.main .section-full {
  position: absolute;
  width: 100%;
  height: 470px;
  top: 153;
  left: 0;
  background: linear-gradient(180deg, rgba(214, 254, 238, 1) 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 0;
}

.main .main-section {
  position: relative;
  z-index: 1;
  margin: 97px auto 185px auto;
}

/* 列表 */
.main-section .news-list {
  margin-bottom: 55px;
}

.main-section .news-list .list-mouble {
  padding: 0 20px;
}

.main-section .news-list .list-mouble .mouble-item {
  font: 16px/140% "MiSans-Demibold", Helvetica;
  float: left;
  width: 260px;
  background-color: rgba(242, 242, 242, 1);
  margin-bottom: 16px;
  margin-right: 21px;
}

.main-section .news-list .list-mouble .mouble-item:nth-child(4n) {
  margin-right: 0;
}

.main-section .news-list .list-mouble .mouble-item img {
  height: 200px;
  width: 100%;
}

.main-section .news-list .list-mouble .mouble-item .title {
  padding: 20px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-section .news-list .list-mouble .mouble-item .date {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  font: 14px/140% "MiSans-Regular", Helvetica;
}

/* 列表 */

/* 资讯 */
.zixun .news-list .item {
  display: flex;
  justify-content: space-between;
  /*height: 217px;*/
  background-color: rgba(248, 248, 248, 1);
  margin-bottom: 50px;
  align-items: center;
}

.zixun .news-list .item .item-info {
  width: 758px;
  margin: 21px 35px;
}

.zixun .news-list .item .info-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.zixun .news-list .item .info-header .title {
  width: 85%;
  font: 24px/140% "MiSans-Demibold", Helvetica;
}

.zixun .news-list .item .info-header .date {
  opacity: 0.6;
  font: 14px/140% "MiSans-Regular", Helvetica;
}

.zixun .news-list .item .info-desc {
  font: 20px/160% "MiSans-Regular", Helvetica;
}

.zixun .news-list .item .item-thumb {
  width: 378px;
  height: 217px;
  overflow: hidden;
}

.zixun .news-list .item .item-thumb img {
    width: 100%; /* 设置图片宽度为100% */
    height: 100%; /* 设置图片高度为100% */
    object-fit: cover; /* 图片保持宽高比，填充整个div */
}

.zixun .news-list .item .info-header .title:hover a,
.baipishu .news-list .item .info-header .title:hover a {
  color: rgba(111, 186, 44, 1);
}

/* 资讯 */

/* 白皮书 */
.baipishu .news-list .item {
  display: flex;
  justify-content: space-between;
  height: 270px;
  background-color: rgba(255, 255, 255, 1);
  padding: 35px;
  margin-bottom: 10px;
}

.baipishu .news-list .item:hover {
  /* 白皮书页面投影 */
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.baipishu .news-list .item .item-thumb {
  width: 320px;
  height: 200px;
}

.baipishu .news-list .item .item-info {
  width: 758px;
  margin-left: 35px;
}

.baipishu .news-list .item .info-header,
.baipishu .news-list .item .info-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.baipishu .news-list .item .info-footer {
  margin-top: 10px;
  margin-bottom: 0;
  align-items: center;
}

.baipishu .news-list .item .info-header .title {
  font: 24px/140% "MiSans-Demibold", Helvetica;
}

.baipishu .news-list .item .info-header .files,
.baipishu .news-list .item .info-footer .date {
  opacity: 0.6;
  font: 14px/140% "MiSans-Regular", Helvetica;
}

.baipishu .news-list .item .info-desc {
  font: 20px/160% "MiSans-Regular", Helvetica;
}

.baipishu .news-list .item .info-footer .downbtn,
.news .news-list-content .item .date .downbtn {
  width: 80px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid rgba(0, 160, 219, 1);
  background-color: rgba(0, 160, 219, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 450;
  font-family: "MiSans-Normal", Helvetica;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
}

.baipishu .news-list .item .info-footer .downbtn:hover,
.news .news-list-content .item .date .downbtn:hover {
  background-color: rgba(111, 186, 44, 1);
  border: 1px solid rgba(111, 186, 44, 1);
}

/* 白皮书 */

/* 新闻详情页 */
.news-item .page-header {
  height: 310px;
  background: url("../images/news-item-bg.png") no-repeat center;
  background-repeat: no-repeat;
  background-position: center 0;
}

.news-item.baipishu-item .page-header {
  /*background: url("../images/baipishu-item-bg.png") no-repeat center;*/
  background: url("../images/news-item-bg.png") no-repeat center;
}

.news-item .main-section {
  margin-top: 25px;
  width: 720px;
}

.news-item .main-section .column-title,
.news-item .main-section .senddate {
  opacity: 0.7;
  font: 14px/150% "MiSans-Demibold", Helvetica;
  text-align: justify;
  letter-spacing: 0.28px;
  white-space: nowrap;
  margin-bottom: 6px;
}

.news-item .main-section .title {
  font: 45px/135%"MiSans-Bold", Helvetica;
  font-weight: 700;
  color: rgba(29, 29, 31, 1);
  text-align: justify;
  letter-spacing: 0;
  margin: 26px auto 60px auto;
}

.news-item .main-section .line {
  border-top: solid 1px rgba(56, 49, 52, 1);
}

.news-item .main-section .content {
  margin: 50px auto;
}

.news-item .main-section .content p {
  font-size: 19px;
  line-height: 163%;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.news-item .main-section .switch,
.news-item .main-section .switch a,
.news-item .main-section .appendix {
  display: flex;
  justify-content: space-between;
  font: 14px/130% "MiSans-Regular", Helvetica;
  color: rgba(0, 160, 219, 1);
  cursor: pointer;
}

.news-item .main-section .switch .prev,
.news-item .main-section .switch .next {
  width: 40%;
  display: flex;
  align-items: center;
}

.news-item .main-section .appendix {
  display: flex;
  justify-content: left;
  margin-bottom: 100px;
}

.news-item .main-section .appendix img {
  margin-right: 10px;
}

.news-item .main-section .switch .next {
  justify-content: right;
}

.news-item .main-section .switch .prev img {
  margin-right: 5px;
}

.news-item .main-section .switch .next img {
  margin-left: 5px;
}

/* 新闻详情页 */