.w33 {
  width: 31.6%;
}
.w50 {
  width: calc(50% - 30px);
}
.w50_2 {
  width: calc(50% - 80px);
}
/* ******************************* */
.banner {
  position: relative;
  overflow: hidden;
  width:100%;
  height: 31.3vw;
}
.banner .swiper-slide a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 31.3vw;
}
.banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.banner .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
/* ******************************* */
/* ******************************* */
.title .title_name {
  float: left;
}
.title .title_name i {
  float: left;
  width: 36px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.title .title_name .title_text {
  float: left;
  margin-left: 10px;
  width: 130px;
}
.title .title_name .title_text .name_zh {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  border-bottom: 4px solid #003483;
  padding-bottom: 2px;
}
.title .title_name .title_text .name_en {
  text-align: right;
  font-size: 14px;
  color: #B4D2FF;
}
.title .more {
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 53px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #5699FF;
}
/* ******************************* */
/* ******************************* */
.newsPic {
  height: 410px;
  background-color: #B4D2FF;
}
/* ******************************* */
/* ******************************* */
.news_list li {
}
.news_list li .date {
  float: left;
  width: 50px;
  /* padding: 10px 0; */
  padding-top: 7px;
}
.news_list li .date .day {
  line-height: 20px;
  margin-bottom: 6px;
  color: #003483;
  font-size: 20px;
  font-weight: 500;
}
.news_list li .date .year {
  font-size: 12px;
  line-height: 12px;
  color: #3D3D3D;
  opacity: 0.5;
}
.news_list li .text {
  float: right;
  width: calc(100% - 70px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.news_list li .text a {
  display: block;
  font-size: 20px;
  line-height: 38px;
  color: #3D3D3D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}
.news_list li .text p {
  display: none;
  font-size: 14px;
  line-height: 14px;
  color: #3D3D3D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.5;
}
/* ******************************* */
/* ******************************* */
.box {
  height: 832px;
  background: url("https://www.josephineteh.com/__xh__/fgc.xzhmu.edu.cn/img/box.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.title_switch {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 100px;
}
.title_switch li {
  width: 231px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  border-radius: 34px;
cursor: pointer;
}
.title_switch li p {
  font-size: 28px;
  font-weight: 500;
  color: #898989;
  text-align: center;
}
.title_switch li span {
  display: none;
}
.title_switch li.active {
  width: 274px;
  height: 96px;
  line-height: 68px;
  background: #00317B;
  box-shadow: 0px 6px 28px 0px rgba(0, 70, 175, 0.26);
}
.title_switch li.active p {
  color: #fff;
  font-weight: bold;
}
.title_switch li.active span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.switch_item {
  margin-top: 126px;
}
.switch_list li {
  float: left;
  width: calc(33.33% - 46.66px);
  height: 350px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
  margin-left: 70px;
  padding: 40px 35px;
  cursor: pointer;
}
.switch_list li:first-child {
  margin-left: 0;
}
.switch_list li div {
  min-width: 76px;
display:inline-block;
padding: 0 8px;
  height: 26px;
  border-radius: 2px;
  background: #003483;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 20px;
}
.switch_list li a {
    display: block;
    height: 48px;
    line-height: 24px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 800;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
}
.switch_list li span {
  font-size: 14px;
  color: #9E9E9E;
  display: block;
  margin-bottom: 20px;
}
.switch_list li p {
  display: block;
  height: 88px;
  font-size: 14px;
  color: rgba(61, 61, 61, 0.5);
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.switch_more {
    display: block;
    width: 75px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #5699FF !important;
    border-bottom: 2px solid #5699FF;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}
/* ******************************* */
/* ******************************* */
.my_list {
  margin-top: 10px;
}
.my_list li {
  margin-top: 25px;
  border-bottom: 1px dashed #D8D8D8;
  padding-bottom: 25px;
}
.my_list li a {
  display: block;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  color: #2B2B2B;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_list li p {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.my_list li span {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(9, 9, 9, 0.3);
}
/* ******************************* */
/* ******************************* */
.links {
  background: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 80px;
}
.links .my_width {
  display: flex;
  justify-content: space-between;
}
.links .link_item {
  float: left;
  width: 280px;
}
.links .link_item .link_title i {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
}
.links .link_item .link_title span {
  float: left;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #003483;
  margin-left: 10px;
}
.links .link_box {
  position: relative;
}
.links .link_box span {
  display: block;
  height: 50px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 50px;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #F0F0F0;
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.links .link_box span::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url("https://www.josephineteh.com/__xh__/fgc.xzhmu.edu.cn/img/link_list.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
}
.links .link_box ul {
  position: absolute;
  bottom: 50px;
  width: 100%;
  background-color: #fff;
}
.links .link_box ul li {
  height: 0;
  opacity: 0;
  font-size: 16px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  transition: height linear 0.3s, opacity linear 0.3s;
}
.links .link_box ul li a {
  display: none;
}
.links .link_box ul.active li {
  height: 50px;
  opacity: 1;
}
.links .link_box ul.active li a {
  display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* ******************************* */
/* ******************************* */
/* ******************************* */