/*
* chen
* 2020.01.10
 */
@charset "utf-8";
/**NAME: Basic CSS公共层**/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, tr, th, td, a {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/24px '宋体';
  _font-family: '宋体' !important;
  min-width: 1260px;
  background: #f5fafd;
  color: #555; /*background:url(../images/bg1.jpg) no-repeat;*/
}
body {
  font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}
em, i {
  font-style: normal;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #555;
}
a:hover {
  color: #1f8ceb;
}
img {
  max-width: 100% !important;
  border: none;
}
.w1160 {
  width: 1160px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clear {
  clear: both;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
/*块状display:block*/
.disBlock {
  display: block;
}
/*font-size*/
.ft14 {
  font-size: 14px;
}
/*line23*/
.line23 {
  line-height: 23px;
}
/*边框去除*/
.borderNone {
  border: 0 none !important;
}
/*字体加粗*/
.ftW {
  font-weight: bold;
}
/*ft0*/
.ft0 {
  font-size: 0px !important;
}
/*去除背景*/
.bknone {
  background: none !important;
}
/*图片下方出现多余空白 */
.ie6duoyu {
  overflow: hidden;
  font-size: 0px !important;
}
/*******===== index =====*******/
.box-top {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
}
.box-top .fl {
  max-width: 800px;
}
.box-top .fr p {
  display: inline-block;
}
.box-top .fr a {
  color: #666;
  display: inline-block;
  background: url(../images/icon_qq.png) no-repeat left center;
  padding-left: 21px;
  margin-left: 15px;
}
.box-top2 {
  padding: 15px 0;
  height: 70px;
}
.box-top2 .logo {
  float: left;
  width: 200px;
  display: block;
  margin-right: 60px;
}
.box-top2 .logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.box-top2 .top-btn li {
  float: left;
  width: 85px;
  padding: 0 14px;
  border-left: 1px solid #ececec;
}
.box-top2 .top-btn li:last-child {
  border-right: 1px solid #ececec;
}
.box-top2 .top-btn li a {
  display: block;
  text-align: center;
}
.box-top2 .top-btn li a img {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 20%;
  margin: 0 auto;
}
.box-top2 .top-btn li span {
  display: block;
  font-size: 14px;
  color: #0e93d8;
}
.box-top2 .top-banner {
  width: 280px;
  height: 70px;
  float: left;
  background-color: #ddd;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
}
#marquee2 {
  overflow: hidden;
}
#marquee2 ul li {
  float: left;
  width: 280px;
  position: relative;
}
#marquee2 ul li > a {
  display: block;
  height: 70px;
}
#marquee2 ul li img {
  display: block;
  width: 100%;
  min-height: 100%;
}
#mar2Nav {
  position: absolute;
  left: 5px;
  bottom: 3px;
  width: 100%;
  height: 10px;
}
#mar2Nav li {
  float: left;
  margin: 0 2px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  text-indent: 9999px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
#mar2Nav li.navOn {
  background: #1f8ceb;
}
.box-top2 .search-box {
  float: right;
  width: 260px;
  height: 36px;
  border-radius: 5px;
  border: 2px solid #1f8ceb;
  overflow: hidden;
  background-color: #fff;
  margin-top: 15px;
  background: #f5fafd;
}
.search-box .s-input {
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  border: none;
  outline: none;
  margin-left: 10px;
  color: #dadada;
  background: #f5fafd;
}
.search-box .s-btn {
  width: 40px;
  height: 36px;
  border: none;
  outline: none;
  background-color: #1f8ceb;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: center;
  float: right;
}
.navlist {
  background-color: #0e90d2;
}
.navlist ul {
  padding: 0 30px;
}
.navlist ul > li {
  float: left;
  width: 110px;
  font-size: 16px;
}
.navlist ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 90px;
  margin: 0 auto;
}
.navlist ul > li.active > a, .navlist ul > li > a:hover {
  background: url(../images/navbg.png) no-repeat center;
}
.box-cen {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  line-height: 30px;
  margin-bottom: 8px;
}
.box-cen .stu-login {
  float: left;
  height: 30px;
  overflow: hidden;
}
.box-cen .stu-login a {
  display: block;
  color: #1f8ceb;
}
.box-cen .a-link {
  float: left;
}
.box-cen .a-link > span {
  display: inline-block;
  color: #1f8ceb;
  float: left;
}
.box-cen .a-link > a {
  display: inline-block;
  margin: 0 10px;
}
.box-cen .tel {
  float: right;
  background: url(../images/icon_tel.png) no-repeat left center;
  padding-left: 40px;
  color: #555;
}
.box-cen .a-link div {
  display: inline-block;
  max-width: 700px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.box-cen .a-link div li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  background: url(../images/icon_line1.png) no-repeat right center;
}
.box-cen .a-link div li a {
  display: block;
}
.slide-ban {
  width: 400px;
  height: 260px;
  background: #ccc;
  overflow: hidden;
  position: relative;
}
#marquee3 {
  width: 400px;
  height: 260px;
  overflow: hidden;
}
#marquee3 ul li {
  float: left;
  width: 400px;
  position: relative;
}
#marquee3 ul li > span {
  display: block;
  width: 300px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #fff;
  z-index: 10;
  line-height: 30px;
  display: none;
}
#marquee3 ul li > a {
  display: block;
  height: 260px;
}
#marquee3 ul li img {
  display: block;
  width: 100%;
  min-height: 260px;
}
#mar3Nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#mar3Nav ul {
  float: right;
}
#mar3Nav li {
  float: left;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  line-height: 20px;
  color: #444;
  text-align: center;
}
#mar3Nav li.navOn {
  background: #1f8ceb;
  color: #fff;
}
.box-list {
  background: #fff;
  overflow: hidden;
}
.ind-title {
  color: #fff;
  height: 34px;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
  line-height: 34px;
  background-color: #0e90d2;
  overflow: hidden;
}
.ind-title > h3 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding-left: 18px;
  background-image: url(../images/icon_tit3.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  background-size: 5px 18px;
}
.ind-title > a {
  width: 50px;
  height: 30px;
  float: right;
  display: block;
  background: url(../images/icon_more.png) no-repeat right center;
  float: right;
}
.box-list > dd {
  padding: 10px 15px 0;
}
.ind-art {}
.ind-art .pic {
  width: 100px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.ind-art .pic img {
  width: 100%;
  min-height: 100%;
}
.ind-art .tit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  margin-bottom: 5px;
  color: #333;
}
.ind-art .tit:hover {
  color: #1f8ceb;
}
.ind-art p {
  color: #999;
  font-size: 12px;
  line-height: 21px;
  text-align: justify;
}
.ind-art p a.more {
  color: #1f8ceb;
}
.ind-list li {
  margin-top: 5px;
}
.ind-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(../images/icon_art2.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
}
.ind-list li a em {
  float: right;
  margin-left: 10px;
}
.n-list1 {
  width: 400px;
  height: 260px;
}
.n-list1 .ind-title h3 {
  background-image: url(../images/icon_tit1.png);
  padding-left: 30px;
}
.n-list1 .ind-list li:nth-child(1) {
  display: none;
}
.n-list1 .ind-list li a {
  background-image: url(../images/icon_art.png);
}
.box-rw {
  width: 320px;
}
.n-list2 {
  height: 240px;
}
.n-list2 .ind-title h3 {
  background-image: url(../images/icon_tit3.png);
  padding-left: 30px;
}
.ind-city li {
  width: 23.5%;
  float: left;
  margin: 0 2% 10px 0;
}
.ind-city li:nth-child(4n) {
  margin-right: 0;
}
.ind-city li a {
  display: block;
  color: #444;
  background-color: #f5fafd;
  text-align: center;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #e1eef7;
}
.ind-city li a:hover {
  background-color: #1f8ceb;
  color: #fff;
}
.ind-left {
  width: 820px;
  float: left;
}
.ind-right {
  float: right;
}
.ad-ban a {
  display: block;
  height: 100px;
  overflow: hidden;
}
.ad-ban a img {
  display: block;
  width: 100%;
}
.n-list-c {
  width: 400px;
  height: 281px;
}
.n-list3 {
  height: 290px;
}
.n-list4 {
  height: 315px;
}
.ind-service li {
  width: 32%;
  float: left;
  margin: 0 2% 10px 0;
}
.ind-service li:nth-child(3n) {
  margin-right: 0;
}
.ind-service li a {
  display: block;
  color: #444;
  background-color: #f5fafd;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #e1eef7;
}
.ind-service li a:hover {
  background-color: #f8d8a9;
}
.n-list5 {
  /*	height: 610px;*/
}
.ind-school li {
  border-bottom: 1px solid #eee;
  padding: 4px 0;
  height: 73px;
}
.ind-school li .pic {
  display: block;
  width: 100px;
  height: 70px;
  float: left;
  overflow: hidden;
  margin-right: 5px;
}
.ind-school li .pic img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 70px;
}
.ind-school li .tit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
  font-weight: bold;
}
.ind-school li p {
  text-align: justify;
  color: #999;
}
.ind-school li .tit:hover {
  color: #1f8ceb;
}
.ind-subj {
  background-color: #fff;
  height: 150px;
  overflow: hidden;
}
.ind-subj > h2 {
  width: 80px;
  color: #ffe09c;
  text-align: center;
  background: url(../images/titlebg.jpg) no-repeat center;
  height: 150px;
  float: left;
  box-sizing: border-box;
  padding: 30px 20px 0;
  font-size: 22px;
}
.ind-subj-box #marquee4 {
  width: 1050px;
  height: 210px;
  overflow: hidden;
  float: right;
  margin: 15px 15px 0 0;
}
.ind-subj-box #marquee4 ul li {
  float: left;
  width: 210px;
  height: 120px;
}
.ind-subj-box #marquee4 ul li a {
  display: block;
  margin: 0 5px;
  height: 120px;
  overflow: hidden;
}
.ind-subj-box #marquee4 ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.box-tab {
  width: 820px;
  height: 290px;
}
.box-tab .ind-title {
  position: relative;
}
.ind-title .tab {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 34px;
}
.ind-title .tab li {
  float: left;
  width: 70px;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding: 0 10px;
  margin-right: 7px;
}
.ind-title .tab li:before {
  content: "|";
  color: #fff;
  position: absolute;
  left: -7px;
  top: 0;
}
.ind-title .tab li:nth-child(1):before {
  content: "";
}
.ind-title .tab li a {
  display: block;
  color: #fff;
  height: 34px;
  box-sizing: border-box;
}
.ind-title .tab .cur a, .ind-title .tab li a:hover {
  color: #1f8ceb;
  background: url(../images/tabbg.png) no-repeat center bottom;
  cursor: pointer;
}
.tablist {}
.tablist ul {
  display: none;
}
.tablist ul li {
  width: 48%;
  margin: 0 4% 12px 0;
  float: left;
  overflow: hidden;
}
.tablist ul li:nth-child(2n) {
  margin-right: 0;
}
.tablist ul li span {
  display: inline-block;
  float: left;
  background-color: #ccc;
  height: 5px;
  width: 5px;
  color: #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  margin: 8px 10px 0 0;
}
.tablist ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tablist ul li:nth-child(1) span, .tablist ul li:nth-child(2) span {
  background-color: #f49d34;
}
.n-list6 {
  height: 260px;
}
.n-list6 .focus {
  text-align: center;
}
.n-list6 .focus .pic {
  display: block;
  text-align: center;
}
.n-list6 .focus .pic a {
  display: block;
  margin: 0 auto;
}
.n-list6 .focus .pic img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.n-list6 .focus > span {
  display: block;
  color: #1f8ceb;
  line-height: 30px;
}
.n-list6 .focus > p {}
.n-list7 {
  height: 260px;
}
.n-list7 .btns {
  text-align: center;
}
.n-list7 .btns a {
  display: inline-block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 5px;
  background: #0e90d2;
  color: #fff;
  overflow: hidden;
}
.n-list7 .btns a:last-child {
  margin-right: 0;
}
.n-list7 .btns a:hover {
  text-decoration: underline;
}
.n-list7 .tests .countdown {
  background: url(../images/bg_time.png);
  width: 208px;
  height: 101px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 25px;
  margin: 0 auto;
}
.n-list7 .tests .countdown em {
  display: block;
  color: #333;
  font-style: normal;
  margin-bottom: 5px;
}
.n-list7 .tests .countdown p {
  color: #1f8ceb;
}
.n-list7 .tests .countdown .days {
  font-size: 32px;
  font-weight: bold;
  padding-right: 4px;
}
.n-list7 .t-time {
  color: #1f8ceb;
  text-align: center;
  font-size: 16px;
}
.n-links {}
.n-links .ind-title a {
  background: no-repeat;
  color: #fff;
  width: auto;
}
.n-links .links {
  padding-top: 20px;
}
.n-links .links a {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.footer {
  text-align: center;
  padding: 0px 20px 30px 0;
}
.footer .school {
  margin-bottom: 10px;
}
.footer .school a {
  display: inline-block;
  margin: 0 10px;
}
.footer .f-nav {
  color: #1f8ceb;
}
.footer .f-nav a {
  display: inline-block;
  margin: 0 10px;
  color: #1f8ceb;
}
.footer .f-nav a:hover {
  text-decoration: underline;
}
.footer .f-infos {
  line-height: 26px;
  margin-top: 10px;
}
/***************** main-list ******************/
.main-l {
  width: 820px;
  min-height: 895px;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 10px;
}
.location {
  background-color: #f5fafd;
  padding: 10px;
  background-image: url(../images/right_wz.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 35px;
}
.location a {
  display: inline-block;
  padding: 0 4px;
}
.inner-list {
  padding: 0 10px;
}
.inner-list li {
  padding: 4px 0;
  border-bottom: 1px dashed #ddd;
}
.inner-list li em {
  display: inline-block;
  float: right;
  margin-left: 50px;
  color: #999;
}
.inner-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/erji_ico.gif) no-repeat left center;
  background-size: 4px auto;
  padding-left: 12px;
}
.inner-special li a span {
  display: inline-block;
  width: 28px;
  height: 14px;
  background: url(../images/pic_zd.png) no-repeat center;
  margin-left: 10px;
}
/*.inner-list li:nth-child(10n){border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px;}*/
.n-pages {
  margin: 40px auto 10px;
  display: table;
}
.n-pages li {
  float: left;
  list-style: none;
    margin: 0 2px 0px;
}
.n-pages a, .n-pages span {

    border: 1px solid #e1e1e1;
    color: #666;
    display: inline-block;
	padding: 0 10px;
}
.n-pages .active{
	background:#0e90d2;
}
.n-pages .active a{
	color: white;
}
.n-pages span {
  background-color: #1f8ceb;
  color: #fff;
  border-color: #1f8ceb;
}
/** art **/
.inner-art {
  padding: 10px 20px;
}
.inner-art > .title {
  text-align: center;
}
.inner-art > .title h2 {
  font-size: 22px;
  color: #1f8ceb;
  line-height: 30px;
  padding: 10px;
  font-weight: normal;
}
.inner-art > .title h1 {
  font-size: 22px;
  color: #1f8ceb;
  line-height: 30px;
  padding: 10px;
  font-weight: normal;
}
.inner-art > .title p {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
.inner-art > .title a {
  display: inline-block;
  margin: 0px;
  color: #999;
}
.inner-art > .title a span {
  display: inline-block;
  color: #999;
}
.inner-body {
  padding: 20px 0;
}
.inner-body p {
  font-size: 16px;
  line-height: 30px;
}
.inner-body img {
  max-width: 100% !important;
  height: auto !important;
}
.inner-body table {
  max-width: 100% !important;
  border-collapse: collapse;
  padding: 0;
}
.inner-body table tr {}
.inner-body table th {}
.inner-body table td {
  border: 1px solid #ddd;
}
.inner-body table img {
  border: 0;
}
.inner-body table a {
  color: #3e97c9;
}
.page-turn {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-turn p {
  color: #888;
}
.page-turn p a {
  display: inline-block;
  color: #1f8ceb;
  border: 1px solid #e1eef7;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.page-turn p a:hover {
  text-decoration: underline;
}
/************** school ****************/
.inner-school {}
.inner-school li {
  width: calc(25% - 20px);
  float: left;
  margin: 0 10px 20px;
  text-align: center;
}
.inner-school li .pic {
  display: block;
  height: 140px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}
.inner-school li .pic img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.inner-school li .tit {
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.in-school-tit {
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
  line-height: 30px;
  height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
.in-school-tit h3 {
  display: inline-block;
  background: url(../images/icon_sch.png) no-repeat left center;
  font-weight: normal;
  text-indent: 25px;
  color: #1f8ceb;
  font-size: 18px;
  line-height: 30px;
}
.in-school-tit p {
  display: inline-block;
  float: right;
}
.in-school-tit p a {
  display: inline-block;
  background-image: url(../images/icon_qq.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  text-indent: 20px;
  background-color: #64c1f2;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 5px;
  margin: 0 3px;
}
.in-school-tit p a:hover {
  background-color: #49a5d4;
}
.in-school-des {
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
}
.in-school-des dt.pic {
  width: 180px;
  height: 180px;
  overflow: hidden;
  padding: 10px 0;
  float: left;
}
.in-school-des dt.pic img {
  display: block;
  max-width: 100%;
}
.in-school-des dd.des {
  text-align: justify;
  text-indent: 28px;
  width: 530px;
  float: right;
}
.sch-part-tit {
  border-bottom: 1px solid #e9e9e9;
  line-height: 30px;
  margin-bottom: 15px;
}
.sch-part-tit span {
  font-size: 16px;
  display: inline-block;
  border-bottom: 3px solid #1f8ceb;
  color: #1f8ceb;
  font-weight: bold;
}
.school-pro {
  margin-top: 25px;
}
.sch-table {
  border: 1px solid #e0e0e0;
  width: 100%;
  text-align: center;
  border-right: none;
}
.sch-table tr th {
  border-right: 1px solid #e0e0e0;
  background-color: #f4f4f4;
}
.sch-table tr {
  height: 36px;
}
.sch-table tr td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.sch-table tr td:first-child {
  color: #1f8ceb;
}
.sch-table tr:hover {
  background-color: #f9f9f9;
}
.sch-pro-list tr td a {
  display: block;
  text-align: center;
}
.sch-pro-list tr td.fo a {
  display: inline-block;
  padding: 0 15px;
  background-color: #f7b143;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.sch-pro-list tr td.fo a:hover {
  background-color: #e09724;
}
.school-book {
  margin-top: 25px;
}
.school-book tr td a {
  display: inline-block;
  margin: 5px 10px;
}
.school-news {
  margin-top: 25px;
}
.school-news > .lists {
  width: 390px;
  height: 207px;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 0 15px 10px;
  border: 1px solid #e6e6e6;
}
.school-news > .lists:last-child {
  margin-right: 0;
}
.school-news > .lists > h3 {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  margin-bottom: 10px;
  background: url(../images/icon_tit6.png) no-repeat left center;
  text-indent: 20px;
}
.school-news > .lists li {
  margin-top: 5px;
}
.school-news > .lists li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(../images/icon_art2.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
}
.school-news > .lists li em {
  float: right;
  margin-left: 20px;
  color: #999;
}
.school-bot {
  margin: 25px 0 20px;
}
.d_pic {}
.d_pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*** zhuanye ***/
.zhuanye {
  background-color: #eee;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.zhuanye > dt {
  width: 120px;
  height: 120px;
  float: left;
  padding: 20px;
}
.zhuanye > dt img {
  display: block;
  max-width: 100%;
  height: auto;
}
.zhuanye .infos {
  width: 600px;
  float: right;
}
.zhuanye .infos > h3 {
  font-size: 20px;
  color: #1f8ceb;
}
.zhuanye .infos > h3 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}
.zhuanye .infos > em {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.zhuanye .infos > .xiang span {
  margin-right: 15px;
}
.zhuanye .infos > a.baoming {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #f7b143;
  margin-top: 20px;
}
.zhuanye .infos > a.baoming:hover {
  background-color: #ee9b18;
}
.zhuanye-xq {
  padding: 10px;
}
.zhuanye-xq > .tit {
  color: #3e97c9;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  padding: 5px 0;
}
.zhuanye-xq > .tit span {
  display: inline-block;
  background: url(../images/icon_tit7.png) no-repeat left center;
  padding-left: 15px;
}
.zhuanye-xq > .xq {
  margin-bottom: 30px;
}
.zhuanye-xq > .xq img {
  max-width: 100%;
  height: auto;
}
.whitebg {
  background-color: #fff;
}
.box-prof {
  width: 98%;
  border: 1px solid #3e97c9;
  margin: 20px auto;
  border-bottom: none;
}
.box-prof tr > th {
  width: 20%;
  border-right: 1px solid #3e97c9;
  border-bottom: 1px solid #3e97c9;
  padding: 5px;
  text-align: center;
}
.box-prof tr > td {
  width: 80%;
  border-bottom: 1px solid #3e97c9;
  padding: 5px;
}
.box-prof .s-logo a.pic {
  display: block;
  width: 50px;
  height: 50px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: 0 auto;
}
.box-prof .s-logo a.pic img {
  display: block;
  margin: 0 auto;
}
.box-prof .s-logo a.tit {
  display: block;
  text-align: center;
}
.box-prof .s-infos .line {
  border-top: 1px solid #93cdee;
}
.box-prof .s-infos .zy {
  padding: 5px 0;
  border-bottom: 1px solid #93cdee;
}
.box-prof .s-infos .zy:last-child {
  border-bottom: none;
}
.box-prof .s-infos .zy > dt {
  box-sizing: border-box;
  float: left;
  width: 90px;
  text-align: center;
}
.box-prof .s-infos .zy > dt a {
  display: block;
  color: #333;
  font-weight: bold;
}
.box-prof .s-infos .zy > dd {
  box-sizing: border-box;
  float: right;
  width: 800px;
  border-left: 1px solid #93cdee;
  padding-left: 10px;
}
.box-prof .s-infos .zy > dd a {
  display: inline-block;
  padding: 0 10px;
  color: #888;
}
.box-prof .s-infos .zy a:hover {
  text-decoration: underline;
}
.box-prof .s-infos .zy:hover {
  background-color: #f2f2f2;
}
/*right*/
.main-r {
  width: 320px;
  float: right;
}
/************  form ************/
.page-forms {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.page-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.page-title h2 {
  font-size: 20px;
}
.page-forms .part-tit {
  border-bottom: 1px solid #3e97c9;
  margin: 35px 0 15px;
}
.page-forms .part-tit span {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  background-color: #3e97c9;
  line-height: 40px;
  font-size: 16px;
}
.page-forms .texts {
  text-align: justify;
}
.page-forms .enter-btn {
  margin: 40px auto;
}
.page-forms .enter-btn a {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #f7b143;
  margin: 0 auto;
  font-size: 16px;
}
.page-forms .enter-btn a:hover {
  background-color: #e09724;
}
.page-forms .d-pic img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.page-forms .title2 {
  text-align: left;
  color: #1f8ceb;
}
.form-first {}
.form-first .ty {
  font-size: 16px;
  line-height: 30px;
  padding: 0 20px;
  color: #3e97c9;
  background-color: #f4f4f4;
  margin: 20px 0 10px;
}
.form-first > table tr {
  text-align: center;
  line-height: 30px;
  color: #333;
  font-weight: normal;
  vertical-align: top;
}
.form-first > table tr em {
  color: #f00;
  width: 14px;
}
.form-first > table tr > th {
  width: 120px;
  font-weight: normal;
  text-align: right;
  padding-right: 10px;
}
.form-first > table tr > td {
  width: 300px;
}
.form-first > table tr > td input[type=text] {
  width: 100%;
  line-height: 28px;
  height: 30px;
  border: 1px solid #ccc;
  padding: 0 5px;
  box-sizing: border-box;
  color: #666;
}
.form-first > table tr > td select {
  width: 100%;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.form-first > table tr > td select option {
  line-height: 30px;
}
.form-first > table tr > td select {}
.form-first > table tr > td select {}
.form-first .btns {
  margin: 20px 0 20px 134px;
}
.form-first .btns input {
  width: 140px;
  height: 36px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background-color: #3e97c9;
  border-radius: 3px;
  display: inline-block;
}
.form-first .btns #mydo {
  background-color: #f7b143;
  margin-right: 15px;
}
/*qq css*/
.izl-rmenu {
  position: fixed;
  right: 50px;
  bottom: 30px;
  padding-bottom: 73px;
  z-index: 999;
}
.izl-rmenu .btn {
  width: 72px;
  height: 73px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.izl-rmenu .btn-qq {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
  background-color: #488bc7;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
  text-decoration: none;
  display: block;
}
.izl-rmenu .btn-wx {
  background: url(../images/r_wx.png) 0px 0px no-repeat;
  background-color: #78c340;
}
.izl-rmenu .btn-wx:hover {
  background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: -150px;
  top: 0px;
  display: none;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.izl-rmenu .btn-wx .pic a {
  display: block;
}
.izl-rmenu .btn-wx .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.izl-rmenu .btn-phone {
  background: url(../images/r_phone.png) 0px 0px no-repeat;
  background-color: #fbb01f;
}
.izl-rmenu .btn-phone:hover {
  background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
  background-color: #ff811b;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none;
}
.izl-rmenu .btn-top {
  background: url(../images/r_top.png) 0px 0px no-repeat;
  background-color: #999;
  display: none;
}
.izl-rmenu .btn-top:hover {
  background-color: #666;
}
@media(max-width: 1260px) {
  .izl-rmenu {
    right: 0;
  }
}
/****/
#floatwx {
  width: 160px;
  position: fixed;
  top: 50%;
  left: 20px;
  margin-top: -200px;
}
#floatwx > dl {
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
}
#floatwx .fwx-close {
  width: 24px;
  height: 24px;
  padding: 2px;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  overflow: hidden;
}
#floatwx .fwx-close > a {
  display: block;
  height: 100%;
  background: url(../images/close_im.png) no-repeat right center;
}
#floatwx .fwx-con {}
#floatwx .fwx-con a {
  display: block;
}
#floatwx .fwx-con img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.news-list-01 li:nth-child(1) {
  line-height: 15px;
  height: 30px;
  margin-top: 15px;
}
.news-list-01 li a.h1title, .news-list-02 li a.h1title, .news-list-03 li a.h1title, .news-list-04 li a.h1title {
  font-size: 18px;
}
.news-list-01 li a.h1title, .news-list-02 li a.h1title, .news-list-03 li a.h1title, .news-list-04 li a.h1title {
  color: #e50505;
  margin-left: 10px;
}
.news-list-04 .spantitle span {
  background-image: url(../images/zn_icon.png);
  background-repeat: no-repeat;
  top: 4px;
  left: 0px;
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 4px;
}
.news-list-03 .spantitle span {
  background-image: url(../images/zn_icon.png);
  background-repeat: no-repeat;
  top: 4px;
  left: 0px;
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 4px;
}
.news-list-04 .spantitle span {
  background-image: url(../images/zn_icon1.png);
  background-repeat: no-repeat;
  top: 4px;
  left: 0px;
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 4px;
}
.news-list-02 .spantitle span {
  background-image: url(../images/jz_icon.png);
  background-repeat: no-repeat;
  top: 4px;
  left: 0px;
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 4px;
}
.news-list-01 .h1title span {
  background-image: url(../images/toutiao_icon.png);
  background-repeat: no-repeat;
  top: 4px;
  left: 0px;
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 4px;
}
.news-list-01 .h2titleli .h2title1, .news-list-02 .h2titleli .h2title1, .news-list-03 .h2titleli .h2title1, .news-list-04 .h2titleli .h2title1 {
  margin-right: 5px;
  width: 190px;
  overflow: hidden;
  margin-left: 10px;
}
.news-list-01 .h1title {
  position: relative;
  padding-left: 55px;
  line-height: 27px;
  font-size: 16px;
  width: 350px;
  overflow: hidden;
}
.news-list-02 .spantitle, .news-list-03 .spantitle, .news-list-04 .spantitle {
  position: relative;
  padding-left: 44px;
  line-height: 27px;
  font-size: 16px;
  width: 350px;
  overflow: hidden;
}
ul.news-list-02, ul.news-list-03 {
  margin-bottom: 8px;
}
.right_news_list {
  background: white;
  margin-top: 20px;
  height: 260px;
}
.right_news_title {
  color: #fff;
  height: 34px;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
  line-height: 34px;
  background-color: #0e90d2;
  overflow: hidden;
}
.right_news_list h3 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding-left: 18px;
  background-image: url(../images/icon_tit3.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  background-size: 5px 18px;
}
.right_ul {
  width: 292px;
  margin: 0 auto;
}
.right_ul ul {}
.right_ul ul li {
  margin-top: 6px;
}
.right_ul ul li a {
  background-image: url(../images/icon_art2.png);
  background-repeat: no-repeat;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  background-position: center left;
  text-overflow: ellipsis;
  display: block;
}
.classcontent {
  height: 100%;
  overflow: hidden;
}
.helplear_box {
  margin: 8px 0 0;
  padding: 8px;
}
.helplear_box li {
  border-bottom: 1px dashed #b5b5b5;
  width: auto;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 12px;
  padding-left: 8px;
}
.helplear_box h4 {
    float: left;
    font-weight: 400;
}
.helplear_box .bot_tome {
    float: right;
    font-size: 13px;
    color: #555;
}
.zkzx_img {
  float: left;
  width: 140px;
  margin-right: 15px;
  height: 90px;
}
.zkzx_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.notice {
  color: #a5a5a5;
  font-size: 12px;
  border: 1px solid #f3f3f3;
  padding: 6px;
}
.side .tit {
  height: 28px;
  line-height: 28px;
	border-bottom: 1px solid #e1eef7
}
.side .tit h4.do {
  background: url(../images/icon_tit34.png) no-repeat 6px center;
  padding-left: 16px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: auto 14px;
	font-size: 15px;
}
.side .swop {
  padding: 10px 15px;
}
.side .content {
  border-top: 0;
  padding: 4px 8px;
  height: 1%;
  overflow: hidden;
}
.side .swop .do_list li {
  float: left;
  width: 380px;
  padding-right: 7px;
	line-height: 26px;
}
.side .swop .do_list li a {
  float: left;
}
.info-footer1 {
  display: none;
}
.info-footer {
  display: block;
}
.zy_name_hot {
  width: 380px;
  padding-left: 454px;
}
.fixed {
  top: 0px;
  z-index: 999;
  position: fixed;
  width: 320px;
  background-color: #fff;
}
.ind-title1 ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 16px;
}
.curr1 {
  background: #0d6a99;
}
.ind-title1 {
  color: #fff;
  height: 34px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  line-height: 34px;
  background-color: #0e90d2;
  overflow: hidden;
}
.schedule_container__1l-c- {
  margin: 30px 12px 12px 12px;
  position: relative;
}
.schedule_container__1l-c- .schedule_container__items__2Gv2k {
  margin: 0;
  padding: 0;
}
.ant-timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  border-color: #0e90d2 !important;
  border-left: 2px dotted #0e90d2 !important;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}
.schedule_container__1l-c- .schedule_container__items__2Gv2k .schedule_dot__icon__LrHr6 {
  position: relative;
  background-color: #fff;
  border-radius: 9999px;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  word-break: break-word;
}
.schedule_container__1l-c- .schedule_container__items__2Gv2k .schedule_schedule__item__hJpBh .schedule_item__header__2vMlh {
  display: flex;
}
.schedule_container__1l-c- .schedule_container__items__2Gv2k .schedule_schedule__item__hJpBh .schedule_item__header__2vMlh h3 {
  white-space: nowrap;
  margin-right: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #0e90d2;
  line-height: 21px;
}
.schedule_container__1l-c- .schedule_container__items__2Gv2k .schedule_schedule__item__hJpBh .schedule_item__header__2vMlh span {
  font-size: 14px;
  font-weight: 500;
  color: #0e90d2;
  line-height: 20px;
}
.schedule_container__1l-c- .schedule_container__items__2Gv2k .schedule_schedule__item__hJpBh .schedule_item__content__LNg3H {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  padding-top: 20px;
}
.schedule_container__1l-c- .schedule_container__items__2Gv2k .schedule_schedule__item__hJpBh .schedule_item__content__LNg3H .schedule_schedule__detail__wdQIr {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #737373;
  line-height: 20px;
  cursor: pointer;
}
.bmdh {
  position: relative;
  width: 320px;
}
.new_text_center {
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5fafd;
  border: none;
  padding: 0;
  padding-left: 80px;
}
.new_text_center img:nth-child(1) {
  margin-left: 21px;
}
.new_text_center img {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}
.new_text_center dd {
  padding-right: 58px;
}
.new_text_center1{display: none;}
.bottom_sm {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 14px;
}
.bottom_sm span {
  color: red
}
.bottom_war h3 {
  font-size: 14px
}
.bottom_war p {
  font-size: 14px;
  color: #9f9f9f;
}
.author-info {
  line-height: 26px;
  position: relative;
  margin: 20px 0 10px;
  padding-left: 15px;
  color: #000000;
  font-size: 14px;
  padding: 0 10px;
  border-left: 5px solid #0e90d2;
}
.author-info .gray {
  color: #898989;
}
.author-info a {
  color: #4183c4;
  text-decoration: none;
}
.recommend-news{display: none;}
.yz_cont1{display: none;}