.font-size-1rem{
    font-size:1rem;
}
.font-size-125rem{
    font-size:1.25rem;
}
.font-size-150rem{
    font-size:1.5rem;
}
a:hover{
    text-decoration: none;
}
#header.header-effect-shrink .header-container {
    min-height: 70px;
}
p{
    text-indent: 2.3rem;
    font-size: 1.1rem;
}

thead {
    background-color:#2BAAB1!important;
    color:#ffffff;
}
ul.nav-list li:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.articlePage{
        margin-top:20px;
    text-align: center;
}
.articlePage table{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.articlePage td{
    font-size:14px!important;
    font-family:inherit!important;

}
.articlePage a {
    font-size: 14px!important;
    border: none!important;
    font-family:inherit!important;
}
.articlePage span {
    font-size: 14px!important;
    border: none!important;
    font-family:inherit!important;
}
.articleListImg{
    overflow:hidden;
    height: 90px;
    text-align: center;
}
.bbn {
    border-bottom: none;
}
.articlePage a:hover{
     color:#02a79d;
 }
.this-page {
    height: 16px!important;
    padding: 0px 4px!important;
    line-height: 16px!important;
    font-family:"微软雅黑"!important;
    background-color: #2baab1!important;
    color: #ffffff!important;
}
.PrevDisabled{
    border:none!important;
}
.PrevDisabled .break .Next{
    font-family:"微软雅黑"!important;
    background-color: #ffffff!important;
}
.NextDisabled{
    border:none!important;
}
.table-bordered thead tr {
    background-color:#2BAAB1;
    color:#ffffff;
    font-weight:bold;
}
.table-bordered thead th, .table-bordered thead td, .table-bordered tbody td {
    vertical-align: middle;
    text-align:center;
}