.layout-content {
    padding-top: 100px;
    background-color: #F8F9FE;
    color: #333E48;
    height: 100%;
}

.wrapper .card {
    border: none;
    margin-bottom: 15px;
}

.wrapper .card .card-body {
    padding: 28px;
}

.post-item {
    margin-bottom: 46px;
    height: 135px;
    overflow-y: hidden;
}

.post-item .post-title {
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 20px;
}

.post-item .post-title .small {
    font-size: 12px;
    margin-top: 0px;
}

.post-item .post-title a {
    color: #333E48;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.post-item .post-title a:hover {
    color: #00B665;
}

.post-item .post-body {
    font-size: 14px;
    position: relative;
    padding-left: 300px;
    height: 100%;
}

.post-item .post-body .post-cover {
    position: absolute;
    left: 0;
    width: 270px;
    height: 130px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
    top: 50%;
    margin-top: -65px;
}

.post-item .post-body .post-cover img {
    max-width: 100%;
    max-height: 100%;
}

.card {
    font-size: 14px;
    border: 1px solid #DBDBDB;
}

.card .card-title {
    height: 38px;
    line-height: 38px;
    background-color: #F2F2F2;
    padding: 0 15px;
    margin-bottom: 0;
}

.card.card-small .card-body {
    padding: 15px;
}

.card.card-signup {
    background-color: #00B665;
    text-align: center;
}

.card.card-signup .card-body {
    padding: 10px 10px 20px;
}

.card.card-signup h1, .card.card-signup h2 {
    font-weight: normal;
    color: #fff;
}

.card.card-signup h1 {
    font-size: 18px;
}

.card.card-signup h2 {
    font-size: 14px;
}

.card.card-signup a {
    background-color: #FCE08A;
    display: inline-block;
    padding: 8px 64px;
    border-radius: 20px;
    color: #333E48;
    font-size: 14px;
    margin-top: 8px;
}

ul.label-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
}

ul.label-list li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 5px;
}

ul.label-list li a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background-color: #F2F2F2;
    color: #333E48;
    padding: 0 10px;
    border-radius: 2px;
    margin: 5px;
}

.ql-editor {
    padding: 0;
}

.post-wrapper .title {
    font-size: 28px;
    text-align: center;
}

.post-wrapper .sub {
    font-size: 14px;
    text-align: center;
}

.post-wrapper .sub span {
    display: inline-block;
    margin: 8px 15px;
}

.post-wrapper .content {
    margin-top: 70px;
    margin-bottom: 70px;
}

.post-wrapper .content {
    font-size: 14px;
    line-height: 28px;
    color: #333E48;
}

.post-wrapper .content h1, .post-wrapper .content h2, .post-wrapper .content h3, .post-wrapper .content h4 {
    margin-top: 34px;
    color: #333E48;
    margin-bottom: 16px;
}

.post-wrapper .content h1 {
    font-size: 22px;
}

.post-wrapper .content h2 {
    font-size: 18px;
}

.post-wrapper .content h3 {
    font-size: 16px;
}

.post-wrapper .content h4 {
    font-size: 14px;
}

.post-wrapper .content h5 {
    font-size: 12px;
    font-weight: normal;
}

.post-wrapper .content img {
    max-width: 100%;
}

.post-summary {
    line-height: 25px;
}

.post-summary .content a {
    color: #00B665;
}

.post-page {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    padding: 0 24px;
}

.post-page .left a {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-page .left, .post-page .right {
    flex: 1;
}

.post-page .right {
    text-align: right;
}

.post-page:before, .post-page:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #00B665;
    border-radius: 50%;
}

.post-page:before {
    left: 0;
}

.post-page:after {
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.post-page a {
    color: #333E48;
}

ul.post-list {
    padding-left: 0;
    margin-bottom: 0;
}

ul.post-list li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
}

ul.post-list li span {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background-color: #d0cfcf;
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    border-radius: 2px;
    opacity: 1;
    transform: scale(0.9);
}

ul.post-list li:nth-child(1) span, ul.post-list li:nth-child(2) span, ul.post-list li:nth-child(3) span {
    background-color: #F4AB58;

}

ul.post-list li a {
    display: block;
    text-overflow: ellipsis;
    flex: 1;
    height: 24px;
    line-height: 24px;
    color: #333E48;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.bs-col, .bs-col-1, .bs-col-10, .bs-col-11, .bs-col-12, .bs-col-2, .bs-col-3, .bs-col-4, .bs-col-5, .bs-col-6, .bs-col-7, .bs-col-8, .bs-col-9, .bs-col-auto, .bs-col-lg, .bs-col-lg-1, .bs-col-lg-10, .bs-col-lg-11, .bs-col-lg-12, .bs-col-lg-2, .bs-col-lg-3, .bs-col-lg-4, .bs-col-lg-5, .bs-col-lg-6, .bs-col-lg-7, .bs-col-lg-8, .bs-col-lg-9, .bs-col-lg-auto, .bs-col-md, .bs-col-md-1, .bs-col-md-10, .bs-col-md-11, .bs-col-md-12, .bs-col-md-2, .bs-col-md-3, .bs-col-md-4, .bs-col-md-5, .bs-col-md-6, .bs-col-md-7, .bs-col-md-8, .bs-col-md-9, .bs-col-md-auto, .bs-col-sm, .bs-col-sm-1, .bs-col-sm-10, .bs-col-sm-11, .bs-col-sm-12, .bs-col-sm-2, .bs-col-sm-3, .bs-col-sm-4, .bs-col-sm-5, .bs-col-sm-6, .bs-col-sm-7, .bs-col-sm-8, .bs-col-sm-9, .bs-col-sm-auto, .bs-col-xl, .bs-col-xl-1, .bs-col-xl-10, .bs-col-xl-11, .bs-col-xl-12, .bs-col-xl-2, .bs-col-xl-3, .bs-col-xl-4, .bs-col-xl-5, .bs-col-xl-6, .bs-col-xl-7, .bs-col-xl-8, .bs-col-xl-9, .bs-col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.bs-row {
    margin-left: -6px;
    margin-right: -6px;
}

.ql-editor {
    white-space: normal;
}

.search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-form .form-control {
    height: 32px;
    font-size: 14px;
    padding: 4px 12px;
    line-height: 32px;
    border-color: #ccf2e2;
    flex: 1;
    width: auto;
}

.search-form .search-btn {
    display: inline-block;
    width: 24px;
    margin-left: 10px;
}

.search-form .search-btn img {
    width: 100%;
}


@media (max-width: 1919px) {
    .wrapper {
        width: calc(100% - 272px);
    }
}