.title1 {
    color: #ffffff;
    padding-top: 22px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 24px;
    background: #11587E;
}
.layui-col-md3  .active{
    color: #ffffff;
    background: #2677A2;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    font-size: x-large;
    margin: 4px;
}
.isactive {
    color: #000000;
    background: #DCE9F0;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    font-size: x-large;
    margin: 4px;
}
.isactive:hover{
    color: #ffffff !important;
    background: #2677A2;
}
.isactive i:hover{
    color: #ffffff;
}
.isactive a{
    color: #000000;
}

.isactive i{
    color: #000000;
}
.isactive i:hover{
    color: #ffffff;
}
.title2{
    color: #000000;
    padding-bottom: 3px;
    border-bottom: 2px solid #999999;
}
.title3{
    font-size: 20px;
    color: #333333;
    padding: 10px;
    padding-bottom: 5px;
    border-bottom: 4px solid #2677A2;
}

.title4{
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.position{
    position: absolute;
    right: 26px;
    margin: inherit;
    color: #ffffff;
    padding-top: 5px;

}
.position1{
    background: #2677A2;
    font-size: 20px;
    float: right;
    margin-right: 30px;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding: 10px 32px;
    border-radius: 6px;
}
.content-text{
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    max-height: 175px;
    text-overflow: ellipsis;
}

.goNext{
    background:#11587E;
    color:#ffffff;
}

.goNext:hover{
    cursor: pointer;
}
/*Blog Thumb Pagination-----*/
.pagination-area {
    margin: 30px auto;
}

.pagination-area .page-link {
    border: none;
    text-align: center;
}

.pagination-area li .page-link.active {
    color: #ffffff !important;
    background: #11587E;
}
.pagination-area li .page-link:hover{
    color: #ffffff !important;
    background: #11587E;
}

.pagination li{
    display: inline-block;
    padding: 5px;
}

.pagination-area li:first-child .page-link,
.pagination-area li:last-child .page-link {
    border-radius: 3px;
    height: auto;
    width: auto;
    margin: 0;
    background: #11587E;
}
.pagination-area li:first-child i,
.pagination-area li:last-child i{
    color: #ffffff;
}
.topage{
    width: 25px;
    height: 25px;
    border: 1px solid #11587E;
    border-radius: 5%;
}


.pagination-area li .page-link {
    border-radius: 3px;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    padding: 5px 10px;
    background: #DCE9F0;
    color: #666666;
}

/* 右侧列表 */
.right-list{
    margin-bottom: 60px;
}
.right-list .right-items {
    margin-top: 30px;
    border-bottom: 2px solid #999;
}

.right-list .right-items  a .title {
    font-size: 18px;
    color: #333;
}

.right-list .right-items  a .title,.right-list .right-items  a .time {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
}

.right-list .right-items  a .time {
    color: #9F9F9F;
    text-align: right;
}
.name-create{
    margin-top: 20px;
    margin-bottom: 20px;
}
.name-create span{
    font-size: 18px;
    margin-right: 30px;
    color: #9f9f9f;
    font-weight: 400;
}