@charset "utf8";
/* 公共样式 */
*{margin:0;padding:0;}
body
{
	text-align:center;
	font: 16px/1.5 "微软雅黑",Verdana,Tahoma,Arial,sans-serif,"宋体";
	line-height:30px;
}
a:hover,a:focus{
  text-decoration: none;
}
p{margin: 0;}
ul li{
  list-style-type: none;
font-size:16px;
}
/* felx布局 */
.flex{
  display: flex;
  align-items: center;
}
.around{
  justify-content: space-around;
}
.between{
  justify-content: space-between;
}
.column{
  display: flex;
  flex-direction: column;
}
.min{min-width: 1200px;}
.header .top{
    width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.3% 0 6% 0;
  background: url(../images/top-bg.png) center top no-repeat;
  font-size: 18px;
  position: absolute;
  z-index: 2;
}
.header .top .logo{
    width: 30%;
  text-align: left;
  margin-left: 5px;
  margin-top: -5px;
}
.header .top .menu{
  width: 50%;
}
.header .top .menu .search form{
  width: 41%;
  display: inline-block;
  position: relative;
}
.header .top .menu .search form input{
  border-radius: 20px;
  border: none;
  padding-left: 10px;
}
.header .top .menu .search form button{
  background: url(../images/search.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 20px;
  right: 15%;
  border: none;
}

.header .top .menu .search .inc-txt{
  width: 60%;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 6px 8px;
}
.menu_list{
  margin: 14px 0;
}
.menu_list ul li{
  width: 17%;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.menu_list ul li a{
  color: #fff;
}
.menu_list ul .on{
  border-bottom: 1px solid #e8b31c;
  text-decoration: none;
}
.menu_list ul li:hover{
  border-bottom: 1px solid #e8b31c;
  text-decoration: none;
}
.header .banner{
  position: relative;
}
.header .banner img{
width: 100%;
height: auto;
}
.ad{
  width: 80%;height: 140px;margin: 24px auto;
}
.ad img{
  width: 100%;
  height: 140px;
}
.section{
  display: block;
  height: 400px;
  margin-bottom: 60px;
  padding: 0 2%;
}
.section .section-box{
  height: 400px;
  position: relative;
  text-align: center;
  justify-content: space-evenly;
  margin-bottom: 60px;
  padding: 0 2%;
}
.section .section-box .section1{
  width: 30%;
  height: 99%;
  padding: 10px 21px 8px 21px;
  border-radius: 8px;
  background-color: #eef6fc;
  margin-left: 1%;
}
.section-top .title{
  position: relative;
  text-align: left;
  z-index: 1;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.section-top .title::after{
  background: #ff8d06;
  content: " ";
  display: inline-block;
  width: 48px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: -7px;
  z-index: -1;
}
.section-top{
  border-bottom: 1px solid #ff8d06;
}
.section .section-box .section2{
  width: 31%;
  padding: 0.8% 1.6%;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
  background-color: #fff;
  text-align: center;
  height: 99%;
  overflow: auto;
}
.section .section-box .section3{
  background-color: #eef6fc;
  width: 32%;
  padding: 0.8% 1.6%;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-align: center;
  height: 99%;
  overflow: auto;
}
.section2 .list ul{
  padding-top: 10px;
  text-align: left;
}
.section2 .list ul li{
  border-bottom: 1px solid #ccc;overflow: auto;
  position: relative;
  line-height: 38px;
}

.section2 .list ul li::before{
  position: absolute;
  margin: auto;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8d06;
  top: 16px;
}
.section2 .list ul li a{
  margin-left: 13px;
  display: inline-block;
  width: 71%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section2 .list ul li:hover{
  background: #259fe5 !important;
  color: #fff !important;
  display: block;
  text-decoration: none;
  border-radius: 5px;
}
.section2 .list ul li:hover a{
  color: #fff !important;
}
.section3 .fast{
  display: flex;flex-direction: row;justify-content: space-around;
}
.section3 .fast div{
  padding: 11px 15px;
  background: #fff;
  margin: 15px 10px;
  border-radius: 14px;
}
.section3 .fast div p{
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.section3 .fast div:hover p{
  color: #ff8d06;
}
/* 响应式布局：屏幕宽度大于600px时，section1与section2并排 */
@media screen and (min-width: 600px) {
  /* .section1 {
      flex: 1 1 48%; /* 每个部分占用48%的宽度，剩下的空间留给section2 */
  /* }

  .section2 {
      flex: 1 1 48%;
  } */ 
}

/* 响应式布局：屏幕宽度大于768px时调整广告区域 */
@media screen and (min-width: 768px) {
  /* .ad img {
      max-width: 80%; /* 保证广告在较大屏幕上的比例合适 */
  /* } */ 
}

/* 更大屏幕时，标题字体增大 */
@media screen and (max-width: 1200px) {
  /* .title {
      font-size: 28px;
  } */

  .section{
    height: 450px;
  }
  .zs-section{
    height: 715px;
  }
  .header .top .logo{
    width: 35%;
  }
  .header .top .menu{
    width: 60%;
  }
 
}
/* 更大屏幕时，标题字体增大 */
@media screen and (min-width: 1600px) {
  /* .title {
      font-size: 28px;
  } */

  .section{
    height: 450px;
  }
  .zs-section{
    height:810px;
  }
  .header .top .logo{
    width: 30%;
  }
  .header .top .menu{
    width: 50%;
  }
}
.zs-section{
  display: block;position: relative;
}
.zs-top-bg{
  width: 100%;height: auto;
}
.zs-box{
  background: url(../images/zs-bg.png) center left no-repeat;
  background-size: auto;
  background-size: 51% 90%;
  padding: 5% 0;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: -7%;
}
.zs-box .flex{
  width: 70%;
  margin-left: 30%;
}

.zs-section .content-list{
  width: 28%;
  background: #fff;
  margin: 5% auto;
  padding: 20px 15px;
  position: relative;
}
.zs-section .content-list::before{
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/zs-title.png) top no-repeat;
  right: 0;
  top: -12%;
   pointer-events: none;
}

.zs-section .content-list .title p{
  padding-top: 15px;
  font-size: 18px;
  color:#ff8d06;
}
.zs-section .content-list .title img{
  width: 100%;padding: 10px 0;
}
.zs-section .content-list .list ul li{
  border-bottom: 1px solid #ccc;margin-bottom: 8px;margin-top: 8px;
}
.zs-section .content-list .list ul li a{
  width: 14em;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;
}

.zs-section .content-list .btn{
  margin: 4% 0;border-radius: 8px;padding: 3% 20%;background-color: #20a9f9;color: #fff;font-size: 16px;
}
.school-section{
  background: url(../images/school-bg.png) center no-repeat;
  position: relative;
}
.school-section .school-item{
  padding: 5% 0;
}
.school-section .school-item .iten-list{
  margin: 20px 1%;
  padding: 20px 1%;
  width: 22%;
  background: #fff;
}
.school-section .school-item .iten-list h5{
  text-align: center;font-size: 18px;color: #ff8d06;font-weight: bold;
}
.school-section .school-item .iten-list img{
  width: 100%;
}
.school-section .school-item .iten-list p{
  font-size: 16px;padding: 6px 0;
}
.school-section .school-item .iten-list p span{
  text-decoration: underline;font-weight: bold;font-size: 18px;color: #20a9f9;font-style: italic;
}
.footer{
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  padding-top: 2%;
  color:#fff ;
}
.footer .footer-logo{
  margin-top: 40px;width: 23%;
}
.footer .common{
  width: 8%;text-align: left;
}
.footer .title{
  border-bottom: 1px solid #fff;
  text-align: left;
}
.footer .link{
  text-align: left;
}
.footer a{
  color: #fff;
}
.footer .address{
  padding-top: 20px;
  margin-top: 20px;
}
/*common-footer*/
.zs-footer .footer{
  background: #20a9f9;
}
.zs-footer .footer .address{
  background-color: rgba(0,0,0,0.5);
}
.zs-footer .footer .footer-logo{
  margin-top:0;
}
/*zs-list*/
.content-item{
  position: relative;height: 1100px;
}
.left-item{
  width: 30%;
  padding: 20px;
  border: 2px solid #ccc;
  margin: 40px auto;
  border-radius: 40px;
  float: left;
  position: relative;
  left: 5%;
}
.left-item h4{
  padding: 5px 0 10px;
}
.left-item .button{
  width: 47%;
  background: #26A0E5;
  border: #26A0E5;
  border-radius: 21px;
  color: #fff;
  line-height: 42px;
}
.nav_btn{
  margin-left: 13px;
  margin-top: 12px;
  width: 400px;
  text-align: center;
  background: #CBDDFA;
  padding: 10px;

}
.nav_btn h3{
  margin: 5px auto;
    margin-right: auto;
  margin-right: 60px;
}

.nav_btn .bi{margin-left: 5px;
  color: #0078FF;
}
.left-item .zs-list-img{
  width: 100%;
  padding: 20px;
}
.right-item{
  width: 58%;
  height: 910px;
  left: 7%;
  border-radius: 8px;
  position: relative;
  overflow: auto;
  float: left;
  border: 1px solid #ccc;
  margin: 40px auto;
}

.right-item .item-list{
  padding: 30px 28px 0px 28px;
  text-align: left;
}
.right-item .item-list>div{
  font-size: 16px
}
.right-item .item-list>div a{
  color: #333;
}
.right-item .item-list>div a:hover{
  text-decoration: none;
  color: #ff8d06;
}
.right-item .item-list>div .bi{
  color: #0078FF;
}
/*show*/
.news-position{
  text-align: left;
  color: #888;
  padding-bottom: 10px;
  margin: 15px 0 30px;
  border-bottom: 1px solid #e4e4e4;
  background: #f9f9f9;
  height: 40px;
  line-height: 40px;
  text-indent: 35px;
  font-size: 13px;
}
.news-position bi-geo-alt-fill{
  font-size: 14px;
  color: #005bc2;
}
.show .content .content-title h1{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.show-content img{
margin: 10px auto;
}
.show-content strong{
  font-size: 24px;
  line-height: 2;
}
.info{
  text-align: center;
  margin-top: 15px;
}
.info-time{
  padding: 5px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  color: #888;
  font-size: 13px;
}
.show-content{
  text-align: left;
}

/* 分页*/
.pages {
	font: 0/0 microsoft yahei;
	padding: 15px 0;

}
.pages a {
	display: inline-block;
	line-height: 28px;
	margin: 0 5px;
	padding: 0 10px;
	border: 1px #d2d2d2 solid;
	font-size: 14px;
	vertical-align: middle;

}
.pages a:hover {
	border: 1px #135a9c solid;
}
.pages a.current {
	border: 1px #135a9c solid;
	background-color: #135a9c;
	color: #fff;
	position: relative;

}
.pages span {
font-size: 14px;
  vertical-align: middle;
  background: #135a9c;
  line-height: 28px;
  margin: 0 5px;
  padding: 5px 12px;
  color: #fff;
}