.module-panel {
  background-color: #fff;
  width: 99%;
  margin: 0 auto 15px;
  max-height: 640px;
  overflow: hidden;
  box-sizing: border-box;
}
.module-panel .module-info,
.module-panel .module-info ul {
  width: 100%;
}
.module-panel .module-info ul li {
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  height: 90px;
  margin: 10px 0;
}
.module-panel .module-info ul li a{
    display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 10;
}
.module-panel .module-info ul li .title {
  position: absolute;
  right: 0;
  padding: 0 10px;
  box-sizing: border-box;
  top: 0;
  width: 55%;
  line-height: 33px;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.module-panel .module-info ul li .time {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
.module-panel .module-info ul li .module-img img {
  border-radius: 10px;
  width: 40%;
  height: 90px;
  -o-object-fit: fill;
  object-fit: fill;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.module-panel .module-title {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.module-panel .module-title .img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.module-panel .module-title .title-text {
  color: #004098;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  line-height: 40px;
  left: 10px;
  transform: translateY(-50%);
}
.module-panel .module-title .title-link {
  color: #004098;
  font-size: 14px;
  position: absolute;
  line-height: 40px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1240px) {
  .module {
    width: 1240px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .module .module-item-row {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .module .module-item-row .module-item-col {
    padding-bottom: 15px;
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    max-height: 365px;
    overflow: hidden;
    border-radius: 10px;
  }
  .module .module-item-row .module-item-col .module-item-title {
    color: #004098;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #add8e6;
    box-sizing: border-box;
  }
  .module .module-item-row .module-item-col .module-item-title .bottom {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #004098;
  }
  .module .module-item-row .module-item-col .module-item-title .get-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .module .module-item-row .module-item-col .module-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .module .module-item-row .module-item-col .module-wrap li:hover {
    color: #004098;
  }
  .module .module-item-row .module-item-col .module-wrap li {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  .module .module-item-row .module-item-col .module-wrap li .topImg {
    display: none;
  }
  .module .module-item-row .module-item-col .module-wrap li .title {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 35px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-child {
    margin-top: 5px;
    width: 100%;
    height: 120px;
    position: relative;
    cursor: pointer;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-child span {
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    right: 10px;
    transform: translateY(-50%);
    line-height: 35px;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-child .topImg {
    display: block;
    width: 40%;
    height: 110px;
    box-sizing: border-box;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-child .topImg .img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-child .title-p {
    font-size: 18px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0;
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
  }
}
@media screen and (min-width: 511px) and (max-width: 1239px) {
  .module {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .module .module-item-row {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .module .module-item-row .module-item-col {
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    max-height: 365px;
    overflow: hidden;
    border-radius: 10px;
  }
  .module .module-item-row .module-item-col .module-item-title {
    color: #004098;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #add8e6;
    box-sizing: border-box;
  }
  .module .module-item-row .module-item-col .module-item-title .bottom {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #004098;
  }
  .module .module-item-row .module-item-col .module-item-title .get-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .module .module-item-row .module-item-col .module-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-of-type {
    margin-top: 5px;
    width: 100%;
    height: 85px;
    position: relative;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-of-type span {
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    right: 10px;
    transform: translateY(-50%);
    line-height: 35px;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-of-type .topImg {
    display: block;
    width: 40%;
    height: 80px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-of-type .topImg .img {
    width: 100%;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
  .module .module-item-row .module-item-col .module-wrap li:first-of-type p {
    font-size: 20px;
    padding: 0 10px;
    margin: 0;
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .module .module-item-row .module-item-col .module-wrap li:hover {
    color: #004098;
  }
  .module .module-item-row .module-item-col .module-wrap li {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    position: relative;
  }
  .module .module-item-row .module-item-col .module-wrap li .topImg {
    display: none;
  }
  .module .module-item-row .module-item-col .module-wrap li p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 35px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
}
@media screen and (max-width: 510px) {
  .module {
    width: 100%;
  }
}
@keyframes selected-2cb4a9d3 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.select-animation {
  animation-name: selected-2cb4a9d3;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.news-module {
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  height: 600px;
  background-color: rgba(0, 64, 152, 0.9);
}
.news-module .news-title {
  margin: 0 auto;
  width: 1240px;
  height: 90px;
  box-sizing: border-box;
}
.news-module .news-title p {
  line-height: 90px;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  font-family: SimSun;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-module .news-body {
  margin: 0 auto;
  width: 1240px;
  height: 510px;
  position: relative;
}
.news-module .news-body .more:hover {
  cursor: pointer;
}
.news-module .news-body .more {
  width: 85px;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: -50px;
  right: 40px;
}
.news-module .news-body .more p {
  line-height: 35px;
  text-align: center;
}
.news-module .news-body .news-list {
  width: 810px;
  height: 450px;
  position: absolute;
  background-color: #fff;
  right: 0;
}
.news-module .news-body .news-list li:first-child .showImg {
  display: block;
  width: 360px;
  height: 225px;
  position: absolute;
  left: -430px;
  top: 0;
}
.news-module .news-body .news-list li:first-child .showImg img {
  position: absolute;
  width: 100%;
  height: 215px;
}
.news-module .news-body .news-list li:nth-child(2) .showImg {
  display: block;
  width: 360px;
  height: 225px;
  position: absolute;
  left: -430px;
  top: 190px;
}
.news-module .news-body .news-list li:nth-child(2) .showImg img {
  width: 100%;
  height: 215px;
}
.news-module .news-body .news-list li:hover {
  color: #004098;
  cursor: pointer;
}
.news-module .news-body .news-list li {
  width: 770px;
  position: relative;
  color: #333;
}
.news-module .news-body .news-list li .showImg {
  display: none;
}
.news-module .news-body .news-list li .news-title {
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  width: 770px;
  padding-left: 40px;
  position: relative;
}
.news-module .news-body .news-list li .news-title .icon {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  position: absolute;
  width: 12px;
  height: 8px;
}
.announcement {
  width: 1240px;
  height: 500px;
  margin: 0 auto;
  padding-top: 20px;
}
.announcement .title {
  width: 100%;
  height: 90px;
  position: relative;
}
.announcement .title p {
  line-height: 90px;
  color: #333;
  font-weight: 700;
  font-family: SimSun;
  font-size: 28px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.announcement .title span:hover {
  cursor: pointer;
}
.announcement .title span {
  position: absolute;
  right: 40px;
  top: 50%;
  color: #333;
  transform: translateY(-50%);
}
.announcement .body {
  width: 100%;
}
.announcement .body .swiper-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.announcement .body .swiper-body .announce-item {
  width: 60%;
  height: 380px;
  padding-right: 30px;
  box-sizing: border-box;
}
.announcement .body .swiper-body .announce-item .announce-item-title {
  position: relative;
  background-color: #f9f9f9;
}
.announcement .body .swiper-body .announce-item .announce-item-title a{
    position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 10;display: block;
}
.announcement .body .swiper-body .announce-item .announce-item-title .divider {
  position: absolute;
  width: 3px;
  height: 80px;
  top: 50%;
  left: 0;
  background-color: #004098;
  transform: translateY(-50%);display: none;
}
.announcement .body .swiper-body .announce-item .announce-item-title-hover .divider {
display: block;
}
.announcement .body .swiper-body .announce-item .announce-item-title .time {
  position: absolute;
  width: 120px;
  height: 125px;
}
.announcement .body .swiper-body .announce-item .announce-item-title .time .date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  font-size: 28px;
  line-height: 40px;
  font-family: STZhongsong;
}
.announcement .body .swiper-body .announce-item .announce-item-title .time .year {
  position: absolute;
  left: 25px;
  top: 40px;
}
.announcement .body .swiper-body .announce-item .announce-item-title p {
  width: 92%;
  font-size: 20px;
  line-height: 125px;
  box-sizing: border-box;
  padding-left: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.announcement .body .swiper-body .announce-item .announce-item-title img {
  width: 20px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.announcement .body .swiper-body .announce-item .announce-item-title-hover {
  color: #004098;
  background-color: #fff;
  cursor: pointer;
}
.announcement .body .swiper-body .swiper-wrapper {
  width: 40%;
  height: 380px;
  padding: 40px 0;
  box-sizing: border-box;
}
.announcement .body .swiper-body .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 300px;
}
.announcement .body .swiper-body .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes hover-7b0936bf {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.pic-text {
  width: 1240px;
  height: 640px;
  margin: 0 auto;
  padding-top: 20px;
}
.pic-text .title {
  width: 100%;
  height: 90px;
  position: relative;
}
.pic-text .title p {
  line-height: 90px;
  color: #333;
  font-weight: 700;
  font-family: SimSun;
  font-size: 28px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pic-text .title span:hover {
  cursor: pointer;
}
.pic-text .title span {
  position: absolute;
  right: 40px;
  top: 50%;
  color: #333;
  transform: translateY(-50%);
}
.pic-text .body {
  width: 1240px;
  margin: 0 auto;
  height: 500px;
}
.pic-text .body .list-body-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pic-text .body .list-body-content ul {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}
.pic-text .body .list-body-content ul li:hover {
  color: #004098;
  cursor: pointer;
}
.pic-text .body .list-body-content ul li:last-child {
  margin-right: 0;
}
.pic-text .body .list-body-content ul li {
  width: 380px;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
}
.pic-text .body .list-body-content ul li .module-img,
.pic-text .body .list-body-content ul li .module-img img {
  width: 100%;
  height: 240px;
}
.pic-text .body .list-body-content ul li .module-content {
  display: none;
  width: 100%;
  position: absolute;
  max-height: 50px;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 40%, 0.7);
}
.pic-text .body .list-body-content ul li .module-content .title {
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 25px;
  width: 100%;
  max-height: 50px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
}
.pic-text .body .list-body-content ul li .hoverSelected {
  display: block;
  animation-name: hover-7b0936bf;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.links-title {
  width: calc(100% - 12px);
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
  margin-bottom: 2px;
  background: #fff;
  color: #004098;
}
@keyframes selectedAni-474b3888 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}
.links-img-in-flex:hover {
  animation-name: selectedAni-474b3888;
  animation-duration: 0.45s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
  cursor: pointer;
}
@media screen and (min-width: 1240px) {
  .link {
    width: 1240px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .threeImg {
    height: 100px;
    background: #fff;
    border-bottom: 3px solid #004098;
    min-width: 1240px;
  }
  .Containt {
    position: relative;
    width: 1240px;
    height: 100px;
    overflow: hidden;
  }
  .links-img-out-flex {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 10px, 0;
  }
  .links-img-flex {
    margin: 10px 0;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 511px) and (max-width: 1239px) {
  .link {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .threeImg {
    height: 100px;
    background: #fff;
    border-bottom: 3px solid #004098;
    min-width: 1240px;
  }
  .Containt {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
  }
  .links-img-out-flex {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 10px, 0;
  }
  .links-img-flex {
    margin: 10px 0;
    flex: 0 0 25%;
  }
  .icon-arrow-right {
    line-height: 80px;
  }
}
@media screen and (max-width: 510px) {
  .back_add {
    background-color: #fff;
  }
  .link {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .my-swipe .van-swipe-item {
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .img-out {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0.5px 5px #a9a9a9;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-in {
    max-width: 100%;
    height: 70px;
  }
}
@media screen and (min-width: 1240px) {
  .banner-out {
    width: 1240px;
    margin: 0 auto;
  }
  .swiper-button-disabled {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0.5;
    background: #000;
    color: #fff;
    z-index: 1000;
    font-size: 30px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
  }
  .swiper-container {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 30px;
  }
  .banner-img-in {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banner-img-in:hover {
    cursor: pointer;
  }
  .swiper-container .hide {
    opacity: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transition: opacity 0.5s;
  }
  .slide-wrap-content {
    display: flex;
    flex-direction: row;
  }
  .slide-left {
    width: 845px;
  }
  .slide-right {
    width: 395px;
    padding: 20px 30px;
    background: #f8f8f8;
  }
  .slide-right-title {
    border-bottom: 3px solid #ddd;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #333;
    font-size: 15px;
    text-align: left;
  }
  .slide-right-name {
    line-height: 30px;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .slide-right-name a {
    color: #333;
    text-decoration: none;
  }
  .slide-right-description {
    line-height: 25px;
    margin: 0 0 5px;
  }
  .slide-right-detail {
    color: #333;
    text-decoration: none;
    float: right !important;
    cursor: pointer;
  }
  .slide-right-detail span {
    padding: 5px 25px;
    border: 1px solid #004098;
    color: #004098;
    border-radius: 15px;
  }
  .slide-right-detail span:hover {
    background: #004098;
    color: #fff;
  }
}
@media screen and (min-width: 511px) and (max-width: 1239px) {
  .banner-out {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-button-disabled {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0;
    background: #000;
    color: #fff;
    z-index: 1000;
    font-size: 30px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
  }
  .swiper-container {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 30px;
  }
  .banner-img-in {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper-container .hide {
    opacity: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transition: opacity 0.5s;
  }
}
@media screen and (max-width: 510px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0;
    background: #000;
    color: #fff;
    z-index: 1000;
    font-size: 30px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
  }
  .swiper-button-disabled,
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-container {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 30px;
  }
  .banner-img-in {
    width: 100%;
    height: 200px;
  }
  .swiper-container .hide {
    opacity: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transition: opacity 0.5s;
  }
}
