.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: bold;
    color: #333333;
}


.item_content{
    padding: 20px 0;
    margin: 10px;
    border-bottom: 2px solid #707070;
}
.item_content text{
    color: #9F9F9F;
    padding: 20px 30px 20px 0;
    line-height: 3;
    font-size: 16px;
}

.position{
    position: absolute;
    right: 26px;
    margin: inherit;
    color: #ffffff;
    padding-top: 5px;

}
.position1{
    position: absolute;
    right: 5%;
    margin: -5% 0;
    background: #2677A2;
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 32px;
    border-radius: 6px;
}
.content_text{
    color: #333333;
    font-size: 18px;
    margin-bottom: 50px;
    overflow: hidden;
    max-height: 175px;
    text-overflow: ellipsis;
}
.content_text p{
    font-size: 16px !important;
    z-index: 99999;
}
.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-area li .page-link {
    border-radius: 3px;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    padding: 5px 10px;
    background: #DCE9F0;
    color: #666666;
}
.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%;
}

.bg_hr{
    border-bottom: 2px dashed #dbdbdb;
    background: white;
}
/* 右侧列表 */
.right-list {
    margin-bottom: 60px;
}
.right-list .right-items {
    margin-top: 32px;
}

.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;
}