html{
    overflow-y: scroll;
    height: 100%;
}
body{
    min-height: 100%;
    position: relative;
}

.top_2023_district_County {
    /*background-image: url('../../img/TOP1.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*position: absolute;*/
    /*top: 55px;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*padding: 10px 0px;*/
    text-align: center;

    /*background: #f2f2f2;*/
    /*z-index: 2;*/
    /*background: #ADC1D5;*/
}

.top_2023_district_County_center {
    margin: 0px auto;
    width: 16%;
    height: 100%;
    line-height: 100%;
    /*background-image: url('./TOP1.png');*/
    /*background-size: contain;*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    background: rgba(35, 116, 182, 0.4);
    border-radius: 40px;
}
/* 
    元江特殊样式
*/
.yj-district .top_2023_district_County .top_2023_district_County_center{
    width: 26% !important;
}

.top_2023_district_County a{
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid white;
    /*border-right: 1px solid #000;*/
    text-align: center;
    margin: 13px 0px;
    line-height: 14px;
    font-size: 14px;
    color: white;
    /*color: #000;*/
    z-index: 1;
    position: relative;
}
.top_2023_district_County a:last-child{
    border-right: 0px solid white;
    /*border-right: 0px solid #000;*/
}
a.english{
    border-right: 0px solid white;
    /*border-right: 0px solid #000;*/
}
/*处理各个县区内容详情页面富文本中table和img宽度太大撑开页面导致信息显示不全*/
/* .xilan_all table{
    max-width: 100%!important;
}
.xilan_all img{
    max-width: 100%!important;
} */
/*处理易门内容详情页面富文本中table和img宽度太大撑开页面导致信息显示不全*/
/* .ArticleBody table{
    max-width: 100%!important;
}
.ArticleBody img{
    max-width: 100%!important;
}
.article-main-content img{
    max-width: 100%!important;
} */
