/*  椤甸潰閲嶇疆鏍峰紡  */
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 > * {
	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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.wid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.head {
  width: 100%;
  height: 150px;
  background-color: #fff;
}
.head .wid {
  height: 100%;
}
.head .logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56%;
}
.head .logo img {
  max-width: 100%;
}
.head .menus {
  width: 60px;
  height: 60px;
  position: relative;
  right: -10px;
}
.head .menus .menus-box {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.head .menus i {
  width: 26px;
  height: 2px;
  background-color: #ccc;
  position: relative;
}
.head .menus i:after {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #ccc;
}
.head .menus i:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #ccc;
}
.head .menus.acti i {
  background: none;
}
.head .menus.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.head .menus.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.head .slide {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99;
  display: none;
  box-shadow: 0 4px 8px rgba(51,51,51,0.1);
}
.head .slide .slide-content {
  width: 100%;
  background-color: #fff;
  float: left;
}
.head .slide .menu {
  width: 100%;
  padding: 10px 20px;
  float: left;
}
.head .slide .menu ul {
  width: 100%;
}
.head .slide .menu ul li {
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
}
.head .slide .menu ul li:last-child {
  border: none;
}
.head .slide .menu ul li h4 {
  font-size: 14px;
  margin: 0;
  height: 50px;
  line-height: 50px;
  line-height: 50px;
}
.head .slide .menu ul li a {
  color: #333;
  text-decoration: none;
}
.head .slide .menu ul li i.btns {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: right;
  position: relative;
}
.head .slide .menu ul li i.btns:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
  transition: 0.5s;
  height: 1px;
  background-color: #333;
}
.head .slide .menu ul li i.btns:before {
  content: '';
  position: absolute;
  right: 5px;
  transform: rotate(-45deg);
  top: 50%;
  width: 8px;
  transition: 0.5s;
  height: 1px;
  background-color: #333;
}
.head .slide .menu ul li .menus-slide {
  width: 100%;
  padding-bottom: 10px;
  display: none;
}
.head .slide .menu ul li .menus-slide a {
  line-height: 40px;
  border-bottom: 1px dashed #f5f5f5;
  font-size: 14px;
  display: block;
  width: 100%;
  color: #444;
  padding-left: 15px;
}
.head .slide .menu ul li .menus-slide a:last-child {
  border-bottom: none;
}
.head .slide .menu ul li.acti h4 i.btns:after {
  transform: rotate(-45deg);
}
.head .slide .menu ul li.acti h4 i.btns:before {
  transform: rotate(45deg);
}
.head .slide .search {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #e1ebf8;
  padding: 10px 20px;
}
.head .slide .search .input {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #0075b8;
}
.head .slide .search .input input {
  width: 70%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  color: #0075b8;
}
.head .slide .search .input input::-webkit-input-placeholder {
  color: #0075b8;
}
.head .slide .search .input input.submit {
  width: 40px;
  height: 40px;
  background: url("../img/80bd9b_20x20.png") center no-repeat;
}
.head .cont {
  width: 44%;
  padding: 24px 0;
  margin-top:30px;
}
.head .cont .search {
  width: 200px;
  height: 20px;
}
.head .cont .search .tit {
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #c5c5c5;
}
.head .cont .search .text {
  width: calc(100% - 50px);
  height: 20px;
  border-bottom: 2px solid #dedede;
  display: flex;
  justify-content: space-between;
}
.head .cont .search .text input {
  width: 80%;
  height: 18px;
  border: none;
  background: none;
}
.head .cont .search .text .submit {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
  background: url("../img/8c0d41_13x13.png") center no-repeat;
}
.head .cont .nav {
  width: 100%;
  padding-top: 20px;
}
.head .cont .nav ul {
  float: right;
}
.head .cont .nav ul li {
  line-height: 28px;
  color: #343434;
  margin-left: 20px;
  position: relative;
}
.head .cont .nav ul li h4 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight:bold;
  color: #555;
  position: relative;
}
.head .cont .nav ul li h4 a {
  color: #555;
  text-decoration: none;
}
.head .cont .nav ul li .nav-slide {
  width: 200px;
  position: absolute;
  left: 0;
  top: 28px;
  background: rgba(255,255,255,0.6);
  min-height: 100px;
  z-index: 99;
  padding: 5px 10px;
  margin: 0;
  display: none;
  padding-top: 20px;
}
.head .cont .nav ul li .nav-slide p {
  line-height: 18px;
}
.head .cont .nav ul li .nav-slide p a {
  color: #555;
  text-decoration: none;
}
.head .cont .nav ul li .nav-slide p a:hover {
  color: #eb891c;
}
.head .cont .nav ul li:hover .nav-slide {
  display: block;
}
.head .cont .nav ul li:hover h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #eb891c;
}

.head .contm {
  width: 100%;
  padding: 5px 0;
}
.head .contm .nav {
  width: 100%;
  padding-top: 5px;
}
.head .contm .nav ul {
  float: left;
}
.head .contm .nav ul li {
  line-height: 28px;
  color: #343434;
  margin-right: 60px;
  position: relative;
}
.head .contm .nav ul li h4 {
  font-family:Georgia,Serif;
  margin:0;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight:bold;
  color: #000;
  position: relative;
}
.head .contm .nav ul li h4 a {
  color: #00478f;
  text-decoration: none;
}
.head .contm .nav ul li .nav-slide {
  width: 280px;
  position: absolute;
  left: 0;
  top: 28px;
  background: rgba(42,44,114,0.8);
  min-height: 100px;
  z-index: 99;
  padding: 5px 10px;
  margin: 0;
  display: none;
  padding-top: 20px;
}
.head .contm .nav ul li .nav-slide p {
  line-height: 24px;
}
.head .contm .nav ul li .nav-slide p a {
  font-family:Georgia,Serif;
  color: #fff;
  font-size:18px;
  text-decoration: none;
}
.head .contm .nav ul li .nav-slide p a:hover {
  color: #0000cc;
  background-color: #eb891c;
}
.head .contm .nav ul li:hover .nav-slide {
  display: block;
}
.head .contm .nav ul li:hover h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #eb891c;
}


.banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  width: 100%;
}
.banner .list ul li {
  width: 1370px;
  height: 400px;
  float: left;
  position: relative;
}
.banner .list ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.banner .list ul li .imgs {
  width: 100%;
  height: 400px;
}
.banner .list ul li .imgs img {
  width: 100%;
}
.banner .list ul li.swiper-slide-active:after {
  display: none;
}
.banner .list ul li .text {
  width: 100%;
  height: 80px;
  background: rgba(42,44,114,0.8);
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 9;
}
.banner .list ul li .text p {
  width: 100%;
  line-height: 80px;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-family: '瀹嬩綋';
  font-weight: bold;
}
.banner .swiper-pagination {
  bottom: 15px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 76px;
  height: 3px;
  background-color: #fff;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0075b8;
}
.news {
  width: 100%;
  background-color: #e1ebf8;
  min-height: 100px;
  padding-top: 56px;
  float: left;
}
.news .title {
  width: 100%;
  line-height: 92px;
  text-align: center;
}
.news .title span {
  font-size: 46px;
  color: #eb891c;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 20px;
}
.news .title span:after {
  content: '';
  position: absolute;
  left: -164px;
  top: 50%;
  margin-top: -1px;
  width: 164px;
  height: 2px;
  background-color: #eb891c;
}
.news .title span:before {
  content: '';
  position: absolute;
  right: -164px;
  top: 50%;
  margin-top: -1px;
  width: 164px;
  height: 2px;
  background-color: #eb891c;
}
.news .list {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.news .list .item {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  margin-bottom: 20px;
  transition: 0.5s;
}
.news .list .item .imgs {
  width: 100%;
  overflow: hidden;
}
.news .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.news .list .item .text {
  width: 100%;
  padding: 10px 20px;
}
.news .list .item .text .time {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #00b0a8;
  font-family: Arial, Helvetica, sans-serif;
}
.news .list .item .text .time img {
  margin-right: 12px;
  transition: 0.5s;
}
.news .list .item .text .txt {
  width: 100%;
  line-height: 26px;
  color: #494949;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 78px;
}
.news .list .item .text .more {
  width: 100%;
  padding: 6px 0;
  padding-bottom: 16px;
}
.news .list .item .text .more a {
  display: inline-block;
  width: 110px;
  height: 26px;
  background-color: #003f82;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
}
.news .list .item:hover {
  box-shadow: 0 0 30px rgba(81,81,81,0.05);
  transform: translateY(-10px);
}
.news .list .item:hover .imgs img {
  transform: scale(1.05, 1.05);
}
.news .mores {
  width: 100%;
  text-align: center;
  float: left;
  height: 56px;
  overflow: hidden;
}
.news .mores a {
  display: inline-block;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 50px solid #fff;
  margin: 0 auto;
  position: relative;
  bottom: -5px;
  text-align: center;
}
.news .mores a:after {
  content: 'MORE';
  position: absolute;
  left: -40px;
  top: 16px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #b4b4b4;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.events {
  width: 100%;
  min-height: 758px;
  background: url("../img/8a3a9e_1920x758.jpg") top center no-repeat;
  float: left;
  padding-top: 56px;
}
.events .title {
  width: 100%;
  line-height: 92px;
  text-align: center;
}
.events .title span {
  font-size: 46px;
  color: #eb891c;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 20px;
}
.events .title span:after {
  content: '';
  position: absolute;
  left: -164px;
  top: 50%;
  margin-top: -1px;
  width: 164px;
  height: 2px;
  background-color: #eb891c;
}
.events .title span:before {
  content: '';
  position: absolute;
  right: -164px;
  top: 50%;
  margin-top: -1px;
  width: 164px;
  height: 2px;
  background-color: #eb891c;
}
.events .list {
  width: 100%;
  padding: 0 80px;
}
.events .list ul {
  width: 100%;
}
.events .list ul li {
  width: 100%;
  padding: 24px 36px;
  margin: 6px 0;
}
.events .list ul li .time {
  width: 40px;
  height: 68px;
  background-color: #002e6b;
  margin: 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.events .list ul li .time:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-right: 20px solid #002e6b;
}
.events .list ul li .time:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #002e6b;
}
.events .list ul li .time h4 {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.events .list ul li .time p {
  text-align: center;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.events .list ul li .text {
  width: calc(100% - 80px);
  padding-left: 30px;
  height: 68px;
}
.events .list ul li .text h5 {
  line-height: 38px;
  font-size: 16px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.events .list ul li .text p {
  line-height: 22px;
  margin: 0;
  font-size: 14px;
  color: #222;
}
.events .list ul li:hover {
  background-color: #e1ebf8;
}
.events .more {
  width: 100%;
  text-align: center;
  float: left;
  height: 56px;
  overflow: hidden;
  margin-top: 23px;
}
.events .more a {
  display: inline-block;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 50px solid #e1ebf8;
  margin: 0 auto;
  position: relative;
  bottom: -5px;
  text-align: center;
}
.events .more a:after {
  content: 'MORE';
  position: absolute;
  left: -40px;
  top: 16px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #b4b4b4;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.footer {
  width: 100%;
  height: 355px;
  background: url("../img/665240_1920x355.jpg") center no-repeat;
  float: left;
  padding-top: 40px;
}
.footer .logo {
  width: 100%;
  text-align: center;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer .logo:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 450px;
  margin-left: -225px;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255,255,255,0), #fff, rgba(255,255,255,0));
}
.footer .text {
  width: 100%;
  padding-top: 18px;
  text-align: center;
}
.footer .text h5 {
  line-height: 60px;
  font-size: 26px;
  opacity: 0.6;
  color: #fff;
  margin: 0;
}
.footer .text p {
  line-height: 28px;
  font-size: 16px;
  opacity: 0.6;
  color: #fff;
  margin: 0;
}
.footer .share {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer .share .box {
  width: 58px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.footer .share .box .box-slide {
  width: 160px;
  height: 160px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 88px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  display: none;
}
.footer .share .box .box-slide:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: 10;
}
.footer .share .box .box-slide:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #f5f5f5;
}
.footer .share .box .box-slide img {
  width: 100%;
  opacity: 1;
}
.footer .share .box:hover .box-slide {
  display: block;
}
.wap-bann {
  width: 100%;
}
.wap-bann ul {
  width: 100%;
  margin: 0;
}
.wap-bann ul li {
  width: 100%;
  position: relative;
  float: left;
}
.wap-bann ul li .imgs {
  width: 100%;
  float: left;
}
.wap-bann ul li .imgs img {
  width: 100%;
}
.wap-bann ul li .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(42,44,114,0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.wap-bann .swiper-pagination {
  bottom: 50px !important;
  width: auto !important;
  right: 20px;
  left: initial !important;
}
.wap-bann .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.wap-bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0075b8;
}
.page-bann {
  width: 100%;
}
.page-bann img {
  width: 100%;
}
.content {
  width: 100%;
  min-height: 100px;
}
.content .sidebar {
  width: 100%;
  min-height: 100px;
  position: relative;
  margin-top: -80px;
}
.content .sidebar .title {
  width: 100%;
  height: 80px;
  background: rgba(0,53,115,0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.content .sidebar .list {
  width: 100%;
  background-color: #eee;
  float: left;
  padding: 20px 0;
}
.content .sidebar .list ul {
  width: 100%;
}
.content .sidebar .list ul li {
  width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid #c0c0c0;
}
.content .sidebar .list ul li h4 {
  width: 100%;
  padding: 4px 0;
  padding-left: 16px;
  line-height: 30px;
  font-size: 16px;
  color: #313131;
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
.content .sidebar .list ul li h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #003573;
}
.content .sidebar .list ul li p {
  width: 100%;
  padding-left: 16px;
  margin: 0;
  display: none;
}
.content .sidebar .list ul li p a {
  display: block;
  width: 100%;
  line-height: 32px;
  font-size: 14px;
  color: #313131;
}
.content .sidebar .list ul li.acti h4:after {
  transform: rotate(90deg);
}
.content .sidebar .list ul li.acti p {
  display: block;
}
.content .sidebar .list ul li.acti h4 a{
  color: #0000ff;
}
.content .inform {
  width: 100%;
  min-height: 100px;
  padding-top: 46px;
  padding-left: 30px;
}
.content .inform .title {
  width: 100%;
  height: 45px;
  border-bottom: 5px solid #d2d2d2;
}
.content .inform .title .tit {
  width: auto;
  height: 40px;
  line-height: 40px;
  min-width: 170px;
  font-size: 24px;
  color: #f49f11;
  position: relative;
}
.content .inform .title .tit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #f49f11;
}
.content .inform .title .addr {
  line-height: 40px;
  font-size: 14px;
  color: #b5b5b5;
}
.content .inform .title .addr a {
  color: #b5b5b5;
  font-size: 14px;
}
.content .inform .title .addr a:hover {
  color: #f49f11;
}
.content .inform .teacher {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  float: left;
  padding-top: 35px;
}
.content .inform .teacher .item {
  width: 100%;
  height: 182px;
  border: 1px solid #b5b5b5;
  padding: 5px;
  margin: 15px 0;
}
.content .inform .teacher .item .imgs {
  width: 128px;
  height: 100%;
  background-color: #e6e6e4;
}
.content .inform .teacher .item .imgs img {
  width: 100%;
  height: 100%;
}
.content .inform .teacher .item .text {
  width: calc(100% - 133px);
  padding: 20px 0;
  padding-left: 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content .inform .teacher .item .text .name .tit {
  width: 100%;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2c72;
}
.content .inform .teacher .item .text .name .txt {
  line-height: 26px;
  font-size: 14px;
  font-family: arial;
}
.content .inform .teacher .item .text .email {
  color: #333;
}
.content .inform .teacherall {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  float: left;
  padding-top: 5px;
}
.content .inform .teacherall .item {
  width: 100%;
  height: 182px;
  border: 1px solid #b5b5b5;
  padding: 5px;
  margin: 15px 0;
}
.content .inform .teacherall .item .imgs {
  width: 128px;
  height: 100%;
  background-color: #e6e6e4;
}
.content .inform .teacherall .item .imgs img {
  width: 100%;
  height: 100%;
}
.content .inform .teacherall .item .text {
  width: calc(100% - 133px);
  padding: 20px 0;
  padding-left: 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content .inform .teacherall .item .text .name .tit {
  width: 100%;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2c72;
}
.content .inform .teacherall .item .text .name .txt {
  line-height: 26px;
  font-size: 14px;
  font-family: arial;
}
.content .inform .teacherall .item .text .email {
  color: #333;
}
.content .inform .jszm {
	width: 100%;
	height: 28px;
	background: rgba(0,53,115,0.8);
	text-align: left;
	display: flex;
	justify-content: left;
	align-items: left;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	padding: 0 10px;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.content .inform .list {
  width: 100%;
  padding: 20px 0;
}
.content .inform .list ul {
  width: 100%;
}
.content .inform .list ul li {
  width: 100%;
  padding: 10px 0;
}
.content .inform .list ul li .imgs {
  width: 170px;
  height: 120px;
}
.content .inform .list ul li .imgs img {
  width: 100%;
  height: 100%;
}
.content .inform .list ul li .text {
  width: calc(100% - 190px);
  height: 220px;
  border-bottom: 1px solid #aaa;
}
.content .inform .list ul li .text .tit {
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  color: #184777;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  min-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
text-align:left;
}
.content .inform .list ul li .text .txt {
  width: 100%;
  padding-top: 6px;
}
.content .inform .list ul li .text .txt h5 {
  line-height: 22px;
  font-size: 14px;
  color: #f39800;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content .inform .list ul li .text .txt p {
  line-height: 26px;
  margin: 0;
  height: 126px;
  font-size: 16px;
  color: #939393;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content .inform .list ul li .text .txt p a {
  color: #939393;
  text-decoration: none;
}
.content .inform .list ul li .paper {
  width: calc(100% - 10px);
  height: 220px;
  border-bottom: 1px solid #aaa;
}
.content .inform .list ul li .paper .tit {
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  color: #184777;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  min-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
text-align:left;
}
.content .inform .list ul li .paper .txt {
  width: 100%;
  padding-top: 6px;
}
.content .inform .list ul li .paper .txt h5 {
  line-height: 22px;
  font-size: 14px;
  color: #f39800;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content .inform .list ul li .paper .txt p {
  line-height: 26px;
  margin: 0;
  height: 126px;
  font-size: 16px;
  color: #939393;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content .inform .list ul li .paper .txt p a {
  color: #939393;
  text-decoration: none;
}
.content .inform .page {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .content .inform {
    padding-left: 0;
  }
  .news .title,
  .events .title {
    line-height: 40px;
  }
  .news .title span,
  .events .title span {
    font-size: 24px;
    line-height: 40px;
  }
  .news .title span:after,
  .events .title span:after {
    width: 80px;
    left: -80px;
  }
  .news .title span:before,
  .events .title span:before {
    width: 80px;
    right: -80px;
  }
  .events .list {
    padding: 0 15px;
  }
  .events .list ul li {
    margin: 20px 0;
    padding: 15px 10px;
  }
  .events .list ul li .time h4 {
    line-height: 24px;
    font-size: 18px;
  }
  .events .list ul li .text h5 {
    line-height: 24px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .events .list ul li .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .events .list ul li .text {
    padding-left: 20px;
  }
  .banner .list ul li {
    width: 100%;
  }
  .footer .logo:after {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .events {
    min-height: auto;
  }
  .banner {
    height: auto;
  }
  .head {
    height: 60px;
  }
  .head .logo {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .content .inform .list ul li .imgs {
    width: 100px;
    height: 80px;
  }
  .content .inform .list ul li {
    padding: 10px 0;
  }
  .content .inform .list ul li .text {
    width: calc(100% - 120px);
  }
  .content .inform .list ul li .text .tit {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    min-height: 28px;
  }
  .content .inform .list ul li .text .txt {
    padding-top: 0;
  }
  .content .inform .list ul li .text {
    min-height: 80px;
    height: auto;
  }
  .content .inform .list ul li .text .txt p {
    font-size: 13px;
  }
  .content .inform {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .content .inform {
    padding-top: 20px;
  }
  .box-slide {
    display: none;
  }
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.events .list ul li .time h4 a{
  color: #fff;
}
.events .list ul li .time p a{
  color: #fff;
}

.article {
	width: 100%;
	min-height: 100px;
	float: left;
	padding: 20px 0;}

	.article .tit {
		width: 100%;
		text-align: center;}

		.article .tit h5 {
			line-height: 48px;
			font-size: 18px;
			color: #0e3692;
			font-weight: bold;}

		.article .tit p {
			color: #747474;}

.article .Acontent {
	width: 100%;
	padding: 20px 0;
	line-height: 28px;
	font-size: 14px;}

		 .article .Acontent .txt {
			width: 100%;}

			.article .Acontent .txt p {
				line-height: 28px;
				font-size: 14px;
				color: #666;
				text-indent: 28px;
				padding: 10px 0;
				text-align: justify;}

		.article .Acontent .imgs {
			width: 100%;
			text-align: center;}

			.article .Acontent .imgs img {
				max-width: 100%;}