normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li,
dl,
dt,
dd {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #1333ac;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    /* IE下去掉超链接获取焦点时产生的虚框 */
    noFocusLine: expression(this.onFocus=this.blur());
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width:1201px) {

    html,
    body {
        width: 1200px;
    }
}

.section {
    width: 1100px;
    margin: 50px auto 0;
}

.section .title {
    position: relative;
    margin-bottom: 20px;
}


.section .title h3 a {
    display: block;
    margin: 0 auto;
    width: 530px;
    height: 150px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    text-align: center;
}

.section .title h3 a img {
    margin: 0 auto;
}

#header {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg.jpg) center top no-repeat;
    text-align: center;
    overflow: hidden;
}

#head {
    position: relative;
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.keynote {
    position: absolute;
    top: 250px;
    left: 42px;
    width: 1120px;
    height: 270px;
    background: url(../images/text.png) center top no-repeat;
    animation: grow 3s ease-in-out;
    -webkit-animation: grow 3s ease-in-out;
}

@-webkit-keyframes grow {
    0% {
        height: 0;
    }

    100% {
        height: 550px;
    }
}

@keyframes grow {
    0% {
        height: 0;
    }

    100% {
        height: 550px;
    }
}


/* main */
.main {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 120px;
    background: url(../images/bg-main.jpg) center top no-repeat;
}


/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 440px;
    /* margin: 0 20px 20px 0; */
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    height: 80px;
    background: #1333ac;
}

.picList .title h5 a {
    display: inline-block;
    margin: 10px 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.picInfo {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.picInfo .prevStop,
.picInfo .nextStop {
    color: #999;
}

.picInfo ul {
    float: right;
    margin-top: 16px;
    overflow: hidden;
}

.picInfo ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: url("../images/bg-dot.png") no-repeat;
    margin-right: 5px;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

.picInfo ul li.on {
    width: 25px;
    background: url("../images/bg-active.png") no-repeat;
}

.control-button {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 40px;
    height: 80px;
}

.control-button .prev,
.control-button .next {
    display: none;
    position: absolute;
    width: 40px;
    height: 80px;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
}

.pic-content:hover .control-button .prev,
.pic-content:hover .control-button .next {
    display: block;
}

.control-button .prev {
    left: 0px;
    background: url(../images/button-left.png) no-repeat;
}

.control-button .prev:hover {
    /* left: 0px; */
    background: url(../images/button-left-active.png) no-repeat;
}

.control-button .next {
    right: -600px;
    background: url(../images/button-right.png) no-repeat;
}

.control-button .next:hover {
    /* right: 0px; */
    background: url(../images/button-right-active.png) no-repeat;
}


/* 要闻 */
.news-content {
    box-sizing: border-box;
    width: 460px;
    height: 440px;
    background: url(../images/bg-news.jpg) left top no-repeat;
    padding-left: 20px;
    text-align: left;
    /* border-top: 1px dashed #cdcdcd; */
}

.newsList .title {
    height: 150px;
    border-bottom: #ccc dashed 1px;
}

.newsList .title a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.newsList .title h4 {
    margin: 10px auto;
}

.newsList .title h4 a {
    letter-spacing: -1px;
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
}

.newsList .title p {
    /* height: 70px; */
    color: #666666;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
    display: -webkit-box;
    /* 旧版弹性盒 */
    -webkit-box-orient: vertical;
    /* 弹性盒元素垂直排列 */
    -webkit-line-clamp: 3;
    /* 要显示的行数 */
    overflow: hidden;
}

.news-content .news-list ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 80px;
    *height: 79px;
    /* IE7 */
    padding-left: 20px;
    background: url(../images/square-blue.jpg) left 40px no-repeat;
    line-height: 79px;
    border-bottom: 1px dashed #cdcdcd;
}

.news-content .newsList ul li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.news-content .newsList ul li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 22px;
    text-align: left;
}

.news-content .newsList ul li h5 a {
    display: inline;
    vertical-align: middle;
    /* margin-right: 6px; */
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    /* text-align: left; */
}

.news-content .newsList ul li h5 a:hover {
    color: #1333ac;
}

.news-content .newsList .more {
    width: 100%;
    /* margin-top: 12px; */
    /* background: #1333ac; */
    text-align: right;
}

.news-content .newsList .more a {
    display: block;
    width: 430px;
    color: #999;
    font-size: 16px;
    line-height: 40px;
    caret-color: transparent; /* 去掉聚焦文字处的光标竖线 */
}


/* 稿件 */
.news {
    /* width: 1160px; */
    /* margin-bottom: 20px; */
    text-align: left;
}

.news li {
    box-sizing: border-box;
    width: 530px;
    height: 69px;
    margin: 0 30px 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/square-blue.jpg) 5px 32px no-repeat;
    float: left;
}

.news li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.news li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    text-align: left;
}

.news li h5 a {
    display: inline;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    /* text-align: left; */
}

.news li h5 a:hover {
    color: #1333ac;
}


/* 国际合作·网信大事记 */
.history {
    width: 530px;
    padding: 50px 0;
    background: #eefcfe;
}

.history-section {
    padding: 20px 0 0;
    overflow: hidden;
}

.history ul {
    height: 1000px;
    padding: 0 20px;
    /* overflow: hidden; */
}

.history ul li {
    position: relative;
    margin-left: 30px;
    padding: 0px 20px 50px 20px;
    border-left: 2px solid #1979e5;
    text-align: left;
}

.history ul li .point {
    position: absolute;
    left: -12px;
    top: -5px;
    width: 72px;
    height: 20px;
    background: url(../images/bg-history-item.png) left top no-repeat;
}

.point::before,
.point::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #0045b0;
    border-radius: 50%;
    content: '';
}

.point::before {
    animation: scale 2s infinite;
}

.point::after {
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(3);
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(6);
        opacity: 0;
        -webkit-transform: scale(6);
        -moz-transform: scale(6);
        -ms-transform: scale(6);
        -o-transform: scale(6);
    }
}

.history .time {
    padding-top: 20px;
    color: #0045b0;
    font-size: 16px;
    line-height: 30px;
}

.history ul li h5 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}

.history ul li p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.history ul li p a:link,
.history ul li p a:visited {
    color: #0045b0;
}

.history .mCustomScrollBox,
.history .mCSB_container {
    overflow: visible !important;
}

.history .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.history .mCSB_scrollTools:hover .mCSB_dragger .mCSB_dragger_bar,
.history .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.history .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active,
.achievement .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.achievement .mCSB_scrollTools:hover .mCSB_dragger .mCSB_dragger_bar,
.achievement .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.achievement .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
    width: 6px;
    background: #d1d1d1;
}

.history .mCSB_scrollTools .mCSB_draggerRail,
.achievement .mCSB_scrollTools .mCSB_draggerRail {
    /* width: 0; */
    /* border-right: 1px dashed #09C; */
    background: #e1e1e1;
}



/* 世界互联网大会·乌镇启航 */
.yearList {
    width: 530px;
    height: 40px;
    background: #005bcb;
}

.yearList ul li {
    float: left;
    width: 106px;
    color: #fff;
    line-height: 40px;
}

.yearList ul li.on {
    background: #00b3fe;
    font-weight: bold;
}

.contentList {
    position: relative;
    width: 530px;
    height: 1078px;
    overflow: hidden;
}

.dahui-section {
    width: 530px;
    overflow: hidden;
}

.dahui-section h4 {
    box-sizing: border-box;
    height: 66px;
    padding: 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dahui-section h4 a,
.dahui-section h4 a:link {
    color: #005bcb;
    font-size: 18px;
    line-height: 36px;
}

.img-box {
    position: relative;
    width: 530px;
    height: 295px;
}

.img-box a .scale-img {
    width: 530px;
    height: 295px;
    overflow: hidden;
}

.img-box a img {
    width: 100%;
    height: 100%;
}

.img-box a h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.img-box a .picTitle {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 530px;
    height: 50px;
    background: rgba(6, 73, 173, .85);
    padding: 0 10px;
    color: #fff;
    /* line-height: 50px; */
}

.img-box a .picTitle h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.img-box a .picTitle i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
    text-indent: -999em;
}

.news-box {
    box-sizing: border-box;
    width: 530px;
    padding: 20px 0 0;
}

.news-box li {
    box-sizing: border-box;
    width: 530px;
    height: 85px;
    padding-left: 20px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/square-blue.jpg) 5px 40px no-repeat;
    text-align: justify;
}

.news-box li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.news-box li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 400px;
    line-height: 24px;
    text-align: left;
}

.news-box li h5 a {
    display: inline;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    /* text-align: left; */
}

.news-box li h5 a:hover {
    color: #1333ac;
}

.news-box li img {
    float: right;
    width: 100px;
    height: 55px;
    margin-top: 15px;
}

.dahui-section .more {
    line-height: 32px;
    text-align: right;
    caret-color: transparent; /* 去掉聚焦文字处的光标竖线 */
}

.achievement-box {
    width: 530px;
    height: 380px;
    margin-top: 30px;
    background: url(../images/bg-achievement.jpg) center top no-repeat;
}

.achievement-box h4 {
    width: 530px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

.achievement {
    height: 260px;
    padding: 40px 0 20px 0;
}

.achievement p {
    margin: 0 15px 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}


/* 中国理念·全球共享 */
.theory-box {
    position: relative;
    box-sizing: border-box;
    width: 530px;
    height: 660px;
    padding-top: 70px;
    overflow: hidden;
}

.circle {
    width: 530px;
    height: 530px;
    background: url(../images/circle.png) center center no-repeat;
    animation: rotate 80s linear infinite;
    -webkit-animation: rotate 80s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.earth {
    position: absolute;
    top: 208px;
    left: 136px;
    width: 241px;
    height: 245px;
    background: url(../images/earth.png) center center no-repeat;
}

.theory-box ul li {
    position: absolute;
    width: 200px;
    text-align: left;
}

.theory-box ul li:first-of-type {
    left: 150px;
    top: 0px;
}

.theory-box ul li:nth-of-type(2) {
    left: 280px;
    top: 100px;
}

.theory-box ul li:nth-of-type(3) {
    left: 0px;
    top: 120px;
}

.theory-box ul li:nth-of-type(4) {
    width: 280px;
    left: 210px;
    top: 170px;
}

.theory-box ul li:nth-of-type(5) {
    left: 20px;
    top: 250px;
}

.theory-box ul li:nth-of-type(6) {
    width: 230px;
    left: 300px;
    top: 280px;
}

.theory-box ul li:nth-of-type(7) {
    width: 300px;
    left: 80px;
    top: 360px;
}

.theory-box ul li:nth-of-type(8) {
    left: 330px;
    top: 380px;
}

.theory-box ul li:nth-of-type(9) {
    left: 0px;
    top: 450px;
}

.theory-box ul li:nth-of-type(10) {
    left: 260px;
    top: 470px;
}

.theory-box ul li:nth-of-type(11) {
    left: 110px;
    top: 620px;
}

.theory-box ul li:last-of-type {
    left: 339px;
    top: 560px;
}

.theory-box ul li h5 a {
    color: #0045b0;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: justify;
}

/* 互联互通·共商发展 */
.forum-box {
    position: relative;
    width: 530px;
    height: 685px;
    overflow: hidden;
}

.pic-box {
    width: 550px;
    margin-top: 18px;
}

.pic-box li {
    position: relative;
    float: left;
    width: 165px;
    height: 90px;
    margin-right: 18px;
    overflow: hidden;
}

.pic-box li .scale-img {
    width: 165px;
    height: 90px;
    overflow: hidden;
}

.pic-box li a .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(18, 98, 198, .85);
    line-height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.pic-box li:hover a .mask {
    display: block;
    opacity: 1;
}

.pic-box li a .mask h5 {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: justify;
}

.pic-box li a i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.forum .more {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    caret-color: transparent; /* 去掉聚焦文字处的光标竖线 */
}

.forum-box .control-button {
    position: absolute;
    left: 190px;
    top: 660px;
    width: 20px;
    height: 20px;
}

.forum-box .control-button .prev,
.forum-box .control-button .next {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0045b0;
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    text-indent: unset;
    cursor: pointer;
    caret-color: transparent; /* 去掉聚焦文字处的光标竖线 */
}

.forum-box:hover .control-button .prev,
.forum-box:hover .control-button .next {
    display: block;
}

.forum-box .control-button .prev {
    left: 0px;
}

.forum-box .control-button .prev:hover {
    /* left: 0px; */
    /* background: #fac700; */
    background: #00b3fe;
}

.forum-box .control-button .next {
    right: -130px;
}

.forum-box .control-button .next:hover {
    /* right: 0px; */
    background: #00b3fe;
}

.forum-box .forumInfo {
    position: absolute;
    bottom: 10px;
    right: 42.5%;
}

.forum-box .forumInfo ul {
    float: right;
    margin-top: 16px;
    overflow: hidden;
}

.forum-box .forumInfo ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: #005bcb;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
}

.forum-box .forumInfo ul li.on {
    width: 25px;
    background: #00b3fe;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/* 图片放大效果 */
.scale-img {
    overflow: hidden;
}

.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    transition: .5s all linear;
    -ms-transition: .5s all linear;
    /* IE 9 */
    -moz-transition: .5s all linear;
    /* Firefox */
    -webkit-transition: .5s all linear;
    /* Safari å’Œ Chrome */
    -o-transition: .5s all linear;
    /* Opera */
}

.scale-img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
}

/* 动画 */
@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}




















