.news {
  background: #f9fafc;
}
.news .bannerInfo {
  background: url("/images/newBg1.png");
  background-repeat: repeat-x;
  background-size: 1px 750px;
  height: 750px;
}
.news .bannerInfo .bannerInfos {
  background: url("/images/newBg.png") no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  background-size: 100% 100%;
  position: relative;
  height: 750px;
  padding-top: 180px;
}
.news .bannerInfo .bannerInfos .newsTitlt {
  height: 70px;
  text-align: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 48px;
  color: #1a1a1a;
  line-height: 70px;
}
.news .bannerInfo .bannerInfos .seachInput {
  width: 650px;
  height: 60px;
  padding: 14px 2px 14px 20px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #ffffff;
  margin: 11px auto 15px;
  position: relative;
}
.news .bannerInfo .bannerInfos .seachInput .seachInputText {
  width: 400px;
}
.news .bannerInfo .bannerInfos .seachInput .clickButton {
  width: 120px;
  height: 50px;
  background: #4177ff;
  border-radius: 6px 6px 6px 6px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-right: 3px;
}
.news .bannerInfo .bannerInfos .seachInput .helpSeachIcon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.news .bannerInfo .bannerInfos .carousel {
  position: absolute;
  bottom: -286px;
  overflow: hidden;
  z-index: 10;
  width: 1200px;
  height: 480px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 60px auto 45px;
  padding: 15px 0;
}
.news .bannerInfo .bannerInfos .carousel .carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}
.news .bannerInfo .bannerInfos .carousel .carousel-inner .carousel-item {
  position: relative;
  min-width: 1200px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}
.news .bannerInfo .bannerInfos .carousel .carousel-inner .carousel-item img {
  width: 715px;
  height: 450px;
}
.news .bannerInfo .bannerInfos .carousel .carousel-inner .carousel-item .text-content {
  width: 415px;
  margin: 20px 0;
}
.news .bannerInfo .bannerInfos .carousel .carousel-inner .carousel-item .text-content .new-content {
  height: 180px;
  margin-top: 20px;
  font-family: "MyFontSourceHanSansNormal", sans-serif;
  font-weight: 350;
  font-size: 14px;
  color: #767676;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 8;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.news .bannerInfo .bannerInfos .carousel .carousel-inner .carousel-item .text-content h2 {
  font-family: "MyFontSourceHanSansMedium", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.news .bannerInfo .bannerInfos .carousel .carousel-inner .carousel-item .text-content .watchDetail {
  font-family: "MyFontSourceHanSansMedium", sans-serif;
  font-weight: 350;
  font-size: 14px;
  color: #4177ff;
  margin-top: 20px;
  cursor: pointer;
}
.news .bannerInfo .bannerInfos .carousel .indicators {
  position: absolute;
  bottom: 20px;
  right: 25%;
  transform: translateX(-50%);
  display: flex;
}
.news .bannerInfo .bannerInfos .carousel .indicators .indicator {
  width: 20px;
  height: 4px;
  background: #d2d2d2;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  margin: 0 4px;
}
.news .bannerInfo .bannerInfos .carousel .indicators .active {
  background: linear-gradient(270deg, #4177ff 0%, #323be8 100%);
  border-radius: 2px 2px 2px 2px;
}
.news .newInfo {
  margin-top: 320px;
  position: relative;
}
.news .newInfo .newTitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 24px;
  color: #1a1a1a;
  margin-right: 60px;
  cursor: pointer;
}
.news .newInfo .activeTitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 24px;
  color: #4177ff;
}
.news .newInfo .newContent {
  margin: 30px 0 203px 0;
}
.news .newInfo .newContent .newContents .newsPage {
  width: 800px;
  min-height: 800px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList {
  width: 716px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList .newsPageListImg {
  width: 222px;
  height: 140px;
  border-radius: 0px 0px 0px 0px;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList .listInfo {
  width: 470px;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList .listInfo .newListTitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 18px;
  color: #1a1a1a;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList .listInfo .newListContent {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  margin-top: 10px;
  line-height: 24px;
  height: 75px;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList .listInfo .newListTip {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #767676;
  margin-top: 10px;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList .listInfo .newListTip .tipsList {
  display: inline-flex;
  padding: 0 5px;
  height: 24px;
  background: #dfe8ff;
  border-radius: 3px 3px 3px 3px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #4177ff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 5px;
}
.news .newInfo .newContent .newContents .newsPage .newsPageList .listInfo .newListTip .newTime {
  flex-shrink: 0;
}
.news .newInfo .newContent .newContents .newsPage .newsNOdataImgInfo {
  padding-top: 100px;
}
.news .newInfo .newContent .newContents .newsPage .newsNOdataImgInfo .newsNOdataImg {
  width: 260px;
  height: 160px;
  display: flex;
  margin: 40px auto;
}
.news .newInfo .newContent .newContents .newsPage .newsNOdataImgInfo .newsNOdataImgInfoText {
  text-align: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #405580;
  margin-top: 12px;
}
.news .newInfo .newContent .newContents .newsPage .newsNOdataImgInfo .newsNOdataImgInfoTexs {
  text-align: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #c7cedc;
  margin-top: 4px;
}
.news .newInfo .newContent .newContents .pageInfo {
  margin: 30px auto 0;
  height: 40px;
  width: 100%;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages {
  margin: 0 auto;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages li {
  border: none;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages .paginationjs-prev {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 2px 2px;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages .paginationjs-prev :hover {
  height: 32px;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages .paginationjs-next {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 2px 2px;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages .paginationjs-next :hover {
  height: 32px;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages .paginationjs-page a {
  width: 32px;
  height: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 2px 2px;
  margin: 0 5px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
}
.news .newInfo .newContent .newContents .pageInfo .paginationjs-pages .active a {
  width: 32px;
  height: 32px;
  background: #3266ec;
  border-radius: 2px 2px 2px 2px;
  color: #ffffff;
}
.news .newInfo .newContent .newPublic {
  width: 368px;
}
.news .newInfo .newContent .newPublic .qcodeServe {
  width: 368px;
  padding: 77px 0;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
}
.news .newInfo .newContent .newPublic .qcodeServe .qcodeImg {
  width: 180px;
  height: 180px;
  display: flex;
  margin: 0 auto;
}
.news .newInfo .newContent .newPublic .qcodeServe .tips {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #787b84;
  line-height: 21px;
  margin-top: 20px;
  text-align: center;
}
.news .newInfo .newContent .newPublic .hotNew + .hotNew {
  margin-top: 40px;
}
.news .newInfo .newContent .newPublic .hotNew .hotNewTips {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
}
.news .newInfo .newContent .newPublic .hotNew .hotNewlist {
  width: 368px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
  margin-top: 20px;
}
.news .newInfo .newContent .newPublic .hotNew .hotNewlist .hotNewlists {
  width: 308px;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.news .newInfo .newContent .newPublic .hotNew .hotNewlist .hotNewlists .hotNewlistsTitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
}
.news .newInfo .newContent .newPublic .hotNew .hotNewlist .hotNewlists .hotNewlistsTime {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #767676;
  margin-top: 10px;
}
.news .newInfo .newContent .newPublic .hotNew .hotNewlist .hotNewlists:last-child {
  border-bottom: none;
}
.news .newInfo .newContent .newPublic .hotNew .tipsLista {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
  margin-top: 20px;
}
.news .newInfo .newContent .newPublic .hotNew .tipsLista .tipsa {
  height: 28px;
  background: #f5f5f5;
  border-radius: 3px 3px 3px 3px;
  padding: 0 13px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #767676;
  line-height: 28px;
  display: inline-flex;
  margin: 0 20px 20px 0;
  cursor: pointer;
}
