@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 100%;
}
video {
  width: 100% !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
body {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Micsoft YaHei', '微软雅黑', '黑体';
  min-width: 320px;
  margin: auto;
}
* a {
  text-decoration: none;
}
.item-lase {
  margin-bottom: 0 !important;
}
.warp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content {
  display: block;
  content: '';
}
.bgIcon {
  background: url("../images/icon.png") no-repeat;
}
header {
  background-color: #fff;
}
header .warp {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.telBox {
  position: relative;
  font-size: 20px;
  color: #225985;
}
.telBox i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon.png) no-repeat;
  background-position: -179px -130px;
  position: relative;
  top: 5px;
}
.telBox .newSite {
  position: absolute;
  right: -50px;
  top: 0;
}
.telBox .newSite a {
  font-size: 16px;
  color: #545454;
}
.telBox .newSite i {
  background-position: -193px -2px;
}
.swiper#banner {
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
  margin-top: 114px;
}
.swiper#banner img {
  max-width: 100%;
  height: 430px;
}
.swiper#banner .swiper-pagination-bullet {
  background-color: #fff !important;
}
#navBox {
  background-color: #32a2be;
  height: 47px;
}
#navBox nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
#navBox li {
  height: 45px;
  line-height: 45px;
  list-style: none;
  padding: 0 15px;
  text-align: center;
}
#navBox li a {
  color: #fff;
  font-size: 17px;
}
#navBox li.haschild {
  position: relative;
  width: 100px;
  padding: 0 0;
}
#navBox li .childUl {
  display: none;
  position: absolute;
  left: 0px;
  top: 47px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0 0 4px 4px;
  width: 115px;
  border: 1px solid #dedede;
  border-top: 0px solid transparent;
}
#navBox li .childUl a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #545454;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* IE/Safari */
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera */
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*FireFox*/
}
#navBox li .childUl li:last-child a {
  border-bottom: 0px solid transparent;
}
#navBox li .childUl li:hover {
  background-color: #fff;
}
#navBox li .childUl li:hover a {
  color: #32a2be;
  font-weight: normal;
}
#navBox li:hover {
  background-color: #288ea8;
}
#navBox li:hover > a {
  font-weight: bold;
}
.jzBox {
  margin: 70px auto;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.jzBox dl {
  width: 22.5%;
}
.jzBox dl:hover dd {
  box-shadow: 6px 6px 21px rgba(72, 72, 72, 0.5);
}
.jzBox dl dd i {
  color: #0353a5;
}
.jzBox dl:nth-child(1) .major {
  color: #0353a5;
}
.jzBox dl:nth-child(2) dt i {
  background-position: -102px -100px;
}
.jzBox dl:nth-child(2) dd i {
  color: #c8aa74;
}
.jzBox dl:nth-child(2) .toview {
  background-color: #c8aa74;
}
.jzBox dl:nth-child(2) .major {
  color: #c8aa74;
}
.jzBox dl:nth-child(2) dd p {
  border-color: #c8aa74;
}
.jzBox dl:nth-child(3) dt i {
  background-position: -10px -140px;
}
.jzBox dl:nth-child(3) .toview {
  background-color: #c04f4b;
}
.jzBox dl:nth-child(3) .major {
  color: #c04f4b;
}
.jzBox dl:nth-child(3) dd i {
  color: #c04f4b;
}
.jzBox dl:nth-child(3) dd p {
  border-color: #c04f4b;
}
.jzBox dl:nth-child(4) dt i {
  background-position: -102px -140px;
}
.jzBox dl:nth-child(4) .toview {
  background-color: #0097be;
}
.jzBox dl:nth-child(4) dd i {
  color: #0097be;
}
.jzBox dl:nth-child(4) .major {
  color: #0097be;
}
.jzBox dl:nth-child(4) dd p {
  border-color: #0097be;
}
.jzBox dt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #545454;
}
.jzBox dt i {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-right: 10px;
  background: url("../images/icon.png") no-repeat;
  background-position: -105px -55px;
}
.jzBox dt span {
  font-size: 12px;
  color: #e4e4e4 !important;
  position: absolute;
  top: -15px;
  left: 40px;
  font-weight: normal !important;
}
.jzBox dt a {
  color: #545454;
}
.jzBox dd {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  height: 313px;
  padding: 20px 20px 30px;
  box-shadow: 6px 6px 21px rgba(72, 72, 72, 0.3);
  margin-top: 25px;
  border-radius: 25px 0 25px 0;
  position: relative;
}
.jzBox dd p {
  padding-left: 74px;
  font-size: 18px;
  color: #545454;
  line-height: 24px;
  margin-bottom: 5px;
}
.jzBox dd p span {
  margin-left: -76px;
  float: left;
}
.jzBox dd p a {
  color: #545454;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  margin-right: 0;
}
.jzBox dd p:nth-child(1) {
  border-bottom: 1px dashed #0353a5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.jzBox dd p:nth-child(2) span {
  display: block;
  clear: both;
  float: none;
}
.jzBox dd p:nth-child(3) {
  padding-left: 0;
}
.jzBox dd p:nth-child(2) {
  text-align: center;
}
.jzBox dd p:nth-child(3) {
  text-align: left;
}
.jzBox dd .toview {
  position: absolute;
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #0353a5;
  border-radius: 20px;
  margin: 0 auto;
  bottom: 25px;
  left: 49%;
  margin-left: -55px;
  text-indent: 1em;
}
.jzBox dd .toview i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon.png") no-repeat;
  background-position: -53px -144px;
  top: 8px;
  left: 4px;
}
.jzBox dd .toview a {
  color: #fff;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  background: url("../images/icon.png") no-repeat -190px -32px;
  outline: none;
}
.swiper-button-prev {
  background-position: -190px -78px;
}
.title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #32a2be;
}
.title i {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url("../images/icon.png") no-repeat;
  position: relative;
  top: 5px;
}
.title span {
  position: absolute;
  font-size: 15px;
  left: 40px;
  top: -15px;
  font-weight: normal;
  color: #c4dee5;
}
.title a {
  display: inline-block;
  font-size: 16px;
  margin-left: 50px;
  color: #32a2be;
}
.introBox {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.introBox .introMain {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.introBox .introTxt {
  padding-left: 35px;
}
.introBox .introTxt p {
  text-indent: 2em;
  line-height: 34px;
  font-size: 18px;
  color: #545454;
  text-align: justify;
}
.introBox .introTxt .toMore {
  text-align: right;
  color: #32a2be;
  float: right;
  font-size: 16px;
}
.introBox .introTxt .toMore:hover {
  text-decoration: underline;
}
.Notice {
  padding: 65px 0 80px;
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
.Notice .title {
  margin-bottom: 20px;
}
.Notice .title i {
  background-position: -55px -49px;
}
.Notice .warp {
  padding-top: 15px;
  overflow-x: hidden;
}
.Notice .NoticeImgBg {
  cursor: pointer;
  display: block;
  width: 380px;
  height: 275px;
  position: relative;
}
.Notice .NoticeImgBg img {
  height: 220px;
}
.Notice .NoticeImgBg h2 {
  position: absolute;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 5px;
  text-align: center;
  background-color: #909399;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  bottom: 0;
}
.Notice .NoticeImgBg .date {
  position: absolute;
  left: 0;
  bottom: 46px;
  padding: 2px 10px;
  background-color: #be9860;
  color: #fff;
  font-size: 15px;
  z-index: 5;
}
.News {
  padding: 60px 0 80px;
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
.News .title i {
  background-position: left -5px;
  margin-right: 10px;
}
.News .title span {
  left: 53px;
}
.News .warp {
  overflow: hidden;
  padding-top: 20px;
}
.News .newsBox {
  cursor: pointer;
  display: block;
  width: 260px;
  height: 385px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #c5c5c5;
}
.News .newsBox .imgCon {
  width: 100%;
  height: 155px;
  background-size: contain;
}
.News .newsBox h3 {
  font-size: 16px;
  display: box;
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  -o-display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 5px;
  color: #545454;
  font-weight: bold;
  margin-bottom: 20px;
}
.News .newsBox p {
  text-indent: 2em;
  display: box;
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  -o-display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  font-size: 15px;
  color: #545454;
}
.News .newsBox .txtCon {
  padding: 20px 20px 60px;
}
.News .newsBox .txtCon span {
  font-size: 14px;
  float: right;
  color: #545454;
  margin-top: 17px;
}
.News .newsBox:hover {
  background-color: #004a8d;
  border-color: #004a8d;
  box-shadow: 2px 2px 10px rgba(72, 72, 72, 0.5);
}
.News .newsBox:hover h3,
.News .newsBox:hover p,
.News .newsBox:hover .txtCon,
.News .newsBox:hover span {
  color: #fff;
}
.setting {
  background: url("../images/set.jpg") no-repeat left top;
  padding: 50px 0 60px;
}
.setting .title {
  color: #fff;
}
.setting .title span {
  color: #fff;
}
.setting .title a {
  color: #fff;
}
.setting .title i {
  background-position: -107px -7px;
}
.setting ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.setting ul li {
  text-align: center;
  width: 136px;
}
.setting ul li a {
  color: #fff;
  font-size: 16px;
}
.setting ul li a span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.setting ul li a p {
  font-size: 17px;
  font-weight: bold;
}
.setting ul li a p span {
  font-weight: normal;
}
.setting ul li a img {
  margin-bottom: 20px;
  border-radius: 50%;
}
.setting ul li a:hover img {
  box-shadow: 0px 0 20px rgba(255, 255, 255, 0.6);
}
.team {
  background: url("../images/teambg.jpg") no-repeat #f7f7f7;
  padding: 60px 0 80px;
}
.team .title {
  margin-bottom: 10px;
}
.team .title i {
  background-position: -58px -5px;
}
.team ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.team .teamDiv {
  width: 145px;
  height: 75px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
  background: url("../images/tbg.png") no-repeat center top;
  padding: 10px 0 0;
  color: #fff;
  margin: -38px auto 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.team .teamDiv h2 {
  font-weight: bold;
}
.team li:hover img {
  transform: scale(1.1);
}
.bannerad {
  background-color: #003052;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-bottom: 55px;
}
.imgBox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.imgBox img {
  width: 25%;
}
.lifeCommon {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
}
.lifeCommon .life {
  width: 600px;
}
.lifeCommon .life .title i {
  background-position: -53px -94px;
}
.lifeCommon .life li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lifeCommon .life li a {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  color: #545454;
}
.lifeCommon .life .imgCon {
  flex: 0 0 190px;
  width: 190px;
  height: 90px;
  overflow: hidden;
}
.lifeCommon .life .imgCon img {
  width: 100%;
  min-height: 100%;
  max-width: 100%;
}
.lifeCommon .life .txtCon {
  flex: 0 0 370px;
  width: 370px;
}
.lifeCommon .life .txtCon h3 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: box;
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  -o-display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  padding: 5px 0;
}
.lifeCommon .life .txtCon p {
  font-size: 14px;
  display: box;
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  -o-display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.apply {
  width: 285px;
  margin: 0 120px;
}
.apply .title i {
  background-position: -9px -97px;
}
.apply ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.apply ul li {
  width: 50%;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.apply ul li:nth-child(2) i {
  background-position: -141px -11px;
}
.apply ul li:nth-child(3) {
  margin-bottom: 0;
}
.apply ul li:nth-child(3) i {
  background-position: -3px -54px;
}
.apply ul li:nth-child(4) {
  margin-bottom: 0;
}
.apply ul li:nth-child(4) i {
  background-position: -141px -96px;
}
.apply ul a {
  display: block;
  text-align: center;
  padding-top: 20px;
  background: url("../images/red.png") no-repeat center 0px;
  color: #545454;
  font-size: 16px;
}
.apply ul a:hover {
  text-decoration: underline;
}
.apply ul a i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto 0;
  background: url("../images/icon.png") no-repeat;
  background-position: -142px -54px;
}
.apply ul p {
  margin-top: 10px;
}
.schoolfellow {
  width: 100%;
  height: auto;
  background-color: #F7F7F7;
  padding: 40px 0px 60px;
}
.schoolfellow .title i {
  background: url('../images/xiaoyh.png') no-repeat;
}
.schoolfellow .schoolfellow-box {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
.schoolfellow .schoolfellow-box .schoolfellow-area {
  width: 520px;
}
.schoolfellow .schoolfellow-box .schoolfellow-club {
  width: 550px;
  height: auto;
}
.schoolfellow .schoolfellow-box .schoolfellow-line {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #00538D;
  margin-bottom: 50px;
}
.schoolfellow .schoolfellow-box .schoolfellow-line img {
  height: 2px;
  width: 90px;
  margin: 16px 10px 0px;
}
.schoolfellow .schoolfellow-box .schoolfellow-img1 {
  margin-top: 20px;
}
.schoolfellow .schoolfellow-box .schoolfellow-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schoolfellow .schoolfellow-box .schoolfellow-img li {
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #545454;
}
.schoolfellow .schoolfellow-box .schoolfellow-img li p {
  margin-top: 10px;
}
.schoolfellow .schoolfellow-box .schoolfellow-mien {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.schoolfellow .schoolfellow-box .schoolfellow-mien li {
  width: 252px;
  height: 380px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(87, 87, 87, 0.1);
  position: relative;
}
.schoolfellow .schoolfellow-box .schoolfellow-mien li p:nth-child(1) {
  width: 252px;
  height: 160px;
  background: #ccc;
}
.schoolfellow .schoolfellow-box .schoolfellow-mien li img {
  width: 252px;
  height: 160px;
}
.schoolfellow .schoolfellow-box .schoolfellow-mien li p:nth-child(2) {
  width: 90px;
  height: 24px;
  background: #DE821B;
  border-radius: 0px 12px 12px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 144px;
}
.schoolfellow .schoolfellow-box .schoolfellow-mien li p:nth-child(3) {
  font-size: 18px;
  font-weight: bold;
  color: #545454;
  padding: 10px 20px 0;
}
.schoolfellow .schoolfellow-box .schoolfellow-mien li p:nth-child(4) {
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 20px 20px 0px;
}
.schoolfellow .schoolfellow-box .schoolfellow-dynamic a {
  color: #545454;
}
.schoolfellow .schoolfellow-box .schoolfellow-dynamic li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.schoolfellow .schoolfellow-box .schoolfellow-dynamic li span {
  font-size: 16px;
}
.schoolfellow .schoolfellow-box .schoolfellow-dynamic li p {
  width: 83px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #5E6164;
  border-radius: 14px;
  text-align: center;
  margin-right: 20px;
}
.schoolfellow .schoolfellow-box .schoolfellow-rigister {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 74px;
  justify-content: space-between;
}
.schoolfellow .schoolfellow-box .schoolfellow-rigister li {
  width: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  box-shadow: 0px 0px 15px 1px rgba(87, 87, 87, 0.1);
  border-radius: 10px;
}
.schoolfellow .schoolfellow-box .schoolfellow-rigister li p {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 3px;
}
.schoolfellow .schoolfellow-box .schoolfellow-rigister li .iconfont {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
}
.schoolfellow .schoolfellow-box .schoolfellow-rigister li:nth-child(1) {
  background-image: url('../images/register.png');
}
.schoolfellow .schoolfellow-box .schoolfellow-rigister li:nth-child(2) {
  background-image: url('../images/server.png');
}
.schoolfellow .schoolfellow-box .schoolfellow-rigister li:nth-child(3) {
  background-image: url('../images/activity.png');
}
.schoolfellow .schoolfellow-club .schoolfellow-line {
  margin-bottom: 53px;
}
.schoolfellow .schoolfellow-club .schoolfellow-img li {
  width: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 1px rgba(87, 87, 87, 0.1);
  border-radius: 10px;
}
.schoolfellow .schoolfellow-club .schoolfellow-img li .iconfont {
  width: 41px;
  height: 41px;
  background: #0096BE;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 41px;
}
footer {
  background-color: #393939;
  padding: 50px 0;
}
footer .flexbox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 34px;
}
footer .assist a {
  color: #fff;
}
footer h1,
footer .h1Strong {
  font-weight: bold;
}
footer .link {
  padding-left: 90px;
}
footer .link .strong {
  font-weight: bold;
}
footer .link a {
  display: block;
  color: #fff;
}
footer .link a:hover {
  text-decoration: underline;
}
footer p {
  color: #fff;
}
.pageBg {
  background-color: #f4f4f4;
}
.page-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 100px;
  font-size: 16px;
  line-height: 30px;
}
.page-content .course-content-title {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 31px;
}
.page-content .container {
  padding: 100px;
  background-color: #fff;
}
.page-content .portlet-title {
  text-align: center;
}
.page-content .caption-subject {
  font-size: 21px;
  text-align: center;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}
.page-content .search-post-foot {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.page-content .search-post-foot a,
.page-content .search-post-foot span {
  color: #676767;
  display: inline-block;
  margin: 0 20px;
  color: #c3c3c3;
}
.page-content .blog-post-tags li {
  float: left;
  margin-right: 5px;
}
.page-content .blog-post-tags li a,
.page-content .blog-post-tags li span {
  color: #666;
}
.pageHead {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 0;
}
.pageHead .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.brochures-wrap {
  width: 100%;
  padding: 100px 0 120px;
  background-color: #fff;
}
.brochures-wrap .brochures-box {
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
  justify-content: space-around;
}
.brochures-wrap .brochures-box div {
  margin-bottom: 40px;
}
.brochures-wrap .brochures-item {
  width: 400px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.brochures-wrap .brochures-item img {
  width: 400px;
  display: block;
  height: 194px;
}
.brochures-wrap .brochures-item h2 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
  color: #000A00;
  text-align: center;
  padding: 10px 0;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a,
.breadcrumb li span {
  color: #666;
  display: inline-block;
  padding: 0 10px;
}
.breadcrumb li::before {
  display: inline-block;
  content: "/";
}
.breadcrumb li:first-child::before {
  display: none;
}
.portlet-body.color38 p {
  color: #383838 !important;
  font-size: 16px !important;
}
.portlet-body p {
  text-indent: 2em;
  line-height: 28px;
  margin-bottom: 10px;
  color: #383838 !important;
  font-size: 16px !important;
}
.portlet-body p a {
  color: #000 !important;
}
.portlet-body p b {
  font-weight: bold !important;
}
.portlet-body p img {
  margin-left: -2em;
}
.portlet-body p * {
  font-size: 16px !important;
}
.portlet-body img {
  max-width: 790px;
  margin: 10px auto;
}
.jxj th {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 10px;
  color: #030207;
  font-size: 16px;
}
.jxj th,
.jxj td {
  text-align: center;
}
.setTable {
  max-width: 790px;
  width: 100%;
  padding: 0;
  margin: 10px auto;
  border: 1px solid #d1d1d1;
}
.setTable caption {
  width: 100%;
  height: 50px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 17px;
}
.setTable thead td {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.setTable td {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 10px;
  color: #030207;
  font-size: 16px;
}
.setTable .remark {
  color: #c04f4b;
}
.pageList {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.pageList .imgBox {
  display: block;
  width: 215px;
  height: 112px;
  border: 1px solid #288ea8;
  margin-right: 20px;
  flex: 0 0 auto;
}
.pageList .imgBox img {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  display: none;
}
.pageList .search-title {
  font-size: 18px;
  font-weight: normal;
}
.pageList .search-title a {
  color: #000;
}
.pageList .search-desc {
  color: #666;
  margin-top: 10px;
}
.pageList .search-post-foot {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 0px solid #fff;
}
.pageList .search-post-foot a,
.pageList .search-post-foot span {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  color: #aaa;
}
.pageList .search-post-tags li {
  float: left;
}
.pagination {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  padding: 0 10px;
}
.pagination li span,
.pagination li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f3f3f3;
  color: #000;
}
.pagination li.active span,
.pagination li.active a {
  background-color: transparent;
}
.page-content .container.categoryCon {
  padding: 50px 0 0;
}
.page-content .container.categoryCon .category-box {
  padding: 40px;
  background-color: #f8f8f8;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(161 162 162 / 62%);
}
.page-content .container.categoryCon .category-thumbnail {
  margin-right: 50px;
  display: block;
  width: 250px;
  height: 190px;
  overflow: hidden;
  flex: 0 0 auto;
}
.page-content .container.categoryCon .category-thumbnail img {
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
}
.page-content .container.categoryCon .category-title h5 {
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-content .container.categoryCon .category-title h5 a {
  color: #000000;
}
.page-content .container.categoryCon .category-title .category-con {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 15px 0 0;
  height: 118px;
}
.page-content .container.categoryCon .category-title .category-con p {
  text-indent: 0;
  margin: 0;
  text-align: left;
}
.page-content .container.category-qita {
  padding: 0px 10px;
  background: #fafafa;
}
.page-content .container.category-qita dl {
  border-bottom: 1px solid #c3c3c3;
  padding: 10px 50px 50px;
  margin-top: 30px;
}
.page-content .container.category-qita dl .bigTIlte {
  font-size: 14px;
  background: #313e98;
  padding: 2px 20px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 5px;
}
.page-content .container.category-qita dl li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.page-content .container.category-qita dl li a {
  color: #333;
}
.category-con.MBACon h1 {
  display: none !important;
}
.formBox {
  max-width: 1000px;
  width: 90%;
  margin: 10px auto 30px;
  position: relative;
}
.formBox .layui-form {
  padding: 0 30px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.formBox .layui-input,
.formBox .layui-textarea {
  width: 230px;
}
.formBox .layui-input#textarea,
.formBox .layui-textarea#textarea {
  width: 100%;
}
.formBox .layui-form-label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 16px;
}
.formBox .layui-form-label i {
  color: #f10101;
  display: inline-block;
  padding: 0 5px;
}
.formBox .layui-input-block {
  margin-left: 0;
}
.formBox .layui-btn {
  display: block;
  margin: 40px auto 0;
  width: 120px;
}
.formBox .layui-form-select dl dd.layui-this,
.formBox .layui-btn {
  background-color: #4a90e2;
}
.formBox .layui-form-radio > i:hover,
.formBox .layui-form-radioed > i {
  color: #4a90e2;
}
.page-content .container.categoryCon.formBg {
  background: url("../images/formImg.jpg") no-repeat 100px 135px #fff;
  padding: 50px 100px;
  clear: both;
  overflow: hidden;
}
.signUpTitle {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #32a2be;
  margin: 15px auto;
  position: relative;
}
.signUpTitle i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  background: url("../images/online.png") no-repeat center top;
  position: relative;
  top: 5px;
}
.signUpTitle span {
  position: absolute;
  font-size: 12px;
  left: 40px;
  top: -10px;
  font-weight: normal;
  color: #c4dee5;
}
.signUp {
  max-width: 470px;
  margin-left: 530px;
  padding: 15px 0;
}
.signUp .layui-form-label {
  width: 115px;
  font-size: 15px;
}
.signUp .layui-form-label i {
  color: #c04f4b;
}
.signUp .layui-input-block {
  margin-left: 150px;
}
.signUp .layui-input,
.signUp .layui-select,
.signUp .layui-textarea {
  border-color: #32a2be;
}
.signUp .layui-form-item {
  margin-bottom: 19px;
}
.signUp .layui-btn {
  display: block;
  width: 150px;
  margin-left: 200px;
  background-color: #32a2be;
}
.fixedNav {
  width: 80px;
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 50%;
  list-style-type: none;
}
.fixedNav li {
  padding: 10px 10px 10px;
  background-color: #33A3BD;
  text-indent: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.fixedNav li::marker {
  display: none !important;
}
.fixedNav li i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url("../images/rightIcon.png") no-repeat left top;
  background-size: 100% auto;
}
.fixedNav li a {
  color: #fff;
}
.fixedNav li a:hover {
  text-decoration: none;
  color: #fff;
}
.fixedNav li:nth-child(2) i {
  background-position: left -130px;
}
.fixedNav li:nth-child(3) i {
  background-position: left -45px;
}
.fixedNav li:last-child {
  cursor: pointer;
  display: none;
}
.fixedNav li:last-child i {
  background-position: 7px -90px;
  height: 27px;
}
#showEwm {
  position: relative;
}
#showEwm:hover #ewm {
  display: block;
}
#ewm {
  display: none;
  position: absolute;
  width: 110px;
  height: 120px;
  left: -126px;
  top: -24px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-single-foot {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #e5e5e5;
}
.blog-single-foot.fc-news-tag-list {
  border-top: 0px solid transparent;
  padding: 0;
  margin: 0;
}
.blog-single-foot a {
  color: #585858;
}
.teamList {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teamList li {
  width: 28%;
  text-align: center;
  margin: 0 auto 25px;
  box-shadow: 0 0 10px #e5e5e5;
  background: #fff;
  overflow: hidden;
  color: #383838;
}
.teamList li:hover {
  box-shadow: 2px 2px 10px #b6b4b4;
}
.teamList li a {
  color: #383838;
}
.teamList li img {
  max-width: 100%;
  width: 100%;
}
.teamList li p {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #525b73;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  margin: 20px auto 0;
}
.teamList li div {
  text-align: center;
  line-height: 24px;
  padding: 20px 0 30px;
  font-size: 15px;
}
.zsBox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.zsBox img {
  max-width: 30% !important;
}
.container404 {
  background-color: #f8f8f8;
}
.container404 .search-page {
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  background: url("../images/404.jpg") no-repeat center 50px;
  padding: 75px 0 76px;
}
.container404 .portlet {
  margin-top: 250px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #545454;
}
.pageH1 {
  color: #0070c0;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 20px;
}
.page-content .container.noborder {
  border: 0px solid transparent;
  padding: 50px 40px;
  box-shadow: 0 0 10px rgba(161 162 162 / 32%);
  border-radius: 8px;
}
.page-content .container.noborder .pageRight {
  width: 265px;
}
.page-content .container.mbaBg {
  border: 0px solid transparent;
  padding: 0px;
  background: transparent;
}
.page-content .container.mbaBg .pageLeft {
  max-width: 820px;
  background: #fff;
  padding: 50px 50px 143px 50px;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-right: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(161 162 162 / 32%);
}
.page-content .container.mbaBg .pageRight {
  width: 350px;
}
.page-content .container.mbaBg .pageRight dl {
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(161 162 162 / 32%);
}
.page-content .container.mbaBg .pageRight dl dt,
.page-content .container.mbaBg .pageRight dl dd {
  padding: 10px 30px;
}
.page-content .container.mbaBg .pageRight dl dt {
  border: 1px solid #f1f1f1;
}
.pageBody {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.pageLeft {
  width: 820px;
}
.pageLeft img {
  max-width: 100%;
}
.pageLeft h2 {
  color: #0070c0;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 34px;
  margin: 10px auto;
}
.pageLeft h2.txtCen {
  text-align: center;
}
.pageLeft table.jxj {
  margin: 30px auto 50px;
}
.pageLeft table.jxj td {
  vertical-align: middle !important;
  padding: 20px 10px;
}
.pageRight {
  width: 350px;
}
.pageRight dl {
  margin-bottom: 30px;
}
.pageRight dl a {
  display: block;
  color: #585858;
  font-size: 16px;
}
.pageRight dl a:hover {
  color: #0070c0;
}
.pageRight dl li {
  list-style: none;
  line-height: 34px;
}
.pageRight dl dt {
  font-size: 15px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  border-bottom: 2px solid #d1cfcf;
}
.pageRight dl dd {
  padding: 10px 0 10px;
}
.pageRight dl.listDl li {
  list-style-type: circle;
}
.pageRight dl.listDl li a {
  display: inline-block;
  width: 90%;
}
.pageRight dl.listDl li a span {
  float: right;
}
.pageRight dl.listImg li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.pageRight dl.listImg li.phd a:hover {
  color: #11315c;
}
.pageRight dl.listImg li.phd span {
  color: #11315c;
}
.pageRight dl.listImg a {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
}
.pageRight dl.listImg a img {
  width: 80px;
  height: 46px;
  margin: 0 10px 0 0;
}
.pageRight dl.listImg a div {
  font-weight: bold;
}
.pageRight dl.listImg a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #32a2be;
  margin-top: -10px;
}
.pageRight dl.listEnter dd {
  padding: 0 !important;
}
.pageRight dl.listEnter a {
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f1f1f1;
}
.pageRight dl.listEnter a:first-child:hover {
  background-color: #0353a5;
  color: #fff;
}
.pageRight dl.listEnter a:nth-child(2):hover {
  background-color: #c04f4b;
  color: #fff;
}
.pageRight dl.listEnter a:nth-child(3):hover {
  background-color: #c8aa74;
  color: #fff;
}
.pageRight dl.listEnter a:nth-child(4):hover {
  background-color: #0097be;
  color: #fff;
}
.pageRight dl.listEnter a.green:hover {
  background-color: #418e28;
  color: #fff;
}
.pageRight dl.listEnter a.orange:hover {
  background-color: #a87328;
  color: #fff;
}
.pageRight dl.listEnter a.purple:hover {
  background-color: #a828a6;
  color: #fff;
}
.pageRight dl.listEnter a.blue:hover {
  background-color: #0097be;
  color: #fff;
}
.pageRight dl.listEnter div {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.pageRight dl.listEnter div a {
  flex: 1;
  border-right: 1px solid #f1f1f1;
}
.pageRight dl.listEnter div a:last-child {
  border-right: 0px solid transparent;
}
.jianzhang {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.jianzhang p {
  font-size: 16px;
  color: #000 !important;
  margin-bottom: 20px;
  text-indent: 2em;
}
.jianzhang_Head {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 60px 0 0;
}
.jianzhang_Con {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
.jianzhang .schoolIntro {
  clear: both;
  overflow: hidden;
  background: url("../images/introImg.jpg") no-repeat left top transparent;
  background-size: 100% 100%;
  padding: 100px 0 0;
}
.jianzhang .schoolIntro_con {
  background-color: #2c3c79;
  padding: 0px 50px 20px;
  width: 680px;
}
.jianzhang .schoolIntro_con p {
  font-size: 16px;
  color: white !important;
  margin-bottom: 20px;
  text-indent: 2em;
}
.jianzhang .schoolIntro-title {
  font-size: 22px;
  font-weight: bold;
  color: #303133;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -40px;
}
.jianzhang .jzFlex {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.jianzhang .jzFlex.blue {
  padding: 30px 0;
}
.jianzhang .jzFlex.blue .jzTitle .center {
  color: #23819f;
}
.jianzhang .jzFlex.blue .jzTitle b {
  color: #23819f;
}
.jianzhang .jzFlex.blue .jzTitle b::after {
  background-color: #23819f;
}
.jianzhang .jzTitle .center {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.jianzhang .jzTitle b {
  font-size: 24px;
  color: #fff;
}
.jianzhang .jzTitle b::after {
  display: block;
  content: '';
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin-top: 5px;
}
.jianzhang .noBox {
  color: #fff;
  border: 1px solid #fff;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  font-size: 16px;
  line-height: 22px;
  padding: 5px;
}
.jianzhang .itemIntro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: 50px auto;
}
.jianzhang .itemIntro .professional-content {
  background-color: #fff;
  padding: 30px;
}
.jianzhang .itemIntro .itemIntor_con {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  padding: 30px 30px 0 0;
  background-color: #fff;
}
.jianzhang .itemIntro .itemIntor_con div p {
  line-height: 28px;
}
.jianzhang .itemIntro .itemIntor_con .img {
  width: 500px;
  padding: 0px 30px;
}
.jianzhang .itemIntro .itemIntor_con .img img {
  width: 500px !important;
  height: 310px !important;
}
.jianzhang .itemIntro .itemIntor_con .img1 img {
  width: 500px !important;
  height: 210px !important;
}
.jianzhang .itemIntro .itemIntor_con .school-title {
  text-align: center !important;
  margin-bottom: 10px;
}
.jianzhang .itemGood {
  background: url("../images/goodBg.png") repeat left top #2c3c79;
  padding: 50px 0;
}
.jianzhang .itemGood ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jianzhang .itemGood ul li {
  width: 23%;
  background-color: rgba(255, 255, 255, 0.92);
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(200, 199, 199, 0.9);
}
.jianzhang .itemGood ul li:nth-child(1),
.jianzhang .itemGood ul li:nth-child(2),
.jianzhang .itemGood ul li:nth-child(3) {
  width: 31%;
}
.jianzhang .itemGood ul li strong {
  color: #1b85a6;
  font-weight: bold !important;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  text-indent: 0;
}
.jianzhang .itemGood ul li strong::before {
  display: block;
  content: '';
  width: 80px;
  height: 92px;
  margin: 0 auto 10px;
  background: url("../images/goodItem.png") no-repeat left top;
}
.jianzhang .itemGood ul li strong::after {
  display: block;
  content: '';
  width: 50%;
  height: 2px;
  background-color: #1b85a6;
  margin: 10px auto 0;
  border-radius: 4px;
}
.jianzhang .itemGood ul li:nth-child(2) strong:before {
  background-position: left -111px;
}
.jianzhang .itemGood ul li:nth-child(3) strong:before {
  background-position: left -222px;
}
.jianzhang .itemGood ul li:nth-child(4) strong:before {
  background-position: left -333px;
}
.jianzhang .itemGood ul li:nth-child(5) strong:before {
  background-position: left -444px;
}
.jianzhang .itemGood ul li:nth-child(6) strong:before {
  background-position: left -555px;
}
.jianzhang .itemGood ul li:nth-child(7) strong:before {
  background-position: left -666px;
}
.jianzhang .itemGood.mp ul li strong {
  color: #2c3c79;
}
.jianzhang .itemGood.mp ul li strong:before {
  background: url("../images/m&p.png") no-repeat left top;
}
.jianzhang .itemGood.mp ul li strong::after {
  background-color: #2c3c79;
}
.jianzhang .itemGood.mp ul li:nth-child(1) strong:before {
  background-position: left -111px;
}
.jianzhang .itemGood.mp ul li:nth-child(2) strong:before {
  background-position: left -222px;
}
.jianzhang .itemGood.mp ul li:nth-child(3) strong:before {
  background-position: left -333px;
}
.jianzhang .itemGood.mp ul li:nth-child(4) strong:before {
  background-position: left top;
}
.jianzhang .itemGood.mp ul li:nth-child(5) strong:before {
  background-position: left -444px;
}
.jianzhang .itemGood.mp ul li:nth-child(6) strong:before {
  background-position: left -555px;
}
.jianzhang .itemGood.mp ul li:nth-child(7) strong:before {
  background-position: left -666px;
}
.jianzhang .setting {
  background: none;
}
.jianzhang .setting p {
  text-indent: 0 !important;
}
.jianzhang .blueBg {
  background: url("../images/set.jpg") no-repeat center top;
  background-size: auto 100%;
}
.jianzhang .blueBg.mp {
  background: none;
  background-color: #fff;
}
.jianzhang .xuezhi {
  padding: 50px;
}
.jianzhang .xuezhi .warp {
  max-width: 800px;
}
.jianzhang .xuezhi dl {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin: 0 auto 40px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.jianzhang .xuezhi dl dt {
  width: 150px;
  text-align: center;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.jianzhang .xuezhi dl dd {
  flex: 1;
  padding: 10px;
  border-left: 6px solid #014a8e;
  padding-left: 30px;
}
.jianzhang .xuezhi dl dd p {
  margin: 5px 0;
  text-indent: 0;
}
.jianzhang .xuezhi dl:nth-child(2) dd,
.jianzhang .xuezhi dl:nth-child(4) dd {
  border-left: 0px solid transparent;
  border-right: 6px solid #014a8e;
}
.jianzhang .xuezhi.mp dl dd {
  border-left: 6px solid #c04f4b;
  border-right: 0px solid transparent;
}
.jianzhang .xuezhi.mp dl dd:nth-child(1),
.jianzhang .xuezhi.mp dl dd:nth-child(3),
.jianzhang .xuezhi.mp dl dd:nth-child(5) {
  border-left: 0px solid transparent;
  border-right: 6px solid #c04f4b;
}
.jianzhang .xuezhi.mp dl dd span {
  padding: 0 15px;
}
.jianzhang .xuezhi.mp dl {
  box-shadow: 0 0 10px rgba(200, 199, 199, 0.9);
}
.jianzhang .xuezhi.mp dl:nth-child(1),
.jianzhang .xuezhi.mp dl:nth-child(3),
.jianzhang .xuezhi.mp dl:nth-child(5) {
  background-color: #c04f4b;
}
.jianzhang .xuezhi.mp dl:nth-child(1) dt,
.jianzhang .xuezhi.mp dl:nth-child(3) dt,
.jianzhang .xuezhi.mp dl:nth-child(5) dt,
.jianzhang .xuezhi.mp dl:nth-child(1) dd,
.jianzhang .xuezhi.mp dl:nth-child(3) dd,
.jianzhang .xuezhi.mp dl:nth-child(5) dd {
  color: white;
  border-color: #fff;
}
.jianzhang .xuezhi.mp dl:nth-child(1) dt p,
.jianzhang .xuezhi.mp dl:nth-child(3) dt p,
.jianzhang .xuezhi.mp dl:nth-child(5) dt p,
.jianzhang .xuezhi.mp dl:nth-child(1) dd p,
.jianzhang .xuezhi.mp dl:nth-child(3) dd p,
.jianzhang .xuezhi.mp dl:nth-child(5) dd p {
  color: #fff !important;
}
.jianzhang .xuezhi.mp dl .borB {
  border-bottom: 1px dashed #fff;
  font-size: 10px !important;
  height: 5px !important;
}
.jianzhang .fenBg {
  background: url("../images/fenBg.jpg") no-repeat center top;
  background-size: auto 100%;
  padding-bottom: 50px;
}
.jianzhang .fenBg .jzFlex {
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}
.jianzhang .fenBg .jzFlex .center {
  text-align: center;
}
.jianzhang .fenBg .jzFlex b:after {
  margin: 5px auto 0;
}
.jianzhang .stepBg {
  background: url("../images/path.png") no-repeat left top;
  background-size: auto 100%;
  padding: 50px 0;
}
.jianzhang .stepBg .jzFlex {
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}
.jianzhang .stepBg .jzFlex .center {
  text-align: center;
}
.jianzhang .stepBg .jzFlex b:after {
  margin: 5px auto 0;
}
.jianzhang .stepBg .stepCon {
  width: 800px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 150px 50px;
}
.jianzhang .stepBg .stepCon_c {
  position: relative;
}
.jianzhang .stepBg .stepCon_c::before {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  min-height: 740px;
  background-color: #1b85a6;
  left: 30px;
  top: 30px;
}
.jianzhang .stepBg .stepCon_c p {
  text-indent: 0;
  padding-left: 80px;
  line-height: 24px;
}
.jianzhang .stepBg .stepCon_c span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #23819f;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  text-shadow: 0 0 5px rgba(72, 72, 72, 0.5);
  position: relative;
  margin: 20px 20px 0 -80px;
}
.jianzhang .stepBg .stepCon_c strong {
  font-weight: bold;
  font-size: 16px;
}
.jianzhang .wz dl {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.jianzhang .wz dl dd {
  padding: 0 50px;
}
.jianzhang .mpBox .schoolIntro_con,
.jianzhang .mpBox .jzFlex.blue .jzTitle b::after,
.jianzhang .mpBox .stepBg .stepCon_c span,
.jianzhang .mpBox .stepBg .stepCon_c::before {
  background-color: #c04f4b;
}
.jianzhang .mpBox .jzFlex.blue .jzTitle .center,
.jianzhang .mpBox .jzFlex.blue .jzTitle b {
  color: #c04f4b;
}
.jianzhang .mpBox .itemGood.mp ul li strong {
  color: #c04f4b;
}
.jianzhang .mpBox .itemGood.mp ul li strong::after {
  background-color: #c04f4b;
}
.jianzhang .mpBox .itemIntor_con div p {
  line-height: 25px;
  margin-bottom: 10px;
}
.jianzhang .phdBox .schoolIntro_con,
.jianzhang .phdBox .jzFlex.blue .jzTitle b::after,
.jianzhang .phdBox .stepBg .stepCon_c span,
.jianzhang .phdBox .stepBg .stepCon_c::before {
  background-color: #c8aa74;
}
.jianzhang .phdBox .jzFlex.blue .jzTitle .center,
.jianzhang .phdBox .jzFlex.blue .jzTitle b {
  color: #c8aa74;
}
.jianzhang .phdBox .itemGood.mp ul li strong {
  color: #c8aa74;
}
.jianzhang .phdBox .itemGood.mp ul li strong::after {
  background-color: #c8aa74;
}
.jianzhang .phdBox .itemIntor_con + .warp {
  background-color: #fff;
  padding: 0 30px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.jianzhang .phdBox .xuezhi.mp dl:nth-child(1),
.jianzhang .phdBox .xuezhi.mp dl:nth-child(3),
.jianzhang .phdBox .xuezhi.mp dl:nth-child(5) {
  background-color: #c8aa74;
}
.jianzhang .phdBox .xuezhi.mp dl:nth-child(2) dd,
.jianzhang .phdBox .xuezhi.mp dl:nth-child(4) dd,
.jianzhang .phdBox .xuezhi.mp dl:nth-child(6) dd {
  border-left-color: #c8aa74;
}
.jianzhang .meBox .schoolIntro_con,
.jianzhang .meBox .jzFlex.blue .jzTitle b::after,
.jianzhang .meBox .stepBg .stepCon_c span,
.jianzhang .meBox .stepBg .stepCon_c::before,
.jianzhang .meBox .jianzhang .itemGood ul li strong {
  background-color: #0097be;
}
.jianzhang .meBox .jzFlex.blue .jzTitle .center,
.jianzhang .meBox .jzFlex.blue .jzTitle b {
  color: #0097be;
}
.jianzhang .meBox .itemGood.mp ul li strong {
  color: #0097be;
}
.jianzhang .meBox .itemGood.mp ul li strong::after {
  background-color: #0097be;
}
.jianzhang .meBox .xuezhi.mp dl:nth-child(1),
.jianzhang .meBox .xuezhi.mp dl:nth-child(3),
.jianzhang .meBox .xuezhi.mp dl:nth-child(5) {
  background-color: #0097be;
}
.jianzhang .meBox .xuezhi.mp dl dd {
  border-left: 6px solid #0097be;
}
.jianzhang .meBox .xuezhi.mp dl:nth-child(1) dt,
.jianzhang .meBox .xuezhi.mp dl:nth-child(3) dt,
.jianzhang .meBox .xuezhi.mp dl:nth-child(5) dt,
.jianzhang .meBox .xuezhi.mp dl:nth-child(1) dd,
.jianzhang .meBox .xuezhi.mp dl:nth-child(3) dd,
.jianzhang .meBox .xuezhi.mp dl:nth-child(5) dd {
  border-left: 0px solid transparent;
}
div.jxj {
  font-weight: bold;
  font-size: 16px;
}
div.jxj span {
  color: #f00;
}
.page-content .container.categoryCon.cailiao {
  padding: 10px 0 0;
}
.page-content .container.categoryCon.cailiao .cailiaoUl {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 50%;
  background: url(../images/intro.jpg) no-repeat -159px top;
  background-size: auto 100%;
}
.page-content .container.categoryCon.cailiao .cailiaoUl li:nth-child(3),
.page-content .container.categoryCon.cailiao .cailiaoUl li:nth-child(4) {
  margin-bottom: 0 !important;
}
.page-content .container.categoryCon.cailiao .category-thumbnail {
  width: 100%;
  height: auto;
}
.page-content .container.categoryCon.cailiao .category-box {
  width: 45%;
  padding: 10px;
  display: block;
}
.page-content .container.categoryCon.cailiao .category-title h5 {
  text-align: center;
}
.page-content .container.categoryCon.cailiao .category-title h5 a {
  font-size: 18px !important;
}
.portlet-body .applicationStep {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.portlet-body .applicationStep dt img,
.portlet-body .applicationStep dd img {
  max-width: 100%;
}
.portlet-body .applicationStep dt h1,
.portlet-body .applicationStep dd h1 {
  text-align: center;
}
.portlet-body .applicationStep dt p,
.portlet-body .applicationStep dd p {
  text-indent: 0 !important;
  margin-bottom: 35px;
  padding-left: 50px;
}
.portlet-body .applicationStep dt p span,
.portlet-body .applicationStep dd p span {
  font-size: 24px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #288ea8;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin: 10px 15px 0 -50px;
  position: relative;
}
.portlet-body .applicationStep dt p span::after,
.portlet-body .applicationStep dd p span::after {
  display: block;
  content: '';
  width: 2px;
  height: 75px;
  background-color: #d1d1d1;
  position: absolute;
  left: 18px;
  top: 35px;
}
.portlet-body .applicationStep dt p:last-child span::after,
.portlet-body .applicationStep dd p:last-child span::after {
  display: none;
}
.portlet-body .applicationStep dd {
  box-sizing: border-box;
  padding: 20px 30px;
}
.dsjDl {
  max-width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: left;
  align-items: flex-start;
  position: relative;
  flex-direction: row;
  padding: 0px 0 30px 52%;
  flex-flow: column;
}
.dsjDl:nth-child(odd) {
  flex-direction: row-reverse;
  flex-flow: column !important;
  padding: 0px 55% 30px 0;
  align-items: flex-end;
}
.dsjDl:nth-child(odd) dd p span {
  float: right;
  margin-right: 0;
  text-align: right;
}
.dsjDl::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #32a2be;
  border-radius: 50%;
  position: absolute;
  left: 47.5%;
  top: 20px;
  z-index: 5;
}
.dsjDl::after {
  display: block;
  content: '';
  width: 2px;
  min-height: 100px;
  height: 100%;
  background-color: #c4dee5;
  position: absolute;
  left: 48%;
  top: 0px;
}
.dsjDl dt {
  font-size: 30px;
  color: #00accc;
  background-color: #fff;
  z-index: 10;
  margin-bottom: 15px;
}
.dsjDl p {
  font-size: 16px;
  text-indent: 0;
  margin-bottom: 10px;
}
.dsjDl p span {
  font-weight: bold;
  color: #000000;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 30px;
  text-align: left;
  text-align: justify;
}
.dsjDl p.alR {
  text-align: right;
  padding-right: 2px;
}
.category-con .dsjDl {
  padding: 0 !important;
  flex-flow: row;
  margin-bottom: 8px !important;
  align-items: flex-start;
}
.category-con .dsjDl:nth-child(odd) {
  padding: 0 !important;
  flex-flow: row;
  margin: 0 !important;
  flex-flow: row !important;
}
.category-con .dsjDl:nth-child(odd) p {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
}
.category-con .dsjDl:nth-child(odd) p span {
  margin-right: 10px;
}
.category-con .dsjDl::after,
.category-con .dsjDl::before {
  display: none;
}
.category-con .dsjDl dt,
.category-con .dsjDl dd {
  font-size: 16px !important;
  color: #545454;
  background-color: transparent;
}
.category-con .dsjDl dt {
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 4px;
}
.category-con .dsjDl p {
  line-height: 30px;
}
.category-con .dsjDl p span {
  color: #545454;
  width: auto;
}
.tearch-ul li {
  list-style-type: none;
  line-height: 34px;
  font-size: 16px;
}
.class-title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 30px;
}
.class-title h2 {
  color: #0097be;
}
.nameDiv,
.portlet-body.color38 p.nameDiv {
  font-size: 18px !important;
  text-align: center;
  color: #0097be !important;
  font-weight: bold;
}
/*# sourceMappingURL=newCom.css.map */