html {
    font-size: 625%;
}

body {
    font: .14rem/160% 'Microsoft Yahei', sans-serif;

    min-width: 1200px;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #404040;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.lp {
    width: 800px;
    float: left;
}

.rp {
    width: 350px;
    float: right;
}


/* 头条 */
.headline {
    height: 490px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.headlinePic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: all 0.6s;
}

.headlineCon {
    width: 305px;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.542);
    top: 0;
    right: 0;
    line-height: 25px;

}

.headlineCon ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.headlineCon li {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.headlineCon a {
    color: #fff;
    text-decoration: none;
}

.headlineCur {
    background: #3471B1;
    transition: all 0.6s;
}

/* 栏目名称 */
.title_1 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 30px auto;
}

.title_1,
.title_2 {
    height: 46px;
    border-bottom: 1px solid #999999;
    margin-bottom: 35px;
}

.title_1 span {
    display: inline-block;
    height: 49px;
    background: url('../img/colbg.png')no-repeat 2px 95%;
    margin-left: 52px;
    font-size: 26px;
}

.title_2 span {
    background: url('../img/bg_17.png') left 60% no-repeat;
    padding-left: 12px;
    font-size: 20px;
    line-height: 45px;
}

.title_1 span,
.title_2 span {
    color: #404040;
    font-weight: bold;
}

.title_1 a,
.title_2 a {
    float: right;
    line-height: 52px;
    font-size: 14px;
    color: #b8b8b8;
}

/* 要闻 */

.news {
    margin-top: 50px;
}

.news .lp h4 {
    line-height: 44px;
    font-size: 26px;
    font-weight: 500;
}

.news .lp h4 a {
    color: #343434;
}

.news .lp p {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 25px;
}

.news .lp p a {
    color: #b8b8b8;
}

.news .lp li {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
}

.list_1 {
    margin-bottom: 20px;
}

.list_1 li {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 12px;
}

.list_1 span {
    float: right;
    font-size: 14px;
    color: #e2e2e2;
}

.talk {
    margin-bottom: 35px;
}

.talk dl {
    overflow: hidden;
    width: 350px;
    margin-bottom: 20px;
}

.talk dt {
    width: 75px;
    height: 75px;
    float: left;
}

.talk dt img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.talk dd {
    float: right;
    width: 252px;
    margin-top: 10px;
}

.talk dd h4 {
    line-height: 28px;
    font-size: 16px;
    color: #3471B1;
    font-weight: normal;
    margin-bottom: 5px;
}

.talk dd h4 a {
    color: #000;
}

.talk dd p {
    line-height: 24px;
    font-size: 14px;
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.talk dd p a {
    color: #000;
}

.adbox_1 {
    width: 800px;
    height: 110px;
    float: left;
}

.adbox_1 img {
    height: 110px;
}

.adbox_2 {
    width: 350px;
}

.adbox_2 img {
    width: 100%;
}

.adbox_2 p {
    text-align: center;
    margin-top: 10px;
}

.adbox_3 {
    width: 350px;
    height: 110px;
    float: right;
}

/* .pic_auto {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.article {
    margin: 50px auto 10px;
}

.article .lp dl {
    width: 800px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 40px;
}

.article .lp dt {
    width: 280px;
    height: 170px;
    float: left;
}

.article .lp dt img {
    width: 280px;
    height: 170px;
}

.article .lp dd {
    width: 500px;
    float: right;
    height: 170px;
    position: relative;
}

.article .lp dd h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}

.article .lp dd p {
    font-size: 14px;
    line-height: 28px;
    color: #404040;
}

.article .lp dd .author {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #33b5cf;
    text-indent: 35px;
    background: url(http://images.china.cn/images1/ch/2019ly/bg_9.png) no-repeat;
}

.article .lp dd .timeInfo {
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 150px;
    height: 30px;
    text-align: right;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #8b8b8b;
}

.article .rp img {
    width: 100%;
}

.article .rp ul {
    font-size: 14px;
    font-weight: bold;
}

.article .rp li {
    margin-top: 20px;
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
}

.article .rp li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background: #3193DE;
}

.hotel {
    margin-bottom: 20px;
}

.list_2 {
    width: 215px;
    height: 290px;
    background: #82ccdc;
    padding: 27px 35px 43px 35px;
    float: left;
}

.list_2 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
}

.list_2 p a {
    color: #fff;
}

.list_3 {
    width: 900px;
    float: right;
}

.list_3 li {
    width: 280px;
    height: 168px;
    position: relative;
    float: left;
    margin: 0 0 20px 20px;
}

.list_3 li img {
    width: 280px;
    height: 168px;
}

.list_3 span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 30px;
    background: #fd7f82;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.list_3 p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 49px;
    background: url(http://images.china.cn/images1/ch/2019ly/bg_20.png);
    padding-top: 20px;
    line-height: 48px;
    font-size: 14px;
}

.list_3 a {
    color: #fff;
}

.type_1 {
    width: 1200px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 50px;
}

.picpart {
    width: 800px;
    float: left;
    height: 265px;
    position: relative;
}

.picpart li {
    width: 800px;
    height: 265px;
    display: none;
}

.picpart li img {
    width: 440px;
    height: 265px;
    margin-right: 25px;
    position: absolute;
    left: 0;
}

.picpart li .textArea {
    width: 335px;
    position: absolute;
    left: 470px;
    top: 0;
}

.textArea h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
}

.textArea p {
    font-size: 14px;
    line-height: 28px;
    color: #535353;
}

.menu {
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: #f7f7f7;
    margin-left: 5px;
    cursor: pointer;
}

.menu span.cur {
    background: #3193DE;
    color: #fff;
}



.list_4 {
    width: 365px;
    float: right;
}

.list_4 li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 32px;
    padding-left: 15px;
    position: relative;
}

.list_4 li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background: #3193DE;
}

.list_4 a {
    color: #2a2623;
    font-weight: bold;
}

.list_5 {
    font-weight: bold;
    width: 1320px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
}

.list_5 li {
    width: 530px;
    margin-right: 120px;
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}

.list_5 li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background: #3193DE;
}

.list_5 li span {
    float: right;
    color: #a4aeb6;
}




/*数字中国大讲堂  */
.teach {
    margin-bottom: 80px;
}

.teach ul {
    display: flex;
    justify-content: space-between;
}

.teach li {
    position: relative;
    width: 360px;
}


.teachpic {
    width: 360px;
    height: 200px;
}

.teachPlay {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 145px;
    left: 15px;
}



.teach p {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}



/* 中国指数 */
.index {
    margin-bottom: 50px;
}

.indexpic {
    width: 290px;
    height: 360px;
    float: left;
    position: relative;
}

.indexpic img {
    width: 100%;
}

.indexpic h2 {
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 35px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 53px;
}

.index a {
    color: #fff;
}

.index ul {
    width: 880px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index li {
    width: 280px;
    height: 170px;
    position: relative;
}

.index li img {
    width: 280px;
    height: 170px;
}

.index li:first-child {
    margin-bottom: 20px;
}

.index span {
    width: 60px;
    height: 35px;
    line-height: 30px;
    background: url('../img/bit.png') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
}



.index p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/bg.png') no-repeat left bottom/100% auto;

}

.index p a {
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
    text-align: center;
}

/* 人物观点 */
.figure {
    margin-bottom: 50px;
}

.figure ul {
    display: flex;
    justify-content: space-between;
}

.figure li {
    width: 375px;
    height: 205px;
    background-color: #F5F5F7;
    display: flex;
    font-weight: bold;
}

.figure img {
    width: 136px;
    height: 205px;
}

.figureCon {
    padding: 15px;
    box-sizing: border-box;
    line-height: 25px;
}

.figureCon h2 {
    font-size: 20px;
    margin-bottom: 7px;
}

.figureCon h2 a {
    color: #000;
}

.figureCon p {
    margin-bottom: 10px;
}

.figureCon p a {
    color: #404040;
    font-size: 13px;
}

.figureCon span a {
    font-size: 13px;
    color: #666;
}

/* 重点产品 */
.products {
    margin-bottom: 50px;
}

.products ul {
    display: flex;
    justify-content: space-between;
}

.products li {
    width: 287px;
    background-color: #F5F5F7;
}

.products img {
    width: 287px;
    height: 218px;
}

.products p {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;

}

.products p a {
    color: #404040;
}



/* 中国数字名片区域篇 */
.rural {
    width: 100%;
}

.ruralPic {
    width: 30%;
    transition: all .7s;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mouse {
    width: 40%;
}

.ruralImg {
    width: 100%;
    overflow: hidden;
}

.ruralImg img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.7s;
    transform-origin: 100% 150%;
}

.ruralCon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    align-items: center;
    width: 100%;
    color: #FFF;
    text-align: center;
    transition: all .7s;
    transform-origin: 50% 50%;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.564);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ruralPic:nth-child(1) .ruralCon {
    background-image: url('http://images.china.cn/images1/ch/20211229/img/num3.png');
}

.ruralPic:nth-child(2) .ruralCon {
    background-image: url('http://images.china.cn/images1/ch/20211229/img/num2.png');
}

.ruralPic:nth-child(3) .ruralCon {
    background-image: url('http://images.china.cn/images1/ch/20211229/img/num1.png');
}

.ruralCon h2 {
    font-size: 34px;
    padding-bottom: 20px;
}

.ruralCon a {
    color: #fff;
}

@media screen and (max-width: 750px) {
    html {
        font-size: 312.5%;
    }
}