.topicCover {
    height: 300px;
}

.ctx .tap {
    text-align: center;
}

.ctx .tap a {
    width: 25%;
    margin: 0 0.5%;
    padding: 15px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-left: solid 7px #b0b0b0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #b0b0b0;
    background: #e8e8e8;
}

.ctx .tap .active {
    border-left: solid 7px #0066bc;
    color: #0066bc;
    background: rgb(210, 235, 255);
}

.ctx .tap_m {
    width: 100%;
    padding: 10px 5px;
    display: none;
    font-weight: bold;
    font-size: 16px;
}

ul{
    margin: 0;
    padding: 0 0 0 25px;
}

.list4 {
    width: 1200px;
    font-size: 14px;
}

.list4 th {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #4472c4;
}

.list4 td {
    padding: 5px 10px;
    box-sizing: border-box;
}

.list4 tr:nth-child(odd) td {
    background: #D2DEEF;
}

.list4 tr:nth-child(even) td {
    background: #EAEFF7;
}

.list4 td ul li {
    padding: 5px 0;
    text-align: left;
}


.list5 {
    width: 1200px;
    font-size: 14px;
}

.list5 th {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #4472c4;
}

.list5 td {
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #c0c0c0;
    text-align: center;
}

.list5 td.lightBlue {
    border-bottom: solid 1px #c0c0c000;
    background: #EAEFF7;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .ctx .tap {
        display: none;
    }

    .ctx .tap_m {
        display: block;
    }

    .list1 li {
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .list1 li .title {
        margin: 30px 0 0;
    }
}