/*  */
body{background-color: #fff !important;}
.ztpage-banner{width: 100%;height: 570px;}
.ztpage-banner img{width: 100%;height: 100%;object-fit: cover;}
.ztpage-cont{padding-bottom: 50px;overflow: hidden;}
.part1 {
    background: url(part1.png) no-repeat;
    width: 1200px;
    height: 222px;
    margin: 50px auto;
    overflow: hidden;
    padding: 25px;
    box-sizing: border-box;
  }
.part1 h3 {
    font-size: 36px;
    color: #3878cb;
    display: block;
    padding: 10px;
    font-weight: normal;
    width: 50px;
    height: 85px;
    line-height: 40px;
    background: url(part1-title.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-left: 25px;
    margin-top: 30px;
}
.part1 p {
    width: 1000px;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    text-indent: 2em;
    margin-left: 30px;
}
.part1-tit {
    width: 100%;
    margin: 40px auto;
    border-bottom: 1px solid #88b9d8;
    text-align: center;
    position: relative;
  }
  .zt-more1{position: absolute;right: 0;bottom: 0;line-height: 58px;font-size: 20px;color: #1162b8;transition: .4s;}
  .zt-more1 a{color: #1162b8;transition: .4s;}
  .zt-more1 a:hover{font-size: 21px;}
.part1-tit>a {
width: 370px;
height: 58px;
line-height: 58px;
height: 100%;
display: inline-block;
font-weight: bold;
font-size: 34px;
background: url(tit.jpg) no-repeat center;
background-size: cover;
}
.part1-tit .sub1 {
color: #fff;
display: inline-block;
}
.part1-tit .sub2 {
width: 11px;
height: 11px;
margin: 0 0 6px;
background: #fff;
border-radius: 50%;
display: inline-block;
}
.part1-tit .sub3 {
color: #fffc00;
display: inline-block;
}

.part1-list {
    overflow: hidden;
  }
.part1-list ul li {
float: left;
width: 45%;
height: 121px;
margin: 0 10% 20px 0;
padding: 0 0 20px 28px;
border-bottom: 1px solid #e9e9e9;
position: relative;
box-sizing: border-box;
}
.part1-list ul li:nth-of-type(2n) {
margin: 0 0 20px 0;
}
.part1-list ul li:before {
content: "";
width: 11px;
height: 11px;
background: #b9b9b9;
border-radius: 50%;
position: absolute;
left: 0;
top: 12px;
}
.part1-list ul li a {
line-height: 36px;
font-size: 22px;
color: #333;
max-height: 68px;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
}
.part1-list ul li span {
font-size: 16px;
color: #999;
display: block;
margin-top: 10px;
}
.part1-list ul li a:hover {
color: #3a74c8;
}

.part-cybs{margin: 40px 0;}
.part-cybs ul li{width: 285px;height: 78px;line-height: 78px;float: left;border: 1px solid #e9eef4;box-shadow: 0 2px 5px rgb(0 0 0 /10%);box-sizing: border-box;text-align: center;margin: 10px 0 10px 20px;position: relative;transition: 0.4s;}
.part-cybs ul li:first-child{margin-left: 0;}
.part-cybs ul li:first-child+li+li+li+li{margin-left: 0;}
.part-cybs ul li img{vertical-align: middle;margin-top: -5px;margin-right: 10px;}
.part-cybs ul li a{display: block;font-size: 20px;color: #333333;}

.part-cybs ul li:hover{box-shadow: 0 2px 10px rgba(21, 130, 255, 0.2);}
.part-cybs ul li a:hover{color: #0077CA;}
.part-cybs ul li::before, .part-cybs ul li::after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 1px solid transparent;
  width: 0;
  height: 0;
  z-index: -1;
}
.part-cybs ul li::after {
  bottom: 0;
  right: 0;
}
 
.part-cybs ul li::before {
  top: 0;
  left: 0;
}
 
.part-cybs ul li:hover::before, .part-cybs ul li:hover::after {
  width: 100%;
  height: 100%;
}
 
.part-cybs ul li:hover::before {
  border-top-color: #a5d6fa;
  border-right-color: #a5d6fa;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
 
.part-cybs ul li:hover::after {
  border-bottom-color: #a5d6fa;
  border-left-color: #a5d6fa;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}



/* 政策 */
.part2-tit{overflow: hidden;line-height: 72px;}
.part2-tit h3{font-size: 36px;color: #1162b8;float: left;}
.part2-tit img{margin-top: 30px;margin-left: 15px;}
.part2-tit a{float: right;font-size: 16px;color: #1162b8;}

.part2-list ul li{overflow: hidden;border-bottom: 1px solid #e2ebf2;padding: 15px 0;}
.part2-list ul li a{font-size: 20px;color: #404040;padding-left: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;float: left;max-width: 780px;background: url(./part2li.png) no-repeat left center;}
.part2-list ul li a:hover{color: #1162b8;}
.part2-list ul li span{font-size: 16px;color: #999999;float: right;}
@media screen and (max-width: 1025px) {
 
}