a {
  text-decoration: none !important;
  color: #2a2a2a;
  font-size: 12px;
}
ul{
padding:0;
}
li {
  list-style: none;
}
body {
  background: #eeeeee;
}
.row {
  overflow: hidden;
}
.topNav {
  line-height: 25px;
  font-size: 12px;
}
.topNav .topA {
  text-align: right;
}
.topNav .topA a {
  border-right: 1px solid #a8a8a8;
  padding-right: 8px;
  padding-left: 2px;
}
.topNav .topA a:last-child {
  border: none;
}
.header {
  background: url("../img/bannerBg.png");
  background-size: 100% 100%;
}
.header .banner {
  width: 1170px;
  margin: 0 auto;
}
.header .banner img {
  width: 100%;
}
/*头部通知*/
.inform {
  width: 100%;
  position: relative;
  height: 40px;
}
.inform .n1 {
  background: url("../img/nav_left.jpg") no-repeat;
  background-position: left;
  height: 40px;
  width: 154px;
  position: absolute;
  left: 0;
}
.inform .n3 {
  background: url("../img/nav_right.jpg") no-repeat;
  background-position: right;
  height: 40px;
  width: 290px;
  position: absolute;
  right: 0;
  top: 0;
}
.inform .n2 {
  background: url("../img/nav_bg.jpg");
  background-size: 100% 100%;
  height: 41px;
  line-height: 34px;
  position: absolute;
  right: 290px;
  left: 154px;
}
.inform .n2 .ti {
  padding-left: 10px;
  padding-top: 1px;
  float: left;
}
.inform .n2 .time {
  float: right;
  text-align: right;
  padding-top: 2px;
}
.recruit {
  margin-top: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.recruit > div {
 /*width: 50%;*/
  width: 100%;
  float: left;
  height: 70px;
}
.recruit > div img {
  width: 100%;
  height: 100%;
}
.center > .row {
  padding-bottom: 5px;
}
.center .newsBanner {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-right: -15px;
}
.center .newsBanner a {
  display: block;
  width: 100%;
}
.center .newsBanner img {
  display: block;
  width: 100%;
}
.center .onenew {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
}
.center .newsBox {
  border-radius: 3px;
  border-top: none;
  box-shadow: 0 1px 1px #9d9d9d;
  background: white;
  padding: 10px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.center .newsBox .news-lunbo {
  margin-top: 25px;
  padding-right: 0;
}
.center .newsBox .news-lunbo .toptj {
  position: absolute;
  top: -8px;
  left: -8px;
}
.center .newsBox .news-lunbo .toptj img {
  width: 95px;
  height: 95px;
  z-index: 99;
}
.center .newsBox .newList .list1,
.center .newsBox .newList .list2 {
  min-height: 216px;
}
.center .newsBox .newList .topbtn {
  border-bottom: #d7d4d4 solid 1px;
  overflow: hidden;
}
.center .newsBox .newList .topbtn > div {
  float: left;
  width: 86px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: url("../img/off_nav.jpg");
  color: white;
}
.center .newsBox .newList .topbtn > div.active {
  background: url("../img/on_nav.jpg") !important;
}
.center .newsBox .newList .topbtn > div:hover {
  cursor: pointer;
}
.center .newsBox .newList .topbtn .more {
  float: right !important;
  background: none;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
}
.list1,
.list2 {
  display: none;
}
.list1.active,
.list2.active {
  display: block;
}
.list1 ul li,
.list2 ul li {
  border-bottom: #a2a3a3 dashed 1px;
  line-height: 24px;
  height: 24px;
  background: url("../img/07.jpg") no-repeat;
  background-position: left center;
}
.list1 ul li a,
.list2 ul li a {
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding-left: 10px;
}
.list1 ul li .left,
.list2 ul li .left {
  float: left;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list1 ul li .time,
.list2 ul li .time {
  float: right;
  width: 40%;
  text-align: right;
}
.headTop {
  border-bottom: #218bb4 solid 1px;
  overflow: hidden;
}
.headTop > div {
  line-height: 28px;
  color: #134fa3;
  padding-left: 25px;
}
.headTop .left {
  float: left;
  font-weight: bold;
}
.headTop .left.notbg {
  background: url("../img/tz.jpg") no-repeat;
  background-position: left center;
}
.headTop .more {
  float: right;
}
.notice .list1 {
  min-height: 120px;
  display: block;
}
.notice .list1 .left {
  width: 70%;
}
.notice .list1 .time {
  width: 30%;
}
.zbbg {
  background: url("../img/zb.jpg") no-repeat;
  background-position: left center;
}
/*--------------------------------------------------*/
.fastRight .top {
  width: 105%;
  position: relative;
}
.fastRight .top img {
  width: 100%;
}
.fastRight .top .txts {
  position: absolute;
  top: 35%;
  left: 5%;
  color: #18599d;
  font-weight: bold;
  font-size: 15px;
  -webkit-text-stroke: 0.1px white;
}
.fastRight .box {
  background: #f6fbff;
  margin: 0 4px;
  box-shadow: 0 1px 1px #9d9d9d;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  padding-bottom: 5px;
}
.fastRight .box .aList {
	margin-top: -5px;
    margin-bottom: -5px;
  overflow: hidden;
}
.fastRight .box .aList a {
  display: block;
  width: 97% ;
  height: 24px;
  float: left;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 24px;
  margin: 5px 7px;
  font-weight: bold;
  font-size: 12px;
}
.fastRight .box .aList .one {
  background: url("../img/dh_nav_bg.jpg");
  background-size: 100% 100%;
  height: 35px;
  line-height: 35px;
  border: none;
}
/*-------------------联系方式----------------*/
.concat {
  margin: 0 5px;
}
.concat .title {
  font-weight: bold;
  height: 23px;
}
.concat > p {
  font-weight: bold;
  font-size: 14px;
  color: #134fa3;
  line-height: 40px;
  padding-left: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.concat .concatTxt {
  background: url("../img/contact_bg.jpg");
  background-size: 100% 100%;
  padding: 0 8px;
  font-size: 12px;
}
.concat .concatTxt p {
  margin: 0;
  line-height: 25px;
}
/*-----------------------footer--------------------------*/
.footer {
  margin-top: 20px;
  border-top: 2px solid #1b7dbe;
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.footer .titleName {
  position: absolute;
  font-weight: bold;
  color: #555555;
  font-size: 14px;
  left: calc(50% - 65px);
  right: 50%;
  top: -10px;
  width: 145px;
  background: #eeeeee;
  text-align: center;
}
.footer .float > div {
  margin-bottom: 10px;
}
.footer .safety img {
  width: 80px;
  height: 80px;
}
/*-------------内容------------*/
.contentBox {
  margin-top: 5px;
}
.contentBox .left {
  margin-bottom: 5px;
}
.contentBox .left .bgNav {
  margin-left: -15px;
}
.contentBox .left .bgNav img {
  width: 100%;
}
.contentBox .left .bgNavT {
  background: white;
  padding: 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 3px solid #0095ff;
}
.contentBox .left .box {
  background: white;
  padding: 10px 20px;
  margin-right: 4px;
  box-shadow: 0 1px 1px #b7b7b7;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contentBox .left .box .concat {
  margin: 0 -10px;
}
.contentBox .left .box .concat > p {
  background: url("../img/phone.jpg") no-repeat;
  background-position: 5px center;
  padding-left: 40px;
}
.contentBox .left .box ul li {
  margin-bottom: 10px;
}
.contentBox .left .box ul li a {
  display: block;
  background: url("../img/dian.png") #eeeeee no-repeat;
  background-position: 15px center;
  background-size: 10px 10px;
  padding-left: 40px;
  line-height: 30px;
  font-size: 14px;
}
.contentBox .left .box ul li a.active {
  background: url("../img/dian.png") #2e6da4 no-repeat;
  background-position: 15px center;
  background-size: 10px 10px;
  color: white;
}
.contentBox .left .box ul li a:hover {
  background: url("../img/dian.png") #2e6da4 no-repeat;
  background-position: 15px center;
  background-size: 10px 10px;
  color: white;
}
.contentBox .right {
  border-radius: 6px;
  box-shadow: 0 1px 1px #b7b7b7;
  padding: 15px;
  background: white;
  margin-left: -15px;
  min-height: 330px;
  margin-top: 5px;
}
.contentBox .right .top {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.contentBox .right .top .t1 {
  background: url("../img/zb.jpg") no-repeat;
  background-position: 15px center;
  padding-left: 40px;
  font-size: 15px;
  font-weight: bold;
}
.contentBox .right .top .t2 {
  text-align: right;
}
.contentBox .right .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 15px;
}
.contentBox .right .abx {
  text-align: center;
  padding: 5px 0;
  background-color: #F7F7F7;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
  font-size: 12px;
  color: #808080;
}
.contentBox .right .contentAtice {
  margin-top: 10px;
}
/*-------------列表------------*/
.articeList {
  min-height: 300px;
}
.articeList ul {
  min-height: 300px;
}
.articeList ul li a {
  display: block;
  overflow: hidden;
  height: 36px;
  border-bottom: 1px #CCC dashed;
  padding-top: 10px;
}
.articeList ul li a > div {
  float: left;
}
.articeList ul li a .left {
  width: calc(70% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 15px;
}
.articeList ul li a:hover {
  color: #036cb4;
  border-color: #036cb4;
}
.articeList ul li a .time {
  width: 30%;
  text-align: right;
  padding-right: 15px;
}
/*－－－－－－－校园风光－－－－－－－－－－－－*/
.schoolStyle {
  min-height: 300px;
}
.schoolStyle .list,
.schoolStyle .list2 {
  display: none;
}
.schoolStyle .list.active,
.schoolStyle .list2.active {
  display: block;
}
.schoolStyle .boxTop {
  width: 100%;
  height: 35px;
  margin: 8px 0;
}
.schoolStyle .boxTop .topbtn {
  border-bottom: #d7d4d4 solid 1px;
  overflow: hidden;
}
.schoolStyle .boxTop .topbtn > div {
  float: left;
  width: 86px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: url("../img/off_nav.jpg");
  color: white;
}
.schoolStyle .boxTop .topbtn > div.active {
  background: url("../img/on_nav.jpg") !important;
}
.schoolStyle .boxTop .topbtn > div:hover {
  cursor: pointer;
}
.schoolStyle .box {
  padding: 5px;
  border: 1px solid #d7d4d4;
}
.schoolStyle .box:hover {
  border-color: #2e6da4;
}
.schoolStyle .img {
  height: 140px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schoolStyle .img img {
  width: 150%;
  display: block;
}
.schoolStyle .title {
  text-align: center;
  padding-top: 5px !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.bgNavT {
  display: none;
}
@media (max-width: 1200px) {
  .fastRight .box .aList a {
    width: 88px;
    margin: 3px 7px;
  }
  .footer .safety img {
    width: 70px;
    height: 70px;
  }
  .header .banner {
    width: 950px;
  }
  .header .banner img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contentBox .left .box {
    height: auto !important;
    transition: all 0.36s ease;
  }
}
@media (max-width: 992px) {
  .header .banner {
    width: 100%;
  }
  .inform {
    display: none;
  }
  .fastBox {
    margin-top: 10px;
  }
  .fastRight .top img {
    margin-left: -5px;
  }
  .fastRight .box .aList .one {
    height: 24px;
    line-height: 24px;
  }
  .center .newsBanner {
    margin-right: 0;
  }
  .recruit > div {
    height: 35px;
  }
  .center .newsBox .news-lunbo {
    margin-top: 0;
    padding-right: 15px;
  }
  .newList {
    margin-top: 10px;
  }
  .safety {
    text-align: center;
  }
  .contentBox .left .box {
    margin-right: 0;
  }
  .contentBox .right {
    margin-left: 0;
  }
  .bgNavT {
    display: block;
  }
  .bgNav {
    display: none;
  }
  .contentBox .left .box {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.36s ease;
  }
  .safety {
    display: none;
  }
}
@media (max-width: 758px) {
  .recruit > div {
    width: 100%;
    height: auto;
  }
}
.pg-1 {
  font-size: 12px;
  font-family: Verdana;
  margin: 5px auto;
  padding: 3px;
  text-align: center;
}
.pg-1 a,
.total {
  border: #eee 1px solid;
  padding: 2px 5px;
  margin: 2px;
  color: #036cb4;
  text-decoration: none;
}
.pg-1 a:hover {
  border: #999 1px solid;
  color: #666;
}
.pg-1 a:active {
  border: #999 1px solid;
  color: #666;
}
.pg-1 .current {
  border: #036cb4 1px solid;
  padding: 2px 5px;
  font-weight: bold;
  margin: 2px;
  color: #fff;
  background: #036cb4;
}
.pg-1 .disabled {
  border: #eee 1px solid;
  padding: 2px 5px;
  margin: 2px;
  color: #ddd;
}
/*回到头部*/
.go_top {
  width: 35px;
  height: 35px;
  position: fixed;
  top: 85%;
  right: 10px;
  cursor: pointer;
  z-index: 99;
}
.go_top img {
  width: 100%;
}
/*# sourceMappingURL=index.css.map */
/*漂浮*/
.focusnews {
	display: none;
	border-radius: 5px;
	background-color: #ff0000;
	width: 100%;
	font-size: 1.14rem;
	color: #fff;
	position: absolute;
	z-index: 99;
	top: 50px;
	text-align: center;
	line-height: 1.5;
}
.floadAd { position: absolute;z-index: 999900; display: none; }  
.floadAd .item { display: block; }  
.floadAd .item img { vertical-align: bottom; }/* a img 的组合浏览器默认下边会有几个像素的空白，这里可以消除空白*/  
