  * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 微软雅黑;
  }

  body {
    background-color: #F7F9FB;
  }

  ul,
  li {
    list-style: none;
  }

  a:link,
  a:visited,
  a:visited,
  a:hover,
  a:active {
    text-decoration: none;
    color: inherit;
  }

  li:hover {
    cursor: pointer;
    /* 触碰时变成小手*/
  }

  input,
  select,
  option,
  textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
  }

  img {
    max-width: 100%;
    border: none;
    max-height: 100%;
  }

  .clr::after {
    content: '';
    display: block;
    clear: both;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .mt60 {
    margin-top: 60px;
  }


  .ml40 {
    margin-left: 40px;
  }

  .ml30 {
    margin-left: 30px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .bg_white {
    background-color: #fff;
  }

  .bg_e8ebee {
    background-color: #e8ebee;
  }

  .shadow {
    box-shadow: 0px 0px 8px 1px rgba(155, 164, 178, 0.18);
  }

  .pd30 {
    padding: 30px;
  }

  /* ******************************* */
  .w1400 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }


  .header_bg {
    background-image: url("https://www.josephineteh.com/__xh__/cjy.xzhmu.edu.cn/imgs/wx1.png");
    background-size: cover;
    padding-top: 49px;
    min-width: 1200px;
  }

  .header_bg2 {
    background-image: url("https://www.josephineteh.com/__xh__/cjy.xzhmu.edu.cn/imgs/yyjsbg3.png");
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    min-width: 1200px;
  }

  .header .head_logo {
    width: 749px;
    
    margin-bottom: 35px;
  }

  .header .head_logo2 {
    width: 1100px;
    
    margin-bottom: 20px;
  }

  .header .head_logo .logo {
    display: block;
  }

  .header .head_text {
    margin-left: 95px;
    margin-top: 15px;
  }

  .header .head_search {
    margin-top: 16px;
    
  }

  .header .head_edition {
    text-align: right;
    margin-bottom: 5px;
  }

  .header .head_edition a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 11px;
  }

  .header .head_edition a::after {
    content: '';
    width: 1px;
    height: 10px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }

  .header .head_edition a.english::after {
    display: none;
  }

  .header .head_searchForm {
    position: relative;
    width: 248px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 2px;
  }

  .header .head_searchForm .search_val {
    width: 188px;
    height: 30px;
    background: url("https://www.josephineteh.com/__xh__/cjy.xzhmu.edu.cn/imgs/sousuo.png") no-repeat;
    position: absolute;
    background-position: 6px 7px;
    border-radius: 2px;
    padding-left: 35px;
    border: none;
  }
  .header .head_searchForm .sub{
    float: right;
    width: 60px;
    height: 30px;
    background-color: #ff9c00;
    border-radius: 2px;
    color: #fff;
    border: none;
    position: absolute;
    top: 0;
    right: -2px;
  }
  .nav {
    background-color: #ffffff;
    min-width: 1200px;
    height: 50px;
  }

  .wp_nav {
    display: flex;
    justify-content: center;
    gap: 45px;
  }

  .wp_nav>li {
    width: calc(99.99% / 10);
    float: left;
    display: inline-block;
    position: relative;
  }

  .wp_nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    padding: 0 px;
    color: #22549f;
    font-weight: bolder;
  }
  .wp_nav .sub-nav {
    display: none;
    position: absolute;
    top: 50px !important;
    min-width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
  }
  .wp_nav .sub-nav li a {
    display: inline-block;
    min-width: 100%;
    line-height: 40px;
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
  }

  .wp_nav .sub-nav li {
    position: relative;
  }

  .sub-nav li:hover ul {
    display: block;
  }

  /* .sub-nav li ul{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: #00367c;
  } */


  .wp_nav>.nav-item:hover>a {
    color: #fff;
    background-color: #0c4da2;
  }

  .wp_nav>.nav-item:hover .sub-nav li a {
    color: #22549f;
    
  }


  .wp_nav>.nav-item:hover .sub-nav {
    display: inline-block;
    
  }
  .wp_nav>.nav-item .sub-nav li:hover>a {
    background-color: #0c4da2;
    opacity: 0.89;
    color: #ffffff;
  }
  .links .links_itme {
    width: 280px;
    height: 35px;
    background-color: #fff;
    position: relative;
  }

  .links .links_itme span {
    display: block;
    line-height: 35px;
    padding-left: 20px;
    color: #666;
    position: relative;
  }

  .links .links_itme span::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url("https://www.josephineteh.com/__xh__/cjy.xzhmu.edu.cn/imgs/triangle.png") no-repeat;
    position: absolute;
    right: 15px;
    top: 13px;
  }

  .links .links_itme:hover span::after {
    transform: rotate(-180deg);
    transition: transform .5s;
  }

  .links .links_itme ul {
    background-color: #fff;
    z-index: 999;
    position: absolute;
    bottom: 35px;
    min-width: 100%;
    display: block;
    color: #333;
    box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.25);
  }

  .links .links_itme ul li {
    opacity: 0;
    height: 0;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
  }

  .links .links_itme:hover ul li {
    height: 40px;
    opacity: 1;
    transition: height .5s, opacity .5s;
  }

  .links .links_itme ul li:hover {
    color: #fff;
    background: rgba(12, 77, 162, .8);
  }

  .links .links_itme ul li a {
    display: block;
  }
/*  */
.list_content {
    min-width: 1400px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 46px;
}
.list_content .w4 {
    width: 300px;
}
.list_content .column {
  display: block;
  height: 91px;
  line-height: 91px;
  font-size: 24px;
  padding-left: 40px;
  color: #ffffff;
  background-color: #0c4da2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 22px 2px rgba(71, 62, 57, 0.08);
  position: relative;
}
.list_content .column::after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 20px;
}
.list_content .column_box {
    background-color: #0c4da2;
    padding-left: 10px;
}
.list_content .column_list {
    width: 100%;
    background: #fff;
    padding-top: 20px;
}
.list_content .column_list li {
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    padding-left: 43px;
    position: relative;
    margin-bottom: 2px;
}
.list_content .column_list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #22549f;
    font-size: 18px;
}

.list_content .column_list li:hover {
    background-color: #0c4da2;
    opacity: 0.89;
    font-size: 14px;
    padding-left: 65px;
}
.list_content .column_list li a:hover{
    color: #ffffff;
}

.list_content .column_list li:hover::after {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background-image: url("https://www.josephineteh.com/__xh__/cjy.xzhmu.edu.cn/imgs/tubiao1.png");
    position: absolute;
    right: 24px;
    top: calc(50% - 5px);
}

.column_list li.active {
    background-color: steelblue;
    width: calc(100% + 10px);
    transform: translateX(-10px);
    padding-left: 50px;
}

.column_list li.active::after {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background-image: url("https://www.josephineteh.com/__xh__/cjy.xzhmu.edu.cn/imgs/tubiao1.png");
    position: absolute;
    right: 24px;
    top: calc(50% - 5px);
}

.column_list li.active:hover {
    color: #ffffff;
    font-size: 18px;
    padding-left: 50px;
}
.list_content .list_middle {
    width: calc(100% - 340px);
    background-color: #fff;
    box-shadow: 0px 0px 22px 2px rgba(71, 62, 57, 0.08);
    min-height: 600px;
    padding-bottom: 30px;
}

.list_title {
    width: 100%;
    height: 86px;
    background-color: #0c4da2;
    padding-left: 54px;
    padding-right: 36px;
    font-size: 24px;
    color: #ffffff;
    position: relative;
}


.list_title .list_title_left {
    line-height: 86px;
    font-size: 24px;
    color: #ffffff;
    position: relative;
}
.list_title .list_title_left::before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 41px;
    background-color: #ffffff;
    top: calc(50% - 20px);
    left: -15px;
}

.list_title .path {
    font-size: 16px;
    position: absolute;
    right: 30px;
    top:32px;
}

.list_middle .list_midden_list li{
    width: 100%;
    height: 96px;
    background: #fff;
    padding: 0px 36px;
    position: relative;
    margin-bottom: -1px;
}

.list_middle .list_midden_list li a {
    line-height: 36px;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 5px;
    color: #333333;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_middle .list_midden_list li span {
    display: block;
    font-size: 14px;
    color: #999999;

}

.list_middle .list_midden_list li::after {
    content: '';
    display: block;
    width: 987px;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.list_middle .list_midden_list li:hover {
    background-color: #0c4da2;
    opacity: 0.89;
    border: none;
    z-index: 999;
}

.list_middle .list_midden_list li:hover::after {
    display: none;
}

.list_middle .list_midden_list li:last-child::after {
    display: none;
}

.list_middle .list_midden_list li:hover a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.bottom_title {
  height: 19px;
  font-size: 16px;
  color: #ffffff;
  margin-left: -16px;
}
 .text {
  position: absolute;
  left: 460px;
  top: 50px;
}
 .text .bottom_text {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 13px;
  margin-left: 184px;
}
 .bottom_text1 {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 13px;
  margin-left: 75px;
}
 .bottom_text2 {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 13px;
  margin-left: 115px;
}
 .bottom_QRcode {
  text-align: center;
  position: absolute;
  top: 47px;
  right: 349px;
}



/* ========== 底部新版布局（旧版 .bottom/.text/.links 保留不动） ========== */
.bottom2 {
  position: relative;
  padding: 30px 0;
}

.bottom2 .text2 {
  text-align: center;
  width: 100%;
}

.bottom2 .text2 p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin: 0;
}

.bottom2 .links2 {
  position: absolute;
  right: 60px;
  bottom: 28px;   /* 关键：和第二行文字底部对齐，不再垂直居中 */
}



/****************** 详情页开始 ******************/
.news_details {
    padding: 0px 36px;
}
.news_details .tit {
  font-size: 20px;
  color: #010101;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
}
.news_details .details_mes {
  text-align: center;
  border-bottom: 1px dashed #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news_details .details_mes span {
  font-size: 14px;
  color: #999;
  padding: 0 10px;
}
/****************** 详情页结束 ******************/