/* -----------开始 新闻动态----------- */
.news_container {
  width: 100%;
  padding: 40px 0;
  background-color: var(--currency_c);
}

.news_warpper {
  width: 1200px;
  margin: 0 auto;
  height: 300px;
  display: flex;
  justify-content: space-between;
}

/* 左边 */
.news_content {
  width: 580px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.news_content_warpper {
  width: 200px !important;
  height: 100%;
}

.news_content_item {
  height: 75px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--currency_b);
  cursor: pointer;
}

.news_content_item_active {
  color: var(--currency_c) !important;
  background-color: var(--primary_b) !important;
}

.news_content_item_active p {
  color: var(--currency_c) !important;
}

.news_content_item:hover {
  background-color: var(--secondary_b);
}

.news_content_item .news_content_title{
  font-size: 16px;
  line-height: 16px;
  color: var(--color_r);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_content_item .news_content_title a{
  font-size: 16px;
  line-height: 16px;
   color: var(--color_r);
}

.news_content_item_active p a{
  font-size: 16px;
  line-height: 16px;
    color: var(--currency_c) !important;
}

.news_content_item .news_content_date {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  color: var(--grey_c);
}

.swiper {
  width: 380px;
  height: 300px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

/* 右边 */
.news_content_layout {
  width: 100%;
  flex-direction: column;
}
.news_box{
  display: flex;
}

.news_tab {
  padding: 5px 0 10px;
  display: flex;
  align-items: center;
  flex: 1;
}
.news_btn{
    font-size: 16px;
    line-height: 25px;
}
.news_tab_btn{
    display: none;
}
.news_tab_btn{
font-weight: bold;
    color: var(--color_r2);
    font-size: 16px;
}
.news_tab_btn.on{
    display: block;
}

.news_tab_item {
  font-size: 16px;
  line-height: 16px;
  padding: 0 20px;
  border-right: 2px solid var(--color_r2);
  color: var(--secondary_c);
  position: relative;
}

.news_tab_item:first-child {
  padding-left: 0;
}

.news_tab_item:last-child {
  border-right: 0;
}

.news_tab_item_active {
  font-weight: bold;
  color: var(--color_r2);
}

.news_list {
  padding-left: 20px;
  box-sizing: border-box;
  display: none;
}

//.news_list:first-child {
 // display: none;
//}

.news_list_item {
  height: 32.5px;
  list-style: square;
}

.news_list_item_content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_list_item a {
  width: 450px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  color: var(--secondary_c);
}

.news_list_item span {
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  color: var(--color_r3);
}

.news_list_item::marker {
  color: var(--color_r2);
}

/* 其他动态 */
.other_warpper {
  width: 1200px;
  margin: 25px auto;
  height: 300px;
  display: flex;
  justify-content: space-between;
}

.other_content {
  width: 582px;
  height: 100%;
  overflow: hidden;
}

.other_list_item_a {
  width: 440px !important;
}

/* 可能是外链 */
.other_outer {
  width: 350px;
  height: 100%;
  margin: 0 -76px;
}

.other_outer_item {
  width: 100%;
  padding: 0 43px;
  height: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.other_outer_item.f2-le {
  padding-left: 16px;
}

.other_outer_item.f2-re {
  padding-left: 80px;
}

.other_outer_item:last-child {
  margin-bottom: 0;
}

.other_outer_icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color_r2);
  border-radius: 50%;
}

.other_outer_icon_i {
  color: var(--color_r2);
}

.other_outer_text {
  font-size: 16px;
  line-height: 16px;
  padding: 0 30px;
  color: var(--color_r2);
  position: relative;
  box-sizing: border-box;
}

.other_outer_text::before,
.other_outer_text::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color_r2);
}

.other_outer_text::before {
  left: 0;
}

.other_outer_text::after {
  right: 0;
}

/* mbi测试 */
.mbi_content {
  width: 400px;
  height: 100%;
  background-color: var(--currency_b);
}

.mbi_title {
  padding: 15px 20px;
  font-size: 16;
  line-height: 16px;
  color: var(--currency_c);
  background-color: var(--color_r);
}

.mbi_input {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mbi_input_item {
  font-size: 16px;
  line-height: 16px;
  color: var(--color_r2);
  margin: 10px 0;
  width: calc((100% - 60px) / 2);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.mbi_input_item_radio {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 16;
  line-height: 16px;
  position: relative;
}

.mbi_input_item_text {
  margin: 0 5px;
  display: inline-block;
  width: 75px;
  height: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: 2px solid var(--color_r2);
  border-radius: 4px;
}

.mbi_input_item span {
  font-size: 16px;
  line-height: 16px;
  margin: 0 5px;
}

.mbi_input_button {
  text-align: center;
}

.mbi_input_button a {
  font-size: 16px;
  color: var(--currency_c);
  padding: 10px 45px;
  background-color: var(--color_r2);
  border-radius: 4px;
}

/* -----------结束 新闻动态----------- */

/* -----------开始 校医园地----------- */
.doctor_container {
  width: 100%;
  background-color: var(--currency_c);
}

.doctor_title {
  width: 100%;
  padding: 45px 0 30px;
  text-align: center;
}

.doctor_title h4 {
  display: inline;
  padding: 0 60px;
  font-size: 24px;
  color: var(--color_r);
  font-weight: bold;
  position: relative;
}

.doctor_title h4::after,
.doctor_title h4::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--color_r);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.doctor_title h4::after {
  left: 0;
}

.doctor_title h4::before {
  right: 0;
}

.doctor_layout {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
}

.doctor_content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.doctor_img {
  width: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor_img .zy {
  text-align: center;
}
.doctor_img .zy a{
     font-size: 16px;
}

.doctor_img .zy .js-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

.doctor_content:nth-child(1) .doctor_img .zy .js-img {
  background: url('/syjsxy/template/page/images/new/ss2.jpg') no-repeat center;
  background-size: cover;
}

.doctor_content:nth-child(2) .doctor_img .zy .js-img {
  background: url('/syjsxy/template/page/images/new/ss3.jpg') no-repeat center;
  background-size: cover;
}

.doctor_content:nth-child(3) .doctor_img .zy .js-img {
  background: url('/syjsxy/template/page/images/new/ss4.jpg') no-repeat center;
  background-size: cover;
}

.doctor_content:nth-child(4) .doctor_img .zy .js-img {
  background: url('/syjsxy/template/page/images/new/ss5.jpg') no-repeat center;
  background-size: cover;
}

.doctor_content:nth-child(5) .doctor_img .zy .js-img {
  background: url('/syjsxy/template/page/images/new/ss6.jpg') no-repeat center;
  background-size: cover;
}

.doctor_img .zy h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.doctor_img .iconfont {
  font-size: 90px;
}

.doctor_img img {
  width: 100%;
  height: 100%;
}

.doctor_list {
  width: 400px;
  padding: 0 35px;
  box-sizing: border-box;
}

.doctor_item {
  margin: 8px 0;
  list-style: square;
}

.doctor_item::marker {
  color: var(--color_r2);
}

.doctor_item a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--secondary_c);
}

/* -----------结束 校医园地----------- */

/* -----------开始 校园活动----------- */
.activity_container {
  width: 100%;
  background-color: var(--currency_b);
}

.activity_warpper {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.js_warpper {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.activity_tab {
  padding: 50px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity_tab_title {
  font-size: 24px;
  color: var(--secondary_c);
  padding: 0 25px;
  border-right: 3px solid var(--color_r);
}

.activity_tab_title:last-child {
  border: 0;
}

.activity_tab_title_active {
  font-weight: bold;
  color: var(--color_r) !important;
}

.activity_swiper_box {
  width: 100%;
  display: none;
}
.js_swiper_box{
  width: 100%;

}

.activity_swiper_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activity_btn {
  width: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.activity_btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.activity_btn_icon {
  color: var(--currency_c);
  font-size: 28px !important;
}

.activity_swiper {
  width: 1035px;
  height: 170px;
  overflow: hidden;
}
.js_swiper{
  width: 1035px;
  height: 200px;
  overflow: hidden;
  
}


.swiper-slide img {
  width: 100%;
  height: 100%;
}


.mien-module {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 128px;
}

.mien-module .m-m-more {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: repeat(2, 220px);
  grid-gap: 16px;
}

.mien-module .m-m-more .box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.mien-module .m-m-more .box:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
}

.mien-module .m-m-more .box:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 5;
}

.mien-module .m-m-more .box:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.mien-module .m-m-more .box:nth-child(5) {
  grid-column-start: 2;
  grid-column-end: 3;
}

.mien-module .m-m-more .box:nth-child(6) {
  grid-column-start: 3;
  grid-column-end: 5;
}




.m-m-img {
  width: 100%;
  height: 100%;
}

.m-honor{
    position: relative;   
    overflow: hidden;
}
.m-honor .m-m-img{
            cursor: pointer;
            transition: all 0.6s;
}
.m-honor .m-m-img:hover{
   transform: scale(1.2);
}

.m-honor p{
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    padding: 8px;
    bottom: 0;
    color: #fff;
}

/* -----------结束 校园活动----------- */


/* -----------开始 校园风采----------- */
.campus_container {
  width: 100%;
  background-color: var(--currency_b);
}

.campus_title {
  width: 100%;
  padding: 45px 0 30px;
  text-align: center;
}

.campus_title h4 {
  display: inline;
  padding: 0 60px;
  position: relative;
}
.campus_title h4{
  font-size: 24px;
  color: var(--color_r);
  font-weight: bold;

}

/* -----------结束 校园风采----------- */