body {
  background-color: #f5f5f5;
}

* {
  padding: 0;
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
  display: block;
}

.single-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.double-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

main {
  background-color: #fff;
}

main.container {
  margin-top: 20px;
  width: 1200px;
  box-sizing: border-box;
  padding: 15px;
}

div.slideBox {
  position: relative;
  width: 670px;
  height: 300px;
  overflow: hidden;
}

div.slideBox ul.items {
  position: absolute;
  float: left;
  background: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div.slideBox ul.items li {
  float: left;
  background: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div.slideBox ul.items li a {
  float: left;
  line-height: normal !important;
  padding: 0px !important;
  border: none
    /*For IE.ADD.JENA.201206300844*/
  ;
}

div.slideBox ul.items li a img {
  margin: 0px !important;
  padding: 0px !important;
  display: block;
  border: none
    /*For IE.ADD.JENA.201206300844*/
  ;
}

div.slideBox div.tips {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 32px;
  background-color: #000;
  overflow: hidden;
}

div.slideBox div.tips div.title {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

div.slideBox div.tips div.title a {
  color: #FFF;
  font-size: 12px;
  line-height: 32px;
  margin-left: 10px;
  text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
  text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

div.slideBox div.tips div.nums a {
  display: inline-block;
  float: left;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  text-indent: -99999px;
  margin: 12px 5px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
  background-color: #093;
}

.toutiao {
  background: #f5f5f5;
  /* height: 50px; */
  position: relative;
  padding: 12px 90px;
  margin-bottom: 15px;
}

.toutiao i {
  width: 82px;
  height: 69px;
  background: url(../images/toutiao.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.toutiao h1 {
  margin: 0;
  text-align: center;
}

.toutiao h1 a {
  font-size: 18px;
  color: #333;
}

.toutiao h1 a:hover {
  color: #b60606;
}

.toutiao p {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-notice {
  margin: 0;
  font-size: 15px;
}

.indnews {
  width: 560px;
  height: 362px;
  float: left;
}

.news-pic {
  width: 560px;
  height: 362px;
}

.news-pic,
.news-pic img {
  width: 560px;
  height: 362px;
  overflow: hidden;
}

.news-notice .news-txt {
  width: 592px;
  height: 362px;
  float: right;
  border: 1px solid #efefef;
}

.news-title {
  height: 38px;
  background: #fafafa;
  border-bottom: 1px solid #efefef;
  line-height: 38px;
  position: relative;
  margin: 0;
  padding: 0;
}

.news-title .name {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 39px;
  background: #084466;
  color: #fff;
  text-align: center;
  line-height: 39px;
  font-size: 15px;
  padding: 0 15px;
  font-weight: bold;
}

.news-name.tab-nav {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 39px;
}

.news-name.tab-nav a {
  display: block;
  float: left;
  height: 39px;
  line-height: 39px;
  color: #333;
  text-align: center;
  line-height: 39px;
  font-size: 15px;
  padding: 0 15px;
  margin: 0;
  position: relative;
}

.news-name.tab-nav a.current {
  background: #1F3485;
  color: #fff;
  font-weight: bold;
}

.news-name.tab-nav a i {
  width: 9px;
  height: 5px;
  background: url(../images/jtx.png) no-repeat;
  left: 10px;
  bottom: -5px;
  display: none;
}

.news-name.tab-nav a.current i {
  display: block;
}

.news-title .name i {
  width: 9px;
  height: 5px;
  background: url(../images/jtx.png) no-repeat;
  left: 10px;
  bottom: -5px;
  display: block;
}

.news-title .more {
  position: absolute;
  right: 10px;
  line-height: 38px;
  top: 0;
  font-size: 12px;
  color: #999;
  transition: all .3s ease;
}

.news-title .more:hover {
  color: #084466;
}

.newslist {
  display: block;
  padding: 10px 12px;
}

.hotnews {
  margin: 12px 12px 0 12px;
}

.hotnews h1 {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0 10px;
  height: 30px;
  line-height: 30px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hotnews .hotcon {
  margin-top: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hotnews .hotcon a {
  color: #999;
  line-height: 24px;
  font-size: 14px;
}

.hotnews .hotcon a:hover,
.newslist li a:hover {
  color: #b60606;
}

.newslist li {
  border-bottom: 1px dotted #dedede;
  position: relative;
  padding: 0 80px 0 16px;
  background: url(../images/listnot.png) 0px 15px no-repeat;
}

.newslist li a {
  display: block;
  height: 36px;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.newslist li span {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  color: #bbb;
  text-align: center;
}

.newslist li:last-child {
  border: 0;
}

.newslist.ny li {
  padding: 8px 80px 8px 14px;
  background: url(../images/listnot.png) 2px 24px no-repeat;
}

.newslist.ny li a:after {
  display: none;
}

/* 招生简章 */
.fwzn {
  margin: 20px 0;
  background: #d5e7f6;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  /* height: 132px; */
}

.fwzn .tit {
  padding: 0 20px;
  /* height: 100%; */
  /* max-height: 264px; */
  background: #cf0d0d;
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-lr;
  /* height: 200px; */
  text-align: center;
  letter-spacing: 0.5em;
  /* float: left; */
}

.fwzn .iconlist {
  float: left;
  width: calc(100% - 63px);
  display: flex;
  flex-flow: row wrap;
}

.fwzn .iconlist a {
  display: block;
  width: 158px;
  text-align: center;
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

.fwzn .iconlist a .pic {
  width: 82px;
  height: 82px;
  margin: 20px auto auto auto;
  transition: all .3s ease;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.fwzn .iconlist .pic:hover {
  background-size: 90%;
}


/* section start */
.xz-col {
  background: #fff;
  padding: 15px;
  height: 370px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.xz-col.abt {
  width: 60%;
}

.xz-col.abt img {
  width: 100%;
  max-height: 196px;
}



.xz-col.jlhd {
  width: 30%;
  margin-right: 0;
  float: right;
}

.hudongicon a {
  display: block;
  float: left;
  width: 175px;
  height: 102px;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}

.hudongicon a img {
  margin: 15px auto;
  display: block;
  transition: all .3s ease;
}

.hudongicon a.nor {
  border-right: 0;
}

.hudongicon a.nob {
  border-bottom: 0;
}

.hudongicon a:hover {
  color: #cf0d0d;
}

.hudongicon a:hover img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.col-title {
  background: url(../images/titbot.png) left bottom no-repeat;
  overflow: hidden;
  padding-bottom: 15px;
}

.col-title span p {
  font-size: 18px;
  color: #1F3485;
}

.col-title span i {
  font-size: 12px;
  color: #b6b6b6;
  margin-top: 10px;
}

.col-title a {
  float: right;
  line-height: 30px;
}

.col-con {
  margin-top: 15px;
}

.col-con .abttxt {
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  color: #666;
  margin-top: 15px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.videolist {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}


.videolist li {
  width: 286px;
  height: 222px;
  float: left;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  font-size: 14px;
}

.videolist li a {
  display: block;
}

.videolist li img {
  display: block;
  width: 286px;
  height: 192px;
}

.sqbs li {
  width: 33.33%;
  text-align: center;
  float: left;
  margin-bottom: 15px;
  margin-top: 10px;
}

.sqbs li a:hover {
  color: #b61412;
}

/* section end */

.ads {
  margin-top: 20px;
  height: 80px;
  width: 100%;
}

.foot {
  font-size: 12px;
  color: #787878;
  line-height: 30px;
  background: #fff;
  text-align: center;
  /* width: 1200px; */
  text-align: center;
  padding: 20px 0;
  margin: 15px auto;
}

/* 招生简章 */
.page-left {
  width: 200px;
  float: left;
}

.page-right {
  width: 900px;
  float: right;
  background: #fff;
  padding: 30px;
  min-height: 500px;
}

.lujing {
  margin: 20px 0;
  font-size: 14px;
  color: #888;
}

.pageny {
  overflow: hidden;
  padding-bottom: 30px;
}

.fllist {
  border: 1px solid #ededed;
}

.fllist li {
  height: 60px;
  background: #fff;
  padding: 0 20px;
}

.fllist li a {
  display: block;
  border-bottom: 1px solid #ededed;
  line-height: 59px;
  font-size: 14px;
  color: #666;
}

.fllist li:hover,
.fllist li.active {
  background: #1F3485;
}

.fllist li:hover a,
.fllist li.active a {
  color: #fff;
  border-bottom: 0;
}

/* 新闻中心 */
.nytit {
  border-bottom: 1px solid #ededed;
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.news-txt.ny,
.newslist.ny {
  border: 0;
  padding: 0;
}

.news-txt.ny {
  min-height: 600px;
}

.newslist.ny li:last-child {
  border-bottom: 1px dotted #efefef;
}

.liuyantab {
  border: 1px solid #f5f5f5;
  background: #f8f8f8;
  margin-top: 20px;
  padding: 20px;
}

/*分页*/

.biaoti {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin: 0 20px;
  font-weight: 600;
  margin-top: 30px;
}

.sshuomign {
  color: #888;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}

.sshuomign span {
  margin: 0 10px;
}


.pages {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
  font-size: 12px
}

.pages ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999;
  box-sizing: border-box;
}

.pages ul li:hover {
  background: #1F3485;
  color: #fff;
  border: 1px solid #1F3485
}

.pages ul li:hover a {
  color: #fff;
}

.pages ul li.thisclass {
  display: inline-block;
  border: 1px solid #1F3485;
  padding: 4px 12px;
  margin: 0 1px;
  background: #1F3485;
  color: #fff;
}

.pages ul li.thisclass a {
  color: #fff;
}

.pages ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #999
}

.pages ul li a:hover {
  color: #fff;
}


.article_txt {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-top: 20px;
  overflow: hidden
}

.article_txt img {
  max-width: 930px;
}

main.newsDetail {
  padding: 40px 30px;
}


/* 练习我们 */
#allmap {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  overflow: hidden;
  font-family: "微软雅黑";
}

#allmap b {
  color: #CC5522;
  font-size: 14px;
}

#allmap img {
  max-width: none;
}

.lx-item {
  display: flex;
  font-size: 18px;
  line-height: 2em;
}

.lx-item .key {
  color: #1F3485;
  font-weight: bold;
  margin-right: 10px;
}

/* 留言反馈 */
.atips {
  line-height: 3em;
  color: #999;
}

.form {
  padding: 30px 20px;
  border: 2px dashed #ccc;
}

.form .form-con li {
  margin: 15px 0;
  line-height: 2em;
}

.form .form-con li.form-item .inputext {

  font-size: 16px;
  outline: none;
  width: 90%;
  border: 1px solid #ccc;
  padding: 6px 20px;
  display: block;
}

.form .form-con li.form-item .inputext.msg {
  padding: 15px 20px;
  height: 150px;
}

.form .form-con .btns {
  display: flex;
}

.form .form-con li.form-item .btn {
  display: block;
  border: none;
  outline: none;
  padding: 10px;
  width: 160px;
  color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  ;
  background-color: #1F3485;
}

/* 成功案例 */
/* .page-right .case-list {
  display:flex;
  flex-flow:row wrap;
} */

.page-right .case-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}


.page-right .case-list li {
  margin: 10px 0;
  width: 286px;
  height: 222px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.page-right .case-list li:nth-child(3n-1) {
  margin: 10px 16px;
}

.page-right .case-list li a {
  display: block;
}

.page-right .case-list li img {
  display: block;
  width: 286px;
  height: 192px;
}

.article_txt {
  min-height: 300px;
}