@charset "UTF-8";
.newsCenter {
  margin-top: 50px;
}

.newsCenter-infos {
  height: 687px;
  margin-bottom: 50px;
}

.newsCenter-infos-left {
  width: 38%;
  height: 100%;
}

.newsCenter-infos-news {
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px 15px;
  box-sizing: border-box;
}

.newsCenter-infos-announcement {
  width: 100%;
  height: 39%;
  padding: 15px 15px 20px 15px;
  box-sizing: border-box;
}

.newsCenter-infos-right {
  width: 60%;
  height: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
}

.newsCenter-infos-right .layui-carousel {
  box-sizing: border-box;
  margin-top: 10px;
}

.newsCenter-infos-right .layui-carousel-arrow {
  background-color: var(--color-main);
}

.newsCenter-infos-right .layui-carousel .layui-icon-left:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 21px;
  background-image: url("/img/icons/arrow-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.newsCenter-infos-right .layui-carousel .layui-icon-right:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 21px;
  background-image: url("/img/icons/arrow-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.newsCenter-infos-right .item-carousel {
  width: 100%;
  height: 490px;
}

.newsCenter-infos-right .item-carousel p {
  font-family: 微软雅黑;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 1px;
  color: #252525;
  line-height: 88px;
  text-align: center;
}

.newsCenter-infos-right .item-carousel img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.newsCenter-infos-title {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.newsCenter-infos .calendar {
  width: 100%;
  height: 57px;
}

.newsCenter-infos .calendar-box {
  position: relative;
  width: 55.8px;
  border: 1px solid #cbcbcb;
  text-align: center;
  box-shadow: 0 0 10px #e6e4e4;
  box-sizing: border-box;
}

.newsCenter-infos .calendar-box:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-width: 5.4px 0 5.4px 5.4px;
  border-style: solid;
  border-color: transparent transparent transparent #cbcbcb;
  top: 23px;
  right: -5px;
}

.newsCenter-infos .calendar-box:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-width: 5.4px 0 5.4px 5.4px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  top: 23px;
  right: -4px;
}

.newsCenter-infos .calendar-p {
  width: 84.9%;
  height: 100%;
  box-sizing: border-box;
}

.newsCenter-infos .calendar-date {
  font-family: 微软雅黑;
  font-size: 25px;
  letter-spacing: 0.5px;
  width: 100%;
  height: 57%;
  box-sizing: content-box;
  border-bottom: 1px solid #cbcbcb;
}

.newsCenter-infos .calendar-yearmonth {
  font-family: 微软雅黑;
  font-size: 11px;
  letter-spacing: 0.28px;
  width: 100%;
  height: 43%;
  padding: 2px 0;
  box-sizing: border-box;
}

.newsCenter-infos .calendar-title {
  font-family: 微软雅黑;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #000000;
  width: 100%;
}

.newsCenter-infos .calendar-text {
  font-family: 微软雅黑;
  font-size: 15px;
  color: #666666;
  width: 100%;
}

.newsCenter-infos ul > li {
  margin-top: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.newsCenter-infos ul > li:hover .calendar-title {
  color: var(--color-main);
}

.newsCenter-infos ul > li:hover .calendar-date {
  background-color: var(--color-main);
  color: #fff;
}

.newsCenter-infos ul > li:hover .calendar-yearmonth {
  background-color: #38b8c3;
  color: #fff;
}

.newsCenter-infos ul > li:hover .calendar-box:after {
  border-color: transparent transparent transparent var(--color-main);
}

.share {
  padding: 25px 18px;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}

.share .content-text {
  margin: 0;
  padding: 0;
}

.share-box {
  height: 172px;
  margin-top: 20.49px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
}

.share-box-img {
  width: 22%;
  border-radius: 10px;
  margin-right: 23px;
}

.share-box-img img {
  width: 100%;
  height: 100%;
}

.share-box-text {
  width: 77%;
  padding: 12px 0;
  box-sizing: border-box;
  font-family: 微软雅黑;
}

.share-box-text p:first-child {
  font-size: 20px;
  color: #252525;
}

.share-box-text p:first-child:hover a {
  color: var(--color-main);
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.share-box-text p:last-child {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  line-height: 30px;
}

.column {
  padding: 25px 18px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.column .content-text {
  margin: 0;
  padding: 0;
}

.column-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.column-box-item {
  width: 32%;
  height: 287.8px;
  border-radius: 18px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px #bebebe;
  cursor: pointer;
}

.column-box-item .item-img {
  position: relative;
  height: 208px;
  width: 100%;
}

.column-box-item .item-img .img1 {
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}

.column-box-item .item-img .img2 {
  width: 25px;
  height: 17px;
}

.column-box-item .item-img div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  background-color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px 0 0 0;
}

.column-box-item .item-text {
  height: 29%;
  padding: 14px;
  box-sizing: border-box;
  font-family: 微软雅黑;
  font-size: 18px;
  line-height: 27.6px;
  letter-spacing: 0.72px;
  color: #4d4d4d;
  margin-bottom: 14px;
}

.column-box-item .item-text:hover a {
  color: var(--color-main);
}

.column-box-item:hover {
  background-color: var(--color-main);
}

.column-box-item:hover .item-text a {
  color: #fff;
}

.column-box .item1 {
  height: 343.8px;
}

.column-box .item1 .item-img {
  position: relative;
  height: 208px;
}

.column-box .item1 .item-img .img1 {
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 0 0;
}

.column-box .item1 .item-img .img2 {
  width: 25px;
  height: 17px;
}

.column-box .item1 .item-img div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  background-color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px 0 0 0;
}

.column-box .item1 .item-text1 {
  padding: 22px 23.2px;
  box-sizing: border-box;
}

.column-box .item1 .item-text1 div {
  font-family: 微软雅黑;
  font-size: 18px;
  line-height: 27.6px;
  letter-spacing: 0.72px;
  color: #4d4d4d;
}

.column-box .item1 .item-text1 p {
  font-family: 微软雅黑;
  font-weight: bold;
  font-size: 22px;
  line-height: 27.6px;
  letter-spacing: 0.88px;
  color: #252525;
  margin-bottom: 14px;
}

.column-box .item1:hover div,
.column-box .item1:hover p {
  color: #fff;
}

@media (max-width: 1600px) {
  .newsCenter-infos {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .newsCenter-infos-left {
    width: 100%;
  }
  .newsCenter-infos-right {
    width: 100%;
    height: 680px;
    margin: 50px 0;
  }
  .newsCenter-infos-right .item-carousel img {
    width: 100%;
    height: 490px;
  }
  .newsCenter-infos-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsCenter-infos-content li {
    width: 48%;
  }
  .column-box-item {
    height: 287px;
  }
  .column-box-item .img1 {
    height: 100%;
  }
  .column-box .item-text {
    height: 23%;
  }
}

@media screen and (min-width: 2048px) {
  .column-box-item {
    height: 383px;
  }
  .column-box-item .item-img {
    height: 274.5px;
  }
  .column-box .item-text {
    height: 21%;
    padding: 24px;
  }
  .column-box .item1 {
    height: 428px;
  }
  .column-box .item1 .item-img {
    height: 278.5px;
  }
  .share-box {
    height: 230px !important;
  }
}

@media (max-width: 767px) {
  header .banner-text {
    width: 90%;
    left: 50% !important;
    top: 25%;
  }
  header .banner-text div {
    line-height: normal;
    font-size: 5.06667vw;
  }
  header .banner-text p {
    width: 100px !important;
  }
  .newsCenter {
    margin-top: 0;
  }
  .newsCenter-infos-right {
    width: 100%;
    height: 100%;
  }
  .newsCenter-infos-right .item-carousel {
    height: auto;
  }
  .newsCenter-infos-right .item-carousel p {
    display: block;
    line-height: 50px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsCenter-infos-right .item-carousel img {
    height: 250px;
  }
  .newsCenter-infos-title {
    padding: 0;
  }
  .newsCenter-infos-title p {
    font-size: 4.13333vw !important;
  }
  .newsCenter-infos-content li {
    width: 100%;
  }
  .share-box {
    padding: 2.66667vw;
    height: auto;
  }
  .share-box-img {
    margin-right: 2.66667vw;
    width: 32.93333vw;
    height: 18.66667vw;
  }
  .share-box-img img {
    object-fit: cover;
  }
  .share-box-text {
    padding: 0;
    width: 49.86667vw;
  }
  .share-box-text p:first-child {
    font-size: 2.66667vw;
    line-height: 4.26667vw;
  }
  .share-box-text p:last-child {
    font-size: 2.4vw;
    line-height: 3.06667vw;
    margin-top: 4vw;
  }
  .column-box-item {
    width: 48%;
    height: 40vw;
    border-radius: 2.66667vw;
    -webkit-border-radius: 2.66667vw;
    -moz-border-radius: 2.66667vw;
    -ms-border-radius: 2.66667vw;
    -o-border-radius: 2.66667vw;
  }
  .column-box-item .item-img {
    height: 24.8vw !important;
  }
  .column-box-item .item-img div {
    width: 5.2vw;
    height: 5.2vw;
  }
  .column-box-item .item-img .img2 {
    width: 3.33333vw;
    height: 2.26667vw;
  }
  .column-box-item .item-text {
    padding: 1.33333vw;
    height: 25%;
    font-size: 2.66667vw;
    line-height: 4vw;
  }
  .column-box .item1 {
    width: 48%;
    height: 40vw;
    border-radius: 2.66667vw;
    -webkit-border-radius: 2.66667vw;
    -moz-border-radius: 2.66667vw;
    -ms-border-radius: 2.66667vw;
    -o-border-radius: 2.66667vw;
  }
  .column-box .item1 .item-img {
    height: 24.8vw !important;
  }
  .column-box .item1 .item-img div {
    width: 5.2vw;
    height: 5.2vw;
  }
  .column-box .item1 .item-img .img2 {
    width: 3.33333vw;
    height: 2.26667vw;
  }
  .column-box .item1 .item-text1 {
    padding: 2.93333vw 3.06667vw;
  }
  .column-box .item1 .item-text1 p {
    font-size: 3.33333vw;
    line-height: 3.68vw;
    margin-bottom: 0;
  }
  .column-box .item1 .item-text1 div {
    font-size: 2.66667vw;
    line-height: 3.68vw;
  }
}
