@charset "utf-8";
/* CSS Document */
body{ background:#f3f3f3;}
.main{width:95%; max-width:1340px; margin:0 auto;}
.selected{background: #024289;}



/*头部自定义*/
body {
    background-color: #FFFFFF;
}
.header {
    background-image: url('../images/566.png') !important;
    height: 320px !important;
}
.header01 {
    background-image: url('../images/home_bg4.png') !important;
    height: 320px !important;
}

.logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    height: 200px;
    justify-content: space-between;
}

.nav-wzgzndbb {
    background: #F3F3F3 !important;
}

.zfwzgzndbb-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.1rem;
    height: 80px;
}

.zfwzgzndbb-news>div:last-child {
    display: flex;
    align-items: center;
}

.zfwzgzndbb-news div img,
.zfwzgzndbb-news div a {
    margin-right: 10px;
}

.zfwzgzndbb-nav>img {
    width: 12px;
    height: 16px;
}

.zfwzgzndbb-nav div select {
    width: 188px;
    height: 42px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
}


.custom-select {
    position: relative;
    width: 188px;
    height: 42px;
    border: 1px solid #C1C1C1;
    border-radius: 2px;
    background: #FFFFFF;
    font-size: .8rem;
}

.custom-select::after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    appearance: none;
    padding: 5px;
    font-size: 0.8rem;
}

select::-ms-expand {
  display: none;
}

/*头部自定义 结束*/

/* 面包屑 */
.location{font-size: 0.8rem;}
.location img{width: 14px;margin-right: 10px;}
.location em{font-style: normal ;color: #1559A3;}

#link,#nf{color: #1559A3;margin-right: 25px;font-size: 1.1rem;}
/* 正文 */
.wzndgzbb-box{background: #fff;padding: 40px 30px;box-shadow: 0px 0px 10px #e6e6e6;border-radius: 15px;border-top-left-radius: 0;border-top-right-radius: 0;margin-bottom: 40px;}

.wzndgzbb-news div img,
.wzndgzbb-news div a {
    margin-left: 10px;
    margin-right: 10px;
}

.wzndgzbb-line{
    width: 100%;
    border: 1px solid #EBEBEB;
    margin-top: 30px;
    margin-bottom: 30px;
}

.button-box {
  padding-top: 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px dashed #EBEBEB;
}

.button-box a{
    margin-right: 2%;
    width: 31%;
    height: 70px;
    background: #F3F6F9;
    border-radius: 5px;
    border: none;
    color: #5B6065;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 2%;
    line-height: 70px;
    text-align: center;
}
.button-box a:nth-of-type(3n){
    margin-right: 0;
}
.button-box a:hover a{color:#FFFFFF ;}
.button-box a:hover{
    background: #1559A3;
    color: #FFFFFF;
}

.wxnj-line{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.location {
    margin-bottom: 0 !important;
}
@media(max-width:1200px){
  .button-box a:nth-of-type(3n){margin-right: 2%;}
  .button-box a:nth-of-type(2n){margin-right: 0;}
  .button-box a{width: 49%;}
}

@media(max-width:900px){
    .zfwzgzndbb-news {
      height: 120px;
      /* padding: 20px; */
      align-items: flex-start;
      flex-direction: column;
      padding-bottom: 40px;
    }
    .location{padding: 20px 0;}
    .button-box a{font-size: 1rem;}
    .location{margin-bottom: 0 !important;}
    .logo{height: 150px;}
    .logo img:nth-child(2){width: 80%;}
    .header{height: 250px !important;}
}

@media(max-width:768px){
    .logo{height: 200px;padding-top: 50px !important;}
    .header{height: 350px !important;}

}

@media(max-width:640px){
    .location{margin-bottom: 0 !important;}
    .logo{padding-top: 40px !important;height: 200px;}
    .logo img:nth-child(2){width: 90%;}
    .logo img:nth-child(1){width: 50%;}
    .header{height: 315px !important;}
    .button-box{padding-top: 20px;}
    .button-box a{height: 50px;line-height: 50px;}
    .bindong-title{margin-bottom: 0 !important;}
}

@media(max-width:550px){
    .logo{height: 180px;}
}

@media(max-width:420px){
    .logo{height: 140px;}
    .header{height: 260px !important;}
    .custom-select{height: 36px;}
    .button-box a{margin-bottom: 10px; width: 48%;padding: 0 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
    .location em{margin: 0 5px;}
    .zfwzgzndbb-news div img, .zfwzgzndbb-news div a{margin: 0 5px;}
    .zfwzgzndbb-news{height: auto;min-height: 110px;}
}
