.content-top .crumbs .row,
.content-top .crumbs a {
    color: #0b6ab8;
}

.content-top .crumbs a:hover {
    text-decoration: underline;
}

.content-top .crumbs {
    padding: 10px 0px;
    border-bottom: none;
}

.content {
    padding: 30px 0px;
}

.content #pages a {
    padding: 10px 15px;
    border: 1px solid #e4eaec;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

article h2 {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

article .info {
    font-size: 16px;
    line-height: 21px;
}

article .info span {
    padding-right: 10px;
}


/* #pages {
    justify-content: space-between;
    border-top: 1px solid rgb(238, 238, 238);
    padding: 30px 0px;
    margin-top: 50px;
} */


/* 
img {
    width: 100%;
} */

.content #pages a:hover,
.content #pages a.pagesnow {
    background-color: #0b6ab8;
    color: #fff;
}

article {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-bottom: 30px;
}

#pages {
    justify-content: space-between;
    padding-bottom: 30px;
}

article h4 {
    font-size: 30px;
    line-height: 1.5;
    color: rgb(34, 34, 34);
}

article p {
    font-size: 14px;
    color: #000;
}

.right h2 {
    padding-bottom: 5px;
    margin-top: 1px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.right h2 a,
.right h2 span {
    font-weight: normal;
    font-size: 18px;
    color: rgb(34, 34, 34);
    position: relative;
}

.right h2 a::before,
.right h2 span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #0b6ab8;
}

.search_wrap {
    display: flex;
}

#searchKey {
    font-size: 1rem;
    line-height: 1.571429;
    display: block;
    width: 100%;
    padding: .429rem .929rem;
    color: #76838f;
    border: 1px solid #e4eaec;
    box-sizing: border-box;
    border-color: rgb(228, 234, 236);
    background: #f3f7f9;
}

input.button {
    background-image: url(../images/search.png);
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-size: 43% auto;
    border-radius: 0px;
    background-color: #0b6ab8;
    width: 40px;
    height: 36px;
}

.right ul {
    margin: 10px 0px 35px;
}

.right ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 2px;
    margin-top: 0px;
    background: rgb(230, 230, 230);
}

.right ul h3 {
    flex: 1;
}

.right ul li a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    line-height: 25px;
    color: rgb(34, 34, 34);
    overflow: hidden;
    text-decoration: none;
    padding: 10px 20px;
}

.right ul li:hover a,
.right ul li.current-page a {
    color: #0b6ab8;
}

@media (max-width: 991px) {}

@media (max-width: 769px) {
    article img {
        width: 100%;
    }
}