* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "GeorgiaCustom";
  src: url("Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: GeorgiaCustom !important;
}
a {
  transition: all 0.5s ease;
}
.pic {
  line-height: 0;
  overflow: hidden;
}
.pic img {
  transition: all 0.5s ease;
  width: 100%;
}
body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}
.wapshoww {
  display: none !important;
}
.nbanner {
  width: 100%;
  position: relative;
}
.nbanner img {
  width: 100%;
}
img {
  border: 0;
}
.max-width {
  width: 1520px;
  margin: 0 auto;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #005375 rgba(255, 255, 255, 0.75);
}
html::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #005375;
  border-radius: 8px;
}
@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }
  .max-width2 {
    width: 80%;
    margin: 0 auto;
  }
}
.layout37 {
  display: none;
}
.pcshow {
  display: block !important;
}
.wapshow {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }
  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }
  .pcshow {
    display: none !important;
  }
  .wapshow {
    display: block !important;
  }
}
.wapshow {
  display: none;
}
._nav3 {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.layout37 {
  display: none;
}
.ustitle {
  display: flex;
  color: #005375;
  font-size: var(--font42);
  justify-content: center;
  text-transform: uppercase;
}
.ustitle p {
  color: #a2b5bc;
  font-size: var(--font16);
  transform: translate(0px, 25px);
}
.ustitle span {
  color: #b34346;
  font-size: var(--font42);
}
.news {
  width: 100%;
  padding: 90px 0 110px 0;
}
.news .news-box {
  margin-top: 80px;
}
.news .news-box ul {
  width: calc(100% + 40px);
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.news .news-box ul li {
  padding: 0 20px;
  width: 25%;
}
.news .news-box ul li a {
  display: block;
}
.news .news-box ul li a:hover .pic img {
  transform: scale(1.1);
}
.news .news-box ul li a:hover .info {
  color: #005375;
}
.news .news-box ul li a .pic {
  width: 100%;
  position: relative;
}
.news .news-box ul li a .time {
  width: 125px;
  height: 46px;
  line-height: 46px;
  background: #005375;
  color: #fff;
  font-size: var(--font20);
  padding-left: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  margin-top: -35px;
}
.news .news-box ul li a .info {
  font-size: 20px;
  line-height: 30px;
  color: #343434;
  margin-top: 10px;
}
.news .news-box .more {
  width: 300px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #005375;
  color: #005375;
  font-size: 16px;
  transition: all 0.5s ease;
  margin: 35px auto 0 auto;
}
.news .news-box .more:hover {
  background: #005375;
  color: #fff;
}
.Faculty {
  width: 100%;
  padding: 0px 0 280px 0;
  background: url(../img/Facultybg.png) center no-repeat;
  background-size: cover;
}
.Faculty .Faculty-box {
  margin-top: 110px;
}
.Faculty ul {
  width: calc(100% + 110px);
  margin: 0 -55px;
  display: flex;
  flex-wrap: wrap;
}
.Faculty ul .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
  height: 51px;
  width: 26px;
}
.Faculty ul .slick-arrow.slick-prev {
  left: -70px;
  background: url(../img/prev.png) center no-repeat;
  background-size: cover;
}
.Faculty ul .slick-arrow.slick-next {
  right: -70px;
  background: url(../img/next.png) center no-repeat;
  background-size: cover;
}
.Faculty ul li {
  padding: 0 55px 110px 55px;
  width: 25%;
}
.Faculty ul li a {
  display: block;
  position: relative;
}
.Faculty ul li a:hover .pic img {
  transform: scale(1.1);
}
.Faculty ul li a .pic {
  width: 100%;
  position: relative;
  z-index: 2;
}
.Faculty ul li a .pic .name {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 62px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: var(--font32);
  padding-left: 18px;
  line-height: 62px;
}
.Faculty ul li a .info {
  position: absolute;
  width: 100%;
  height: 390px;
  background: #005375;
  left: 18px;
  bottom: -110px;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  display: flex;
  align-items: flex-end;
}
.ACADEMICS {
  width: 100%;
  height: 550px;
  background: url(../img/ACADEMICS.png) center no-repeat;
  background-size: cover;
}
.ACADEMICS .box {
  display: flex;
  flex-direction: column;
  height: 550px;
  justify-content: center;
  align-items: center;
}
.ACADEMICS .title {
  text-align: center;
  color: #fff;
  font-size: 60px;
}
.ACADEMICS .info {
  font-size: var(--font18);
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.ACADEMICS .more {
  width: 325px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  font-size: 18px;
  margin: 35px auto 0 auto;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.ACADEMICS .more:hover {
  background: #005375;
  color: #fff;
}
.data {
  width: 100%;
  height: 486px;
  background: url(../img/databg.png) center no-repeat;
  background-size: cover;
}
.data .data-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 486px;
}
.data .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: 225px;
  background: rgba(0, 83, 117, 0.45);
  justify-content: center;
  margin: 0 auto;
}
.data .title .t1 {
  color: #bda07d;
  font-size: 58px;
}
.data .title .t2 {
  color: #fff;
  font-size: 58px;
}
.data .list {
  display: flex;
  justify-content: space-between;
}
.data .list .line {
  height: 200px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.data .list .item {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.data .list .item .tit {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.data .list .item .num {
  margin-top: 30px;
  font-size: 60px;
  color: #bda07d;
}
.global {
  width: 100%;
  padding: 100px 0;
}
.global .global-box {
  display: flex;
  justify-content: space-between;
}
.global .global-box .main {
  width: 28.28%;
  height: 625px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.global .global-box .main .tt {
  color: #fff;
  font-size: 60px;
}
.global .global-box .main .linklist {
  display: flex;
  flex-direction: column;
}
.global .global-box .main .linklist a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 50px;
  text-decoration: underline;
}
.global .global-box .list {
  width: calc(100% - 28.28% - 32px);
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.global .global-box .list .item {
  width: calc(50% - 16px);
  height: 296px;
  position: relative;
}
.global .global-box .list .item .linklist {
  margin-top: 70px;
  padding-left: 30px;
}
.global .global-box .list .item .linklist a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 45px;
  text-decoration: underline;
}
.global .global-box .list .item .tit {
  position: absolute;
  color: #fff;
  font-size: 40px;
  left: 30px;
  bottom: 20px;
}
.endtext {
  width: 100%;
  background: #e5edf1;
  padding: 70px 0 100px 0;
}
.endtext .content {
  text-align: center;
  font-size: var(--font26);
  line-height: 35px;
  color: #005375;
  text-transform: uppercase;
}
.footer {
  width: 100%;
  background: url(../img/footerbg.png) center no-repeat;
  background-size: cover;
  padding: 80px 0 35px 0;
}
.footer .footerbox {
  display: flex;
  justify-content: space-between;
}
.footer .footerbox .footerright {
  display: flex;
  align-items: flex-end;
}
.footer .footerbox .footerright .contact {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: right;
  margin-right: 10px;
}
.footer .footerbox .footerleft .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.footer .footerbox .footerleft .line {
  margin: 24px 0 35px 0;
  background: #fff;
  width: 150px;
  height: 2px;
}
.footer .footerbox .footerleft .nav ul {
  display: flex;
}
.footer .footerbox .footerleft .nav ul li a {
  display: block;
  color: #fff;
  font-size: 21px;
  margin-right: 44px;
}
.banner {
  width: 100%;
}
.banner .slick-dots {
  left: 100px;
  bottom: 60px;
  display: flex !important;
  align-items: center;
}
.banner .slick-dots li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  margin-right: 18px;
  position: relative;
}
.banner .slick-dots li.slick-active {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #fff;
}
.single .single_box .leftnav .currentit .tit {
  font-size: 16px;
  text-indent: 30px;
}
.banner .box {
  position: relative;
  width: 100%;
}
.banner .box .pic {
  width: 100%;
}
.banner .text {
  z-index: 5;
  position: absolute;
  left: 100px;
  top: 55%;
  width: 30%;
  transform: translateY(-50%);
}
.banner .text.ny {
  width: 100%;
  left: 0;
  top: 60%;
}
.banner .text .nytit {
  font-size: 50px;
  color: #fff;
}
.banner .text .maintit {
  font-size: 32px;
  line-height: 45px;
  color: #fff; display: none;
}
.banner .text .stit {
  font-size: 14px;
  line-height: 20px;
  color: #9eaedb;
  margin-top: 30px;
  width: 62%; display: none;
}
.top_nav {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.top_nav .top_nav_box {
  display: flex;
  justify-content: space-between;
  height: 135px;
  align-items: flex-end;
  position: relative;
}
.top_nav .top_nav_box .nav {
  height: 40px;
}
.top_nav .top_nav_box .nav ul {
  display: flex;
}
.top_nav .top_nav_box .nav ul .search {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 50px;
  cursor: pointer;
}
.top_nav .top_nav_box .nav ul > li {
  display: flex;
  align-items: center;
  margin-right: 50px;
  position: relative;
}
.top_nav .top_nav_box .nav ul > li:hover .ul2 {
  display: block;
}
.top_nav .top_nav_box .nav ul > li a {
  display: block;
  color: #fff;
  font-size: 21px;
  margin-right: 4px;
}
.top_nav .top_nav_box .nav ul .ul2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  display: none;
  padding: 20px 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-top: 2px solid #e4893a;
}
.top_nav .top_nav_box .nav ul .ul2 li {
  margin-right: 0;
}
.top_nav .top_nav_box .nav ul .ul2 li a {
  display: block;
  white-space: nowrap;
  color: #005375;
  font-size: 16px;
  text-align: center;
  min-width: 270px;
  line-height: 40px;
}
.top_nav .top_nav_box .nav ul .ul2 li a:hover {
  color: #e4893a;
  background: url(../img/topnav.png) left center no-repeat;
  background-size: cover;
}
.top_nav .top_nav_box .logo {
  z-index: 2;
  width: 46.875%;
  height: 135px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  line-height: 0;
  -webkit-clip-path: polygon(0 0%, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 0% 100%);
  background: #fff;
}
.top_nav .top_nav_box .logo img {
  height: 64px;
}
.top_nav .top_nav_box .function {
  height: 47px;
  background: #005375;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
}
.top_nav .top_nav_box .function a {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  display: block;
  text-decoration: underline;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.top_nav .top_nav_box .function a.noneborder {
  border: 0;
}
.top_nav .top_nav_box .function .lang {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  height: 47px;
  padding: 0 40px 0 30px;
  background: #003e58;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.top_nav .top_nav_box .function .lang a {
  margin-left: 14px;
  height: 24px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  margin-right: 0;
  padding-right: 0;
}
.sele {
  width: 100%;
  position: relative;
  padding-bottom: 150px;
}
.sele .righttext {
  width: 55%;
  position: absolute;
  right: 0;
  top: -28px;
}
.sele .righttext .bg {
  width: 100%;
}
.sele .righttext .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sele .righttext .text .tit {
  font-size: var(--font42);
  color: #fff;
}
.sele .righttext .text .linklist a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 18px;
}
.sele .righttext .text .stit {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
.sele .righttext .text .stit:after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -30px;
  top: 7px;
  background: #fff;
}
.sele .righttext .text .stit:before {
  content: "";
  height: 2px;
  width: 275px;
  position: absolute;
  left: 110%;
  top: 15px;
  background: #fff;
}
.sele .lefttext {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  transform: translate(0, -50%);
}
.sele .lefttext .lefttext_box {
  width: 31%;
}
.sele .lefttext .lefttext_box .pic img {
  width: auto;
  height: 80px;
}
.sele .lefttext .lefttext_box .info {
  font-size: var(--font32);
  line-height: 45px;
  color: #fff;
  margin: 20px 0 30px 0;
}
.sele .lefttext .lefttext_box .content {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.sele .lefttext .lefttext_box .more {
  line-height: 0;
  margin-top: 75px;
  display: block;
  text-align: initial;
}
.sele .bg {
  width: 100%;
}
.sele .bg .slick-dots {
  display: flex !important;
  bottom: 75px;
  left: 200px !important;
}
.sele .bg .slick-dots li {
  background: #9eaedb;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  border-radius: 50%;
}
.sele .bg .slick-dots li.slick-active {
  background: #fff;
}
.sele .bg ul li .pic {
  width: 100%;
  position: relative;
}
.footer .footerbox .logo {
  margin-bottom: 20px;
  display: block;
}
.footer .footerbox .logo img {
  height: 64px;
}
.qwe {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sele .righttext .bg img {
  width: 100%;
}
.search_box {
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out 0s;
  height: 0;
  overflow: hidden;
}
.search_box.on {
  height: 100vh;
  opacity: 1;
}
.search_box.on .search_box_layout {
  opacity: 1;
  transform: translateY(0);
}
.search_box .search_box_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  align-items: flex-end;
  margin-left: 25%;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.25s;
}
.search_box .search_box_layout .close {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.search_box .search_box_layout .close:after {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}
.search_box .search_box_layout .close::before {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}
.search_box .search_box_layout form {
  width: 100%;
  margin-top: 30px;
}
.search_box .search_box_layout form .layout {
  position: relative;
}
.search_box .search_box_layout form .text {
  width: 100%;
  background: transparent;
  line-height: 60px;
  padding: 0 20px;
  font-size: var(--font24);
  border-bottom: 1px solid #005375;
  color: #fff;
}
.search_box .search_box_layout form .text::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font24);
}
.search_box .search_box_layout form .submit {
  height: 60px;
  width: 60px;
  position: absolute;
  background: url(../img/search.png) center no-repeat;
  background-size: 25px;
  right: 0px;
  top: 5px;
}
.sele .righttext .text .linklist a:hover {
  color: #fff;
}
.global .global-box .list .item .linklist a:hover {
  color: #005375;
}
.global .global-box .list .item:last-child .linklist a:hover {
  color: rgba(255, 255, 255, 0.3);
}
.global .global-box .main .linklist a:hover {
  color: rgba(255, 255, 255, 0.3);
}
.mbx {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #d2d2d2;
  height: 80px;
  align-items: center;
}
.mbx .position {
  color: #005375;
  font-size: 32px;
}
.mbx .list {
  display: flex;
  align-items: center;
  color: #777777;
  font-size: 14px;
}
.mbx .list a {
  display: block;
  font-size: 14px;
}
.mbx .list .home {
  color: #b34346;
}
.mbx .list .home img {
  margin-right: 10px;
}
.mbx .list .parent {
  color: #777777;
}
.mbx .list .current {
  color: #bda07d;
}
.fy {
  display: flex;
  margin-top: 75px;
}
.fy a {
  height: 36px;
  width: 36px;
  border: 1px solid #ccdde3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005375;
  font-size: 18px;
  margin-right: 12px;
}
.fy a.on {
  background: #b34346;
  border: 1px solid #b34346;
  color: #fff;
}
.fy a:hover {
  background: #b34346;
  border: 1px solid #b34346;
  color: #fff;
}
.single {
  width: 100%;
}
.single .single_box {
  padding: 50px 0 200px 0;
  display: flex;
  justify-content: space-between;
}
.single .single_box .singlecontent {
  width: calc(100% - 360px);
}
.single .single_box .singlecontent .detail h1 {
  color: #0f0f0f;
  text-align: center;
  font-size: 27px;
  padding: 0 30px;
}
.single .single_box .singlecontent .detail .function {
  font-size: 12px;
  margin-bottom: 30px;
  color: #005375;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single .single_box .singlecontent .detail .function img {
  width: 13px;
  margin-right: 10px;
  height: auto;
}
.single .single_box .singlecontent .detail .function p {
  margin: 0 10px;
  margin-top: -5px;
  font-size: 14px;
}
.single .single_box .singlecontent .detail .editor {
  padding: 50px 50px 0 50px;
  border-top: 1px solid #cdb79c;
  font-size: 16px;
  line-height: 30px;
  color: #171717;
}
.single .single_box .singlecontent .detail .editor .sutit {
  color: #005375;
  font-size: 27px;
  line-height: 40px;
  margin: 40px 0;
  padding-left: 17px;
  border-left: 2px solid #b34346;
}
.single .single_box .singlecontent .detail .editor table {
  width: 100%;
  margin: 45px 0;
}
.single .single_box .singlecontent .detail .editor table tr:nth-child(odd) {
  background: #fcfbfa;
}
.single .single_box .singlecontent .detail .editor table tr td {
  height: 60px;
  color: #545454;
  font-size: 16px;
  text-align: left;
  padding-left: 22px;
  border-bottom: 1px solid #f1ebe4;
}
.single .single_box .singlecontent .detail .editor table tr th {
  height: 60px;
  color: #bda07d;
  font-size: 16px;
  border-top: 3px solid #b34346;
  text-align: left;
  padding-left: 22px;
  border-bottom: 1px solid #ccdde3;
  background: #fafcfd;
}
.single .single_box .singlecontent p {
  font-size: 18px;
  line-height: 40px;
  color: #4e4e4e;
}
.single .single_box .singlecontent .imglist ul {
  width: calc(100% + 38px);
  margin: -25px -19px;
  display: flex;
  flex-wrap: wrap;
}
.single .single_box .singlecontent .imglist ul li {
  width: 33.3%;
  padding: 25px 19px;
}
.single .single_box .singlecontent .imglist ul li a {
  display: block;
  width: 100%;
}
.single .single_box .singlecontent .imglist ul li a:hover .pic img {
  transform: scale(1.1);
}
.single .single_box .singlecontent .imglist ul li a:hover .info {
  color: #005375;
}
.single .single_box .singlecontent .imglist ul li a .time {
  width: 125px;
  height: 46px;
  line-height: 46px;
  background: #005375;
  color: #fff;
  font-size: var(--font20);
  padding-left: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  margin-top: -35px;
}
.single .single_box .singlecontent .imglist ul li a .info {
  font-size: 18px;
  line-height: 30px;
  color: #343434;
  margin-top: 10px;
}
.single .single_box .singlecontent .textlist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  position: relative;
  transition: all 0.5s ease;
}
.single .single_box .singlecontent .textlist ul li a:hover {
  padding-left: 20px;
}
.single .single_box .singlecontent .textlist ul li a:hover:after {
  height: 75px;
  width: 3px;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #b34346;
  position: absolute;
}
.single .single_box .singlecontent .textlist ul li a:hover .text .time {
  color: #b34346;
}
.single .single_box .singlecontent .textlist ul li a:hover .text .tit {
  color: #b34346;
  text-decoration: underline;
}
.single .single_box .singlecontent .textlist ul li a .pic {
  width: 200px;
  min-width: 200px;
}
.single .single_box .singlecontent .textlist ul li a .text .time {
  color: #005375;
  font-size: 14px;
}
.single .single_box .singlecontent .textlist ul li a .text .tit {
  font-size: 18px;
  color: #4e4e4e;
  margin-top: 12px;
}
.single .single_box .leftnav {
  width: 300px;
}
.single .single_box .leftnav .currentit {
  padding-left: 10px;
  position: relative;
}
.single .single_box .leftnav .currentit:after {
  content: "";
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  background: #f1ebe4;
  left: 0;
  z-index: -1;
}
.single .single_box .leftnav .currentit .img {
  position: absolute;
  left: 0;
  top: -12px;
}
.single .single_box .leftnav .currentit .tit {
  width: 100%;
  color: rgba(179, 67, 70, 0.4);
  line-height: 57px;
  text-align: center;
  background: #f1ebe4;
}
.single .single_box .leftnav .currentit ul {
  padding-bottom: 35px;
  background: #fff;
}
.single .single_box .leftnav .currentit ul li.on a:after {
  height: 38px;
  width: 2px;
  background: #b34346;
  left: 0;
  top: 11px;
  position: absolute;
  content: "";
}
.single .single_box .leftnav .currentit ul li a {
  position: relative;
  width: 100%;
  display: block;
  line-height: 60px;
  padding-left: 18px;
  border-bottom: 1px dashed #c9c9c9;
}
.single .single_box .leftnav .picmain {
  width: 100%;
  margin: 40px 0 50px 0; display: none;
}
.single .single_box .leftnav .acad {
  color: #005375;
  font-size: 21px; display: none;
}
.single .single_box .leftnav .info {
  font-size: 12px;
  line-height: 20px;
  color: #bba891;
  margin: 10px 0 12px;display: none;
}
.single .single_box .leftnav .build {
  margin: 20px 0 50px 0;display: none;
}
.single .single_box .leftnav .link {
  color: #b34346;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
  padding-left: 10px;
  position: relative;display: none;
}
.single .single_box .leftnav .link:after {
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  background: #b34346;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single .single_box .leftnav .contact {
  padding-bottom: 20px;
  border-bottom: 5px solid #f1ebe4;
}
.single .single_box .leftnav .contact .tit {
  color: #005375;
  font-size: 21px;margin-top: 30px;
}
.single .single_box .leftnav .contact p {
  font-size: 12px;
  line-height: 22px;
  color: #8f8f8f;
  margin: 15px 0 20px 0;
}
.single_table table th,
.single_table table td {
  padding: 20px 27px;
  border-right: 1px solid #eccda0;
  text-align: left;
}
.single_table table th:last-child,
.single_table table td:last-child {
  border-right: 0;
}
.single_table table th {
  color: #005375;
  border-top: 3px solid #b34346;
  border-bottom: 1px solid #eccda0;
}
.single_table table tbody td {
  padding: 35px 27px;
  background: rgba(241, 235, 228, 0.3);
  border-bottom: 2px solid #fff;
  transition: all 0.5s ease;
  color: #242424;
}
.single_table table tbody td a {
  border-bottom: 1px solid #242424;
}
.single_table table tbody td .uinfo {
  display: flex;
  align-items: center;
}
.single_table table tbody td .uinfo .pic {
  width: 122px;
  flex-shrink: 0;
  margin-right: 26px;
}
.single_table table tbody td .uinfo .name {
  font-family: Georgia;
  font-weight: 400;
  font-size: 24px;
  color: #005375;
  white-space: nowrap;
}
.single_table table tbody td .post {
  font-family: Georgia;
  font-weight: 400;
  font-size: 24px;
  color: #b34346;
}
.single_table table tbody tr:hover td {
  background: rgba(241, 235, 228, 0.6);
}
/* history */
.history .his-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #eccda0;
  position: relative;
}
.history .his-type .fl {
  color: #005375;
  padding-bottom: 12px;
}
.history .his-type .fl .tit {
  font-size: 79px;
}
.history .his-type .fl .txt1 {
  font-size: 18px;
}
.history .his-type .icon {
  margin-bottom: -2px;
}
.history .his-type .icon img {
  width: 174px;
}
.history .his-type::before {
  content: "";
  width: 160px;
  height: 4px;
  background: #005375;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.history .his-type::after {
  content: "";
  width: 6px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 160px;
}
.history .his-desc {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.65;
  margin: 40px 0 55px;
}
.history .list li {
  position: relative;
}
.history .list li .item {
  display: flex;
  padding-bottom: 40px;
}
.history .list li .item .year {
  font-family: Georgia;
  font-weight: 400;
  font-size: 60px;
  color: #b34346;
  width: 163px;
  line-height: 1.5;
  flex-shrink: 0;
  margin-right: 23px;
  text-align: center;
}
.history .list li .item .year .line {
  width: 100%;
  display: block;
  margin: -10px 0 -25px;
  height: 20px;
  position: relative;
}
.history .list li .item .year .line::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #b34346;
}
.history .list li .item .info {
  color: #414141;
  font-size: 24px;
  flex: 1;
  overflow: hidden;
  padding-top: 20px;
}
.history .list li .item .info img {
  max-width: 100%;
}
.history .list li .item .info p {
  font-size: 24px;
}
.history .list li::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(179, 67, 70, 0.35);
  position: absolute;
  left: 165px;
  top: 30px;
}
.history .list li::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 160px;
  top: 30px;
  background: #b34346;
  border-radius: 50%;
}

/* 莽禄鈥灻烩€∶ε撀好ε锯€� */
.organization {
  width: 1160px;

}
.organization .line {
  position: relative;
  width: 2px;
  margin: 0 auto;
  background: #005375;
}
.organization .line::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #005375;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}
.organization .hx-logo {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.organization .hx-logo .pic {
  width: 100%;
}
.organization .hx-logo .pic img {
  width: 158px;
}
.organization .hx-logo .line {
  height: 81px;
}
.organization .list {
  position: relative;
  margin-top: -35px;
  min-height: 480px;
}
.organization .list::before {
  content: "";
  width: 100%;
  max-width: 835px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #005375;
}
.organization .list li {
  position: absolute;
  width: 100%;
  max-width: 326px;
  text-align: center;
}
.organization .list li .item {
  color: #005375;
  font-family: Georgia;
  font-weight: 400;
}
.organization .list li .item .tit {
  margin: 19px 0 0 0;
  font-family: Georgia;
  font-size: 24px;
  color: #005375;
}
.organization .list li .item .pic {
  margin: 21px 0;
}
.organization .list li .item .pic img {
  width: 191px;
}
.organization .list li .item .line {
  height: 44px;
  top: 0;
}
.organization .list li .item .desc {
  font-size: 12px;
  max-width: 191px;
  margin: 0 auto;
  line-height: 1.5;
}
.organization .list li:nth-child(1) {
  left: 0;
}
.organization .list li:nth-child(2) {
  left: 213px;
}
.organization .list li:nth-child(3) {
  left: 50%;
  padding-top: 44px;
  transform: translateX(-50%);
}
.organization .list li:nth-child(3) .line {
  display: none;
}
.organization .list li:nth-child(4) {
  right: 213px;
}
.organization .list li:nth-child(5) {
  right: 0;
}
.organization .list li:nth-child(2) .line,
.organization .list li:nth-child(4) .line {
  height: 325px;
}
@media screen and (max-width: 1500px) {
  .top_nav .top_nav_box .logo img {
    height: 50px;
  }
  .single_table {
    overflow-x: auto;
  }
  .single_table table th,
  .single_table table td {
    padding: 15px;
    white-space: nowrap;
  }
  .single_table table th {
    border-top-width: 2px;
  }
  .single_table table tbody td {
    padding: 25px 15px;
  }
  .single_table table tbody td .uinfo .pic {
    width: 115px;
    margin-right: 20px;
  }
  .single_table table tbody td .uinfo .name {
    font-size: 20px;
  }
  .single_table table tbody td .post {
    font-size: 20px;
  }
  /* history */
  .history .his-type {
    border-bottom: 3px solid #eccda0;
  }
  .history .his-type .fl {
    color: #005375;
    padding-bottom: 12px;
  }
  .history .his-type .fl .tit {
    font-size: 45px;
  }
  .history .his-type .fl .txt1 {
    font-size: 16px;
  }
  .history .his-type .icon img {
    width: 125px;
  }
  .history .his-type::before {
    width: 140px;
    height: 3px;
    bottom: -3px;
  }
  .history .his-type::after {
    height: 3px;
    bottom: -3px;
    left: 140px;
  }
  .history .his-desc {
    font-size: 16px;
    margin: 30px 0 40px;
  }
  .history .list li .item {
    padding-bottom: 30px;
  }
  .history .list li .item .year {
    font-size: 45px;
    width: 150px;
    margin-right: 20px;
  }
  .history .list li .item .year .line {
    margin: -10px 0 -15px;
    height: 20px;
  }
  .history .list li .item .info {
    font-size: 18px;
    padding-top: 15px;
  }
  .history .list li .item .info p {
    font-size: 18px;
  }
  .history .list li::before {
    left: 145px;
    top: 30px;
  }
  .history .list li::after {
    content: "";
    width: 11px;
    height: 11px;
    left: 140px;
    top: 30px;
  }
  .history .list li:nth-child(1) .info {
    padding-top: 20px;
  }
  .history .list li:last-child .year {
    padding-right: 20px;
    font-size: 32px;
    margin-top: 15px;
    text-align: right;
  }
  .history .list li:last-child::before {
    display: none;
  }
  .organization {
    transform: scale(0.75) translateX(-20%);
  }
  .organization .list {
    min-height: 360px;
  }
}
@media screen and (max-width: 1360px) {
  .organization {
    transform: scale(0.65) translateX(-30%);
  }
}
@media screen and (max-width: 1300px) {
  .footer .footerbox .footerright .ewm img {
    height: 100px;
    width: 100px;
  }
  .footer .footerbox .footerleft .nav ul li a {
    font-size: 14px;
  }
  .footer .footerbox .logo img {
    height: 38px;
  }
  .data .data-box {
    height: auto;
  }
  .data {
    height: auto;
  }
  .data .title {
    width: 200px;
    height: 150px;
  }
  .data .title .t2 {
    font-size: 40px;
  }
  .data .list .item {
    width: 50%;
  }
  .data .title .t1 {
    font-size: 40px;
  }
  .data .list .line {
    height: 150px;
    display: none;
  }
  .data .list .item {
    height: 150px;
  }
  .data .list .item .tit {
    font-size: 14px;
  }
  .data .list .item .num {
    font-size: 50px;
  }
  .Faculty ul {
    width: calc(100% + 60px);
    margin: 0px -30px;
  }
  .Faculty ul li {
    padding: 0 30px 110px 30px;
  }
  .sele .lefttext {
    top: 40%;
  }
  .sele .lefttext .lefttext_box .info {
    line-height: 30px;
    margin: 15px 0 15px 0;
  }
  .sele .righttext .text .stit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  .sele .righttext .text .linklist a {
    margin-bottom: 12px;
  }
  .top_nav .top_nav_box .logo img {
    height: 35px;
  }
  .top_nav .top_nav_box .nav ul > li a {
    font-size: 16px;
  }
  .top_nav .top_nav_box .logo {
    height: 100px;
  }
  .top_nav .top_nav_box {
    height: 100px;
  }
  .history .his-type {
    border-bottom: 2px solid #eccda0;
  }
  .history .his-type .fl {
    color: #005375;
    padding-bottom: 6px;
  }
  .history .his-type .fl .tit {
    font-size: 35px;
  }
  .history .his-type .fl .txt1 {
    font-size: 15px;
    margin-top: 6px;
  }
  .history .his-type .icon img {
    width: 120px;
  }
  .history .his-type::before {
    width: 100px;
    height: 2px;
    bottom: -2px;
  }
  .history .his-type::after {
    height: 2px;
    bottom: -2px;
    left: 100px;
  }
  .history .his-desc {
    font-size: 16px;
    margin: 15px 0 20px;
  }
  .history .list li .item {
    padding-bottom: 30px;
    flex-wrap: wrap;
    padding-left: 35px;
  }
  .history .list li .item .year {
    font-size: 38px;
    width: 100%;
    margin-right: 0;
    text-align: left !important;
  }
  .history .list li .item .year .line {
    margin: -5px 0 -10px;
    height: 20px;
  }
  .history .list li .item .year .line::before {
    left: 40px;
  }
  .history .list li .item .info {
    width: 100%;
    flex: auto;
    font-size: 18px;
    padding-top: 5px;
  }
  .history .list li .item .info p {
    font-size: 18px;
  }
  .history .list li::before {
    left: 5px;
    top: 30px;
  }
  .history .list li::after {
    content: "";
    width: 11px;
    height: 11px;
    left: 0;
    top: 30px;
  }
  .history .list li:nth-child(1) .info {
    padding-top: 20px;
  }
  .history .list li:last-child .year {
    padding-right: 20px;
    font-size: 32px;
    margin-top: 15px;
    text-align: right;
  }
  .history .list li:last-child::before {
    display: none;
  }
  .organization {
    transform: scale(0.55) translateX(-45%) translateY(-15%);
  }
  .organization .list {
    min-height: 200px;
  }
}
@media screen and (max-width: 1160px) {
  /* 莽禄鈥灻烩€∶ε撀好ε锯€� */
  .organization {
    transform: scale(1) translateX(0) translateY(0);
    width: 100%;
  }
  .organization .line {
    position: relative;
    width: 2px;
    margin: 0 auto;
    background: #005375;
  }
  .organization .line::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #005375;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
  }
  .organization .hx-logo {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .organization .hx-logo .pic {
    width: 100%;
  }
  .organization .hx-logo .pic img {
    width: 110px;
  }
  .organization .hx-logo .line {
    height: 41px;
  }
  .organization .hx-logo .line::after {
    width: 10px;
    height: 10px;
  }
  .organization .list {
    position: relative;
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .organization .list::before {
    display: none;
    background: #005375;
  }
  .organization .list li {
    position: unset;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .organization .list li .item .tit {
    margin: 10px 0 0 0;
    font-size: 16px;
  }
  .organization .list li .item .pic {
    margin: 15px 0;
  }
  .organization .list li .item .pic img {
    width: 150px;
  }
  .organization .list li .item .line {
    display: none;
  }
  .organization .list li .item .desc {
    max-width: 80%;
  }
  .organization .list li:nth-child(3) {
    transform: translateX(0);
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .layout37 .function {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .layout37 .function a {
    font-size: 12px;
    color: #666;
    line-height: 30px;
    display: block;
    text-decoration: underline;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .layout37 .function a.noneborder {
    border: 0;
  }
  .layout37 .function .lang {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .layout37 .function .lang a {
    margin-left: 14px;
    height: 24px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid #333;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-right: 0;
    padding-right: 0;
  }
  ._nav2 .ctext .xialaph ul {
    display: flex;
    flex-direction: column;
  }
  ._nav2 .ctext .top .right {
    display: flex;
    align-items: center;
  }
  ._nav2 .ctext .top .right .search {
    margin-right: 10px;
    line-height: 0;
  }
  .search_box .search_box_layout {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .search_box .search_box_layout .close::before {
    height: 30px !important;
  }
  .search_box .search_box_layout .close:after {
    height: 30px !important;
  }
  .banner .slick-dots {
    left: 15px;
    bottom: 20px;
  }
  .banner {
    margin-top: 50px;
  }
  .news .news-box {
    margin-top: 30px;
  }
  .ustitle p {
    transform: translate(0px, 10px);
  }
  .footer {
    padding: 50px 0;
  }
  .footer .footerbox {
    flex-direction: column;
  }
  .footer .footerbox .nav {
    display: none;
  }
  .footer .footerbox .line {
    display: none;
  }
  .footer .footerbox .footerright {
    margin-top: 20px;
  }
  .endtext {
    padding: 50px 0;
  }
  .footer .footerbox .footerleft .nav ul li a {
    margin-right: 20px;
  }
  .global {
    padding: 50px 0;
  }
  .global .global-box .list {
    width: 100%;
    gap: 20px;
  }
  .global .global-box .main {
    margin-bottom: 20px;
  }
  .global .global-box .list .item {
    width: 100%;
  }
  .global .global-box {
    flex-direction: column;
  }
  .global .global-box .main {
    width: 100%;
    height: 300px;
  }
  .global .global-box .main .linklist a {
    font-size: 14px;
    line-height: 30px;
  }
  .global .global-box .main .tt {
    font-size: 30px;
  }
  .data .list .item .tit {
    font-size: 12px;
  }
  .data .list .item {
    padding: 0 10px;
  }
  .data .list {
    flex-wrap: wrap;
  }
  .ACADEMICS .box {
    height: 400px;
  }
  .ACADEMICS {

    height: 400px;
  }
  .ACADEMICS .more {
    width: 300px;
    height: 40px;
    margin: 30px auto 0 auto;
  }
  .ACADEMICS .title {
    font-size: 30px;
  }
  .Faculty ul li a .info {
    height: 370px;
    bottom: -90px;
  }
  .Faculty {
    padding-bottom: 40px;
  }
  .Faculty .Faculty-box {
    margin-top: 30px;
  }
  .sele {
    padding-bottom: 50px;
  }
  .news {
    padding: 50px 0;
  }
  .sele .lefttext .lefttext_box {
    width: 100%;
  }
  .sele .lefttext .lefttext_box .pic img {
    height: 40px;
  }
  .sele .righttext {
    display: none;
  }
  .news .news-box .more {
    width: 200px;
    height: 40px;
    margin: 30px auto 0 auto;
  }
  .sele .bg ul li .pic img {
    height: 400px;
    object-fit: cover;
  }
  .news .news-box ul li a .time {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: -25px;
  }
  .news .news-box ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }
  .top_nav {
    display: none;
  }
  ._nav2 {
    width: 100%;
    float: left;
  }
  ._nav2-1_bg {
    width: 100%;
  }
  ._nav2 .ctext {
    width: 100%;
    float: left;
  }
  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }
  ._nav2 .ctext .menuph {
    display: block;
  }
  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }
  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }
  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }
  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #005375;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #005375;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }
  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }
  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }
  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }
  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }
  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #005375;
  }
  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }
  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }
  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }
  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }
  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }
  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }
  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }
  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }
  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }
  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }
  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
  ._nav2 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }
  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #005375;
  }
  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }
  .sele .lefttext .lefttext_box .more {
    margin-top: 20px;
  }
  .sele .bg .slick-dots {
    bottom: 30px;
  }
  .Faculty ul .slick-arrow.slick-prev {
    left: 40px;
  }
  .Faculty ul .slick-arrow.slick-next {
    right: 40px;
  }
  .single .single_box {
    flex-direction: column;
  }
  .single .single_box .leftnav {
    width: 100%;
  }
  .single .single_box .leftnav .title {
    font-size: 24px;
  }
  .single .single_box .leftnav ul li a {
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  .single .single_box .leftnav ul {
    padding: 20px 12px 60px 0;
  }
  .single .single_box .leftnav .science .pic {
   
  }
  .single .single_box .singlecontent {
    width: 100%;
  }
  .single .single_box .singlecontent .mbx .position {
    font-size: 20px;
  }
  .single .single_box .singlecontent .mbx .list a {
    white-space: nowrap;
  }
  .single .single_box .singlecontent .imglist ul li {
    width: 100%;
  }
  .single .single_box .singlecontent .maintext h1 {
    font-size: 20px;
  }
  .single .single_box .singlecontent .maintext .content {
    padding-top: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .single {
    padding-bottom: 50px;
  }
  .single .single_box .singlecontent .maintext .sutit {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
  }
  .single .single_box .singlecontent .textlist ul li a .content {
    font-size: 16px;
  }
  .fy {
    margin-top: 30px;
  }
  .single .single_box {
    padding: 30px 0 0px 0;
  }
  .endtext .content {
    line-height: 28px;
  }
  .mbx {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  .single .single_box .singlecontent .detail h1 {
    padding: 0;
    font-size: 20px;
  }
  .single .single_box .singlecontent {
    margin-top: 20px;
  }
  .single .single_box .singlecontent .detail .function {
    margin-bottom: 15px;
  }
  .single .single_box .singlecontent .detail .editor {
    padding: 20px 0 0 0;
  }
  .single .single_box .singlecontent .detail .editor .sutit {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
  }
  .single .single_box .singlecontent .detail .editor table tr th {
    font-size: 12px;
    padding-left: 10px;
  }
  .single .single_box .singlecontent .detail .editor table tr td {
    font-size: 12px;
    padding-left: 10px;
  }
  .single .single_box .singlecontent p {
    font-size: 16px;
    line-height: 30px;
  }
  .single .single_box .singlecontent .textlist ul li a {
    flex-direction: column;
  }
  .single .single_box .singlecontent .textlist ul li a .pic {
    width: 100%;
    margin-top: 20px;
  }
  .single .single_box .singlecontent .textlist ul li a .text .tit {
    font-size: 16px;
  }
  .banner .text {
    z-index: 5;
    position: absolute;
    left: 15px;
    top: 60%;
    width: 100%;
    transform: translateY(-50%);
  }
  .banner .text .maintit {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
  }
  .banner .text .stit {
    display: none;
  }
  .banner .text .nytit {
    font-size: 24px;
  }
  .single .single_box .leftnav .currentit .tit {
    font-size: 14px;
    text-indent: 0px;
  }
  .single .single_box .leftnav {
    display: none!important;
  }
  .mbx .position {
    display: none;
  }
  .single_table table th,
  .single_table table td {
    padding: 10px 15px;
    font-size: 13px;
  }
  .single_table table tbody td {
    padding: 15px;
  }
  .single_table table tbody td .uinfo .pic {
    width: 80px;
    margin-right: 10px;
  }
  .single_table table tbody td .uinfo .name {
    font-size: 16px;
  }
  .single_table table tbody td .post {
    font-size: 16px;
  }
  .history .his-type {
    border-bottom: 2px solid #eccda0;
  }
  .history .his-type .fl {
    color: #005375;
    padding-bottom: 6px;
  }
  .history .his-type .fl .tit {
    font-size: 25px;
  }
  .history .his-type .fl .txt1 {
    font-size: 13px;
    margin-top: 6px;
  }
  .history .his-type .icon img {
    width: 90px;
  }
  .history .his-type::before {
    width: 100px;
    height: 2px;
    bottom: -2px;
  }
  .history .his-type::after {
    height: 2px;
    bottom: -2px;
    left: 100px;
  }
  .history .his-desc {
    font-size: 16px;
    margin: 15px 0 20px;
  }
  .history .list li .item .year {
    font-size: 32px;
  }
  .history .list li .item .info {
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
  .history .list li .item .info p {
    font-size: 16px;
    line-height: 1.5;
  }
  .history .list li:last-child .year {
    font-size: 32px;
  }
}
.single .single_box .singlecontent img {
  max-width: 100%;
}
.single .single_box .singlecontent .detail .editor img {
  max-width: 100%;
  height: auto;
}




.tt2 { width:100%;}
.top_nav .top_nav_box .function.top2 {position: relative; width:auto;}
.data .list .line:last-child { display:none;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 6px;}
.dqwz a {    color: #777777 !important;}
.dqwz a:first-child {    color: #b34346 !important;}
.dqwz a:last-child { color: #bda07d !important;}
.selected1:after,.parent1:after {
  height: 38px;
  width: 2px;
  background: #b34346;
  left: 0;
  top: 11px;
  position: absolute;
  content: "";
}
.dqwz {    display: flex;    align-items: center;}

.WP_VisitCount {
   display: block;
}

.sele .bg ul li .pic .tpp { height:782px;}
.sele .bg ul li .pic .max-width img { width:auto;}
.tpp3 img { height:250px !important;}
.btt2 { color:#fff; display:block;}

@media screen and (max-width: 1024px) {
.sele .bg ul li .pic .max-width .pic2 img {width:130px;height: auto;}
.sele .bg ul li .pic .max-width .more img {width:48px;height: auto;}
.tpp3 img { height: auto !important;}




}












