.tab-brief>.hd ul {
    float: left;
}

.tab-brief>.hd li {
    float: left;
    position: relative;
    padding: 0 0 12px;
    font-size: 1.375em;
    color: #666666;
}

.tab-brief>.hd li+li {
    margin-left: 30px;
}

.tab-brief>.hd li a {
    color: #808080;
}

.tab-brief>.hd li:after {
    content: '';
    position: absolute;
    width: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #C20000;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
}

.tab-brief>.hd li.on:after {
    width: 2em;
}

.tab-brief>.hd li.on a {
    color: #000;
    font-family: "systb";
}

.tab-brief>.hd .more {
    padding-top: 3px;
    float: right;
}

.tab-brief.space15>.hd li+li {
    margin-left: 15px;
}

.tab-brief>.hd dl {
    float: right;
    font-size: 18px;
    padding-top: 3px;
}

.tab-brief>.hd dl dd {
    float: left;
    position: relative;
}

.tab-brief>.hd dl dd a {
    color: #808080;
}

.tab-brief>.hd dl dd a:hover {
    color: #2354AF;
}

.tab-brief>.hd dl dd+dd {
    padding-left: 10px;
    margin-left: 10px;
}

.tab-brief>.hd dl dd+dd:before {
    content: '';
    width: 1px;
    height: 18px;
    background: #808080;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
/* 
.tab-card>.hd {
    line-height: 46px;
    background: #f4f4f4;
}

.tab-card>.hd ul {
    float: left;
}

.tab-card>.hd li {
    float: left;
    position: relative;
    font-size: 1.125em;
}

.tab-card>.hd li a {
    display: block;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    background:none!important;
}

.tab-card>.hd li.on {
    cursor: pointer;
}

.tab-card>.hd li.on a {
    background: #1e51b1;
    color: #fff;
}

.tab-card>.hd li.on:after {
    width: 100%;
}

.tab-card>.hd .more {
    float: right;
    margin-right: 15px;
}

.tab-card.arrow>.hd {
    font-weight: normal;
}

.tab-card.arrow>.hd li.on:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 100%;
    border: transparent solid 8px;
    border-top-color: #0f59a4;
    margin-left: -8px;
} */

.com-more a {
    color: #666666;
    font-size: 14px;
}

.com-more a:hover {
    color: #0046a9;
}

.tab-brief .bd>.item .infolist,
.tab-card .bd>.item .infolist {
    margin-top: 10px;
}

.js-tab .more a+a {
    display: none;
}

.js-tab>.bd>*+* {
    display: none;
}

.m-com-more {
    clear: both;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: none;
}

.m-com-more a {
    color: #666;
}

.m-com-more a:hover {
    color: #333;
}

.m-com-more.bg-white {
    background: #fff;
}


@media (max-width: 640px) {
    .res.tab-brief>.hd ul li {
        margin: 0 10px 10px 0 !important;
        padding: 0;
        border-bottom: none;
        font-size: 1.125em;
    }

    .res.tab-brief>.hd ul li a {
        display: block;
        padding: 7px 12px !important;
        line-height: 1.5;
        background-color: #f1f1f1;
        color: #666;
    }

    .res.tab-brief>.hd ul li.on a {
        color: #fff;
        background-color: #1a56a8;
    }

    .res.tab-brief>.hd li:after {
        display: none;
    }

    .res.tab-brief .bd>.item>.newsList {
        margin-top: 0;
    }

    .res.tab-card>.hd {
        margin-bottom: -10px;
        background: none;
        border-bottom: #dfdfdf 1px solid;
    }

    .res.tab-card>.hd ul li {
        margin: 0 10px 10px 0 !important;
        font-size: 1.125em;
    }

    .res.tab-card>.hd ul li a {
        padding: 7px 12px !important;
        height: auto;
        line-height: 1.5;
        color: #666;
    }

    .res.tab-card>.hd ul li.on a {
        background: #1a56a8;
        color: #fff;
    }

    .res.tab-card>.bd .item>.newsList {
        margin-top: 0;
    }

    .tab>.hd .more,
    .tab-card>.hd .more,
    .tab-brief>.hd .more {
        display: none;
    }

    .m-com-more {
        display: block;
    }
}


.Governments{
    width: 100%;
    /* height: 800px; */
}

.Government_center{
    width: 74%;
    margin: 0 auto;
}

.hd{
    width: 100%;
   
}

.hd ul{
    width: 100%;
    display: flex;
justify-content: space-between;
       background-color: #fff;
}
.hd li{
box-sizing: border-box;
    width: 31%;
    height:220px;
    /* background-color: #C20000; */
display: flex;
flex-direction: column;
justify-content:space-between;
align-items: center;
padding-top: 30px;
padding-bottom: 20px;
background-color:rgba(156, 192, 255, .1) ;


border: 1px solid rgba(156, 192, 255, .2) ;

}

.hd li{border-radius: 5px;position: relative;border: 2px solid #C9E2F2;}
.hd li a{color:#333;font-weight: bold;font-size: 24px;}
.hd li::before{content: '';position: absolute; top: 0px; width: 0; height: 5px;background: #215ADE;border-radius: 10px;-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}
.hd li.on{border: 2px solid #fff; background: linear-gradient(#fff, rgba(201, 231, 255));box-shadow: 0px 18px 29px 0 rgba(0, 112, 209, .47);}
.hd li.on::before{width: 100%;}


.hd li img{
    width: 27.6%;
}

.leadership_img{
    display: flex;
    flex-wrap: wrap;

}

.item{
    margin-top: 78px;
}
.leadership_img li{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.leadership_img li a{ width: 50%;margin: auto;}

.leadership_img li img{
    width: 100%;
}

.leadership_img li:nth-child(1) {
    width: 100%;
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
}
.leadership_img li:nth-child(1) a{
    width: 18%;

}
.leadership_img li:nth-child(1) img{
    width: 100%;

}

.leadership_name{
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}

.departments{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.departments li{
    border: 1px solid #C4DAFF;
    width: 48.8%;
    height: 56px;
    margin-bottom: 20px;

    display: flex;
    align-items: center;
    font-size: 20px;
    
}

 .departments .dot{width: 8px;
    height: 8px;
    background-color: #0046a9;
    margin: 0 18px;

 }

 .departments li:hover  .dot{
    background-color: #C20000;

 }

 .departments_txt{
    width: 88%;
 }

.Administrative_Division{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Administrative_Division li{
    width: 25%;
    margin-bottom: 30px;
    overflow: hidden;
}
.Administrative_Division li a{display: block;overflow: hidden;margin: 0px 20px;    height: 196px;  }

.Administrative_Division img{
    width: 100%;

}

.Administrative_Division_txt{
    text-align: center;
    margin: 0px 20px;
    font-size: 18px;
    background-color: #F7F7F7;
    box-sizing: border-box;
    padding: 10px;
  height: 88px;



}