#yearList {
    text-align: right;
    margin-bottom: 40px;
    margin-left: auto;
    width: 200px;
    transition: 0.3s;
    position: relative;
}
#yearList select,
#yearList option{
    width: 100%;
    border-radius: 50px;
    border: #0C4488 solid 2px;
    padding: 10px;
    font-size: 17px;
    color: #0C4488;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 20px;
    text-align: left;
    background: transparent;
}
#yearList::after {
    content: "";
    background-image: url(../img/ir/ir-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    z-index: -1; 

}
#yearList:hover{
    opacity: 0.5;
}
.news-item {
    border-bottom: 1px solid #B6CBE7;
    overflow: hidden;
}
.news-list-date,
.news-item-date {
    display: block;
    width: 24%;
    padding: 22px 0px;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
    float: left;
}
.icn-new{
    color: #D74519;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}
@media only screen and (min-width: 800px) { /*950*/
    .news-list-date, 
    .news-item-date {
        text-align: left;
        position: relative;
        padding-left: 45px;
    }
    .icn-new {
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
    }
}

.news-list-cat,
.news-item-cat {
    display: block;
    float: left;
    width: 10%;
    padding: 3px;
    background-color: #0C4488;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 22px 15px;
}
.news-list-title,
.news-item-title {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 67px;
}
.news-list-title a,
.news-item-title a{
    text-decoration: none; 
    color: #000;
}
@media only screen and (min-width: 800px) { /*950*/
    .title-parent {
        display: flex;
        height: 67px;
        align-items: center;
    }
}
.icn-pdf{
    width: 6%;
    float: right;
    margin-right: 20px;
    line-height: 67px;
}
.icn-pdf img{
    width: 25px;
    height:25px;
    vertical-align: middle;
} 
#pagenation {
    text-align: center;
    margin-top: 30px;
}
.pageBtn {
    border: 1.5px solid #0C4488;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    text-decoration: none;
    text-align: center;
}
.nextBtn {
    position: relative;
    top:-5px;
}
.nextBtn::after {
    border-right: solid 3px #0C4488;
    border-top: solid 3px #0C4488;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 13px;
    top: 33%;
    transform: rotate(45deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.prevBtn {
    position: relative;
    top:-5px;
}
.prevBtn::after {
    border-right: solid 3px #0C4488;
    border-top: solid 3px #0C4488;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 9px;
    top: 33%;
    transform: rotate(-135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

@media only screen and (max-width: 800px) { /*950*/
    #yearList {
        text-align: center;
    }
    #yearList {
        margin-left: auto;
        width: 100%;
        transition: 0s;
    }
    #yearList select,
    #yearList option{
        text-align: center;
    }
    .news-list,
    .news-item {
        width: 100%;
    }
    .news-list-date,
    .news-item-date {
        position: absolute;
        right: 5px;
        display: block;
        padding: 12px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        width: 65%;
    }
    .icn-new{
        position: absolute;
        right: 10px;
        font-weight: bold;
        margin-right: 0;
    }
    .news-list-cat,
    .news-item-cat {
        display: block;
        width: 25%;
        margin: 10px;
    }
    .news-list-title,
    .news-item-title {
        position: relative;    /*中心*/
        font-size: 13px;
        margin: 10px 15px;
        display: inline-block;
        width: 80%;
        height: auto;
    }
    .icn-pdf{
        position: absolute;
        right: 10px;
        margin-right: 18px;
        line-height: 45px;
    }
}
