* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

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

ul,
li {
    list-style: none;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.summit-contianer {
    margin: 0 auto;
    max-width: 1326px;
    width: 1200px;
}

.header {
    margin-bottom: 49px;
}

.main {
    margin-bottom: 44px;
}

.main .top-news {
    margin-bottom: 34px;
}

.main .top-news .title {
    margin-bottom: 30px;
    text-align: center;
}

.main .top-news .title .swiper {
    height: 36px;
}

.main .top-news .title .swiper-slide {
    font-size: 32px;
    font-weight: bold;
    color: #005DA5;
    line-height: 36px;
}

.main .top-news .content {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.main .top-news .content .swiper {
    margin-right: 29px;
    width: 790px;
    height: 591px;
    flex: 1 0 auto;
}

.main .top-news .content .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, .6);
}

.main .top-news .content .swiper-slide .text .p {
    padding-left: 8px;
    width: 58%;
    font-size: 17px;
    color: #fff;
}

.main .top-news .content .pagination {
    position: absolute;
    right: 7px;
    left: auto;
    bottom: 15px;
    z-index: 9;
    text-align: right;
    cursor: pointer;
}

.swiper-pagination-bullet {
    margin-right: 11px !important;
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #66CCFF;
}

.content .list {
    position: relative;
    height: 100%;
}

.top-news .ul li {
    margin-bottom: 17px;
    padding-bottom: 17px;
}

.top-news .ul li:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}

.top-news .ul h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.top-news .ul .date {
    font-size: 11px;
    color: #999999;
    line-height: 22px;
}

.content .more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #005DA5;
    line-height: 32px;
}

.divider {
    background: #005EA5;
    height: 4px;
}

.section-news>.title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 64px;
}

.section-news {
    margin-bottom: 32px;
}

.activity-wrapper {
    display: flex;
}

.activity-wrapper .item:first-child {
    margin-right: 42px;
}

.activity-wrapper .item {
    flex: 1;
    position: relative;
    padding-bottom: 40px;
}

.activity-wrapper .item img {
    margin-bottom: 17px;
}

.activity-wrapper .item h4 {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: bold;
    color: #454545;
    line-height: 32px;
}

.activity-wrapper .item p {
    text-indent: 20px;
    font-size: 14px;
    color: #454545;
    line-height: 22px;
}

.activity-wrapper .item a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #005DA5;
    line-height: 32px;
}

.result-wrapper {
    display: flex;
}

.result-wrapper .item {
    position: relative;
    padding: 32px 22px 30px;
    height: 340px;
    background: #F6F6F6;
}

.result-wrapper .item:first-child {
    margin-right: 42px;

}

.result-wrapper .item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #454545;
    line-height: 32px;
    margin-bottom: 22px;
}

.result-wrapper .item p {
    font-size: 14px;
    color: #454545;
    line-height: 22px;
    text-indent: 22px;
}

.result-wrapper .item a {
    position: absolute;
    bottom: 30px;
    right: 21px;
    font-size: 12px;
    color: #005DA5;
    line-height: 32px;
}

.data-wrapper {
    display: flex;
}

.data-wrapper .item:first-child {
    margin-right: 42px;
}

.data-wrapper .item {
    display: flex;
    flex: 1;
    padding: 26px 15px 30px;
    position: relative;
    background: #F6F6F6;
}

.data-wrapper .item a {
    position: absolute;
    bottom: 30px;
    right: 21px;
    font-size: 12px;
    color: #005DA5;
}

.data-wrapper .img-wrapper {
    margin-right: 23px;
}

.data-wrapper img {
    width: 298px;
    height: 217px;
}

.data-wrapper h3 {
    font-size: 16px;
    font-weight: bold;
    color: #454545;
    line-height: 32px;
}

.data-wrapper p {
    text-indent: 22px;
    font-size: 14px;
    color: #454545;
    line-height: 32px;
}

.footer {
    padding: 0 10px;
    font-size: 12px;
    font-family: SimSun;
    color: #000000;
    text-align: center;
    line-height: 2;
}
.footer .link-wrapper{
    padding: 0 5px;
    margin-top:44px;
}
.footer .link-wrapper img{
    margin-right:min(5vw,45px);
    display: inline-block;
    max-width: 100%;
    width:auto;
}

@media screen and (max-width: 768px) {
    .summit-contianer{
        width: 100%;
    }
    .main .top-news .title .swiper-slide{
        font-size: max(5vw, 16px);
    }
    .main .top-news .content{
        flex-direction: column;
    }
    .main .top-news .content .swiper{
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .main .top-news  .content .list{
        padding: 0 10px;
    }
    .main .top-news .content .more{
        right: 10px;
    }
    .section-news .title{
        padding: 0 10px;
    }
    .section-news .item{
        padding: 20px 10px 60px;
        margin-bottom: 10px;
    }
    .activity-wrapper .item:first-child,.result-wrapper .item:first-child, .data-wrapper .item:first-child{
        margin-right: 0;
    }
    .activity-wrapper, .result-wrapper, .data-wrapper{
        flex-direction: column;
    }
    .activity-wrapper .item a, 
    .result-wrapper .item a,
    .data-wrapper a{
        right: 10px;
    }
    .data-wrapper .item{
        flex-direction: column;;
    }
    .data-wrapper .item .img-wrapper{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .img-wrapper img{
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    .activity-wrapper .item h4, .data-wrapper h3{
        text-align: center;
    }
    .activity-wrapper .item h4 div, .data-wrapper h3 div{
        display: inline-block;
        text-align: left;
    }
}