.banner {
  height: 4.32rem;
  min-height: 185px;
}
.banner .mySwiper {
  height: 100%;
}
.banner .mySwiper .swiper-wrapper {
  height: 100%;
}
.banner .mySwiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .pic {
  height: 100%;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 50px;
  height: 0.88rem;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 0.18rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.57);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .mySwiper .swiper-wrapper .swiper-slide .title p {
  max-width: 1440px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .mySwiper .swiper-horizontal > .swiper-pagination-bullets,
.banner .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.13rem;
}
.banner .mySwiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.banner .mySwiper .swiper-pagination-bullet-active {
  background-color: #0065ff;
}
.banner .mySwiper .swiper-button-next,
.banner .mySwiper .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 35px;
  min-height: 35px;
  background-color: rgba(0, 70, 140, 0.72);
  border-radius: 50%;
}
.banner .mySwiper .swiper-button-next {
  right: 0.31rem;
}
.banner .mySwiper .swiper-button-prev {
  left: 0.31rem;
}
.banner .mySwiper .swiper-button-next:after,
.banner .mySwiper .swiper-button-prev:after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.banner .mySwiper .swiper-button-next:after {
  background-image: url(../images/banner-arrow-right.png);
}
.banner .mySwiper .swiper-button-prev:after {
  background-image: url(../images/banner-arrow-left.png);
}
/* 公告标题 */
.common-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.common-title .big-title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: left center;
}
.common-title .more a {
  font-size: 16px;
  color: #999;
}
.main .layout {
  display: flex;
  justify-content: space-between;
  margin-top: 0.43rem;
}
.main .layout .main-left {
  width: 26%;
}
.main .layout .main-left .notice .common-title {
  margin-bottom: 0.17rem;
}
.main .layout .main-left .notice .common-title .big-title {
  background-image: url(../images/notice-icon.png);
}
.main .layout .main-left .notice .content {
  border: 1px solid #e1e0e0;
  font-size: 18px;
  line-height: 34px;
  padding: 0.27rem;
}
.main .layout .main-left .notice .content p {
  overflow: hidden;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main .layout .main-left .project {
  border: 1px solid #e1e0e0;
  margin-top: 0.17rem;
  background: linear-gradient(to bottom, rgba(108, 159, 240, 0.18), transparent 38%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.25rem;
}
.main .layout .main-left .project .title {
  font-size: 24px;
  line-height: 0.4rem;
}
.main .layout .main-left .project .common-ipt {
  display: flex;
  width: 100%;
  margin-top: 0.22rem;
}
.main .layout .main-left .project .common-ipt input {
  flex: 1;
  border: 1px solid #e1e0e0;
  padding-left: 0.17rem;
  color: #999;
}
.main .layout .main-left .project .common-ipt input::placeholder {
  font-size: 14px;
}
.main .layout .main-left .project .common-ipt .icon {
  width: 0.48rem;
  height: 0.39rem;
  min-width: 37px;
  min-height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e1e0e0;
  box-sizing: border-box;
}
.main .layout .main-left .project .username .icon {
  background-image: url(../images/username-icon.png);
}
.main .layout .main-left .project .password .icon {
  background-image: url(../images/password-icon.png);
}
.main .layout .main-left .project .verify img {
  height: 0.39rem;
  min-height: 31px;
}
.main .layout .main-left .project .login {
  width: 100%;
  height: 0.49rem;
  min-height: 38px;
  font-size: 22px;
  background-color: #003f88;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.18rem;
}
.main .layout .main-left .quick-link {
  margin-top: 0.17rem;
}
.main .layout .main-left .quick-link .com-internet {
  width: 100%;
  height: 0.8rem;
  margin-bottom: 0.11rem;
  text-align: center;
  line-height: 0.8rem;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .layout .main-left .quick-link .com-internet p {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 0.68rem;
  color: #fff;
  font-size: 0.3rem;
}
.main .layout .main-left .quick-link .finance {
  background: #00468c url(../images/finance-bg.png) no-repeat center;
}
.main .layout .main-left .quick-link .finance p {
  background-image: url(../images/finance-icon.png);
}
.main .layout .main-left .quick-link .office {
  background: #9d1e23 url(../images/office-bg.png) no-repeat right bottom;
}
.main .layout .main-left .quick-link .office p {
  background-image: url(../images/office-icon.png);
}
.main .layout .main-left .quick-link .certificate {
  width: 100%;
  height: 1.49rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: url(../images/certificate-bg1.png) no-repeat left 0.22rem center, linear-gradient(to right, #3d85d1, #104498);
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
}
.main .layout .main-left .quick-link .certificate::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/certificate-bg2.png) no-repeat right bottom;
  opacity: 0.4;
}
.main .layout .main-left .quick-link .certificate .title {
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.main .layout .main-left .quick-link .certificate .query {
  font-size: 18px;
  padding: 0.09rem 0.44rem;
  border: 1px solid #FFF;
  border-radius: 25px;
  margin-top: 0.22rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.main .layout .main-left .quick-link .certificate .query a {
  color:#fff;
}
.main .layout .main-right {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.main .layout .main-right .news,
.main .layout .main-right .col-2 {
  width: 100%;
}
.main .layout .main-right .news .common-title {
  padding-bottom: 0.17rem;
  border-bottom: 3px solid #003f88;
  margin-bottom: 0.16rem;
}
.main .layout .main-right .news .common-title .big-title {
  background-image: url(../images/news-icon.png);
}
.main .layout .main-right .news .news-row {
  height: 4.13rem;
}
.main .layout .main-right .news .news-row .news-detail {
  width: 54%;
  height: 100%;
  float: left;
  overflow: hidden;
    position: relative;
}
.main .layout .main-right .news .news-row .news-detail .news-detail-item {
  height: 100%;
  display: none;
    position: absolute;
    transition: All 0.5s ease;
}
.main .layout .main-right .news .news-row .news-detail .news-detail-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .layout .main-right .news .news-row .news-detail .news-detail-item a .pic {
  height: 100%;
}
.main .layout .main-right .news .news-row .news-detail .news-detail-item a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .layout .main-right .news .news-row .news-detail .news-detail-item a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.59), transparent);
  font-size: 18px;
  padding: 0.5rem 10px 0;
  box-sizing: border-box;
}
.main .layout .main-right .news .news-row .news-detail .news-detail-item a .content .title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .layout .main-right .news .news-row .news-col {
  width: 46%;
  float: left;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main .layout .main-right .news .news-row .news-col .news-col-item {
  height: 20%;
  padding-left: 0.23rem;
  box-sizing: border-box;
}
.main .layout .main-right .news .news-row .news-col .news-col-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0.2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.main .layout .main-right .news .news-row .news-col .news-col-item a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0.15rem;
  border-right: 1px solid #ccc;
}
.main .layout .main-right .news .news-row .news-col .news-col-item a .date .d {
  font-size: 24px;
  color: #00468c;
  font-weight: bold;
}
.main .layout .main-right .news .news-row .news-col .news-col-item a .date .y {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.main .layout .main-right .news .news-row .news-col .news-col-item a .title {
  flex: 1;
  padding-left: 0.17rem;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main .layout .main-right .news .news-row .news-col .news-col-item.on {
  background: #0162c4 url(../images/news-list-bg.png) no-repeat right top;
}
.main .layout .main-right .news .news-row .news-col .news-col-item.on a {
  border-bottom-color: transparent;
}
.main .layout .main-right .news .news-row .news-col .news-col-item.on a .date .d,
.main .layout .main-right .news .news-row .news-col .news-col-item.on a .date .y,
.main .layout .main-right .news .news-row .news-col .news-col-item.on a .title {
  color: #fff;
}
.main .layout .main-right .col-2 {
  display: flex;
  justify-content: space-between;
  align-self: end;
}
.main .layout .main-right .col-2 .common-list .common-title {
  padding-bottom: 0.17rem;
  border-bottom: 3px solid #003f88;
}
.main .layout .main-right .col-2 .common-list .col-list {
  margin-top: 0.2rem;
}
.main .layout .main-right .col-2 .common-list .col-list .col-list-item {
  padding: 0.14rem 0;
  border-bottom: 1px dotted #e5e5e5;
}
.main .layout .main-right .col-2 .common-list .col-list .col-list-item a {
  display: block;
  display: flex;
  transition: all 0.3s;
}
.main .layout .main-right .col-2 .common-list .col-list .col-list-item a .title {
  flex: 1;
  margin-right: 54px;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 28px;
  max-width: 370px;
}
.main .layout .main-right .col-2 .common-list .col-list .col-list-item a .time {
  font-size: 16px;
    margin-top: 3px;
}
.main .layout .main-right .col-2 .common-list .col-list .col-list-item:hover a {
  color: #0162c4;
}
.main .layout .main-right .col-2 .recruit {
  width: 47.68%;
}
.main .layout .main-right .col-2 .recruit .common-title .big-title {
  background-image: url(../images/zsjz-icon.png);
}
.main .layout .main-right .col-2 .recruit .col-list {
  background: url(../images/recruitment-bg.png) no-repeat center;
}
.main .layout .main-right .col-2 .pro {
  width: 47%;
}
.main .layout .main-right .col-2 .pro .common-title .big-title {
  background-image: url(../images/project.png);
}
.main .layout .main-right .col-2 .pro .col-list {
  background: url(../images/project-bg.png) no-repeat center;
}
.insitute {
  margin-top: 0.62rem;
  background: url(../images/institution-bg.png) no-repeat center bottom;
}
.insitute .big-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 3px odadazda;
  position: relative;
  margin-bottom: 0.33rem;
}
.insitute .big-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% + 1.5px);
  height: 3px;
  background: #01518e;
  width: 100%;
}
.insitute .big-title p {
  display: inline-block;
  padding: 0 8px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.insitute .insitute-link {
  padding-bottom: 2rem;
}
.insitute .insitute-link .swiper {
  padding-bottom: 0.6rem;
}
.insitute .insitute-link .swiper-slide {
  height: 0.95rem;
  min-height: 75px;
  display: block;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
}
.insitute .insitute-link .swiper-slide img {
  padding: 5px;
  max-width: 100%;
}
@media screen and (max-width: 1500px) {
  .main .layout .main-right .col-2 .common-list .col-list .col-list-item a .title {
    line-height: 24px;
  }
  .main .layout .main-right .col-2 .common-list .col-list .col-list-item {
    padding: 0.14rem 0;
  }
}
@media screen and (max-width: 1460px) {
  .banner .mySwiper .swiper-wrapper .swiper-slide .title p {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1450px) {
  .banner .mySwiper .swiper-wrapper .swiper-slide .title {
    font-size: 22px;
  }
  .main .layout .main-left .quick-link .certificate {
    min-height: 136px;
    text-align: center;
    height: auto;
    padding: 10px 8px;
  }
}
@media screen and (max-width: 1300px) {
  .banner .mySwiper .swiper-wrapper .swiper-slide .title,
  .main .layout .main-left .quick-link .certificate .title {
    font-size: 20px;
  }
  .main .layout .main-left .notice .content,
  .main .layout .main-right .news .news-row .news-col .news-col-item a .title,
  .main .layout .main-right .col-2 .common-list .col-list .col-list-item a .title,
  .main .layout .main-right .news .news-row .news-detail .news-detail-item a .content {
    font-size: 16px;
  }
  .main .layout .main-left .project .title {
    font-size: 22px;
  }
  .main .layout .main-right .col-2 .common-list .col-list .col-list-item a .time {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .mySwiper .swiper-horizontal > .swiper-pagination-bullets,
  .banner .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5px;
  }
  .main .layout .main-right .news .news-row .news-detail .news-detail-item a .content {
    height: 69px;
  }
}
@media screen and (max-width: 1150px) {
  .main .layout {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main .layout .main-left,
  .main .layout .main-right {
    width: 100%;
  }
  .main .layout .main-right .col-2 {
    margin-top: 0.5rem;
  }
  .main .layout .main-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .layout .main-left .notice .common-title {
    margin-top: 0.5rem;
  }
  .main .layout .main-left .project,
  .main .layout .main-left .quick-link {
    width: 46%;
  }
  .main .layout .main-left .quick-link .com-internet,
  .main .layout .main-left .quick-link .certificate::after {
    background-size: cover;
  }
  .main .layout .main-left .quick-link .com-internet p {
    font-size: 20px;
    background-size: 33%;
  }
}
@media screen and (max-width: 1070px) {
  .banner .mySwiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
  }
  .banner .mySwiper .swiper-wrapper .swiper-slide .title {
    padding-top: 0.1rem;
  }
}
@media screen and (max-width: 820px) {
  .main .layout .main-right .news .news-row .news-detail {
    display: none;
  }
  .main .layout .main-right .news .news-row {
    height: auto!important;
  }
  .main .layout .main-right .news .news-row .news-col {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main .layout .main-right .news .news-row .news-col .news-col-item {
    width: 50%;
    height: 68px;
  }
  .main .layout .main-right .news .news-row .news-col .news-col-item:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .main .layout .main-right .news .news-row .news-col .news-col-item {
    width: 100%;
    padding-left: 0;
  }
  .main .layout .main-right .col-2 .recruit,
  .main .layout .main-right .col-2 .pro {
    width: 100%;
  }
  .main .layout .main-right .col-2 .pro {
    margin-top: 0.5rem;
  }
  .main .layout .main-right .col-2 {
    flex-wrap: wrap;
  }
  .main .layout .main-left .project,
  .main .layout .main-left .quick-link {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .banner .mySwiper .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
  }
}
