html,
body,
p,
div,
ul,
li,
a {
    margin: 0;
    padding: 0;
}


ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

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

.ellipsis-Two {
    -webkit-line-clamp: 2
}

.ellipsis-Three,
.ellipsis-Two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.ellipsis-Three {
    -webkit-line-clamp: 3
}

.clear {
    clear: both;
}

.content1200 {
    width: 1200px;
    margin: 0 auto;
}


.bannerImg {
    width: 100%;
    height: 520px;
    background: url(banner.png) top center no-repeat;
    background-size: 1920px auto;
    /* width: fit-content;
    z-index: 9;
    position: relative;
    transform: translateX(-50%);
    left: 50%; */
}

.bannerImg img {
    display: block;
    width: auto;
    height: auto
}

.nav-content {
    width: 100%;
    height: 64px;
    background: #0237CD;
}


.nav-content li {
    display: inline-block;
    padding-right: 80px;
    color: #fff;
    line-height: 64px;

}

.nav-content li a {
    font-size: 20px;
    color: #FFFFFF;

}

.nav-sub {
    width: 100%;
    height: 80px;
    background: #FAFAFA;
    border-bottom: 1px solid #D8D8D8;
}

.sub {
    padding-top: 20px;
    font-size: 14px;
    color: #727272;
}

.lists {
    width: 100%;
    height: auto;
    margin-top: 32px;
}

.list-content {
    /* padding-top: 1px; */
    height: auto;
    overflow: hidden;
}

.list-content .ul-list li {
    width: 379px;
    margin-right: 31px;
    float: left;
    margin-bottom: 24px;

}

.list-content .ul-list li:nth-child(3n+3) {
    margin-right: 0;

}

.countryName {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    position: relative;
}

.moreLink {
    display: block;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    color: #979797;
    text-align: right;

}

.countryName i {
    margin-right: 10px;
}

.img-item {
    margin-top: 16px;
}

.img-item a {
    display: block;
    width: 100%;
    height: 213px;
}

.img-item a img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-item {
    margin-top: 16px;
}

.news-item p {
    line-height: 24px;
}

.news-item p a {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.part-1 {
    width: 100%;


}

.swiper-content {
    width: 747px;
    height: 411px;
    float: left;
}

.swiper-right-news {
    width: 422px;
    height: 411px;
    float: right;
}

.swiper-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

}

.swiper-box .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;

}

.swiper-box .swiper-slide .news-title {
    width: 100%;
    height: 55px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    line-height: 55px;
}


.news-title p {
    width: 560px;
    padding: 0 16px;
}

.swiper-box .swiper-pagination {
    position: absolute;
    bottom: 15px;
    z-index: 102;
    right: 10px;
}

.swiper-box .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 5px;
    background-color: #fff;
    cursor: pointer;
}

.swiper-box .swiper-active-switch {
    width: 40px;
    background-color: #00A2F6;
}

.swiper-right-news li {
    width: 100%;
    margin-top: 17px;
}

.swiper-right-news li a {
    display: block;
}

.swiper-right-news li .doctitle {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-top: 2px;
}

.swiper-right-news li .info {
    font-weight: 400;
    font-size: 14px;
    color: #727272;
    margin-top: 8px;
    line-height: 20px;

}

.part-2 {
    width: 100%;
    margin-top: 56px;
}

.part-2 .news-left {
    width: 747px;
    height: 411px;
    float: left;

}

.part-2 .news-right {

    width: 422px;
    height: 411px;
    float: right;
}

.part-1,
.part-2 {
    overflow: hidden;
}

.news-line li {
    margin-top: 16px;
}

.news-line a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.footer {
    margin-top: 100px;
    width: 100%;
    height: 311px;
    background-color: #3D3D3D;
}

.footer-content {
    padding-top: 100px;
}

.footer-content p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
}