.vessel>.subject {
    height: auto!important;
}

.list {
    background-color: #fff;
    width: 92%;
    padding: 25px 4%;
    border-radius: 10px;
}

.list ul li {
    display: flex;
    font-size: 1rem;
    line-height: 3.5rem;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 6px;
    clear: both;
}

.list ul li a {
    display: block;
    float: left;
    width: 90%;
    margin: 0 0 0 2%;
    color: #000;

}
.list ul li span {
    display: block; 
    float: left;
    width: 8%;
    color: #777;
}


#pages {
    width: 100%;
    FONT-SIZE: 12px;
    TEXT-ALIGN: center;
    CLEAR: both;
    border-top: dotted 0px #cccccc;
    overflow: hidden;
    PADDING-TOP: 0px;
    margin: 0;
    float: left;
}

a#pagenav_1 {
    /* display: block; */
    /* float: left; */
    width: 45px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 5px;
}

a#pagenav_tail {
    background-color: #fff;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

a#pagenav_1:hover, a#pagenav_tail {
    background-color: #4C8DC6;
    color: #fff;
}

.where {
    width: 1160px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: .8rem;
}

a.CurrChnlCls:nth-child(2) {display: none}
a.CurrChnlCls:last-child {color: #4C8DC6}
a.CurrChnlCls {color: #000}
.where {font-size: .9rem;padding-left:20px}

.where li {float: left;line-height: 50px}

.where li a {color: #3e3e3e;}

.where li:last-child a {color: #4C8DC6;}

.page {
    width: 1160px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}