.custom-container {
    max-width: 900px;
    margin: 0 auto;
}

.ast-container {
    max-width: 1200px;
    margin: 0 auto;
}

/*two-column-layout*/
.two-column-layout {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.two-column-layout .item {
    width: 50%;
    padding: 15px;
}

.two-column-layout .item img {
    height: 283px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    display: block;
    border: 1px solid #f2f2f2;
}

.two-column-box-layout .view-more-less-wrap {
    margin-top: 5px;
}

.item-title a {
    font-size: 22px;
    color: #183b72;
    line-height: 28px;
}

.two-column-layout .item-detail {
    margin-top: 14px;
}

.two-column-layout .view-more-less-wrap {
    padding: 0 15px;
    width: 100%;
}

/*left-right-layout*/
.left-right-layout .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.left-right-layout .item:not(:last-child) {
    margin-bottom: 20px;
}

.left-right-layout .item-img {
    width: 200px;
    margin-right: 30px;
}

.left-right-layout .item-img img {
    border-radius: 10px;
    display: block;
    border: 1px solid #f2f2f2;
}

.left-right-layout .item-detail {
    width: calc(100% - 230px);
}

/*three-column-layout*/
.three-column-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22.5px 0;
}

.three-column-layout .item {
    width: 33.33333%;
    padding: 0 22.5px;
    margin-bottom: 40px;
    transition: all .25s;
    transform: scale(1.0000001);
}

.three-column-layout .item:hover {
    transform: scale(1.01);
}

.inner-wrap {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    transition: all .25s;
    height: 100%;
    background: #ebf5fa;
}

.item:hover .inner-wrap {
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
}

.three-column-layout img {
    display: block;
    width: 100%;
    background: #fff;
}

.inner-wrap .detail-wrap {
    min-height: 95px;
    background: #ebf5fa;
    padding: 8px 20px 8px 20px;
}

.inner-wrap .business-li-wrap {
    min-height: 80px;
    padding: 16px 20px 16px 20px;
}

.inner-wrap .logo-wrap img {
    border-radius: 0;
    border: none;
    height: auto;
}

.inner-wrap .detail-wrap .info {
    font-size: 16px;
    color: #333333;
    margin-bottom: 3px;
    line-height: 22px;
}

.inner-wrap .detail-wrap a {
    font-size: 22px;
    color: #284f8b;
    font-weight: 500;
}

.three-column-layout .view-more-less-wrap,
.three-column-layout .no-data {
    width: 100%;
    padding: 0 20px;
}

.three-column-layout .view-more-less-wrap {
    margin-top: -11px;
}

/*no-loadmore*/
.no-loadmore .view-more-less-wrap {
    display: none;
}

.no-loadmore {
    margin-bottom: -40px;
}
