.content {
    width: 1188px;
    margin: 0 auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 36px;
}

.heard-box {
    width: 100%;
    height: 234px;
    padding: 0 20px 34px 20px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 24px 0px rgba(33, 182, 255, 0.3);
    border-radius: 10px;
    border: solid 1px #0366c1;
    position: relative;
}

.heard-box-item {
    width: 280px;
    height: 100px;
    border: 1px solid yellowgreen;
    margin-right: 8px;
    color: #333333;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 9px;
    background-color: #ffffff;
    box-shadow: 3px 3px 0px 0px rgba(28, 100, 159, 0.8);
    border-radius: 5px;
    border: solid 1px #000000;
}

.mian-box {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px 70px 21px;
    min-height: 894px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 24px 0px rgba(33, 182, 255, 0.3);
    border-radius: 10px;
    border: solid 1px #0366c1;

}

.main-box-miantitle {
    background: url(bta.png) no-repeat center center;
    font-family: SourceHanSansCN-Heavy;
    font-size: 34px;
    height: 62px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    margin-top: -31px;
    margin-bottom: 40px;
}

.mian-box-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #0366c1;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
}

.mian-box-top {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.mian-box-top div {
    width: 277px;
    height: 60px;
    background-color: #f6faff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.icon::before {
    display: block;
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #0366c1;
    left: -100px;
    top: 20px;
}

.icon::after {
    display: block;
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #0366c1;
    right: -100px;
    top: 20px;
}

.heard-item-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-box-miantitle2 {
    background: url(bta.png) no-repeat center center;
    height: 62px;
    margin-top: -31px;
    font-family: SourceHanSansCN-Heavy;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 45px;
}

.main-box-bottom {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-box-bottom div {
    width: 180px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    font-family: MicrosoftYaHei;
    font-size: 17px;
    color: #333;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.border1 {
    border: solid 1px #dddddd;
    border-bottom: 4px solid #3372a2;
}

.border2 {
    border: solid 1px #dddddd;
    border-bottom: 4px solid#89c47a;
}

.border3 {
    border: solid 1px #dddddd;
    border-bottom: 4px solid #949ce3;
}

.border1:hover {
    background-color: #3372a2;
    color: #fff;
}

.border2:hover {
    background-color: #89c47a;
    color: #fff;
}

.border3:hover {
    background-color: #949ce3;
    color: #fff;
}

.mian-box-top div:hover {
    color: red;
    background: #e0e0e0;
}

.bg {
    padding-top: 210px;
}

.bg_title {
    width: 1100px;
    height: 180px;
    margin: 0 auto;
    font-family: SourceHanSerifCN-Bold;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    padding: 25px 24px 29px 25px;
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.bg_title a {
    color: #fff;
}

.more {
    position: absolute;
    color: #3372a2;
    top: 55px;
    right: 20px;
    font-size: 16px;
}
/* 基层政务公开标准化规范---------------------------------------------------------------------------------------------------------------------------------------- */
.newStyle .content {
    width: 90%;
}
.newStyle .heard-item-box {
    margin-top: 75px;
}
.newStyle .heard-box-item {
    width: 488px;
    height: 160px;
    font-size: 34px;
}
.newStyle .more,.newStyle .mian-box-title{
    font-size: 34px;
}
.newStyle .mian-box-top div {
    width: 545px;
    height: 100px;
    font-size: 34px;
}
.newStyle .heard-box{
    height: auto;
}
.newStyle .main-box-miantitle2{
    font-size: 40px;
}
@media screen and (max-width:1000px) {
    .content{
        width: 100% !important;
    }
    .heard-box{
        width: 97% !important;
        height: auto;
    }
    .heard-item-box{
        flex-wrap: wrap !important;
    }
    .heard-item-box a{
        width: 100%;
        margin-top: 5px;
    }
    .heard-box-item{
        width: 100%;
    }
    .icon::before{
        display: none;
    }
    .icon::after{
        display: none;
    }
    .mian-box-top a{
        width: 100%;
        display: block;

    }
    .mian-box{
        width: 97%;
    }
}