.news-content .newsList ul li:first-of-type h5 a {letter-spacing: 0px;}
.news-content .newsList ul li:nth-of-type(2) h5 a {letter-spacing: 0px;}
.news-content .newsList ul li:nth-of-type(3) h5 a {letter-spacing: 0px;}
.news-content .newsList ul li:nth-of-type(4) h5 a {letter-spacing: 0px;}

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: #0920bf;
    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: 18px;
    text-align: center;
}

@media only screen and (min-width: 1160px) {

    html,
    body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1160px) {

    html,
    body {
        width: 1160px;
    }

    .boat {
        display: none;
        right: 0;
        animation: none;
        -webkit-animation: none;
    }
}

.section {
    width: 1100px;
    margin: 50px auto 0;
}

.section > .title {
    position: relative;
    width: 1100px;
    height: 70px;
    margin-bottom: 20px;
    background: url(../images/bg-title.jpg) center center no-repeat;
}

.section > .title::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1100px;
    height: 70px;
    background: url(../images/txt-en.png) center center no-repeat;
    content: '';
    -webkit-animation: bounce-disks2 6s 0.5s infinite alternate cubic-bezier(0.3, 0.1, 0.3, 0.85);
    animation: bounce-disks2 6s 0.5s infinite alternate cubic-bezier(0.3, 0.1, 0.3, 0.85);
}

@-webkit-keyframes bounce-disks2 {
    from {
        transform: scale(0.9);
        opacity: 1;
    }
    to {
        transform: scale(1.1);
        opacity: .3;
    }
}

@keyframes bounce-disks2 {
    from {
        transform: scale(0.9);
        opacity: 1;
    }
    to {
        transform: scale(1.1);
        opacity: .3;
    }
}

.section > .title h3,
.section > .title h3 a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 70px;
    text-indent: -999em;
    z-index: 9;
}

.nav {
    width: 100%;
    background: url(../images/navbg.jpg) center top no-repeat;
}

.nav-head {
    position: relative;
    width: 1000px;
    height: 150px;
    margin: 0 auto;
}

.nav-head .left {
    position: absolute;
    left: 0;
    top: 20px;
}

.nav-head .left img {
    width: 230px;
    height: 100px;
}

.nav-head .right .logo {
    position: absolute;
    right: -10px;
    top: 10px;
}

.nav-head .right img {
    width: 200px;
    height: 50px;
}

.nav-list {
    position: absolute;
    right: 0;
    top: 65px;
    border-top: 1px solid #aaa;
}

.nav-list li {
    float: left;
    padding: 15px 50px 0 0;
}

.nav-list li:last-of-type {
    padding-right: 0;
}

.nav-list li h3 a {
    color: #706e6e;
    font-size: 18px;
    font-weight: normal;
}

#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: 1160px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.main {
    width: 100%;
    /* padding-bottom: 120px; */
    /* background: url(../images/bg-line.jpg) left top repeat-x;
    background: linear-gradient(to bottom, #000666, #2a5efd); */
    background: url(../images/bg02.jpg) center center no-repeat;
}

.headline {
    margin: 0 auto;
    padding: 20px 0;
}

.headline .left {
    width: 140px;
    height: 80px;
    background: url(../images/headline.png) center center no-repeat;
}

.headline .right {
    width: 960px;
    height: 80px;
    text-align: center;
}

.headline h2 {
    margin: 10px auto;
}

.headline h2 a {
    color: #0920bf;
    font-size: 30px;
    line-height: 39px;
}

.section-news-bg {
    width: 100%;
    background: url(../images/bg01.jpg) center center no-repeat;
}

/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    /* background: #fff; */
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 420px;
    margin: 0 30px 0px 0;
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    height: 60px;
    background: #0920bf;
}

.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 {
    position: relative;
    width: 430px;
    height: 420px;
    border-top: 1px dashed #cdcdcd;
    text-align: left;
}

.boat {
    position: absolute;
    top: 260px;
    right: -270px;
    width: 220px;
    height: 100px;
    background: url(../images/boat.png) center center no-repeat;
    animation: travel 60s linear infinite;
    -webkit-animation: travel 60s linear infinite;
}

@keyframes travel {
    0% {
        right: -270px;
    }

    50% {
        right: 250px;
        /* top: 90px; */
    }

    100% {
        right: -270px;
    }
}

.news-content .newsList ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 92px;
    *height: 91px;
    /* IE7 */
    line-height: 99px;
    border-bottom: 1px dashed #cdcdcd;
}

.news-content .newsList ul li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.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: #2941c3;
}

.news-content .newsList .more {
    width: 100%;
    margin-top: 11px;
    background: #0920bf;
    text-align: center;
}

.news-content .newsList .more a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}


/* 稿件通用样式 */
.news {
    width: 1160px;
    /* margin-bottom: 20px; */
    text-align: left;
}

.news li {
    box-sizing: border-box;
    width: 535px;
    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%;
}

.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: #0920bf;
}


/* 数智日程 */
.schedule {
    position: relative;
    width: 100%;
    height: 850px;
    /* background: url(../images/bg-schedule.png) center bottom no-repeat; */
    text-align: center;
}

.schedule-content {
    width: 1100px;
    margin: 0 auto;
}

.schedule .title {
    position: relative;
    width: 1100px;
    height: 70px;
    margin-bottom: 20px;
    background: url(../images/bg-title.jpg) center center no-repeat;
}

.schedule .title::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1100px;
    height: 70px;
    background: url(../images/txt-en.png) center center no-repeat;
    content: '';
    -webkit-animation: bounce-disks2 6s 0.5s infinite alternate cubic-bezier(0.3, 0.1, 0.3, 0.85);
    animation: bounce-disks2 6s 0.5s infinite alternate cubic-bezier(0.3, 0.1, 0.3, 0.85);
}

.schedule .title h3,
.schedule .title h3 a {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 70px;
    background: url(../images/title01.png) center center no-repeat;
    text-indent: -999em;
}

#roll-pic {
    width: 1100px;
    /* height: 630px; */
    margin: 0 auto;
    overflow: hidden;
}

#picbox {
    width: 800%;
    float: left;
}

#picbox img {
    width: auto;
    height: 705px;
}

#picbox01 {
    float: left;
}


#picbox02 {
    float: left;
}

#mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1100px;
    height: 590px;
    margin: 0 auto;
    box-shadow: inset 0 -10px 30px 30px #eff3fb;
}


/* 论坛之声 */
.forum-wrapper {
    width: 100%;
    background: url(../images/bg01.png) center center no-repeat;
    text-align: center;
}

.forum {
    width: 1100px;
    /* height: 1000px; */
    /* background: url(../images/spirit.gif) center top no-repeat; */
    overflow: hidden;
}

.forum .title h3 a {
    background: url(../images/title02.png);
}

#forum .news-normal-title {
    padding-left: 350px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #0920bf;
    /* border-image: linear-gradient(90deg, #8df0ff, #0920bf, #8df0ff) 20 20; */
}

#forum .news-normal-title li {
    position: relative;
    float: left;
    width: 200px;
    padding-bottom: 15px;
    color: #999;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

#forum .news-normal-title li.on {
    color: #0920bf;
    font-size: 22px;
}

#forum .news-normal-title li.on::after {
    position: absolute;
    top: 39px;
    left: 87px;
    content: '';
    width: 20px;
    height: 20px;
    background: #0920bf;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.am-box,
.pm-box {
    position: relative;
}

.pm-box {
    border-top: 1px dashed #cdcdcd;
}

.am,
.pm {
    position: absolute;
    left: 0;
    color: #0920bf;
    font-size: 22px;
    font-weight: bold;
}

.pm {
    top: 20px;
}

.graphic-box {
    margin: 20px 0 0px 20px;
}

.graphic-box li {
    float: left;
    width: 490px;
    margin-left: 50px;
    padding-bottom: 20px;
    overflow: hidden;
}

.graphic-box li .scale-img {
    float: left;
    width: 235px;
    height: 165px;
    margin-right: 20px;
}

.graphic-box li .text {
    text-align: justify;
}

.graphic-box li .text h5 {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box; /* 旧版弹性盒 */
    -webkit-box-orient: vertical; /* 弹性盒元素垂直排列 */
    -webkit-line-clamp: 2; /* 要显示的行数 */
    /* white-space: nowrap; */
    /* 禁止文本换行 */
    /* text-overflow: ellipsis; */
    /* 超出文本显示省略号 */
    overflow: hidden;
    /* 溢出隐藏 */
}

.graphic-box li .text p {
    font-size: 14px;
}

.graphic-box li .text .place {
    margin-top: 10px;
    color: #666;
}

.graphic-box li .text .place i,
.history .pic .info .date,
.history .pic .info .place {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../images/icon-place.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}


/* 融媒视角 */
.media-bg {
    width: 100%;
}

.media {
    width: 1100px;
    overflow: hidden;
}

.media .title h3 a {
    background: url(../images/title03.png);
}

.media .content {
    position: relative;
    width: 1100px;
    /* height: 800px; */
    overflow: hidden;
}

.img-box {
    position: relative;
    width: 1140px;
    height: 330px;
}

.img-box li {
    box-sizing: border-box;
    position: relative;
    width: 530px;
    height: 310px;
    padding: 22px 0px 0px 25px;
    margin-right: 40px;
    background: url(../images/bg-imgBox.png) center center no-repeat;
    float: left;
}

.img-box li a .scale-img {
    width: 480px;
    height: 265px;
    overflow: hidden;
}

.img-box li a img {
    width: 100%;
    height: 100%;
}

.img-box li a h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.img-box li a .picTitle {
    position: absolute;
    bottom: 23px;
    box-sizing: border-box;
    width: 480px;
    height: 50px;
    background: rgba(9, 32, 191, .9);
    padding: 0 10px;
    color: #fff;
    /* line-height: 50px; */
}

.img-box li a .picTitle h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.img-box li a .picTitle i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
    text-indent: -999em;
}


/* AI共生 */
.expo-box {
    width: 100%;
    /* background: url(../images/expo-bg.png) left bottom no-repeat; */
}

.expo {
    margin: 30px auto 0;
    overflow: hidden;
}

.expo .title h3 a {
    background: url(../images/title04.png) center center no-repeat;
}

.expo .pic-box .bigPic {
    position: relative;
    width: 725px;
    height: 410px;
    overflow: hidden;
}

.expo .pic-box .bigPic .scale-img {
    width: 725px;
    height: 410px;
    overflow: hidden;
}

.expo .pic-box .title {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: #0920bf;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #fff;
    /* line-height: 36px; */
    transition: 0.5s;
}

.expo .pic-box .title::after {
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    background: unset;
    -webkit-animation: none;
    animation: none;
}

.expo .pic-box h5 {
    width: 100%;
    /* height: 60px; */
    font-size: 18px;
    font-weight: normal;
}

.expo .pic-box .left .title h5 {
    text-align: center;
}

.expo .pic-box .title h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expo .pic-box .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.expo .pic {
    width: 350px;
    overflow: hidden;
}

.expo .pic li {
    float: left;
    position: relative;
    width: 350px;
    margin-bottom: 20px;
}

.expo .pic-box .pic li:hover .title {
    height: 195px;
    line-height: 195px;
    opacity: 0.9;
}

.expo .pic-box .pic li:hover .title h5 {
    white-space: inherit;
}

.expo .pic li a .scale-img {
    width: 350px;
    height: 195px;
    overflow: hidden;
}

.expo .pic li a img {
    width: 350px;
    height: 195px;
}

.expo .pic li a .play {
    position: absolute;
    top: 115px;
    left: 232px;
    width: 70px;
    height: 70px;
    background: url(../images/play.png) center center no-repeat;
}


/* 相关链接 */
.history-box {
    background: url(../images/bg03.jpg) right bottom no-repeat;
}

.history {
    text-align: center;
}

.history .title h3 a {
    background: url(../images/title05.png) center center no-repeat;
}

.view {
    position: relative;
    width: 1100px;
    height: 490px;
    background: url(../images/bg-history.png) center bottom no-repeat;
}

.view .viewimg img {
    display: block;
    position: absolute;
    width: 750px;
    height: 410px;
    left: 173px;
    bottom: 40px;
}

.view .viewtext {
    width: 750px;
    height: 55px;
    background: #0920bf;
    position: absolute;
    left: 173px;
    bottom: 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
}

#pic {
    padding-top: 20px;
}

/* 横向滚动的幻灯 */
#featurecontainer {
    margin: 10px auto;
    width: 805px;
}

#feature {
    position: relative;
    /* margin-top: 5px;
    margin-bottom: 20px; */
}

#feature .prev,
#feature .next {
    position: absolute;
    top: 12px;
    display: block;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
}

#feature .prev {
    left: -50px;
    background: url(../images/button-left.png) center top no-repeat;
}

#feature .next {
    background: url(../images/button-right.png) center top no-repeat;
    right: -50px;
}

#feature .prev:hover {
    background: url(../images/button-left-active.png);
}

#feature .next:hover {
    background: url(../images/button-right-active.png);
}

.featureul {
    position: relative;
    list-style-type: none;
    width: 2800px;
    float: left;
}

.featurebox {
    display: inline-block;
    width: 190px;
    height: 235px;
    /* background: url(../images/bg-iphone.png) center top no-repeat; */
    margin-right: 15px;
    overflow: hidden;
}

#bottom-scroll {
    z-index: 0;
    margin: 0px auto;
    width: 1200px;
    float: left;
}

#block {
    z-index: 0;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    width: 805px;
}

#block .box {
    /* margin: 0px 10px; */
    box-sizing: border-box;
    width: 190px;
    float: left;
}

#block .box a img {
    width: 190px;
    height: 105px;
}

#block .box a p {
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    box-sizing: border-box;
    padding: 8px 8px 0;
    /* text-align: left; */
}


/* 图片放大效果 */
.scale-img {
    overflow: hidden;
}

.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    /* IE 9 */
    -moz-transition: 0.5s all linear;
    /* Firefox */
    -webkit-transition: 0.5s all linear;
    /* Safari å’Œ Chrome */
    -o-transition: 0.5s all linear;
    /* Opera */
}

.scale-img:hover img,
.exposition .left: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);
}






