a:hover {
    color: #af0b1e !important;
}

.content{
    width: 1400px;
    margin-bottom: 30px;
    margin: 0 auto;
}

.main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zfsj_header{
    width: 100%;
    margin: 20px 0;
    text-align: center;
    
}
.zfsj{
    margin: 0 auto;
    width: 100%;
}
.zfsj_header a{
    color: #af0b1e;;
    font-size: 2rem;
    font-weight: bold;
}

.zfsj_grid{
    width: 100%;
    margin: 0 auto 30px;
    height: 300px;
    display: flex;
    justify-content: space-between;
}

.zfsj_grid_cata{
    width: 16%;
    margin-right: 20px;
}

.zfsj_grid_cata li{
    cursor: pointer;
    height: 60px;
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.zfsj_grid_cata li.on{
    background-color: #af0b1e;
    color: #ffffff;
}

.zfsj_area{
    width: 82%;
}

.zfsj_areas{
    width: 100%;
    height: 300px;
}

#area1, #area2, #area3, #area4{
    width: 100%;
    height: 300px;
}



.sjcx,.sjtj{
    width: 49%;
}

/* 通用 */
.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: 42px;
    /* 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:2.75rem;
    font-size: 1.2rem;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    /* padding-left: 4px; */
    margin-right: calc(30% - 110px);
}


.main_list li span {
    font-size: 1.15rem;
    line-height: 3rem;
    color: #9B9A9A;
}

/* 手机端 */
@media screen and (max-width:798px) {
    .content{
         width: 100%;
    }
    .zfsj_grid{
        flex-wrap: wrap;
        height: auto;
    }
    .zfsj_grid_cata{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .zfsj_area{
        width: 100%;
    }
    .sjcx, .sjtj {
        width: 100%;
    }
    .main{
        flex-wrap: wrap;
    }
    .main_list{
        width: 98vw;
        margin: 0 auto;
    }
    .zfsj_header a {
    font-size: 1.5rem;
}
.main_list li a {
    width: 68%;
}
}
