@charset "utf-8";

.page-main-warp {
    width: 100%;
    background-color: #fff;
}

.page-main-warp .container {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 70px;
}

.article-warp-left {
    flex: 1;
}

.article-list-box .article-item {
    display: flex;
    margin-bottom: 35px;
}

.article-item-img-box img{
    width: 250px;
    height: 186px;
}

.article-information {
    margin-left: 20px;
}

.article-title a {
    font-size: 20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.article-other-info {
    margin-top: 15px;
    display: flex;
    height: 120px;
}

.article-attr {
    width: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border-right: 2px solid #d7dee0;
    margin-right: 25px;
}

.article-attr p {
    color: #a5aaae;
}

.article-attr>p:nth-child(2) {
    margin: 20px 0;
}

.article-attr .iconfont {
    margin-right: 10px;
}

.article-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.article-desc > p {
    line-height: 23px;
    color: #666;
}

.article-desc > a {
    color: #7d8489;
}

.article-desc > a > i {
    color: #f16543;
    padding-left: 5px;
}

.pagination {
    text-align: center;
    font-size: 0;
}

.pagination .page-num {
    margin: 0 1px 0 0;
    padding: 6px 10px;
    background-color: #5a85b2;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.pagination .page-num:hover,
.pagination .page-num.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.pagination .page-num.disabled {
    background-color: #b3b3b3!important;
    border-color: #b3b3b3;
    color: #808080;
}

.pagination .page-num.disabled:hover {
    color: #808080;
}

.article-warp-right {
    margin-left: 45px;
    width: 345px;
}

.article-warp-right .box-title {
    color: #525659;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
}

.contact-us-box {
    padding-bottom: 40px;
}

.contact-content > p {
    color: #555;
    line-height: 1.6;
}

.hot-article-item {
    display: flex;
    padding: 25px 0 15px;
    border-top: 1px solid #d3dae0;
}

.artcile-img-box {
    margin-right: 12px;
}

.artcile-img-box img{
    width: 106px;
    height: 79px;
}

.article-info .art-time {
    margin-top: 18px;
}

.art-time .iconfont {
    margin-right: 10px;
}