.bannerBox {
  width: 100%;
}
.bannerCenter {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerBox .bannerText {
  text-align: center;
  position: absolute;
}
.bannerBox .bannerText p:nth-of-type(1){
  color: #ffffff;
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 15px;
}
.bannerBox .bannerText p:nth-of-type(2){
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
  opacity: 0.48;
}



.itemContent {
  width: 82%;
  margin: 0 auto;
}
/* 第一页第一条 */
.dataBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
  margin-top: -60px;
  height: 840px;
  position: relative;
  background: #F7F7F8;
}
.dataBox .imgBox {
  display: inline-block;
  width: 50%;
  height: auto;
  position: relative;
}
.dataBox .itemImg {
  width: 50%;
  position: absolute;
  left: 0;
  z-index: 12;
  transform: translateY(-60px);
}
.dataBox .itemTextPart {
  width: 78%;
  cursor: pointer;
  position: absolute;
  height: 100%;
  right: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
}
.itemTextPartContent {
  height: 100%;
  text-align: left;
  padding-left: 42%;
  width: 100%;
  padding-right: 23%;
  padding-top: 188px;
  position: relative;
  top: -60px;
  z-index: 10;
  background: #fff;
}
.dataBox .itemTextPart p:nth-of-type(1) {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 18px;
  margin-top: 45px;
}
.dataBox .itemTextPart p:nth-of-type(2) {
  font-size: 36px;
  color: #3F7BAB;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 28px;
  width: 546px;
}
.line-text-part {
  width: 94px;
  height: 4px;
  background: #3F7BAB;
}
.dataBox .itemTextPart p:nth-of-type(3) {
  color: #898989;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  width: 546px;
}
.dataBox .itemTextPart:hover p:nth-of-type(2) {
  color: #3F7BAB;
}

/* 非第一页第一条 */
.itemBox {
  width: 100%;
  box-shadow: 0 4px 12px 0 #0412261e;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  margin-bottom: 60px;
  background: #fff;
  height: 290px;
  position: relative;
}
.itemBox .itemLeftPart {
  display: flex;
  cursor: pointer;
}
.itemBox .date {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #E5E5E5;
  padding-top: 32px;
  width: 260px;
  padding-left: 85px;
}
.itemBox .date span {
  display: block;
}
.itemBox .date span:nth-of-type(1) {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 13px;
}
.itemBox .date span:nth-of-type(2) {
  font-size: 24px;
  color: #797979;
  font-weight: 700;
  margin-bottom: 14px;
}
.itemBox .date span:nth-of-type(3){
  display: block;
  width: 57px;
  height: 1px;
  background: #3F7BAB;
}
.itemBox .news {
  display: inline-block;
  vertical-align: top;
  width: 812px;
  padding-top: 25px;
  padding-left: 86px;
}
.itemBox .news .title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.itemBox .news span {
  display: inline-block;
  width: 100%;
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #797979;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.itemBox .button {
  cursor: pointer;
  width: 144px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3F7BAB;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #3F7BAB;
  position: absolute;
  bottom: 36px;
  right: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemBox .button .iconfont{
  font-size: 12px;
}
.itemBox .button > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.itemBox .button img {
  display: inline-block;
  vertical-align: middle;
}
.itemBox .itemLeftPart:hover .news .title {
  color: #3F7BAB;
}

/* 分页 */
.paginationBox {
  display: flex;
  justify-content: end;
  padding: 0 0 120px 0;
  width: 82%;
  margin: 0 auto;
}
.paginationBox a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 8px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.15);
}
.paginationBox span {
  font-size: 14px;
  color: rgba(0,0,0,0.65);
}
.paginationBox .paginationNum {
  cursor: pointer;
}
.paginationBox .curPage {
  border-radius: 2px;
  background: #3F7BAB;
  border: 1px solid #3F7BAB;
}
.paginationBox .curPage span{
  color: #FFFFFF;
}
.paginationBox .disabledPagination {
  cursor: not-allowed;
}
.paginationPre span，
.paginationNext span{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.paginationPre span::after {
  content: ' ';
  width: 12px;
  height: 12px;
  float: right;
  color: rgba(0,0,0,0.65);
  border-width: 3px 3px 0 0;
  border-color: rgba(0,0,0,0.65);
  border-style: solid;
  transform: matrix(-0.41, 0.42, 0.41, 0.41, -5, 8);
  opacity: 0.65;
}
.paginationNext span::after {
  content: ' ';
  width: 12px;
  height: 12px;
  float: right;
  color: rgba(0,0,0,0.65);
  border-width: 3px 3px 0 0;
  border-color: rgba(0,0,0,0.65);
  border-style: solid;
  transform: matrix(0.41, 0.41, -0.41, 0.41, -10, 8);
  opacity: 0.65;
}

.newsList {
  background: #F7F7F8;
}

/*詳情*/
.newsDetails {
  background: #F7F7F8;
  display: none;
  padding-bottom: 124px;
}
.newsDetails .bannerBox .bannerText p:nth-of-type(1){
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 32px;
}
.newsDetails .bannerBox .bannerText span:nth-of-type(1){
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #ffffff;
  margin-bottom: 30px;
}
.newsDetails .bannerBox .bannerText p:nth-of-type(3){
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  opacity: 0.48;
}

.newsDetails .itemContent {
  width: 82%;
  margin-top: -60px;
  padding: 116px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px #0412261E;
  position: relative;
}
.newsDetails .itemContent .leftPart {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}
.newsDetails .itemContent .leftPart img{
  width: 100% !important;
  height: auto !important;
}
.newsDetails .itemContent .rightPart img {
  width: 100%;
  margin-bottom: 24px;
}

.publicity {
  width: 100%;
  height: 78px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #3F7BAB;
}
.publicity img {
  width: 1920px;
  height: 78px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  .dataBox{
    display: block !important;
    margin: 0 auto 30px auto !important;
    height: auto !important;
  }

  .dataBox .itemImg{
    width: 100% !important;
    position: static !important;
    transform: none !important;
  }
  .dataBox .itemTextPart{
    position: static !important;
    width: 100% !important;
  }
  .itemTextPartContent{
    position: static !important;
    padding: 10px 20px 20px 20px !important;
    margin: 0 !important;
  }

  .dataBox .itemTextPart p:nth-of-type(1) {
    margin-top: 20px !important;
  }
  .dataBox .itemTextPart p:nth-of-type(2) {
    width: 100% !important;
  }

  .dataBox .itemTextPart p:nth-of-type(3) {
    width: 100% !important;
  }

  .itemContent{
    width: 100% !important;
  }

  .itemContent .itemBox{
    display: block !important;
    padding: 30px 20px !important;
  }
  .itemBox .itemLeftPart{
    display: block !important;
  }
  .itemBox .itemLeftPart .date{
    height: 40px !important;
    align-items: center;
    padding: 0 !important;
    flex-direction: row !important;
    border: none !important;
  }
  .itemBox .itemLeftPart .date span:nth-of-type(1) {
    margin-right: 5px !important;
  }
  .itemBox .itemLeftPart .date span:nth-of-type(3) {
    display: none !important;
  }

  .itemBox .itemLeftPart .news{
    width: 100% !important;
    padding: 0 !important;
  }

  .itemBox .button{
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 820px) {
  .bannerBox .bannerText p:nth-of-type(1) {
    font-size: 36px !important;
    margin-bottom: 20px !important;
  }

  .bannerBox .bannerText p:nth-of-type(2) {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 568px) {
  .bannerBox .bannerText p:nth-of-type(1) {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .bannerBox .bannerText p:nth-of-type(2) {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }

  .dataBox .itemTextPart p:nth-of-type(2){
    font-size: 30px !important;
  }
  .newsDetails .itemContent {
    width: 100% !important;
    margin: 0 !important;
    padding: 30px !important;
  }
  .newsDetails .bannerBox .bannerText span:nth-of-type(1) {
    display: none !important;
  }
}