@charset "utf-8";

/* banner */
.mybanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mybanner button {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.43);
  border: 1px solid #ffffff;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.mybanner button:hover {
  background: rgba(176, 195, 205, 0.78);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: all 0.3s ease;
}

.mybanner .slick-prev {
  left: 2.5%;
  background-image: url(../images/zjt_h.png);
}

.mybanner .slick-prev:hover {
  background-image: url(../images/zjt_b.png);
}

.mybanner .slick-next {
  right: 2.5%;
  background-image: url(../images/yjt_h.png);
}

.mybanner .slick-next:hover {
  background-image: url(../images/yjt_b.png);
}

.mybanner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 10%;
  display: flex;
  transform: translateX(-50%);
}

.mybanner .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 5px;
}

.mybanner .slick-dots .slick-active {
  width: 50px;
  background: #ffe222;
}
.mybanner img{
  height: calc(100vw/380*125);
  object-fit:cover;
}
/* 部门动态 */
.subject_main {
  /* display:flex; */
  justify-content: space-between;
}
.column_title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.column_title .title {
  display: flex;
  align-items: center;
}

.column_title .title span {
  font-size: 36px;
  font-weight: bold;
  color: #2c2c2c;
  margin-left: 20px;
}

.column_title .more {
  display: block;
  height: 32px;
  border: 1px solid #3267e8;
  padding: 0 18px 0 30px;
  position: absolute;
  right: 0;
}

.column_title .more p {
  font-size: 14px;
  color: #245de7;
  line-height: 32px;
  position: relative;
}

.column_title .more p::before {
  content: "";
  width: 32px;
  height: 5px;
  position: absolute;
  background-image: url(../images/more_.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  left: -48px;
  bottom: 15px;
}

.dynamic {
  width: 100%;
  height: auto;
  background: #f2f5fc;
  padding: 30px 0;
}

.dynamic_content {
  display: flex;
  justify-content: space-between;
}

.dynamic_left {
  display: flex;
  justify-content: space-between;
  width: 66%;
}

.dynamic_left li {
  width: 48%;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}

.dynamic_left li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.dynamic_left li a div:nth-child(1) {
  overflow: hidden;
  width: 100%;
  /* height: calc(20vw / 68 * 49); */
  height: 275px;
}

.dynamic_left li a div:nth-child(1) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* ###### */
.dynamic_left li:hover a div:nth-child(1) img,
.construct_content li:hover a div img {
  transform: scale(1.1);
}

/* ###### */

.dynamic_left li a div:nth-child(2) {
  padding: 15px 23px 22px;
}

.dynamic_left li a div:nth-child(2) p {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  height: 72px;
  /* margin-bottom: 10px; */
}
.dynamic_left li a div:nth-child(2) i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  height: 64px;
  font-style:normal;
}

.dynamic_left li a div:nth-child(2) span {
  padding: 10px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #2e60d8;
  position: absolute;
  top: 0;
  left: 0;
}

.dynamic_right {
  width: 31.5%;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 0 5px;
}

.dynamic_right li {
  margin-bottom: 15px;
  padding: 0 35px 0 30px;
}

.dynamic_right li:last-child {
  margin-bottom: 0;
}

.dynamic_right li a {
  display: flex;
  align-items: center;
}

.dynamic_right li a .time {
  padding-right: 15px;
  border-right: 1px solid #d9dbdf;
}

.dynamic_right li a .time p {
  text-align: center;
  font-size: 34px;
  color: #245de7;
  font-weight: 300;
  line-height: 27px;
}

.dynamic_right li a .time span {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 9px;
  margin-top: 15px;
}

.dynamic_right li a > p {
  font-size: 18px;
  line-height: 36px;
  height: 72px;
  color: #000;
  margin-left: 22px;
}

/* 通知公告 */
.announcement {
  background: #fff;
  padding: 30px 0 0;
}

.announcement_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.announcement_content li {
  width: 32%;
  margin-bottom: 38px;
}
.announcement_content li:last-child {
  /* margin-bottom: 0px; */
  height: max-content;
}

.dynamic_right li:hover,
.announcement_content li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 0px;
}

.announcement_content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.announcement_content li a .time {
  border: 1px solid #6262e8;
  border-radius: 8px 0px 8px 0px;
  overflow: hidden;
}

.announcement_content li a .time p {
  font-size: 30px;
  font-weight: 400;
  color: #245de7;
  line-height: 24px;
  text-align: center;
  padding: 11px 0;
  background: #fff;
}

.announcement_content li a .time span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 11px;
  background: #245de7;
  padding: 13px 7px 10px;
  white-space: nowrap;
}

.announcement_content li a > p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  padding: 0 22px;
  width: calc(100% - 70px);
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 支部建设 */
.construct {
  background: url(../images/construct_bg.png);
  background-size: cover;
  padding: 39px 0 64px;
}

.construct .column_title .title span {
  color: #fff;
}

.construct .column_title .more {
  border: 1px solid #fff;
}

.construct .column_title .more p {
  color: #fff;
}

.construct .column_title .more p::before {
  background-image: url(../images/more.png);
}

.construct_content {
  display: flex;
  justify-content: space-between;
}

.construct_content li {
  background: #fff;
  width: 24%;
  border: 1px solid #189266;
}

.construct_content li a {
  display: block;
}

.construct_content li a div {
  width: 100%;
  height: calc(16.25vw / 4 * 3);
  overflow: hidden;
}

.construct_content li a div img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.construct_content li a p {
  padding: 20px;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

/* 专题专栏 */
.subject {
  padding: 30px 0;
}

.subject_content {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.subject_content li{
 width: 31%;
 height: calc(21.85vw/403*141);
 margin-bottom: 25px;
}
.subject_content li a{
  display:block;
 width:100%;
   height:100%;
}
.subject_content li img{
 width:100%;
 height:100%;
 object-fit:cover;
}

/* 学生服务 */

.service{
  background:#2056D0;
  position: relative;
  /* box-shadow: 0px 2px 24px 0px rgba(3,37,118,0.7); */
}

.service_main .column_title {
  margin-bottom: 70px;
}

.service_content {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_content li {
  width: 23.7%;
  margin-bottom: 15px;
  background: url(../images/service_li_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.service_content li a{
 display: flex;
 align-items: center;
 /* justify-content: center; */
 width: 100%;
 height: 100%;
 padding-left: 24%;
}
.service_content li:last-child a{
/*  justify-content: center;
 padding-left: 0; */
}
.service_content li:last-child a img{
  /* width: 25px; */
}
.service_content li a img{
 width: 40px;
 height: auto;
 margin-right: 20px;
}

.service_content li a p {
  /* margin-top: 10px; */
  /* text-align: center; */
  /* height: 16px; */
  font-size: 16px;
  line-height: 74px;
  /* padding: 0 10px; */
  white-space: nowrap;
  overflow: hidden;
  color: #2c2c2c;
  text-overflow: ellipsis;
}

.service_content li:hover a p {font-size: 16px;font-weight: bold;color: #fff;-webkit-text-stroke: 0.5px black;}

@media (max-width: 1400px) {
  .dynamic_main,
  .announcement_main,
  .construct_main,
  .subject_main,
  .service_main,
 .service_cont{
    width: 100%;
    padding: 0 3%;
  }
}

@media (max-width: 1200px) {
  .service_content {
 /* overflow-x: scroll; */
}
  ::-webkit-scrollbar {
    height:5px;
    width:5px;
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; 
    border-radius:2.5px;
}

/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background-color: #999; 
  border-radius:2.5px;
}


  .mybanner {
    margin-top: 120px;
  }
  .dynamic_content{
    display: block;
  }
  .dynamic_left {
    width: 100%;
    margin-bottom: 30px;
}
.dynamic_right {
  width:100%;
}
.dynamic_left li a div:nth-child(1) {
  height: calc(44.3vw / 68 * 49);
}
.announcement_content li {
  width: 48%;
}
.construct_content {
  flex-wrap: wrap;
}
.construct_content li {
  width: 49%;
  margin-bottom: 30px;
}
.construct_content li:last-child {
  margin-bottom: 0px;
}
.construct_content li a div {
  height: calc(44.2vw / 4 * 3);
}
.construct {
  padding: 39px 0 34px;
}

 .service_content li {
    width: 32%;
}
  .service_content li a{
    padding-left:15%
}
}

@media (max-width: 1024px) {
  .mybanner {
    margin-top: 110px;
  }
.intro_main_content img{
 width:100%;
 height: auto !important;
}
}

@media (max-width: 768px) {
  .mybanner {
    margin-top: 100px;
  }
  .announcement_content li {
    width: 100%;
}

.service_content{
  /* flex-wrap: wrap; */
}
.service_content li {
  /* flex: 32%; */
  /* margin-bottom: 30px; */
}
.mybanner button {
 display: none;
}
.mybanner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.mybanner .slick-dots .slick-active{
  width: 40px;

}
  .service_content li {
    width: 48%;
}

 .service_content li a img {
    width: 30px;
    margin-right: 10px;
}
}

@media (max-width: 540px) {
  .mybanner {
    margin-top: 70px;
  }
  .column_title{
    justify-content: left;
  }
  .service_main .column_title{
    justify-content: center;
  }
   .subject_content{
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .mybanner {
    margin-top: 60px;
  }
  .service_content li {
    flex: 48%;
  }
 
  .subject_content li {
    width: 100%;
    margin-bottom: 30px;
     height: calc(93vw/403*141);
}

.service_content {
 /* margin-bottom: 30px; */
}
.service_main .column_title {
  margin-bottom: 30px;
}
.subject {
  padding: 30px 0 0px;
}
.construct_content li {
  width: 100%;
}
.construct_content li a div {
  height: calc(93vw / 4 * 3);
}
.dynamic_left {
  display: block;
}
.dynamic_left li {
  width: 100%;
 margin-bottom: 30px;
}


.dynamic_left li a div:nth-child(1) {
  height: calc(93vw / 68 * 49);
}
.dynamic {
  padding: 30px 0;
}
.column_title .title span {
  font-size: 26px;
}
.column_title {
  margin-bottom: 30px;
}
.announcement {
  padding: 30px 0;
}
.announcement_content {
  margin-top: 30px;
}

.announcement_content li {
  margin-bottom: 20px;
}
.footer_btm_r {
  margin-left: 0px;
  margin-top: 30px;
}
.footer_btm_l p {
 text-align: center;
}
  .footer_top_main {
    display: block;
}
  .footer_top_main ul {
    margin-left: 0;
}
.footer_top_main ul li {
  margin: 0px;
  width: 100%;
  text-align: center;
}
  .service {
  
    padding-bottom:  0;
    
}
 .subject_content {
   
    padding-top: 0px;
}
 .service_content {
    padding: 0px 0 0;
    
}
}