.note {
    list-style: decimal;
    font-size: 12px;
}

.smallCaption {
    font-weight: bold;
    font-size: 18px;
}

.smallBlueCaption {
    font-weight: bold;
    font-size: 14px;
    color: #4472c4;
}

.chartTW:lang(tw) {
    display: block;
}

.chartEN:lang(en) {
    display: block;
}

ul{
    margin: 0;
    padding: 0 0 0 25px;
}

.chart1 {
    width: 1000px;
    margin: auto;
    display: none;
}

.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list1 li {
    width: 25%;
    float: left;
    text-align: center;
}

.list1 li .cover {
    height: 150px;
}

.list1 li .title {
    padding: 15px 20px;
    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:lang(tw) {
    display: block;
}

.list1 li .linkEN:lang(en) {
    display: block;
}

.list1 li .link .deadline {
    margin: 5px 0 0;
    font-size: 14px;
    color: #808080;
}


.list1_en {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list1_en li {
    width: 16.66666%;
    float: left;
    text-align: center;
}

.list1_en li .cover {
    height: 150px;
}

.list1_en li .title {
    min-height: 60px;
    padding: 10px 5px;
    border: solid 1px #fff;
    color: #fff;
    background: #4472c4;
}

.list1_en li .link {
    min-height: 45px;
    padding: 10px 0;
    display: block;
    border: solid 1px #fff;
    background: #eaeff7;
}

.list1_en li .link .deadline {
    margin: 5px 0 0;
    font-size: 14px;
    color: #808080;
}

.chart2 {
    width: 600px;
    margin: 0 0 0 40px;
    float: right;
    display: none;
}

.list2 {
    width: 800px;
}

.list2 th {
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background: #4472c4;
}

.list2 td {
    padding: 10px;
    box-sizing: border-box;
}

.list2 tr:nth-child(odd) td {
    background: #D2DEEF;
}

.list2 tr:nth-child(even) td {
    background: #EAEFF7;
}

.list3 {
    width: 1200px;
    text-align: left;
}

.list3 th {
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #4472c4;
}

.list3 tr:nth-child(odd) td {
    background: #D2DEEF;
}

.list3 tr:nth-child(even) td {
    background: #EAEFF7;
}

.list3 td {
    padding: 10px;
    box-sizing: border-box;
}

.list3 td ul li {
    padding: 5px 0;
    text-align: left;
}

.list4 {
    width: 1200px;
}

.list4 th {
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background: #4472c4;
}

.list4 td {
    padding: 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;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .list1 li {
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .list1 li .title {
        margin: 30px 0 0;
    }
    
    .chart2 {
        width: 100%;
        margin: 0;
        float: none;
    }
    
    .list1 li {
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .list1 li:first-child {
        width: 100%;
    }

    .list1 li:nth-child(2) {
        width: 100%;
    }
    
    .list1 li .title {
        margin: 30px 0 0;
    }

    .list1_en li {
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .list1_en li:first-child {
        width: 100%;
    }

    .list1_en li:nth-child(2) {
        width: 100%;
    }
    
    .list1_en li .title {
        margin: 30px 0 0;
    }
}