.m-announce{height:38px;border:solid 1px #DDDBDB;}
.u-ann-title{display: block;position:absolute;height:38px;width:115px;padding:0 10px;background-color: var(--color_r);color:#fff;font-size:16px;line-height:38px;}
.u-ann-title:before{content:"";background: url(/eportal/imageDir/hnas/2022/12/2022120517572576040.png) no-repeat center;background-size: cover;color:#fff;margin-right:6px;font-size:22px;line-height: 38px; vertical-align: middle;    width: 30px;
    height: 30px;
    display: inline-block;}
.u-ann-title:after{font-family:'iconfont';content:"\e626";font-size:24px;position:absolute;right:-16px;top:4px; line-height:34px;color:#BF001A;}

.m-announce-list-wrap{margin-left:150px;line-height: 38px;height:38px;overflow: hidden}
.m-announce-list-wrap li{position:relative;}
.m-announce-list-wrap li a{color:#666;font-size:14px;}
.m-announce-list-wrap li a:hover{color:#ca0000;}
.m-announce-list-wrap li span{position:absolute;right:10px;color:#999;font-size:14px;}
.m-announce-list-wrap ul{
height: 228px;
position: relative;
padding: 0px;
margin: 0px;
top: 0;
transition: top .3s;
}



/* -----------开始 通知公告----------- */
.notice_container {
  width: 1200px;
  height: 100%;
  margin: 15px auto;
}

.notice_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.notice_content_title {
  width: 600px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice_content_title span {
  font-size: 18px;
  line-height: 18px;
}
.notice_content_title a{
    font-size: 16px;
    line-height: 18px;
}
.notice_content_date {
  width: 125px;
  text-align: right;
  font-size: 16px;
}

/* -----------结束 通知公告----------- */
/* -----------开始 新闻动态----------- */
    .news_cont_img{
        width: 580px;
    overflow: hidden;
    }
    .news_cont_img a{
       display: inline-block;
    text-align: center;
    margin: 37px 16px 0 0;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgb(95 101 105 / 15%);
    border-radius: 8px;
    padding: 10px;
    min-width: 90px;
    }
    .news_cont_img img{
        width: 60px;
        height: 60px;

    }
    .news_cont_img a p{
        font-size: 14px;
    }


.news_container {
  width: 100%;
  padding-top: 20px;
  background-color: var(--currency_c);
}

.news_warpper {
  width: 1200px;
  margin: 0 auto;
  height: 300px;
  display: flex;
  justify-content: space-between;
}
.news_warpper_s{ height: 175px;}
/* 左边 */
.news_content {
  width: 580px;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.news_content_s{margin-top: 10px;}
.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: 580px;
  flex-direction: column;
}
.news_content_layout .news_tab{
   display: flex;
}
.news_content_layout .news-tit{
    flex: 1;
}
.news_content_layout .news-btn a{
    color: var(--color_r2);
}


.news_tab {
  padding: 5px 0 10px;
  display: flex;
  align-items: center;
}

.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_s {
  padding-left: 20px;
  box-sizing: border-box;
}
//.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;
}

.doctor_content {
     width: 24%;
    display: inline-block;
    margin-top: 40px;
}

.doctor_img {
    overflow: hidden;
}

.doctor_img .zy {
  text-align: center;
}

.doctor_img .zy .js-img {
 width: 260px;
    height: 160px;
  overflow: hidden;    
   margin: 0 auto;
}

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

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

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

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

.doctor_content:nth-child(5) .doctor_img .zy .js-img {
  background: url('/hnas/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;
}

.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;
}

.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: 100%;
  height: 200px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
 // object-fit: cover;
}


.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%;
}

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


/* -----------开始 校园风采----------- */
.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;
  font-size: 24px;
  color: var(--color_r);
  font-weight: bold;
  position: relative;
}

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