.wrapNav {
  background-color: rgba(58, 132, 200, 1);
}
.header::before {
  content: unset;
}

.header::after {
  content: unset;
}

.nav ul {
  width: unset;
}

.search-top {
  position: relative;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  overflow: hidden;
}

.search-top img {
  height: 20px;
  margin-top: 5px;
  float: right;
}

.search-box {
  position: absolute;
  right: -225px;
  width: 220px;
  top: 0;
  background: #fff;
  transition: all 0.5s;
  font-size: 0;
  padding-right: 5px;
}

.search-box input[type="text"] {
  outline: none;
  line-height: 30px;
  color: #000;
  width: 190px;
  height: 30px;
  padding: 0 5px;
  opacity: 1;
  transition: all 0.5s;
  border: none;
  vertical-align: middle;
}

.search-box input[type="image"] {
  height: 20px;
  vertical-align: middle;
}

.search-top:hover {
  width: 225px;
}

.search-top:hover .search-box {
  right: 0;
  left: auto;
}

.nav ul.lf_nav {
  float: unset;
  left: unset;
  text-align: center;
  padding: unset;
}

.mobile {
  height: 40px;
  background-color: #0965ba;
  top: 0;
}

.logo {
  position: unset;
  transform: unset;
  width: unset;
  height: 100px;
  text-align: center;
  background-color: #0965ba;
}
.logo img {
  height: 50px;
  object-fit: cover;
  width: unset;
  margin: 25px auto;
}
.mo-logo {
  display: none;
}
.mo-logo > img {
  object-fit: contain;
}
.content {
  padding-top: 180px;
}
.banner {
  transform: translateY(100px);
}

.my .banner{
  transform: translateY(180px) !important;
}

@media screen and (max-width: 1440px) {
  .banner {
    transform: translateY(180px);
  }
  .my .banner{
    transform: translateY(180px) !important;
  }
}
@media screen and (max-width: 1366px) {
  .banner {
    transform: translateY(180px);
  }
  .my .banner{
    transform: translateY(180px) !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
    transform: translateY(40px);
  }
  .my .banner{
    transform: translateY(40px) !important;
  }
  .content {
    padding-top: 40px;
  }
  .logo {
    display: none;
  }
  .logo_tw {
    display: none;
  }
  .mo-logo {
    display: block;
  }
  .mo-logo {
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    object-fit: cover;
    left: 10px;
  }
  .mo-logo img {
    height: 100%;
  }
  .mobile-inner-header {
    top: 0px;
  }
}
@media screen and (max-width: 766px) {
  .banner {
    /* height: 300px; */
    height: auto;
    transform: translateY(40px);
  }
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap_sc_mode01 {
  padding: 20px 0;
}
@media screen and (max-width: 766px) {
  
  
}
.footer {
  padding: 40px 0;
  box-sizing: border-box;
  background: rgba(9, 101, 186, 1);
  text-align: center;
}
.footer span {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer {
    text-align: left;
  }
  .footer .row div {
    display: flex;
    flex-direction: column;
  }
  .footer .row {
    display: flex;
    flex-direction: column;
  }
}

/* 团委党建的底部 */

.footer_tw {
  padding: 40px 0;
  box-sizing: border-box;
  background: rgba(179, 30, 35, 1);
  text-align: center;
}
.footer_tw span {
  color: #fff;
}
@media screen and (max-width: 766px) {
  .footer_tw {
    text-align: left;
  }
  .footer_tw .row div {
    display: flex;
    flex-direction: column;
  }
  .footer_tw .row {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1040px) {
  .row {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.box-header-style-one {
  width: 50%;
  margin: 0 auto 48px;
}
.box-header-style-one .title-cn {
  display: flex;
  align-items: center;
}
.box-header-style-one .base-line {
  flex: 1;
  height: 1px;
  background: rgba(204, 204, 204, 1);
}
.box-header-style-one .new-title {
  font-weight: 700;
  color: rgba(17, 17, 17, 1);
  margin: 0 24px;
}
.box-header-style-one .title-en {
  font-weight: 700;
  color: rgba(166, 166, 166, 1);
  text-align: center;
  margin-top: 12px;
}
.box-header-style-two {
  margin-bottom: 24px;
}


.box-header-style-two .left {
  float: left;
}
.box-header-style-two .left > img {
  margin-right: 16px;
  vertical-align: sub;
}
.box-header-style-two .left > span {
  font-weight: 700;
}
.box-header-style-two .right {
  float: right;
  line-height: 24px;
}
.box-header-style-two .right > img {
  vertical-align: sub;
}
.box-header-style-two .right > span {
  color: rgba(166, 166, 166, 1);
  padding: 0 22px 0 0;
  background: url(/images/index_title_more.svg) right center no-repeat;
  transition: all ease-in-out 0.3s;
}
.box-header-style-two .right > span:hover {
  padding: 0 30px 0 0;
}
.box-header-style-three {
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  margin-bottom: 24px;
}
.box-header-style-three .left {
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  color: #fff;
  background: rgba(186, 13, 13, 1);
}
.box-header-style-three .right {
  float: right;
  color: rgba(166, 166, 166, 1);
  line-height: 32px;
}
.box-header-style-three .right > img {
  vertical-align: sub;
}

.news-list-box .news-list-item {
  height: 50px;
  line-height: 50px;
}
.news-list-box .news-list-item.bb {
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.news-list-box .news-list-item .left {
  float: left;
  width: 68%;
}

.news-list-box .news-list-item .right {
  float: right;
}
.notice-box {
  height: 80px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
  line-height: 80px;
  padding-left: 16px;
  padding-right: 32px;
  box-sizing: border-box;
}
.notice-box .left {
  float: left;
}
.notice-box .left .left-title {
  float: left;
  font-weight: 700;
  margin-right: 26px;
  padding-left: 16px;
  position: relative;
}
.notice-box .left .left-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 21px;
  background-color: rgba(9, 101, 186, 1);
}
.notice-box .left .left-content {
  float: left;
  color: rgba(17, 17, 17, 1);
}
.notice-box .right {
  float: right;
  color: rgba(128, 128, 128, 1);
}
@media screen and (max-width: 766px) {
  .notice-box .left {
    width: 70%;
  }
  .notice-box .left .left-content {
    width: 50%;
  }
}
/* 团委首页头部链接 */
.tablink {
  height: 58px;
  background: rgba(247, 247, 247, 1);
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 20px;

}
.tablink .tabcontent {
  margin: 0 auto;
  height: 58px;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

.tablink .tabcontent .item {
  float: left;
  margin: 15px 20px;
  display: flex;
  align-items: center;
  transition: transform 0.2s; /* 添加过渡效果 */
}
.tablink .tabcontent .item:hover {
  transform: scale(1.1); /* 放大效果 */
}
.tablink .tabcontent .item img {
  width: 36px;
  height: 28px;
  object-fit: cover;
}
.tablink .tabcontent .item span {
  display: inline-block;
  font-size: 14px;
  margin-left: 6px;
  line-height: 20.27px;
}
@media screen and (max-width: 766px){
  .tablink {
    margin-top: 0px;
  }
  .tablink .tabcontent .item {
    margin: 15px 2px;
  }
}
.inner-only-img {
  height: 120px;
}
.inner-only-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-img-title .inner-img {
  height: 234px;
  display: block;
  overflow: hidden;
}
.box-s5 .box-item:hover  {
  transform: scale(1.1);
}

.box-s5 .box-item  {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.inner-img-title .inner-img > img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.inner-img-title .inner-title {
  /* border: 1px solid rgba(242, 242, 242, 1); */
  border-top: none;
  box-sizing: border-box;
}
.inner-img-title .inner-title.tc {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  height: 42px;
  
}
.swiper-container .swiper-slide {
  position: relative;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-item-date {
  position: absolute;
  left: 0;
  top: 20px;
  background-image: url(/images/2/trapezoid_blue_bg.svg);
  background-repeat: no-repeat;
  width: 112px;
  height: 35px;
  background-size: contain;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
/* 团委换背景图片 */
.tw .swiper-container .swiper-item-date {
  position: absolute;
  left: 0;
  top: 20px;
  background-image: url(/images/2/trapezoid_red_bg.svg);
  background-repeat: no-repeat;
  width: 112px;
  height: 35px;
  background-size: contain;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.swiper-container .swiper-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 40px;
  width: 100%;
  line-height: 40px;
  bottom: 0;
  padding-left: 10px;
  color: #fff;
  box-sizing: border-box;
}

.swiper-container .swiper-title a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.swiper-container .swiper-title span {
  position: absolute; /* span相对父元素绝对定位 */
  left: 0; /* span相对左侧对齐 */
  width: 75%; /* span占据80%的宽度 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出部分用省略号表示 */
  white-space: nowrap; /* 不换行 */
  padding-left: 10px;
}

.swiper-container .swiper-pagination {
  text-align: right;
}
.swiper-container.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 30%;
    right: 0;
    left: unset;
}
@media screen and (max-width: 766px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100px;
    right: 0;
    left: unset;
  } 
}
/* 盒子style1 */
.box-s1 {
}
.box-s1 .box1 {
  width: 60%;
  float: left;
}
.box-s1 .box2 {
  float: right;
  width: calc(100% - 60% - 32px);
}
@media screen and (max-width: 1200px) {
  .box-s1 .box1 {
    width: 100%;
    margin-bottom: 24px;
  }
  .box-s1 .box2 {
    width: 100%;
  }
}
/* 盒子style2 */


.box-s2 .box-item {
  float: left;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.box-s2 .box-item:nth-child(4) {
  margin-right: 0px;
}

.box-s2 .box-item:hover img {
  transform: scale(1.1);
}

.box-s2 .box-item img {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 1200px) {
  .box-s2 .box-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 24px;
  }
  .box-s2 .box-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 766px) {
  
  .box-s2 .box-item {
    width: 100%;
    margin-bottom: 24px;
  }
}
/* 盒子style3 */
.box-s3 .box1 {
  float: left;
  width: calc((100% - 38px) / 2);
}
.box-s3 .box2 {
  float: right;
  width: calc((100% - 38px) / 2);
}

@media screen and (max-width: 766px) {
  .box-s3 .box1,
  .box-s3 .box2 {
    width: 100%;
  }
  .box-s3 .box1 {
    margin-bottom: 24px;
  }
}
/* 盒子style4 */
.box-s4 .box-item {
  width: calc((100% - 38px) / 2);
  float: left;
  height: 144px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.box-s4 .box-item:nth-child(2n - 1) {
  margin-right: 38px;
}
.box-s4 .box-item .left {
  width: 176px;
  height: 100%;
  float: left;
}

.box-s4 .box-item:hover img {
  transform: scale(1.1);
}

.box-s4 .box-item img {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.box-s4 .box-item .left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 16px;
}
.box-s4 .box-item .right {
  width: calc(100% - 176px - 16px);
  float: right;
}
.box-s4 .box-item .right .title {
  margin-bottom: 24px;
  color: rgba(17, 17, 17, 1);
}
.box-s4 .box-item .right .date {
  color: rgba(128, 128, 128, 1);
}
@media screen and (max-width: 766px) {
  .box-s4{
    padding-left: 0px;
    padding-right: 0px;
  }
  .box-s4 .box-item {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
/* 盒子style5 */
.box-s5 .box-item {
  float: left;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
}
.box-s5 .box-item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 766px) {
  .box-s5 .box-item {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
  }
}
/* 盒子style6 */
.box-s6 .box1 {
  width: 50%;
  float: left;
}
.box-s6 .box2 {
  width: 50%;
  float: right;
}
@media screen and (max-width: 766px) {
  .box-s6 .box1,
  .box-s6 .box2 {
    width: 100%;
  }
  .box-s6 .box1 {
    margin-bottom: 24px;
  }
}
/* 盒子style7 */
.box-s7 {
  background: rgba(247, 247, 247, 1);
  padding: 40px 50px;
  box-sizing: border-box;
}
.box-s7 .box1 {
  width: 50%;
  float: left;
}
.box-s7 .box1-more{
  margin-top: 10px;
}

.box-s7 .box1-more span{
  color: rgba(166, 166, 166, 1);
  padding: 0 24px 0 0;
  background: url(/images/index_title_more.svg) right center no-repeat;
}

.box-s7 .box1 .box1-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 112px;
}
.box-s7 .box1 .box1-content {
  font-size: 16px;
  line-height: 30px;
  color: rgba(85, 85, 85, 0.902);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.box-s7 .box1 .more {
  color: #c0c0c0;
  font-size: 12px;
  line-height: 30px;
}
.box-s7 .box1 .more svg {
  display: inline-block;
  margin-left: 5px;
  margin-top: 7px;
  vertical-align: top;
}
.box-s7 .box2 {
  width: 50%;
  float: left;
}
.box-s7 .box2 .box2-img-box {
  padding-left: 50px;
}
.box-s7 .box2 .box2-img-box img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .box-s7 {
    background: rgba(247, 247, 247, 1);
    padding: 16px 16px;
    box-sizing: border-box;
  }
  .box-s7 .box1 {
    width: 100%;
  }
  .box-s7 .box2 {
    width: 100%;
    margin-top: 24px;
  }
  .box-s7 .box2 .box2-img-box {
    padding-left: 0;
  }
  .box-s7 .box1 .box1-title
  {
    line-height: 60px;
  }
}

/* 盒子style8 -友情链接*/


.box-s8 .box-item {
  float: left;
  width: calc((100% - 90px) / 6);
  line-height: 48px;
  font-size:18px;
  margin-right: 10px;
  max-width: 180px;
}
.box-s8 .box-item:nth-child(4) {
  margin-right: 0px;
}

@media screen and (max-width: 1200px) {
  .box-s8 .box-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 24px;
  }
  .box-s8 .box-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 766px) {
  
  .box-s8 .box-item {
    width: 100%;
    margin-bottom: 24px;
  }
}

.box-mb {
  margin-bottom: 64px;
}


/* 盒子style9 -毕业生就业的几个友情链接*/


.box-s9 .box-item {
  float: left;
  width: calc((100% - 40px) / 4);
  line-height: 80px;
  font-size:18px;
  margin-right: 10px;
  text-align: center;
}

.box-s9 .box-item:hover  {
  font-size: 20px;
}

.box-s9 .box-item  {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}


.box-s9 .box-item a{
  display: block;
  color: #fff;
}
.box-s9 .box-item:nth-child(1) {
  background: #5da1c3;
}
.box-s9 .box-item:nth-child(2) {
  background:#cb9a34;
}
.box-s9 .box-item:nth-child(3) {
  background:#90a642;;
}
.box-s9 .box-item:nth-child(4) {
  background:#6f91e2;
  margin-right: 0px;
  
}

@media screen and (max-width: 1200px) {
  .box-s9 .box-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 24px;
  }
  .box-s9 .box-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 766px) {
  
  .box-s9 .box-item {
    width: 100%;
    margin-bottom: 24px;
  }
}

.box-mb {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px){
  .mode_first {
    margin-top: 24px
  }
}