/*  页面重置样式  */
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;
}


.col-lg-12  .teacher {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  float: left;
  padding-top: 35px;
}
.col-lg-12  .teacher .item {
  width: 100%;
  height: 182px;
  border: 1px solid #b5b5b5;
  padding: 5px;
  margin: 15px 0;
}
.col-lg-12  .teacher .item .imgs {
  width: 128px;
  height: 100%;
  background-color: #e6e6e4;
}
.col-lg-12  .teacher .item .imgs img {
  width: 100%;
  height: 100%;
}
.col-lg-12  .teacher .item .text {
  width: calc(100% - 133px);
  padding: 20px 0;
  padding-left: 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.col-lg-12  .teacher .item .text .name .tit {
  width: 100%;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2c72;
}
.col-lg-12  .teacher .item .text .name .txt {
  line-height: 26px;
  font-size: 14px;
  font-family: arial;
}
.col-lg-12  .teacher .item .text .email {
  color: #333;
}
.col-lg-12  .teacherall {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  float: left;
  padding-top: 5px;
}
.col-lg-12  .teacherall .item {
  width: 100%;
  height: 182px;
  border: 1px solid #b5b5b5;
  padding: 5px;
  margin: 15px 0;
}
.col-lg-12  .teacherall .item .imgs {
  width: 128px;
  height: 100%;
  background-color: #e6e6e4;
}
.col-lg-12  .teacherall .item .imgs img {
  width: 100%;
  height: 100%;
}
.col-lg-12  .teacherall .item .text {
  width: calc(100% - 133px);
  padding: 20px 0;
  padding-left: 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.col-lg-12  .teacherall .item .text .name .tit {
  width: 100%;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2c72;
}
.col-lg-12  .teacherall .item .text .name .txt {
  line-height: 26px;
  font-size: 14px;
  font-family: arial;
}
.col-lg-12  .teacherall .item .text .email {
  color: #333;
}
.col-lg-12  .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;
}



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;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.wid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.head {
  width: 100%;
  float: left;
}
.head .logo {
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .search {
  height: 124px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.head .search .language {
  height: 32px;
}
.head .search .language ul {
  float: right;
}
.head .search .language ul li {
  line-height: 30px;
  margin-left: 32px;
  font-size: 14px;
  color: #bbb;
  position: relative;
  cursor: pointer;
}
.head .search .language ul li:hover {
  color: #003f88;
}
.head .search .language ul li:after {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -8px;
  width: 2px;
  height: 16px;
  background-color: #bcbcbc;
}
.head .search .language ul li:first-child:after {
  display: none;
}
.head .search .input {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head .search .input input {
  width: 218px;
  height: 26px;
  border-right: none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 0 12px;
  font-size: 13px;
  color: #333;
}
.head .search .input .btnsearch{
  width: 28px;
  height: 26px;
  border: none;
  background: #003f88 url("../img/3a7ed9_17x17.png") center no-repeat;
  border-radius: 0 4px 4px 0;
margin-bottom:-8px;
  margin-left:-4px;
}
.nav {
  width: 100%;
  height: 40px;
  float: left;
  background-color: #003f88;
}
.nav .list {
  width: 100%;
  float: left;
  line-height: 40px;
}
.nav .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav .list ul li {
  min-width: 90px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  padding: 0 14px;
  position: relative;
 
}
.nav .list ul li h4 {
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.nav .list ul li a {
  color: #fff;
  text-decoration: none;
}
.nav .list ul li .slide-nav {
  width: 260px;
  position: absolute;
  left: 0;
  display: none;
  top: 40px;
  z-index: 899;
  padding: 15px 0;
  background-color: #00b7ee;
}
.nav .list ul li .slide-nav p {
  line-height: 40px;
  margin: 0;
  text-align: left;
  padding: 0 15px;
}
.nav .list ul li .slide-nav p:hover {
  background-color: #169cc6;
}
.nav .list ul li:hover {
  background-color: #00b7ee;
}
.nav .list ul li:hover .slide-nav {
  display: block;
}
.banner {
  width: 100%;
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 75% !important;
  opacity: 0.5;
  height: 420px;
}
.banner ul li img {
  width: 100%;
}
.banner ul li.swiper-slide-active {
  opacity: 1;
}
.banner ul li .imgs {
  width: 100%;
}
.banner ul li .imgs img {
  width: 100%;
}
.banner ul li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 60px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 40px;
}
.banner ul li .text .title {
  width: 100%;
  line-height: 76px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.banner ul li .text .title span {
  text-shadow: 1px 4px 0 #000;
}
.banner ul li .text .txt {
  width: 100%;
  max-width: 750px;
  color: #fff;
  line-height: 26px;
}
.banner ul li .text .more {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner ul li .text .more a {
  display: inline-block;
  width: 128px;
  height: 30px;
  background-color: #00b7ee;
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.banner .swiper-pagination {
  width: 120px;
  left: 50%;
  margin-left: -560px;
  bottom: 30px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 6px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00b7ee;
}
.news {
  width: 100%;
  min-height: 480px;
  float: left;
  background: url("../img/5dac32_1925x477.jpg") bottom center no-repeat;
  padding-top: 72px;
}
.news .title {
  width: 100%;
  line-height: 74px;
  position: relative;
  color: #fff;
  z-index: 9;
}
.news .title span {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.news .title em {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 18px;
}
.news .news-inform {
  width: 100%;
  min-height: 100px;
  position: relative;
}
.news .news-inform:after {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  width: 234px;
  height: 340px;
  background-color: #003788;
}
.news .news-inform .content {
  position: relative;
  z-index: 9;
  width: 100%;
}
.news .news-inform .content .imgs {
  width: 100%;
}
.news .news-inform .content .imgs img {
  width: 100%;
  height: 256px;
}
.news .news-inform .content .list {
  width: 100%;
}
.news .news-inform .content .list ul {
  width: 100%;
}
.news .news-inform .content .list ul li {
  width: 100%;
  margin-bottom: 18px;
}
.news .news-inform .content .list ul li .txt {
  line-height: 22px;
  font-size: 14px;
  color: #002b43;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-inform .content .list ul li .txt a {
  color: #002b43;
  text-decoration: none;
}
.news .news-inform .content .list ul li .txt a:hover {
  color: #f00;
}
.news .news-inform .content .list ul li .more {
  line-height: 28px;
  font-size: 14px;
  color: #4ca5ff;
  font-family: Arial, Helvetica, sans-serif;
}

.news .events {
  width: 100%;
  min-height: 100px;
  float: left;
}
.news .events .title {
  color: #003262;
}
.news .events .list {
  width: 100%;
}
.news .events .list ul {
  width: 100%;
}
.news .events .list ul li {
  width: 100%;
  margin-bottom: 26px;
}
.news .events .list ul li .time {
  width: 40px;
  height: 46px;
  background-color: #003788;
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  flex-direction: column;
}
.news .events .list ul li .time span {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}
.news .events .list ul li .time em {
  font-size: 12px;
  text-transform: uppercase;
}
.news .events .list ul li .txt {
  width: calc(100% - 40px);
  padding-left: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 46px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 23px;
}
.news .events .list ul li .txt a {
  color: #333;
  text-decoration: none;
}
.news .events .list ul li .txt a:hover {
  color: #f00;
}
.departments {
  width: 100%;
  min-height: 100px;
  background-color: #003f88;
  float: left;
  padding-top: 40px;
  padding-bottom: 65px;
  overflow: hidden;
  position: relative;
}
.departments:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -509px;
  bottom: 0;
  width: 1018px;
  height: 59px;
  background: url("../img/b26255_1018x59.png") center no-repeat;
  opacity: 0.06;
}
.departments .title {
  width: 100%;
  line-height: 68px;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.departments .list {
  width: 100%;
  min-height: 100px;
  padding: 36px 0;
  float: left;
}
.departments .list .item {
  width: 100%;
}
.departments .list .item .imgs {
  width: 100%;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.departments .list .item .imgs i {
  display: inline-block;
}
.departments .list .item .imgs i.ico1 {
  width: 62px;
  height: 58px;
  background: url("../img/d2d861_62x58.png") center no-repeat;
}
.departments .list .item .imgs i.ico2 {
  width: 58px;
  height: 53px;
  background: url("../img/49cd60_58x53.png") center no-repeat;
}
.departments .list .item .imgs i.ico3 {
  width: 56px;
  height: 54px;
  background: url("../img/942d35_56x54.png") center no-repeat;
}
.departments .list .item .text {
  text-align: center;
  color: #fff;
  line-height: 26px;
}
.departments .list .item .text span {
  display: block;
}
.departments .list .item:hover .imgs i.ico1 {
  background: url("../img/1eabbc_62x58.png") center no-repeat;
}
.departments .list .item:hover .imgs i.ico2 {
  background: url("../img/9f8799_58x53.png") center no-repeat;
}
.departments .list .item:hover .imgs i.ico3 {
  background: url("../img/b5f4ef_56x54.png") center no-repeat;
}
.departments .list .item:hover .text {
  color: #00e4ff;
}
.contact {
  width: 100%;
  padding-top: 36px;
  float: left;
  padding-bottom: 60px;
}
.contact .title {
  width: 100%;
  line-height: 58px;
  font-size: 26px;
  color: #003f88;
  font-family: Arial, Helvetica, sans-serif;
}
.contact .conta {
  width: 100%;
  min-height: 100px;
  float: left;
}
.contact .conta .imgs {
  width: 100%;
  padding: 14px 0;
}
.contact .conta .imgs img {
  width: auto;
  max-width: 100%;
}
.contact .conta .list {
  width: 100%;
}
.contact .conta .list .box {
  width: 100%;
}
.contact .conta .list .box .ico {
  width: 32px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .conta .list .box .txt {
  width: calc(100% - 32px);
  padding-left: 12px;
  line-height: 36px;
  font-size: 15px;
  color: #003f88;
}
.contact .link {
  width: 100%;
  min-height: 100px;
  float: left;
}
.contact .link .text {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
}
.contact .link .text span {
  display: block;
  color: #003f88;
}
.contact .apply {
  width: 100%;
}
.contact .apply .text {
  line-height: 36px;
  font-size: 15px;
  color: #003f88;
}
.contact .apply .text span {
  display: block;
  color: #003f88;
}
.footer {
  width: 100%;
  background-color: #004ba0;
  padding: 35px 0;
  float: left;
}
.footer .logo {
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .logo img {
  max-height: 60%;
}
.footer .copyright {
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer .copyright p {
  color: #fff;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.footer .cont {
  height: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .cont .box {
  height: 90px;
  margin-left: 20px;
}
.footer .cont .box img {
  height: 90px;
}
.wap-head {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 2px solid #003f88;
  float: left;
  position: relative;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
}
.wap-head .wap-head-cont {
  width: 100%;
  padding: 0 20px;
}
.wap-head .wap-head-cont .logo {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -10px;
}
.wap-head .wap-head-cont .logo img {
  height: 44px;
}
.wap-head .wap-head-cont .menu {
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .wap-head-cont .menu i {
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #003f88;
  position: relative;
  transition: 0.5s;
}
.wap-head .wap-head-cont .menu i:after {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #003f88;
}
.wap-head .wap-head-cont .menu i:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.8s;
  width: 100%;
  height: 2px;
  background-color: #003f88;
}
.wap-head .wap-head-cont .menu.acti i {
  background: none;
}
.wap-head .wap-head-cont .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-head .wap-head-cont .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-head .slide {
  width: 100%;
  background-color: #003f88;
  padding: 0px 0;
  float: left;
  display: none;
}
.wap-head .slide .list {
  width: 100%;
}
.wap-head .slide .list ul {
  width: 100%;
}
.wap-head .slide .list ul li {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
}
.wap-head .slide .list ul li h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  height: 40px;
  width: 100%;
  margin: 0;
}
.wap-head .slide .list ul li a {
  color: #fff;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
}
.wap-head .slide .list ul li .wap-slide {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  display: none;
  padding: 10px 20px;
}
.wap-head .slide .list ul li .wap-slide p {
  line-height: 40px;
  padding-left: 15px;
  color: #fff;
}
.wap-head .slide .list ul li .wap-slide p:hover {
  background-color: #31619c;
}
.wap-head .slide .list ul li.btns {
  position: relative;
}
.wap-head .slide .list ul li.btns h4:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  transition: 0.5s;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid rgba(255,255,255,0.8);
}
.wap-head .slide .list ul li.btns h4.actis:after {
  transform: rotate(-180deg);
}
.wap-head .slide .list ul li.acti a {
  opacity: 1;
}
.wap-head .slide .function {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.wap-head .slide .function .input {
  width: 60%;
  height: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wap-head .slide .function .input input {
  width: 90%;
  height: 36px;
  border: none;
  background: none;
  font-size: 14px;
  padding-left: 10px;
  color: #fff;
}
.wap-head .slide .function .input input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.wap-head .slide .function .input button {
  width: 36px;
  height: 36px;
  border: none;
  background: url("../img/9abc60_24x24.png") center no-repeat;
  background-size: 18px 18px;
}
.wap-head .slide .function .lang {
  width: 130px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.wap-head .slide .function .lang ul {
  width: 100%;
}
.wap-head .slide .function .lang ul li {
  width: 50%;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.wap-head .slide .function .lang ul li.acti {
  background-color: #fff;
  border: 1;
  color: #003f88;
}
.wap-null {
  height: 60px;
  float: left;
}
.wap-bann {
  width: 100%;
}
.wap-bann ul {
  width: 100%;
}
.wap-bann ul li {
  width: 100%;
}
.wap-bann ul li img {
  width: 100%;
}
.wap-bann .swiper-pagination {
  bottom: 16px !important;
}
.wap-bann .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  margin: 0 4px !important;
}
.wap-bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00b7ee;
}
.page-bann {
  width: 100%;
  height: 255px;
  background: url("../img/3f382b_1920x255.jpg") center no-repeat;
  float: left;
}
.main {
  width: 100%;
}
.main .sidebar {
  width: 100%;
  max-width: 250px;
  min-height: 100px;
  margin-top: -66px;
}
.main .sidebar .title {
  width: 100%;
  height: 66px;
  background: rgba(0,183,238,0.8);
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.main .sidebar .list {
  width: 100%;
  border: 1px solid #c8c8c8;
  float: left;
  padding: 22px;
}
.main .sidebar .list ul {
  width: 100%;
}
.main .sidebar .list ul li {
  width: 100%;
  border-bottom: 1px dashed #d2d2d2;
}
.main .sidebar .list ul li:last-child {
  border-bottom: none;
}
.main .sidebar .list ul li h4 {
  width: 100%;
  line-height: 22px;
  padding: 10px 0;
  cursor: pointer;
  padding-left: 22px;
  margin: 0;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.main .sidebar .list ul li h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #00b7ee;
}
.main .sidebar .list ul li h4:hover a {
  color: #f00;
}
.main .sidebar .list ul li p {
  width: 100%;
  padding-left: 34px;
  display: none;
}
.main .sidebar .list ul li p a {
  display: block;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  color: #4c4c4c;
  padding: 7px 0;
}
.main .sidebar .list ul li p a:after {
  content: '';
  position: absolute;
  left: -12px;
  top: 15px;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  background-color: #a0a0a0;
}
.main .content {
  width: 100%;
  min-height: 100px;
  padding-top: 18px;
}
.main .content .addr {
  width: 100%;
  height: 44px;
  line-height: 44px;
  position: relative;
}
.main .content .addr:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #d2d2d2;
}
.main .content .addr .txt {
  padding-right: 10px;
  line-height: 44px;
  position: relative;
  z-index: 2;
  float: left;
}
.main .content .addr .txt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.main .content .addr .txt span {
  font-size: 18px;
  color: #003f88;
  position: relative;
  z-index: 9;
  display: inline-block;
  line-height: 44px;
  border-bottom: 4px solid #00b7ee;
}
.main .content .addr .links {
  line-height: 44px;
  font-size: 13px;
  color: #666;
}
.main .content .addr .links a {
  color: #666;
}
.main .content .addr .links a:hover {
  color: #00b7ee;
}
.main .content .list {
  width: 100%;
  min-height: 100px;
  float: left;
}
.main .content .list .item {
  width: 100%;
  margin: 30px 0;
  position: relative;
  float: left;
}
.main .content .list .item:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 190px);
  height: 1px;
  background-color: #aaa;
}
.main .content .list .item .imgs {
  width: 170px;
}
.main .content .list .item .imgs img {
  width: 100%;
  height: 120px;
}
.main .content .list .item .text {
  width: calc(100% - 170px);
  padding-left: 20px;
}
.main .content .list .item .text .tit {
  width: 100%;
}
.main .content .list .item .text .tit h5 {
  line-height: 22px;
  font-size: 16px;
  color: #184777;
  margin: 0;
}
.main .content .list .item .text .tit h6 {
  line-height: 26px;
  margin: 0;
  font-size: 14px;
  color: #009e96;
}
.main .content .list .item .text .txt {
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  color: #939393;
  padding-top: 10px;
}
.page {
  width: 100%;
  text-align: center;
  float: left;
  padding-bottom: 20px;
}


.main .content .article {
	width: 100%;
	min-height: 100px;
	float: left;
	padding: 50px 0;
}

	.main .content .article .tit {
		width: 100%;
		text-align: center;
	}

		.main .content .article .tit h5 {
			line-height: 48px;
			font-size: 18px;
			color: #0e3692;
			font-weight: bold;
		}

		.main .content .article .tit p {
			color: #747474;
		}

	.main .content .article .content {
		width: 100%;
		padding: 20px 0;
	}

		.main .content .article .content .txt {
			width: 100%;
		}

			.main .content .article .content .txt p {
				line-height: 28px;
				font-size: 14px;
				color: #666;
				text-indent: 28px;
				padding: 10px 0;
				text-align: justify;
			}

		.main .content .article .content .imgs {
			width: 100%;
			text-align: center;
		}

			.main .content .article .content .imgs img {
				max-width: 100%;
			}
@media screen and (max-width: 768px) {
  .news .news-inform:after {
    width: calc(100% + 30px);
    height: 200px;
    margin-left: 0;
  }
  .footer .cont {
    display: flex;
    justify-content: center;
  }
  .news {
    padding-top: 12px;
  }
  .main .content .list .item {
    padding-bottom: 20px;
    margin: 15px 0;
  }
  .main .content .list .item .imgs img {
    height: 160px;
  }
  .main .content .list .item .imgs {
    width: 100%;
  }
  .main .content .list .item .text {
    width: 100%;
    padding-left: 0;
  }
  .main .content .list .item:after {
    width: 100%;
  }
  .main .content .addr .txt {
    width: 100%;
  }
  .main .content .addr .links {
    width: 100%;
    text-align: right;
  }
  .contact .conta .imgs {
    text-align: center;
  }
  .contact .conta .list .box .txt {
    width: 160px;
  }
  .contact .conta .list .box {
    display: flex;
    justify-content: center;
  }
  .contact .title {
    text-align: center;
  }
  .contact .apply .text span {
    text-align: center;
  }
  .contact .link .text span {
    text-align: center;
  }
  .contact .conta .imgs img {
    width: 100%;
  }
  .contact .conta .list {
    padding-bottom: 30px;
  }
  .contact .conta .list .box {
    width: 50%;
    float: left;
  }
  .contact .apply {
    padding-top: 15px;
    float: left;
  }
}

.departments .list .item .text a {
  text-align: center;
  color: #fff;
  line-height: 26px;
}
.news .title em a{
  color:#fff;
}


