body {
    background-color: #f5f5f5;
}

/*.header {
    box-shadow: 0 3px 6px rgb(0, 0, 0, .06);
    background-color: #fff;
}*/

.banner {
    width: 100%;
}

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

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

.news-top {
    padding: 40px 0;
    max-width: 1280px;
    margin: 0 auto;
}

.news-top .left {
    padding-right: 20px;
}

.news-top .right {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.headline {
    margin-bottom: 30px;
}

.headline h1 {
    text-align: center;
}

.headline h1 a {
    font-size: 48px;
    color: #013684;
}

.headline ul li {
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headline ul li a {
    color: #333;
    font-size: 18px;
}

.ant-carousel a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(100% * 3 / 4);
}

.ant-carousel a .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ant-carousel a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .8);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.news-top .right h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.news-top .right ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
}

.news-top .right ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-top .right ul li i {
    font-size: 12px;
}

.news-top .right ul li span {
    font-size: 18px;
}

.news-top .right a {
    color: #333;
}

.list-box {
    max-width: 1280px;
    margin: 0 auto;
}

.list-box .left {
    padding-right: 20px;
}

.list-box .right {
    padding-left: 20px;
}

.card {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 3px 6px rgb(0, 0, 0, .06);
}

.card > .title {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-size: 20px;
}

.card > .title .deco {
    position: relative;
    width: 5px;
    height: 24px;
    background-color: #003684;
    margin-right: 10px;
}

.card > .title .deco::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #fa0057;
}

.card > .title > .more {
    margin-left: auto;
    font-size: 14px;
    color: #666;
}

.card .pic-title {
    align-items: center;
    justify-content: flex-start;
    height: 135px;
    margin-bottom: 20px;
    overflow: hidden;
}

.card .pic-title .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 135px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.card .pic-title .pic img {
    width: 100%;
}

.card .pic-title .title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card .pic-title .title h3 {
    font-size: 16px;
    color: #333;
}

.card .pic-title .title p {
    font-size: 12px;
    color: #666;
}

.card .pic-title .title span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.card .pic-title .title span i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: solid 2px #e1004e;
    margin-left: 10px;
    border-radius: 50%;
    color: #e1004e;
}

.card .list .list-item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card .list .list-item i {
    color: #e1004e;
    font-size: 12px;
}

.card .list .list-item a {
    color: #333;
}

.card.light {
    width: 100%;
    background-color: #e1004e;
}

.card.light > .title {
    color: #fff;
}

.card.light > .title .deco::before {
    background-color: #fff;
}

.card.light > .title > .more {
    color: #fff;
}

.card.light .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card.light .left a,
.card.light .left a img {
    display: block;
}

.card.light .left a img {
    max-width: 100%;
    max-height: 100%;
}

.card.light .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paper {
    width: 80%;
}

.calendar {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: calc(100% * 27 / 23);
    margin-bottom: 10px;
    background: url("/group/images/calendar.png") no-repeat center center;
    background-size: contain;
    overflow: hidden;
}

.calendar .top,
.calendar .bottom {
    position: absolute;
}

.calendar .top {
    top: calc(100% * 2 / 27);
    width: 100%;
    padding-top: calc(100% * 11 / 23);
}

.calendar .top span {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.calendar .bottom {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: calc(100% * 14 / 23);
}

.calendar .bottom > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    text-align: center;
    color: #666;
}

.calendar .bottom > div span {
    font-size: 72px;
}

.paper-info .num,
.paper-info .author {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.paper-info .num {
    font-size: 24px;
}

.paper-info .author {
    font-size: 18px;
}

/* ÏìÓ¦Ê½ */
@media only screen and (max-width: 992px) {
    .headline {
        padding: 0 25px;
    }

    .headline h1 a {
        font-size: 24px;
    }

    .headline ul {
        justify-content: flex-start;
    }

    .headline ul li {
        height: 35px;
    }

    .headline ul li a {
        font-size: 14px;
        line-height: 35px;
    }

    .banner {
        padding-top: 59px;
    }

    .banner-1 {
        display: none;
    }

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

    .news-top {
        padding: 25px 0;
        padding-bottom: 0;
    }

    .news-top .left {
        padding: 0 25px;
    }

    .ant-carousel a .title {
        height: 60px;
        font-size: 14px;
    }
    
    .news-top .right {
        padding: 25px;
    }

    .news-top .right h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .news-top .right ul li {
        height: 35px;
    }

    .news-top .right ul li span {
        font-size: 14px;
        line-height: 35px;
    }

    .list-box .left,
    .list-box .right {
        padding: 0;
    }

    .card {
        padding: 25px;
        margin-bottom: 25px;
    }

    .calendar .top span {
        font-size: 24px;
    }

    .calendar .bottom > div {
        font-size: 24px;
    }

    .calendar .bottom > div span {
        font-size: 48px;
    }

    .paper-info .num {
        font-size: 18px;
    }

    .paper-info .author {
        font-size: 12px;
    }
}
