header {
    background-color: #fff;
}

.banner {
    width: 100%;
}

/* banner-1 */
.banner-1 {
    padding-top: 92px;
}

/* banner-2 */
.banner-2 {
    display: none;
}

.content-wrap {
    padding: 40px 0 80px 0;
    max-width: 1280px;
    margin: auto;
}

.breadcrumb {
    margin-bottom: 40px;
}

.breadcrumb .ant-breadcrumb,
.breadcrumb .ant-breadcrumb a,
.breadcrumb .ant-breadcrumb span {
    display: flex;
    align-items: center;
}

.content {
    padding: 0 40px 40px 40px;
}

.content .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003684;
    color: #fff;
}

.content .date .day {
    font-size: 3rem;
    line-height: 1;
}

.content .date .mon {
    font-size: 1.4rem;
    line-height: 1;
}

.content .share {
    margin-bottom: 20px;
    width: 120px;
}

.ant-list-item {
    margin-bottom: 20px;
}

.ant-list-item-meta {
    border-bottom: solid 1px #ccc;
}

.ant-list-item-meta-description {
    margin-bottom: 20px;
}

.content .share > li > a {
    width: 30px!important;
    height: 30px!important;
    font-size: 1.5rem!important;
}

.content .share > li > a.weibo {
    background-color: #ff5757;
}

.content .share > li > a.qq {
    background-color: #21b3f7;
}

.content .share > li > a.wechat {
    background-color: #3dbe5b;
}

.content .share > li > a > i {
    color: #fff!important;
}

.image-list > ul:not(.ant-pagination) {
    overflow: hidden;
}

.image-list > ul:not(.ant-pagination) > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.image-list > ul:not(.ant-pagination) > li a .pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: calc(100% / 4 * 3);
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.image-list > ul:not(.ant-pagination) > li a .pic img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.image-list > ul:not(.ant-pagination) > li a span {
    display: block;
    text-align: center;
    font-size: 16;
    color: #333;
}

.ant-btn-primary {
    background-color: #003684!important;
    border-color: #003684!important;
}

.search {
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
}

.search .search-line {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    border-radius: 10rem;
}

.search .search-line input {
    border: none;
    background-color: transparent;
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 2rem;
    font-size: 1rem;
    vertical-align: middle;
    outline: unset;
}

.search .search-line a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    float: right;
    width: 40px;
    height: 40px;
    background-color: #fa0057;
    border-radius: 50%;
    color: #fff;
}

.menu-list {
    width: 100%;
    margin-bottom: 40px;
}

.menu-list .title {
    padding: 10px;
    background-color: #013684;
    color: #fff;
    font-size: 16px;
}

.menu-list .item {
    border-bottom: solid 1px #efefef;
}

.menu-list .item a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.menu-list .item:hover,
.menu-list .item.active {
    background-color: #d9e1ec;
}

a-tabs {
    display: none;
}

.ant-tabs-bar {
    margin: 0;
}

.ant-list-pagination {
    text-align: left;
}

.ant-pagination-item-active a,
.ant-pagination-item-active:hover a {
    color: #fff;
}

.ant-pagination-item-active {
    border:none;
    background-color: #013684;
}

@media only screen and (max-width: 768px) {
    .banner {
        padding-top: 59px;
    }

    .banner-1 {
        display: none;
    }

    .banner-2 {
        display: block;
        margin-bottom: 15px;
        width: 100%!important;
    }

    .content-wrap {
        padding: 0;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    .content {
        padding: 0 20px 40px 20px;
    }

    .sidebar {
        padding: 20px;
    }

    .search {
        margin-bottom: 20px;
    }
}