@charset "utf-8";

/* CSS Document */
* {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.part1 {
    width: 1000px;
    margin: auto;
    margin-top: 8px;
}

.part1l {
    width: 503px;
    height: auto;
    float: left;
}

/* 轮播图 */
.dtt_swip {
    width: 503px;
    height: auto;
    position: relative;
}

.dtt_swip .arrow-left {
    background: url(https://french.news.cn/afrique/index/2022/images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.dtt_swip .arrow-right {
    background: url(https://french.news.cn/afrique/index/2022/images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.dtt_swip .swiper-container {
    width: 503px;
    height: auto;
}

.swiper-slide {
    position: relative;
}

.dtt_swip .swiper-container .swiper-slide img {
    width: 503px;
    height: 336px;
}

.dtt_swip .swiper-container .swiper-wrapper .swiper-slide .title {
    font-size: 24px;
    width: 100%;
    padding: 6px 0px;
    color: #000;
    overflow: hidden;
    z-index: 5;
    text-align: left;
    line-height: 30px;
}

.dtt_swip .swiper-container .swiper-wrapper .swiper-slide .title a {
    color: #000;
}

.dtt_swip .pagination {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 35px;
    width: 15%;
    z-index: 2;
}

.dtt_swip .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    margin: 0 6px;
    cursor: pointer;
}

.dtt_swip .swiper-active-switch {
    background: #ff1000;
}

/* 轮播图右侧 */
.part1r {
    width: 420px;
    float: right;
}

.part1r ul {}

.part1r li {
    font-size: 24px;
    color: #000;
    line-height: 28px;
    padding: 30px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.part1r li img {
    float: left;
    width: 150px;
    height: auto;
    margin-right: 10px;
}

.part1r li:first-child {
    padding: 0px 0px 30px 0px;
}

.part1r li:last-child {
    border: none;
}

.jc {
    font-weight: bold;
}

.part2 {
    width: 1000px;
    margin: auto;
    padding-top: 40px;
}

.part2l {
    width: 651px;
    float: left;
}

.part2ll {
    float: left;
    width: 324px;
}

.part2lr {
    float: right;
    width: 285px;
}

.part2ll ul {}

.part2ll li {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b5b3b3;
    margin-bottom: 20px;
}

.part2ll li:last-child {
    padding-bottom: 0px;
    border: 0px;
    margin-bottom: 0px;
}

.part2ll li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    display: block;
    width: 6px;
    height: 6px;
    background: #156c76;
}

.part2r {
    width: 285px;
    float: right;
}

.xw {
    width: 285px;
    height: auto;
    position: relative;
}

.xw img {
    width: 285px;
    height: 190px;
}

.xw h2 {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 24px;
}

.play {
    position: absolute;
    left: 11px;
    top: 139px;
    height: 42px;
    width: 42px;
    background: url(https://french.news.cn/afrique/index/2022/images/play.png) 0 0 no-repeat;
    display: none;
}

/* PHOTOS */
.part3 {
    width: 100%;
    height: 433px;
    margin-top: 40px;
    background: #ebf6f6;
    min-width: 1000px;
}

.content {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.content h4 {
    font-size: 36px;
    color: #156c76;
    padding-top: 30px;
}

.content h4 a {
    color: #156c76;
}

/* PHOTOS滚动 */
.gdft_box {
    position: relative;
    width: 900px;
    margin: auto;
}

.gdft_box .swiper-container {
    height: 252px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.gdft_box .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.gdft_box .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.gdft_box .swiper-visible-switch {
    background: #aaa;
}

.gdft_box .swiper-active-switch {
    background: #fff;
}

.gdft_box .arrow-left {
    background: url(https://french.news.cn/afrique/index/2022/images/jj_jtl.png) no-repeat left top;
    position: absolute;
    left: -44px;
    top: 89px;
    width: 22px;
    height: 39px;
    z-index: 2
}

.gdft_box .arrow-right {
    background: url(https://french.news.cn/afrique/index/2022/images/jj_jtr.png) no-repeat left bottom;
    position: absolute;
    right: -44px;
    top: 89px;
    width: 22px;
    height: 39px;
    z-index: 2
}

.gdft_box .sjft_con {
    width: 228px;
    position: relative;
    margin: 0 auto;
}

.gdft_box .sjft_con .img img {
    width: 228px;
    height: 147px;
    display: block;
}

.gdft_box .tit {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
}

.part4 {
    width: 1000px;
    margin: auto;
    margin-top: 16px;
}

.hx {
    width: 68%;
    height: 1px;
    background: #CCC;
    position: absolute;
    left: 207px;
    top: 25px;
    z-index: 1;
}

.hx1 {
    width: 33%;
    height: 1px;
    background: #CCC;
    position: absolute;
    left: 207px;
    top: 25px;
    z-index: 1;
}

.kx1 {
    height: 20px;
}

/* WINDOW OF CHINA */
.part5 {
    width: 100%;
    height: 433px;
    margin-top: 40px;
    background: #d8eeed;
    margin-bottom: 20px;
    min-width: 1000px;
}

.content1 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.content1 h2 {
    font-size: 36px;
    color: #174084;
    padding-top: 30px;
}

/* WINDOW OF CHINA滚动 */
.sp {
    position: relative;
    width: 900px;
    margin: auto;
}

.sp .swiper-container {
    height: 252px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.sp .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.sp .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.sp .swiper-visible-switch {
    background: #aaa;
}

.sp .swiper-active-switch {
    background: #fff;
}

.sp .arrow-left2 {
    background: url(https://french.news.cn/afrique/index/2022/images/jj_jtl.png) no-repeat left top;
    position: absolute;
    left: -44px;
    top: 89px;
    width: 22px;
    height: 39px;
    z-index: 2
}

.sp .arrow-right2 {
    background: url(https://french.news.cn/afrique/index/2022/images/jj_jtr.png) no-repeat left bottom;
    position: absolute;
    right: -44px;
    top: 89px;
    width: 22px;
    height: 39px;
    z-index: 2
}

.sp .sjft_con {
    width: 228px;
    position: relative;
    margin: 0 auto;
}

.sp .sjft_con .img img {
    width: 228px;
    height: 147px;
    display: block;
}

.sp .tit {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
}

/* Basic facts about Europe */
.part6 {
    width: 1000px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    margin-bottom: 40px;
    display: none;
}

.part6l {
    width: 250px;
    float: left;
    margin-top: 10px;
}

.part6l img {
    width: 200px;
    height: 128px;
    margin-top: 10px;
}

.part6l ul {
    margin-top: 10px;
}

.part6l li {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.part6r {
    width: 700px;
    float: right;
    margin-top: 10px;
}

.part6r ul {
    margin-top: 10px;
}

.part6r li {
    width: 338px;
    height: 102px;
    float: left;
}

.part6r li:first-child {
    margin-right: 24px;
}

.part6js {}

.part6jsl {
    float: left;
    width: 161px;
    height: 83px;
}

.part6jsl img {
    width: 161px;
    height: 103px;
}

.part6jsr {
    float: right;
    width: 168px;
}

.part6jsr h4 {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.part6 h2 {
    font-size: 22px;
    background: #305491;
    width: 317px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0px;
    color: #FFF;
    z-index: 100;
    font-weight: bold;
}

.part6 h2 a {
    color: #FFF;
}

.hx3 {
    width: 68%;
    height: 1px;
    background: #CCC;
    position: absolute;
    left: 317px;
    top: 25px;
    z-index: 1;
}

.part6 h3 {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 0px;
    color: #6590c6;
    z-index: 100;
    font-weight: bold;
}

.part6 h3 a {
    color: #6590c6;
}

.kx {
    height: 20px;
}

/* COUNTRY PROFILES */


.part8 {
    width: 1000px;
    margin: auto;
    padding-top: 40px;
}

.part8l {
    width: 285px;
    float: left;
}

.part8ll {
    float: left;
    width: 285px;
}

.part8lr {
    float: right;
    width: 324px;
}

.part8lr ul {}

.part8lr li {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b5b3b3;
    margin-bottom: 20px;
}

.part8lr li:last-child {
    padding-bottom: 0px;
    border: 0px;
    margin-bottom: 0px;
}

.part8lr li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    display: block;
    width: 6px;
    height: 6px;
    background: #156c76;
}

.part8r {
    width: 651px;
    float: right;
}

/* 瀑布流 */
.part {
    width: 1000px;
    margin: 0 auto;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
}

.list-wz {
    margin-bottom: 30px;
}

.list-wz .title {
    margin: 20px auto;
}

.list-wz .list-cont {
    border-top: 1px solid #ccc;
}

.list-wz .item {
    border-bottom: 1px dotted #ccc;
    padding: 30px 0;
    position: relative;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-wz .item:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #135091;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 51%;
    margin-top: -3px;
}

.list-wz .item .tit {
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-wz .item .tit a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
}

.list-wz .item .tit .time {
    color: #b1b1b1;
    font-size: 14px;
    display: none;
}

.list-wz .item.item-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.list-wz .item.item-pic .img {
    width: 260px;
    margin-right: 20px;
}

.list-wz .item.item-pic .img img {
    width: 100%;
}

.list-wz .item.item-pic .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-more {
    margin: 50px auto;
    font-size: 24px;
    line-height: 2;
    height: 48px;
    width: 300px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #0083de;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .part {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;
        width: 100%;
        background: #fff;
    }

    .list-wz {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .list-wz .title {
        font-size: 20px;
        line-height: 30px;
        margin: 10px auto;
    }

    .list-wz .item {
        padding: 15px 0;
        padding-left: 10px;
    }

    .list-wz .item:before {
        width: 4px;
        height: 4px;
        left: 0;
        top: 27px;
        margin-top: 0;
    }

    .list-wz .item .tit {
        font-size: 18px;
        display: block;
    }

    .list-wz .item .tit a,
    .list-wz .item .tit span {
        display: block;
    }

    .list-wz .item.item-pic .img {
        width: 110px;
        margin-right: 10px;
    }

    .list-wz .item.item-pic:before {
        top: 27px;
    }

    .list-more {
        margin: 20px auto 10px;
        font-size: 16px;
        line-height: 32px;
        height: 32px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        width: 185px;
    }
}