a:hover {
    color: #af0b1e !important;
}

.content {
    width: 1400px;
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-between;
}

.jyxc {
    width: 78%;
}

.jyxc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 60px;
    background-color: #f5f5f5;
    /* padding: 0 20px; */
}

.jyxc_title .jyxc_title_1 {
    width: 19%;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #af0b1e, #e54558);
    /* background-color: #af0b1e; */
}

.jyxc_title a {
    height: 60px;
    font-size: 1.2rem;
    line-height: 60px;
    width: 20%;
    color: #202020;
    background-color: #dbdbdb;
}



.dxtd a {
    margin-bottom: 20px;
    display: block;
}

.dxtd_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.dxtd_2 img {
    vertical-align: middle;
}

.dxtd_2 a {
    line-height: 40px;
}

/*  */
.main {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
}

.main_left {
    width: 78%;
}

.zxft {
    margin-bottom: 30px;
}

.zxft_tit {
    justify-content: flex-start;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.zxft_tit a {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.5rem;
    cursor: pointer;
    letter-spacing: 2px;
    color: #af0b1e;
    font-weight: bold;
}

.zxft .zxft_tit a:nth-child(2):hover {
    color: #af0b1e;
    /* font-weight: bold; */
}

.zxft_tit a:nth-child(2) {
    color: #333;
    font-weight: normal;

}

.zxft_tit a:nth-child(3) {
    /* position: absolute; */
    font-size: 1rem;
    margin-left: 10%;
    font-weight: normal;
    right: 0;
    top: 0;
    color: #9B9A9A;
}

.zxft_list a {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.zxft_list img {
    width: 40%;
    margin-right: 20px;
}

.zxft_list p {
    margin-bottom: 10px;
    color: #9B9A9A;
}

.zxft_list p span {
    color: #333;
}


.zxft_list p:nth-child(1) {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
}

/* 意见征集 */
.yjzj_tit {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    /* background-color: #FCF0E4; */
    height: 30px;
    border-left: 6px solid #AF0B1E;
}



.yjzj_tit li {
    text-align: center;
    width: 40%;
    font-size: 1.5rem;
    line-height: 30px;
    cursor: pointer;
    /* letter-spacing: 2px; */

}

.yjzj_tit li.yjzj_active a {
    color: #AF0B1E;
    font-weight: bold;
}

.yjzj_tit li a {
    text-align: center;
    /* width: 50%; */
    font-size: 1.5rem;
    /* line-height: 70px; */
    cursor: pointer;
    letter-spacing: 2px;
    /* color: #a7856d; */
}


/* 左侧底部 */
.main_left_bottom {
    display: flex;
    justify-content: space-between;
}

.zsk {
    width: 49%;
}


.yjzj {
    width: 49%;
}

.gggs {
    margin-bottom: 20px;
}

/* 通用 */
.main_tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    /* background-color: #FCF0E4; */
    height: 30px;
    line-height: 30px;
    border-left: 6px solid #AF0B1E;
    padding-left: 20px;
}

.main_tit a:nth-child(1) {
    color: #af0b1e;
    text-align: center;
    /* width: 50%; */
    font-size: 1.5rem;
    /* line-height: 70px; */
    cursor: pointer;
    letter-spacing: 2px;
    font-weight: bold;
    /* color: #a7856d; */
}

.main_tit a:nth-child(2) {
    color: #9B9A9A;
}




.main_list {
    /* background-color: #fff; */
    /* border-radius: 8px; */
    padding: 0px 0px 10px;
    margin-top: 5px;
    background-color: #ffffff;
}

.main_list li {
    display: flex;
    justify-content: flex-start;
    height: 34px;
    /* padding-left: 10px; */
    /* border-bottom: 1px dashed #c2c2c2; */
}

.main_list li::before {
    content: "●";
    display: inline-block;
    width: 16px;
    color: #D7D7D7;
    line-height: 2.75rem;
}

.main_list li a {
    display: block;
    line-height: 2rem;
    font-size: 1.1rem;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    /* padding-left: 4px; */
    margin-right: calc(30% - 110px);
}


.main_list li span {
    font-size: 1rem;
    line-height: 3rem;
    color: #9B9A9A;
}




/* 右侧 */
.main_right {
    width: 20%;

}

.main_right a {
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #dce7fd, #ffdbed);
    text-align: center;
    line-height: 60px;
    font-size: 1.25rem;
    /* font-weight: bold; */
    color: #660606;
    margin-bottom: 10px;
    border-radius: 8px;
}

.bmgz_tit {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    /* background-color: #FCF0E4; */
    height: 30px;
    border-left: 6px solid #AF0B1E;
}



.bmgz_tit li {
    text-align: center;
    width: 10.5%;
    font-size: 1.5rem;
    line-height: 30px;
    cursor: pointer;
    /* letter-spacing: 2px; */

}

.bmgz_tit li.bmgz_active a {
    color: #AF0B1E;
    font-weight: bold;
}

.bmgz_tit li a {
    text-align: center;
    /* width: 50%; */
    font-size: 1.5rem;
    /* line-height: 70px; */
    cursor: pointer;
    letter-spacing: 2px;
    /* color: #a7856d; */
}


/* 手机端 */
@media screen and (max-width:798px) {
    .content {
        width: 100%;
        flex-wrap: wrap;
    }

    .jyxc {
        width: 100%;
    }

    .dxtd {
        display: none;
        width: 100%;
    }

    .dxtd img {
        width: 100%;
    }

    .dxtd_2 {
        justify-content: space-around;
    }

    .dxtd .dxtd_2 img {
        width: 15vw;
    }

    .dxtd_2 a {
        font-size: 1.5rem;
    }

    .main {
        width: 100%;
        flex-wrap: wrap;
    }

    .main_left {
        padding: 0 20px 0 20px;
        width: 100%;
    }

    .zxft_list a {
        flex-wrap: wrap;
    }

    .zxft_list img {
        width: 100%;
    }

    .main_right {
        width: 100%;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main_right a {
        width: 49%;
    }

    .main_right a:nth-child(7) {
        width: 100%;
    }

    .main_left_bottom {
        width: 100%;
        flex-wrap: wrap;
    }

    .zsk {
        width: 100%;
    }

    .yjzj {
        width: 100%;
    }

    .main_list {
        width: 98vw;
        margin: 0 auto;
    }

    .main_list li a {
        width: 60%;
        font-size: 1rem;
    }

    .main_list li span {
        line-height: 2rem;
    }

    .main_list li {
        height: auto;
    }

    .zxft_list p:nth-child(1) {
        text-align: center;
        margin-top: 14px;
    }

    .zxft_tit a {
        margin-right: 0;
    }
    .none{
        display: none !important;
    }
    .jyxc_title .jyxc_title_1 {
    width: 46%;
}
    .jyxc_title a {
    width: 26%;
}
}