.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;
}

.chart1 {
    width: 1000px;
    margin: auto;
}

.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list1 li {
    width: 16.667%;
    float: left;
    text-align: center;
}

.list1 li .cover {
    height: 150px;
}

.list1 li .title {
    padding: 15px 10px;
    border: solid 1px #fff;
    color: #fff;
    background: #4472c4;
}

.list1 li .link {
    padding: 10px 0;
    display: none;
    border: solid 1px #fff;
    background: #eaeff7;
}

.list1 li .linkCH {
    display: block;
}

.list1 li .link .deadline {
    margin: 5px 0 0;
    font-size: 14px;
    color: #808080;
}

.chart2 {
    width: 800px;
    margin: auto;
}

.chart3 {
    width: 800px;
    margin: auto;
}

.chart4 {
    width: 800px;
    margin: auto;
}

.table1 {
    width: 1200px;
}

.table1 tr:nth-child(even) {
    background: #d2deef;
}

.table1 tr:nth-child(odd) {
    background: #eaeff7;
}

.table1 tr th {
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
    background: #5b9bd5;
}

.table1 tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: justify;
}

@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;
    }
}