<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  é¡µé¢é‡ç½®æ&nbsp;·å¼  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container &gt; * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.title {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #dadcdd;
}
.title .ico {
  width: 40px;
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title .ico img {
  height: 20px;
}
.title .text {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
}
.title .text span {
  font-size: 18px;
  font-weight: bold;
  color: #003b82;
  line-height: 38px;
}
.title .text a {
  line-height: 38px;
  color: #a3a3a3;
  font-size: 14px;
}
.head {
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.head.fix {
  position: fixed;
  left: 0;
  top: 0;
}
.head .logo {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo img {
  max-height: 70%;
}
.head .func {
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.head .func .links {
  line-height: 26px;
  font-size: 14px;
}
.head .func .links a {
  color: #bfbfbf;
  padding-left: 32px;
  position: relative;
  text-decoration: none;
}
.head .func .links a:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  width: 2px;
  height: 18px;
  background-color: #bfbfbf;
}
.head .func .links a:first-child {
  padding-right: 15px;
}
.head .func .links a:first-child:after {
  display: none;
}
.head .func .links a b {
  color: #003f88;
}
.head .func .search {
  width: 100%;
  padding: 6px 0;
}
.head .func .search .box {
  width: 244px;
  height: 26px;
  border-radius: 5px;
  display: flex;
  float: right;
  justify-content: space-between;
}
.head .func .search .box input {
  width: calc(100% - 26px);
  height: 26px;
  border: 1px solid #aaa;
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
}
.head .func .search .box button {
  width: 26px;
  height: 26px;
  background: #003f88 url("../img/030534_17x17.png") center no-repeat;
}
.head .func .wap-menus {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .func .wap-menus i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #003f88;
  position: relative;
}
.head .func .wap-menus i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #003f88;
}
.head .func .wap-menus i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #003f88;
}
.head .func .wap-menus.acti i {
  background: none;
}
.head .func .wap-menus.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .func .wap-menus.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.nav {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #003f88;

  z-index: 99;
}
.nav .list {
  width: 100%;
}
.nav .list ul {
  margin: 0;
  width: 100%;
}
.nav .list ul li {
  width: calc(100% / 12);
  line-height: 40px;
  position: relative;
  text-align: center;
}
.nav .list ul li h4 {
  font-size: 16px;
  margin: 0;
  line-height: 40px;
}
.nav .list ul li h4 a {
  color: #fff;
  text-decoration: none;
}
.nav .list ul li .slide {
  position: relative;
  left: -10%;
 
  z-index: 999;
  display: none;
  width: 120%;
  min-height: 100px;
  background: rgba(0,63,136,0.7);
 z-index: 99;
}
.nav .list ul li .slide p {
  margin: 0;
  line-height: 36px;
  border-bottom: 1px solid #4d79ac;
}
.nav .list ul li .slide p a {
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.nav .list ul li .slide p:hover {
  background-color: #4d79ac;
}
.nav .list ul li:hover .slide {
  display: block;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  width: 100%;
  margin: 0;
}
.banner .list ul li {
  width: 70%;
  position: relative;
}
.banner .list ul li .imgs {
  width: 100%;
}
.banner .list ul li .imgs img {
  width: 100%;
  height: 360px;
}
.banner .list ul li .text {
  width: auto;
  height: 50px;
  background-color: rgba(0,63,136,0.7);
  position: absolute;
  left: 30px;
  bottom: 20px;
  min-width: 200px;
  max-width: 400px;
  line-height: 50px;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
}
.banner .list ul li.swiper-slide-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(173,182,193,0.6);
}
.banner .list ul li.swiper-slide-prev .text {
  display: none;
}
.banner .list ul li.swiper-slide-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(173,182,193,0.6);
}
.banner .list ul li.swiper-slide-next .text {
  display: none;
}
.banner .list ul li.swiper-slide-active .text {
  -webkit-animation: fade 1s linear;
  animation: fade 1s linear;
}
.banner .list .swiper-button-next {
  position: absolute;
  right: 50%;
  margin-right: -620px;
  top: 50%;
  margin-top: -60px;
  height: 120px;
  font-size: 60px;
  color: #fff;
  width: 48px;
  background-color: rgba(0,0,0,0);
}
.banner .list .swiper-button-next:hover {
  background-color: rgba(0,0,0,0.3);
  color: #003f88;
}
.banner .list .swiper-button-prev {
  position: absolute;
  left: 50%;
  margin-left: -620px;
  top: 50%;
  margin-top: -60px;
  height: 120px;
  width: 48px;
  font-size: 60px;
  color: #fff;
  background-color: rgba(255,255,255,0);
}
.banner .list .swiper-button-prev:hover {
  background-color: rgba(0,0,0,0.3);
  color: #003f88;
}
.banner .inform {
  width: 424px;
  height: 150px;
  background: rgba(0,63,136,0.7);
  position: absolute;
  left: 50%;
  margin-left: -536px;
  top: 50%;
  margin-top: 5px;
  z-index: 9;
  padding: 10px 0;
}
.banner .inform .intrs {
  width: 100%;
}
.banner .inform .intrs ul {
  width: 100%;
}
.banner .inform .intrs ul li {
  width: 100%;
  height: 130px;
  padding: 0 30px;
  color: #fff;
  padding-top: 0px;
}
.banner .inform .intrs ul li .time {
  width: 100%;
  line-height: 36px;
  font-size: 14px;
}
.banner .inform .intrs ul li .tits {
  width: 100%;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}
.banner .inform .intrs ul li .txts {
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.banner .inform .intrs .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 20px !important;
  padding-left: 30px;
}
.banner .inform .intrs .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.banner .inform .intrs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #50c6ea;
}
.main{
  padding: 20px 0;
  background-color: #eef2f4;
}
.main.bgs {
  background-color: #fff;
}
.main .conts {
  width: 100%;
}
.main .conts .news {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .conts .news .imgs {
  width: 160px;
}
.main .conts .news .imgs img {
  width: 100%;
  height: 100%;
}
.main .conts .news .list {
  width: calc(100% - 180px);
}
.main .conts .news .list .cont {
  width: 100%;
}
.main .conts .news .list .cont .lists {
  width: 100%;
  padding: 18px 0 0;
  float: left;
}
.main .conts .news .list .cont .lists ul {
  width: 100%;
  margin: 0;
}
.main .conts .news .list .cont .lists ul li {
  width: 100%;
  height: 45px;
  border-bottom: 1px dashed #d4d7d8;
}
.main .conts .news .list .cont .lists ul li .time {
  width: 60px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  background-color: #50c6ea;
  margin: 8px 0;
  border-radius: 4px;
  text-align: center;
}
.main .conts .news .list .cont .lists ul li .text {
  width: calc(100% - 60px);
  line-height: 45px;
  padding-left: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main .conts .news .list .cont .lists ul li .text a {
  color: #666;
}
.main .conts .dynamic {
  width: 100%;
}
.main .conts .dynamic .list {
  width: 48%;
  margin: 15px 0;
}
.main .conts .dynamic .list .cont {
  width: 100%;
}
.main .conts .dynamic .list .cont .lists {
  width: 100%;
}
.main .conts .dynamic .list .cont .lists ul {
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
.main .conts .dynamic .list .cont .lists ul li {
  width: 100%;
  line-height: 34px;
  padding-left: 14px;
  position: relative;
}
.main .conts .dynamic .list .cont .lists ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background-color: #025483;
}
.main .conts .dynamic .list .cont .lists ul li .time {
  width: 60px;
  font-size: 13px;
  color: #9c9c9c;
  text-align: right;
}
.main .conts .dynamic .list .cont .lists ul li .text {
  width: calc(100% - 60px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main .conts .dynamic .list .cont .lists ul li .text a {
  color: #555;
}
.news-wrap{
 
}
.dynamic-wrap{
  margin-bottom: 20px;
}
.sidebar {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  overflow: hidden;
}
.sidebar .teacher {
  width: 100%;
  min-height: 100px;
  float: left;
}
.sidebar .teacher .titles {
  width: 100%;
  position: relative;
}
.sidebar .teacher .titles .nbgs {
  width: 100%;
}
.sidebar .teacher .titles .nbgs img {
  width: 100%;
}
.sidebar .teacher .titles .tits {
  width: 100%;
  position: absolute;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 36px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0,63,136,0.7), rgba(0,0,0,0));
}
.sidebar .teacher .list {
  width: 100%;
}
.sidebar .teacher .list ul {
  width: 100%;
}
.sidebar .teacher .list ul li {
  width: 100%;
  padding: 30px 20px;
  border-bottom: 1px solid #d2d2d2;
  float: none;
  overflow: hidden;
}
.sidebar .teacher .list ul li .text {
  width: calc(100% - 100px);
  padding-left: 12px;
}
.sidebar .teacher .list ul li .text h5 {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #4c4c4c;
  margin: 0;
}
.sidebar .teacher .list ul li .text p {
  line-height: 22px;
  color: #4c4c4c;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sidebar .teacher .list ul li .imgs {
  width: 100px;
}
.sidebar .teacher .list ul li .imgs img {
  width: 100%;
}
.sidebar .teacher .more {
  height: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: left;
  width: 100%;
  padding-right: 14px;
}
.sidebar .teacher .more a {
  color: #b1b1b1;
}
.sidebar .teacher .more a img {
  padding-left: 5px;
  position: relative;
  top: -1px;
}
.sidebar .hots {
  width: 100%;
  float: left;
}
.sidebar .hots .titles {
  width: 100%;
  position: relative;
}
.sidebar .hots .titles .nbgs {
  width: 100%;
}
.sidebar .hots .titles .nbgs img {
  width: 100%;
}
.sidebar .hots .titles .tits {
  width: 100%;
  position: absolute;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 36px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0,63,136,0.7), rgba(0,0,0,0));
}
.sidebar .hots .list {
  width: 100%;
}
.sidebar .hots .list ul {
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
.sidebar .hots .list ul li {
  width: 100%;
  line-height: 34px;
  padding-left: 40px;
  position: relative;
}
.sidebar .hots .list ul li:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background-color: #025483;
}
.sidebar .hots .list ul li a {
  color: #242424;
}
.sidebar .hots .more {
  height: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: left;
  width: 100%;
  padding-right: 14px;
  border-top: 1px solid #d2d2d2;
}
.sidebar .hots .more a {
  color: #b1b1b1;
}
.sidebar .hots .more a img {
  padding-left: 5px;
  position: relative;
  top: -1px;
}
.footer {
  width: 100%;
  background-color: #003f88;
  float: left;
  min-height: 100px;
}
.footer .address {
  width: 100%;
  border-bottom: 1px solid #4373a8;
  height: 134px;
}
.footer .address .logo {
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .address .logo img {
  max-width: 30vw;
}
.footer .address .conts {
  width: auto;
}
.footer .address .conts .text {
  height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.footer .address .conts .links {
  height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .address .conts .links .box {
  width: 202px;
  height: 30px;
  background-color: #fff;
  margin: 8px 0;
}
.footer .address .conts .links .box select {
  width: 100%;
  border: none;
  height: 30px;
}
.footer .address .conts .code {
  width: 120px;
  height: 134px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.footer .address .conts .code .slide {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: none;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: -150px;
  z-index: 9;
}
.footer .address .conts .code .slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
}
.footer .address .conts .code .slide img {
  width: 100%;
  height: 100%;
}
.footer .address .conts .code .imgs {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .address .conts .code .imgs .box {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .address .conts .code .texts {
  width: 100%;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer .address .conts .code:hover .slide {
  display: block;
}
.footer .copyright {
  width: 100%;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  float: left;
  text-align: center;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9;
}
.alerts .cont {
  width: 100%;
  padding-top: 60px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  padding: 10px;
  border-top: 2px solid #003f88;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border-radius: 20px;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 24px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 24px;
  color: #003f88;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #003f88;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
}
.alerts .cont .menu .list ul {
  width: 100%;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0,63,136,0.5);
  padding: 10px 0;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li h4 {
  width: 100%;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  font-family: arial;
  position: relative;
}
.alerts .cont .menu .list ul li h4 a {
  color: #003f88;
  text-decoration: none;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide a {
  width: 100%;
  line-height: 24px;
  color: #003f88;
  opacity: 0.8;
  padding-right: 20px;
}
.alerts .cont .menu .list ul li.btns h4:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -12px;
  background: url("../img/7aa331_24x24.png") center no-repeat;
  background-size: 18px 18px;
}
.alerts .cont .menu .list ul li.acti h4:after {
  transform: rotate(90deg);
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #003f88;
  float: left;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.alerts .cont .search .input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.5);
  padding: 0 20px;
}
.alerts .cont .search .input input {
  width: 40px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/bcc90a_20x20.png") center no-repeat;
  color: #fff;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 40px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.8);
}
.page-bann {
  width: 100%;
  height: 300px;
  float: left;
  background: url("../img/4d4b2a_1922x300.jpg") center no-repeat;
}
.page-sidebar {
  width: 218px;
  min-height: 100px;
}
.page-sidebar .tits {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: rgba(0,50,98,0.8);
  margin-top: -60px;
  position: relative;
}
.page-sidebar .list {
  width: 100%;
}
.page-sidebar .list ul {
  width: 100%;
  margin: 0;
}
.page-sidebar .list ul li {
  width: 100%;
}
.page-sidebar .list ul li h4 {
  width: 100%;
  height: 44px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  margin: 0;
  color: #474747;
}
.page-sidebar .list ul li .slide {
  width: 100%;
  padding: 5px 0;
  display: none;
}
.page-sidebar .list ul li .slide p {
  line-height: 26px;
  font-size: 14px;
  padding: 7px 0;
  margin: 0;
  padding-left: 64px;
  position: relative;
}
.page-sidebar .list ul li .slide p:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #005b9c;
}
.page-sidebar .list ul li .slide p a {
  color: #505050;
}
.page-sidebar .list ul li.acti .slide {
  display: block;
}
.page-contents {
  width: calc(100% - 218px);
  min-height: 100px;
  max-width: 820px;
  padding-top: 12px;
}
.page-contents .loaction {
  width: 100%;
  border-bottom: 1px solid #0e3692;
  height: 54px;
}
.page-contents .loaction .tits {
  line-height: 54px;
}
.page-contents .loaction .tits span {
  font-size: 22px;
  color: #0e3692;
  position: relative;
  display: inline-block;
}
.page-contents .loaction .tits span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0e3692;
}
.page-contents .loaction .pages {
  line-height: 54px;
  font-size: 14px;
}
.page-contents .loaction .pages a {
  color: #727272;
  padding: 0 8px;
}
.page-contents .page-news {
  width: 100%;
}
.page-contents .page-news .list {
  width: 100%;
}
.page-contents .page-news .list ul {
  width: 100%;
}
.page-contents .page-news .list ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.page-contents .page-news .list ul li .imgs {
  width: 166px;
}
.page-contents .page-news .list ul li .imgs img {
  width: 100%;
}
.page-contents .page-news .list ul li .text {
  width: calc(100% - 166px);
  padding-left: 30px;
}
.page-contents .page-news .list ul li .text .tits {
  width: 100%;
  line-height: 28px;
}
.page-contents .page-news .list ul li .text .tits a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: calc(100% - 80px);
}
.page-contents .page-news .list ul li .text .tits i {
  font-size: 14px;
  color: #999;
  float: right;
  width: 80px;
}
.page-contents .page-news .list ul li .text .labels {
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.page-contents .page-news .paging {
  width: 100%;
  text-align: center;
}
.page-contents .page-news .hots {
  width: 100%;
}
.page-contents .page-news .hots ul {
  width: 100%;
}
.page-contents .page-news .hots ul li {
  width: 100%;
  line-height: 30px;
  padding: 9px 0;
  border-bottom: 1px dashed #c3c3c3;
}
.page-contents .page-news .hots ul li .time {
  width: 80px;
  font-size: 14px;
  color: #999;
}
.page-contents .page-news .hots ul li .text {
  width: calc(100% - 80px);
  padding-left: 24px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.page-contents .page-news .hots ul li .text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  margin-top: -3px;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  background-color: #0e3692;
}
.page-contents .page-news .hots ul li .text a {
  color: #505050;
}
.wap-bann {
  width: 100%;
}
.wap-bann .list {
  width: 100%;
}
.wap-bann .list ul {
  width: 100%;
  margin: 0;
}
.wap-bann .list ul li {
  width: 100%;
}
.wap-bann .list ul li img {
  width: 100%;
}
.wap-bann .list .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 6px;
}
.wap-bann .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #50c6ea;
}
.show {
  display: block !important;
}
.linkss {
  width: 100%;
  background-color: #c7d7e9;
  float: left;
  padding: 20px;
  padding-top: 40px;
}
.linkss.links-wid {
  width: 100%;
  padding: 10px 0;
  padding-top: 50px;
}
.linkss .item {
  width: 100%;
  min-height: 100px;
}
.linkss .item .tits {
  width: 100%;
  height: 34px;
  background-color: #0075aa;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.linkss .item .cont {
  width: 100%;
}
.linkss .item .cont .list {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.linkss .item .cont .list ul {
  margin: 0;
}
.linkss .item .cont .list ul li {
  width: 100%;
  line-height: 30px;
  font-size: 13px;
  color: #0c437d;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.linkss .item .cont .list ul li a {
  color: #0c437d;
}
.linkss .item .cont .swipers {
  width: 100%;
  padding-top: 10px;
}
.linkss .item .cont .swipers ul {
  width: 100%;
}
.linkss .item .cont .swipers ul li {
  width: 100%;
}
.linkss .item .cont .swipers ul li .box {
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #0c437d;
  padding: 0 10px;
}
.linkss .item .cont .swipers ul li .box a {
  color: #0c437d;
}
.img1 {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -150px;
}
.notices {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
.notices .titles {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
}
.notices .nbgs {
  width: 100%;
  float: left;
}
.notices .nbgs img {
  width: 100%;
}
.notices .tits {
  width: 100%;
  position: absolute;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 36px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0,63,136,0.7), rgba(0,0,0,0));
}
.notices .cont {
  width: 100%;
  float: left;
}
.notices .cont .tabs {
  width: 100%;
}
.notices .cont .tabs ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.notices .cont .tabs ul li {
  width: 38px;
  height: 18px;
  background-color: #b5b5b5;
  border-radius: 2px;
  margin: 0 4px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.notices .cont .tabs ul li.acti,
.notices .cont .tabs ul li:hover {
  background-color: #01afec;
}
.notices .cont .list {
  width: 100%;
  float: left;
}
.notices .cont .list .item {
  width: 100%;
  display: none;
}
.notices .cont .list ul {
  width: 100%;
  margin: 0;
}
.notices .cont .list ul li {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 12px;
}
.notices .cont .list ul li .time {
  width: 66px;
  height: 38px;
  text-align: center;
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  border-right: 1px solid #e1e1e1;
}
.notices .cont .list ul li .text {
  width: calc(100% - 66px);
  padding-left: 12px;
  line-height: 19px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notices .cont .list ul li .text a {
  color: #505050;
}
.notices .cont .more {
  height: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: left;
  width: 100%;
  padding-right: 14px;
}
.notices .cont .more a {
  color: #b1b1b1;
}
.notices .cont .more a img {
  padding-left: 5px;
  position: relative;
  top: -1px;
}
.page {
  width: 100%;
}
.page .wid {
  max-width: 1200px;
}
.page .heads {
  width: 100%;
}
.page .heads .logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .heads .navs {
  height: 100px;
}
.page .heads .navs ul {
  margin: 0;
  height: 100px;
}
.page .heads .navs ul li {
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  border-radius: 6px;
  margin: 37px 6px;
}
.page .heads .navs ul li a {
  color: #333;
  text-decoration: none;
}
.page .heads .navs ul li.acti {
  background-color: #b00000;
  color: #fff;
}
.page .heads .navs ul li.acti a {
  color: #fff;
}
.page .heads .navs ul li:hover a {
  color: #b00000;
}
.page .banners {
  width: 100%;
}
.page .banners ul {
  width: 100%;
  margin: 0;
}
.page .banners ul li {
  width: 100%;
  height: 500px;
}
.page .banners .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
  opacity: 1;
}
.page .banners .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b50a1a;
}
.page .banners .swiper-button-prev,
.page .banners .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #c63c3c;
}
.page .banners .swiper-button-prev:after,
.page .banners .swiper-button-next:after {
  color: #fff;
  font-size: 30px;
}
.page .contains {
  width: 100%;
  padding: 75px 0;
  float: left;
}
.page .contains .intr {
  width: 100%;
  min-height: 100px;
}
.page .contains .intr .bann {
  width: 100%;
}
.page .contains .intr .bann ul {
  width: 100%;
  margin: 0;
}
.page .contains .intr .bann ul li {
  width: 100%;
}
.page .contains .intr .bann ul li img {
  width: 100%;
}
.page .contains .intr .text {
  width: 100%;
  height: 110px;
  background-color: #333;
  float: left;
  display: flex;
  justify-content: flex-start;
}
.page .contains .intr .text .tits {
  width: 146px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #c40000;
}
.page .contains .intr .text .tits h5 {
  margin: 0;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.page .contains .intr .text .tits p {
  margin: 0;
  line-height: 26px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.page .contains .intr .text .labs {
  width: calc(100% - 146px);
  padding-left: 20px;
  padding-right: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page .contains .intr .text .labs .name {
  width: 100%;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.page .contains .intr .text .labs .txts {
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page .contains .dynamics {
  width: 100%;
  min-height: 100px;
  padding-left: 46px;
}
.page .contains .dynamics .tits {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d32527;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .contains .dynamics .tits b {
  font-size: 20px;
  font-weight: bold;
  color: #d32020;
}
.page .contains .dynamics .tits a {
  color: #b5b5b5;
  font-size: 12px;
  text-decoration: none;
}
.page .contains .dynamics .list {
  width: 100%;
}
.page .contains .dynamics .list ul {
  margin: 0;
}
.page .contains .dynamics .list ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  float: left;
}
.page .contains .dynamics .list ul li .time {
  width: 56px;
  text-align: center;
}
.page .contains .dynamics .list ul li .time span {
  display: inline-block;
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  color: #898989;
  font-weight: bold;
  position: relative;
}
.page .contains .dynamics .list ul li .time span:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #d0d0d0;
}
.page .contains .dynamics .list ul li .time em {
  font-size: 14px;
  line-height: 22px;
  color: #b50729;
  display: block;
  height: 22px;
}
.page .contains .dynamics .list ul li .txts {
  width: calc(100% - 56px);
  padding-left: 22px;
}
.page .contains .dynamics .list ul li .txts h5 {
  margin: 0;
  line-height: 28px;
  font-size: 16px;
}
.page .contains .dynamics .list ul li .txts p {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
  color: #6e6e6e;
}
.page .notice {
  width: 100%;
  background-color: #f8dfdf;
  min-height: 100px;
  float: left;
  padding: 25px 0;
}
.page .notice .tits {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d32527;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
}
.page .notice .tits b {
  font-size: 20px;
  color: #d32527;
}
.page .notice .tits a {
  text-decoration: none;
  color: #b5b5b5;
  line-height: 34px;
  padding-top: 26px;
}
.page .notice .list {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.page .notice .list ul {
  width: 100%;
  margin: 0;
}
.page .notice .list ul li {
  width: 50%;
  line-height: 40px;
}
.page .notice .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.page .notice .list ul li .time {
  width: 98px;
  height: 24px;
  background-color: #c40000;
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin: 8px 0;
}
.page .notice .list ul li .text {
  width: calc(100% - 98px);
  padding-left: 25px;
  color: #333;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.page .notice .list ul li:nth-child(2n) {
  padding-left: 46px;
}
.page .news {
  width: 100%;
  background-color: #b50a1a;
  float: left;
  padding: 52px 0;
}
.page .news .item {
  width: 100%;
}
.page .news .item .tits {
  width: 100%;
  height: 58px;
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .news .item .tits b {
  font-size: 18px;
  color: #f8dfdf;
}
.page .news .item .tits a {
  color: #b5b5b5;
  font-size: 13px;
}
.page .news .item .list {
  width: 100%;
}
.page .news .item .list ul {
  width: 100%;
  margin: 0;
}
.page .news .item .list ul li {
  width: 100%;
  padding-left: 20px;
  position: relative;
  height: 40px;
}
.page .news .item .list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}
.page .news .item .list ul li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.page .news .item .list ul li a i {
  display: inline-block;
  width: 56px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.page .news .item .list ul li a span {
  display: inline-block;
  height: 40px;
  width: calc(100% - 56px);
  line-height: 40px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.page .footers {
  width: 100%;
  height: 86px;
  border-top: 1px solid #db8d8e;
  line-height: 86px;
  float: left;
  background-color: #b50a1a;
}
.page .footers .text {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.page .wap-heads {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  padding: 0 15px;
}
.page .wap-heads .logo {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .wap-heads .logo img {
  width: 280px;
}
.page .wap-heads .menu {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .wap-heads .menu i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #b50a1a;
  position: relative;
}
.page .wap-heads .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #b50a1a;
}
.page .wap-heads .menu i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #b50a1a;
}
.page .wap-heads .menu.acti i {
  background: none;
}
.page .wap-heads .menu.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.page .wap-heads .menu.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.page .wap-heads .wap-slides {
  width: 100%;
  background-color: #b33d48;
  position: absolute;
  left: 0;
  top: 60px;
  float: left;
  border-top: 2px solid #b50a1a;
  padding: 20px;
  display: none;
}
.page .wap-heads .wap-slides ul {
  margin: 0;
  width: 100%;
  float: left;
}
.page .wap-heads .wap-slides ul li {
  width: 100%;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid #b50a1a;
  position: relative;
}
.page .wap-heads .wap-slides ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #b5515a;
}
.page .wap-heads .wap-slides ul li:first-child:after {
  display: none;
}
.page .wap-heads .wap-slides ul li:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #b5515a;
}
.page .wap-heads .wap-slides ul li a {
  color: #fff;
  text-decoration: none;
}
.page .banns {
  width: 100%;
  height: 276px;
  float: left;
  background: url("../img/83a000_1920x276.jpg") center no-repeat;
}
.page .banns .text {
  height: 276px;
  width: 100%;
  max-width: 240px;
  display: flex;
  justify-content: flex-end;
  line-height: 110px;
  font-size: 26px;
  color: #fff;
  align-items: flex-end;
}
.page .contents {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.page .contents .sidebars {
  width: 100%;
}
.page .contents .sidebars .list {
  width: 100%;
  max-width: 240px;
  background-color: #eee;
  padding: 0 18px;
  float: left;
}
.page .contents .sidebars .list ul {
  width: 100%;
  margin: 0;
}
.page .contents .sidebars .list ul li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}
.page .contents .sidebars .list ul li a {
  color: #474747;
  text-decoration: none;
}
.page .contents .sidebars .list ul li.acti a {
  color: #ae0a29;
}
.page .contents .conts {
  width: 100%;
  float: left;
  padding-left: 30px;
}
.page .contents .conts .title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ae0a29;
}
.page .contents .conts .title .location {
  line-height: 40px;
  font-size: 13px;
  color: #aeaeae;
}
.page .contents .conts .title .location a {
  color: #aeaeae;
}
.page .contents .conts .title .tits {
  line-height: 40px;
}
.page .contents .conts .title .tits span {
  font-size: 20px;
  font-weight: bold;
  color: #ae0a29;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
.page .contents .conts .title .tits span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #ae0a29;
}
.page .contents .conts .list {
  width: 100%;
  padding-top: 20px;
  float: left;
}
.page .contents .conts .list ul {
  margin: 0;
}
.page .contents .conts .list ul li {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #cecece;
}
.page .contents .conts .list ul li a {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page .contents .conts .list ul li .time {
  width: 110px;
  height: 24px;
  background-color: #ae0a29;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-family: arial;
}
.page .contents .conts .list ul li .text {
  width: calc(100% - 110px);
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.page .contents .conts .paging {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  float: left;
}
.page .contents .conts .paging .pagination li a {
  color: #ae0a29;
}
.wapNulls {
  width: 100%;
  height: 60px;
  float: left;
}
.teams {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 35px 0;
}
.teams .item {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: 3px solid #50c6ea;
  float: left;
  margin-bottom: 30px;
}
.teams .item .image {
  width: 100%;
}
.teams .item .image img {
  width: 100%;
  height: 320px;
}
.teams .item .text {
  width: 100%;
  padding: 0 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  float: left;
  text-align: center;
}
.teams .item .text h5 {
  line-height: 30px;
  font-size: 18px;
  color: #184777;
  font-weight: bold;
  margin: 0;
}
.teams .item .text p {
  line-height: 20px;
  font-size: 14px;
  color: #939393;
  margin: 5px 0;
  min-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@-webkit-keyframes fade {
  0% {
    margin-left: -30px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    margin-left: -30px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
/* å­¦æœ¯æ´»åŠ¨ */
.academic-wrap {
  margin: 20px 0;
  /* background: #345376; */
}

.academic-wrap .swiper-container-free-mode&gt;.swiper-wrapper{

  margin: 0 auto;
}
.academic-wrap .wid{
  padding: 0 15px;
}
.academic-wrap .box{
  position: relative;
  padding: 75px 0 20px;
  display: flex;
  align-items: center;
  background: #abc8e8;
}
.academic-wrap  .more{
  position: absolute;
  top: 18px;
  right: 20px;
}
.academic-wrap  .more a{
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #337ab7;
  color: #fff;
}
.academic-wrap  .more a:hover{
  text-decoration: none;
  color: #fe5b07;
}
.academic-wrap .hd{
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  flex: 1;
  min-width: 0;
  color: #fff;
}
.academic-wrap .hd h3{
  line-height: 60px;
  font-size: 32px;
  font-weight: 500;
  color: #003b82;
}

.academic-wrap  .bd{
  padding-right: 20px;
  width: 680px;
}
.academic-wrap  .swiper-container li{
  position: relative;
}
.academic-wrap  .swiper-container a{
  display: block;
}

.academic-wrap  .swiper-container  .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 12px;
}
.academic-wrap  .swiper-container li{
  height: 275px;
}
.academic-wrap  .swiper-container li a{
  display: block;
  width: 100%;
  height: 100%;
}
.academic-wrap  .swiper-container .img{
  width: 100%;
  height: 100%;
}
.academic-wrap  .swiper-container .img img{
  display: block;
  width: 100%;
  height: 100%;
}
.academic-wrap  .swiper-container .tit{
  padding: 8px;
  border-bottom: 1px solid #00c0ff;
  min-height: 35px;
}
.academic-wrap  .swiper-container .desc{
  padding:8px;
}
.academic-wrap  .swiper-container .desc p{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 22px;
}
.academic-wrap  .swiper-container .desc img{
  display: block;
  margin-right: 5px;
  width: 16px;
}
@media screen and (max-width: 1200px) {
  .page .heads .navs ul li {
    padding: 0 6px;
    margin: 37px 3px;
  }
  .page .heads .logo img {
    max-width: 340px;
  }
  .page .wid {
    padding: 0 15px;
  }
 
  .academic-wrap .wid{
    padding: 75px 15px 20px;
  }
  .academic-wrap .more{
    right: 15px;
  }
  .academic-wrap .hd{
    padding: 0;
    padding-right: 15px;
  }
  .academic-wrap .bd{
    width:70%;
  }
  .academic-wrap .swiper-container li{
    height: 265px;
  }
}
@media screen and (max-width: 995px) {
  .news-wrap .sidebar{
    display: none;
  }
  .academic-wrap .swiper-container li{
    height: 215px;
  }
  .page .notice .list ul li {
    width: 100%;
  }
  .page .notice .list ul li:nth-child(2n) {
    padding-left: 0;
  }
  .page .contains .dynamics {
    padding-left: 0;
  }
  #img1 {
    display: none;
  }
  .footer .address .logo {
    width: 100%;
    height: 80px;
  }
  .footer .address {
    height: auto;
  }
  .footer .address .conts {
    width: 100%;
    padding: 0 20px;
  }
  .footer .address .conts .text {
    height: 60px;
  }
  .footer .address .conts .links {
    height: 50px;
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: inherit;
  }
  .footer .address .conts .links .box {
    width: 48%;
    margin: 0;
  }
  .head .logo {
    height: 60px;
  }
  .head .func {
    height: 60px;
  }
  .head {
    padding: 0 10px;
  }
  .containers .conts {
    padding: 15px 0;
    float: left;
  }
  .sidebar {
    margin-top: 5px;
  }
  .head .func .wap-menus.visible-sm {
    display: flex !important;
  }
  .page-sidebar {
    width: 100%;
  }
  .page-contents {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .main .conts .dynamic .list {
    width: 100%;
  }
  
  .footer .address .logo img {
    max-width: 60vw;
  }
  .main .conts .news .imgs {
    width: 100px;
  }
  .main .conts .news .list {
    width: 100%;
  }
  .main .conts .news .list .cont .lists {
    height: 230px;
    overflow: hidden;
  }
  .head .func .wap-menus.visible-xs {
    display: flex !important;
  }
  .page-contents .page-news .list ul li .imgs {
    width: 100%;
    text-align: center;
  }
  .page-contents .page-news .list ul li .imgs img {
    width: 100%;
  }
  .page-contents .page-news .list ul li .text {
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
  }
  .page-contents .page-news .list ul li {
    width: 48%;
  }
  .page-contents .page-news .list ul li:nth-child(2n) {
    float: right;
  }
  .page-contents .page-news .list ul li .text .tits a {
    width: 100%;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .page-contents .page-news .list ul li .text .tits i {
    display: block;
    width: 100%;
    text-align: right;
  }
  .page-sidebar {
    padding: 0 10px;
    margin-top: 10px;
  }
  .page-bann {
    background: url("../img/60f5e4_750x257.jpg") center no-repeat;
    height: 200px;
    background-size: 100% 100%;
  }
  .page-sidebar .tits {
    margin-top: 0px;
    text-align: left;
    padding: 0 20px;
  }
  .page-sidebar .tits:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .containers {
    padding-bottom: 20px;
  }
  .linkss .item {
    padding-bottom: 20px;
    float: left;
  }
  .page-sidebar .list {
    display: none;
  }
  .containers .conts .news .imgs {
    display: none;
  }
  .notices {
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
  }
  .notices .nbgs img {
    height: 50px;
  }
  .notices .cont .tabs ul li {
    width: 48px;
    height: 24px;
    line-height: 24px;
  }
  .footer .address .conts .code .slide {
    top: 17px;
    left: 0;
    width: 100px;
    height: 100px;
    padding: 5px;
    margin-left: initial;
  }
  .footer .address .conts .code .slide:after {
    display: none;
  }
  .footer .address .conts .code .slide img {
    width: 90px;
    height: 90px;
  }
  .footer .address .conts .code {
    width: 60px;
  }
  .linkss {
    padding: 0px;
    padding-top: 20px;
  }
  .page .contains {
    padding: 15px 0;
  }
  .page .contains .intr .text {
    height: 80px;
  }
  .page .contains .intr .text .tits h5 {
    line-height: 26px;
    font-size: 16px;
  }
  .page .contains .intr .text .tits p {
    line-height: 20px;
  }
  .page .contains .intr .text .labs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page .contains .intr .text .labs .txts {
    margin-top: 0;
  }
  .page .news {
    padding: 25px 0;
  }
  .page .banners ul li {
    height: 260px;
    background-size: cover !important;
  }
  .page .banners .swiper-button-prev,
  .page .banners .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .page .banners .swiper-button-prev:after,
  .page .banners .swiper-button-next:after {
    font-size: 14px;
  }
  .page .contents .sidebars .list {
    background: none;
    max-width: 100%;
  }
  .page .contents .sidebars .list ul li {
    width: 50%;
  }
  .page .contents .conts {
    padding-left: 0;
    margin-top: 20px;
  }
  .page .contents .conts .list ul li {
    padding: 12px 0;
  }
  .page .contents {
    padding: 20px 0;
  }
  .page .contents .conts .list ul li .time {
    width: 88px;
  }
  .page .contents .conts .list ul li .text {
    width: calc(100% - 88px);
  }
  .page .contents .sidebars .list ul li {
    padding: 5px 0;
    font-size: 16px;
    position: relative;
  }
  .page .contents .sidebars .list {
    padding: 0;
  }
  .page .contents .sidebars .list ul li.acti:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ae0a29;
  }
  .footer .address .conts .text {
    width: 100%;
  }
  .footer .address .conts .code .slide {
    display: block;
    left: 100px;
    top: 10px;
  }
  .teams .item .image img {
    height: 200px;
  }
  .page-sidebar .tits {
    font-size: 16px;
  }
  .teams {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .academic-wrap .wid{
    padding: 25px 15px 20px;
    flex-wrap: wrap;
  }
  .academic-wrap .hd{
    margin-bottom: 20px;
    font-size: 12px;
    width: 100%;
  }
  .academic-wrap .hd h3{
    margin-bottom: 0;
    font-size: 20px;
  }
  .academic-wrap .bd{
    padding-right: 0;
    width: 100%;
  }
}</pre></body></html>