.main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.hotnews h3 {
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
    font-weight: 700;
}

.hotnews h3 a {
    color: #0062C7;
}

.hotnews p {
    font-size: 16px;
    line-height: 1.6;
    color: #121212;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.hotnews p a {
    color: #121212;
}

.hotnews p i {
    background: #121212;
    margin: 0 8px;
    display: inline-block;
    width: 1px;
    height: 14px;
}

.hotnews p a:hover {
    color: #0062C7;
}

.hotnews p i:last-child {
    display: none;
}

.slideBox {
    width: 628px;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.slideBox .hd {
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
}

.slideBox .hd ul li.on {
    opacity: 1;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd li img {
    width: 628px;
    height: 370px;
}

.slideBox .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    background: rgba(0, 0, 0, .34);
    text-indent: 10px;
    z-index: 1;
}

.slideBox .bd p a {
    color: #fff;
}

.slideTxtBox {
    width: 548px;
    height: 370px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slideTxtBox .hd ul {
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #BEC3D0;
    display: flex;
    justify-content: left;
}

.slideTxtBox .hd ul li {
    font-size: 20px;
    overflow: hidden;
    /* width: 130px; */
    height: 43px;
    text-align: center;
    margin-right: 20px;
}

.slideTxtBox .hd ul li a {
    display: block;
    height: 40px;
    color: #999;
    float: left;
    line-height: 40px;
    width: 100%;
}

.slideTxtBox .hd ul li em {
    display: block;
    margin: 0 10px;
    float: left;
    font-weight: normal;
    color: #999;
}

.slideTxtBox .hd ul li.on {
    border-bottom: 3px solid #0062C7;
}

.slideTxtBox .hd ul li.on a {
    color: #0062C7;
    font-weight: 700;
}

.slideTxtBox .bd ul {
    overflow: hidden;
    margin-top: 10px;
}

.slideTxtBox .bd ul li {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    background: url(../img/li-bg.png) center left no-repeat;
    overflow: hidden;
}

.slideTxtBox .bd ul li a {
    display: block;
    float: left;
    width: 78%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 15px;
}

.slideTxtBox .bd ul li a:hover {
    color: #0062C7;
}

.slideTxtBox .bd li span {
    float: right;
    color: #999;
    font-size: 15px;
    width: 85px;
    overflow: hidden;
}

.onebox {
    width: 1200px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.oneitem {
    width: 283px;
    height: 116px;
}

.oneitem img {
    width: 283px;
    height: 116px;
    border-radius: 10px;
}

.bignav {
    width: 1200px;
    height: 78px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.bignavitem {
    width: 394px;
    height: 78px;
    text-align: center;
    cursor: pointer;
    line-height: 78px;
    border-radius: 10px;
}

.bignavitem a {
    display: block;
    width: 100%;
    height: 100%;
    color: #121212;
    font-size: 20px;
}

.bignavitem:hover a,
.bignavitem.on a {
    color: #fff;
    font-weight: 700;
}

.bignavitem:nth-child(1) {
    background: url(../img/bignav1.png) 115px 27px no-repeat #d8d8d8;
}

.bignavitem:nth-child(1):hover,
.bignavitem:nth-child(1).on {
    background: url(../img/bignav1_on.png) 115px 27px no-repeat #0057b2;
}
.bignavitem:nth-child(2) {
    background: url(../img/bignav2.png) 115px 27px no-repeat #d8d8d8;
}

.bignavitem:nth-child(2):hover,
.bignavitem:nth-child(2).on {
    background: url(../img/bignav2_on.png) 115px 27px no-repeat #0057b2;
}
.bignavitem:nth-child(3) {
    background: url(../img/bignav3.png) 115px 27px no-repeat #d8d8d8;
}

.bignavitem:nth-child(3):hover,
.bignavitem:nth-child(3).on {
    background: url(../img/bignav3_on.png) 115px 27px no-repeat #0057b2;
}

.zwgk_box{
    background: url(../img/zwgk_bg.png) no-repeat center center;
    width: 1200px;
    height: 488px;
    margin-top: 14px;
    padding: 21px 24px 21px;
    display: flex;
}

.zwgk_left{
    width: 285px;
    height: 447px;
    background: #fff;
    padding-top: 1px;
}

.zwgk_left a{
    display: block;
    height: 83px;
    width: 242px;
    margin: 22px 21px;
    background: #E6F4FF;
    line-height: 83px;
    text-align: center;
    font-size: 18px;
    color: #121212;
}

.zwgk_middle{
    width: 500px;
    margin-left: 40px;
}

.slidetwoBox {
    width: 500px;
    /* height: 370px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slidetwoBox .hd ul {
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #BEC3D0;
    display: flex;
    justify-content: left;
}

.slidetwoBox .hd ul li {
    font-size: 20px;
    overflow: hidden;
    /* width: 130px; */
    height: 43px;
    text-align: center;
    margin-right: 20px;
}

.slidetwoBox .hd ul li a {
    display: block;
    height: 40px;
    color: #999;
    float: left;
    line-height: 40px;
    width: 100%;
}

.slidetwoBox .hd ul li em {
    display: block;
    margin: 0 10px;
    float: left;
    font-weight: normal;
    color: #999;
}

.slidetwoBox .hd ul li.on {
    border-bottom: 3px solid #0062C7;
}

.slidetwoBox .hd ul li.on a {
    color: #0062C7;
    font-weight: 700;
}

.slidetwoBox .bd ul {
    overflow: hidden;
    margin-top: 10px;
}

.slidetwoBox .bd ul li {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    background: url(../img/gray_bg.png) center left no-repeat;
    overflow: hidden;
}

.slidetwoBox .bd ul li a {
    display: block;
    float: left;
    width: 78%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 15px;
}

.slidetwoBox .bd ul li a:hover {
    color: #0062C7;
}

.slidebottom{
    margin-top: 20px;
}

.zwgk_right{
    width: 285px;
    height: 450px;
    background: #fff;
    padding: 20px 18px 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 40px;
}

.zwgk_item{
    width: 118px;
    height: 126px;
    margin-bottom: 16px;
    background: #E6F4FF;
    padding-top: 29px;
    box-sizing: border-box;
}

.zwgk_item img{
    display: block;
    margin: 0 auto;
}

.zwgk_item a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #121212;
    text-align: center;
    margin-top: 15px;
}

.ztzl_box {
    margin-top: 50px;
    width: 1200px;
  }
  
  .ztzl_title {
    width: 100%;
    height: 44px;
    line-height: 41px;
    background: url(../img/ztzl.png) center center no-repeat;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .ztzl_title a {
    color: #121212;
  }
  
  .ztzl_title a span {
    color: #004D93;
  }
  
  .picScroll-left {
    position: relative;
  }
  
  .picScroll-left .hd {
  }
  
  .picScroll-left .hd .prev,
  .picScroll-left .hd .next {
    display: block;
    width: 25px;
    height: 51px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 75px;
    z-index: 9999;
  }
  
  .picScroll-left .hd .prev {
    background: url('../img/left.png') center center no-repeat;
    left: -50px;
  }
  
  .picScroll-left .hd .next {
    background: url('../img/right.png') center center no-repeat;
    right: -50px;
  }
  
  .picScroll-left .bd {
    padding-top: 30px;
  }
  
  .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
  }
  
  .picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 12px;
  }
  
  .picScroll-left .bd ul li .pic {
    text-align: center;
  }
  
  .picScroll-left .bd ul li .pic img {
    width: 290px;
    height: 139px;
    display: block;
  }
  
  .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
  }
  
  .picScroll-left .bd ul li .title {
    line-height: 24px;
  }