.box #news_info a {
  color: #00A0E9;
}
.box #newsTab {
  text-align: center;
  background: #ffffff;
}
.box #newsTab .tabList {
  height: 4.1vw;
  padding: 0 14.4vw;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  border-bottom: 2px solid #F4F4F7;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.box #newsTab .nav-tabs > li.active > a,
.box #newsTab .nav-tabs > li.active > a:hover,
.box #newsTab .nav-tabs > li.active > a:focus {
  border: none;
  color: #9B9DA9;
  border-bottom: 2px solid #00A0E9;
}
.box #newsTab .nav-tabs > li > a {
  border: none;
}
.box #newsTab .nav > li > a:hover,
.box #newsTab .nav > li > a:focus {
  background-color: transparent;
}
.box #newsTab .nav-tabs > li > a:hover {
  border: none;
}
.box #newsTab a:hover {
  color: #9B9DA9;
}
.box #newsTab .nav > li > a {
  padding: 0;
  height: 4.1vw;
  line-height: 4.1vw;
  font-size: 24px;
}
.box #newsTab .tab-content .tab-pane .bigNews {
  overflow: hidden;
  padding: 0 10px 0 0;
  text-align: left;
  background: #fafafa;
}
.box #newsTab .tab-content .tab-pane .bigNews .bigNewsImg {
  width: 41%;
}
.box #newsTab .tab-content .tab-pane .bigNews .bigNewsImg img {
  width: 100%;
  height: 17vw;
  max-height: 297px;
}
.box #newsTab .tab-content .tab-pane .bigNews .bigNewsText {
  width: 56%;
  position: relative;
}
.box #newsTab .tab-content .tab-pane .bigNews .bigNewsText .bigNewsTitle {
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #00041A;
  margin-top: 3vw;
  margin-bottom: 0.5vw;
}
.box #newsTab .tab-content .tab-pane .bigNews .bigNewsText .bigNewsData {
  font-family: DIN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 1vw;
}
.box #newsTab .tab-content .tab-pane .bigNews .bigNewsText .bigNewsContent {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: relative;
  line-height: 21px;
  height: 63px;
  overflow: hidden;
}
.box #newsTab .tab-content .tab-pane .bigNews .bigNewsText .bigNewsContent::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 1px 45px;
  background: transparent;
  background: url(../images/news/fontBg02.png);
}
.box #newsTab .tab-content .tab-pane .bigNews .iconSize {
  width: 31px;
  height: 31px;
  line-height: 31px;
  position: absolute;
  bottom: 20px;
  border-radius: 50%;
  background: #00A0E9;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.box #newsTab .tab-content .tab-pane .newList {
  margin-top: 3vw;
  text-align: left;
}
.box #newsTab .tab-content .tab-pane .newList a {
  display: block;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem {
  border: 2px solid #F4F4F7;
  margin-bottom: 30px;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem img {
  width: 100%;
  height: 232px;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem .newsVideoTitle {
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
  padding: 32px 0;
  background: #ffffff;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem .newListTitle {
  font-size: 18px;
  font-family: SourceHanSansCN-Light, "Microsoft  YaHei", Arial, Helvetica, sans-serif;
  color: #00041A;
  margin-top: 2.2vw;
  margin-left: 1.25vw;
  height: 45px;
  line-height: 23px;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem .newListTitle:hover {
  color: #00A0E9;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem .newListData {
  font-size: 16px;
  font-family: DIN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  margin: 0.5vw 0 1vw 1.25vw;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem .newListContent {
  font-size: 14px;
  font-family: SourceHanSansCN-Light, "Microsoft  YaHei", Arial, Helvetica, sans-serif;
  margin-bottom: 2vw;
  margin-left: 1.25vw;
  margin-right: 1.25vw;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
.box #newsTab .tab-content .tab-pane .newList .newsItem .newListContent::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 1px 45px;
  background: transparent;
  background: url(../images/news/fontBg.png);
}
.box #newsTab .tab-content .tab-pane .newList .pageDiv {
  text-align: center;
}
.box #newsTab .tab-content .tab-pane .newList .pagination > li:first-child > a,
.box #newsTab .tab-content .tab-pane .newList .pagination > li:first-child > span,
.box #newsTab .tab-content .tab-pane .newList .pagination > li:last-child > a,
.box #newsTab .tab-content .tab-pane .newList .pagination > li:last-child > span {
  border-radius: 0;
}
.box #newsTab .tab-content .tab-pane .newList .pagination > li > a,
.box #newsTab .tab-content .tab-pane .newList .pagination > li > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.box #newsTab .tab-content .tab-pane .newList .pagination > li > a:hover,
.box #newsTab .tab-content .tab-pane .newList .pagination > li > span:hover,
.box #newsTab .tab-content .tab-pane .newList .pagination > li > a:focus,
.box #newsTab .tab-content .tab-pane .newList .pagination > li > span:focus {
  background-color: #00A0E9;
  color: #ffffff;
}
.box #newsTab #mediaCentral .newList {
  margin-top: 0;
}
.box .pagination {
  margin: 40px 0 60px 0;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .box #newPage {
    color: #00A0E9;
  }
  .box #newsTab .tabList {
    height: 0.8rem;
    padding: 0;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews {
    background: none;
    padding: 0;
    margin: 0 0.4rem;
    border: 2px solid #F4F4F7;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews .bigNewsImg {
    overflow: hidden;
    width: 100%;
    float: none;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews .bigNewsImg img {
    width: 100%;
    height: unset;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews .bigNewsText {
    padding: 0 0.35rem;
    float: none;
    width: 100%;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews .bigNewsText .bigNewsTitle {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
    padding-top: 0.58rem;
    padding-bottom: 0.19rem;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews .bigNewsText .bigNewsData {
    font-size: 0.24rem;
    margin-bottom: 0.29rem;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews .bigNewsText .bigNewsContent {
    line-height: unset;
    height: unset;
    font-size: 0.22rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.6rem;
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews .bigNewsText .bigNewsContent::after {
    content: "";
  }
  .box #newsTab .tab-content .tab-pane .container .bigNews:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .box #newsTab .tab-content .tab-pane .container .newList {
    padding: 0 0.4rem;
    margin-top: 0.4rem;
  }
  .box #newsTab .tab-content .tab-pane .container .newList a {
    text-decoration: none;
    padding: 0;
  }
  .box #newsTab .tab-content .tab-pane .container .newList .newsItem {
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .box #newsTab .tab-content .tab-pane .container .newList .newsItem .newsVideoTitle {
    font-size: 0.3rem;
    padding: 0.4rem 0;
  }
  .box #newsTab .tab-content .tab-pane .container .newList .newsItem .newListTitle {
    font-size: 0.28rem;
    padding: 0 0.35rem;
    margin-left: 0;
    margin-top: 0.58rem;
    height: unset;
    line-height: unset;
  }
  .box #newsTab .tab-content .tab-pane .container .newList .newsItem .newListData {
    font-size: 0.24rem;
    padding: 0 0.35rem;
    margin-left: 0;
    margin-top: 0.17rem;
  }
  .box #newsTab .tab-content .tab-pane .container .newList .newsItem .newListContent {
    font-size: 0.22rem;
    padding: 0 0.35rem;
    margin-left: 0;
    margin-bottom: 0.58rem;
    margin-top: 0.29rem;
    height: unset;
    line-height: unset;
  }
  .box #newsTab .tab-content .tab-pane .container .newList .newsItem .newListContent::after {
    content: "";
  }
  .box #newsTab .tab-content .tab-pane .container .newList .row {
    margin: 0;
  }
  .box #newsTab .nav > li > a {
    font-size: 0.24rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .box .pagination {
    margin: 0.4rem 0 0.6rem 0;
  }
}
