.section-news .newsList li:first-of-type h5 { letter-spacing: 0px; }
.section-news .newsList li:nth-of-type(2) h5 { letter-spacing: 0px; }
.section-news .newsList li:nth-of-type(3) h5 { letter-spacing: 0px; }
.section-news .newsList li:nth-of-type(4) h5 { 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: #c70000;
    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:1160px) {

    html,
    body {
        width: 1160px;
    }
}

.section {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.section .title h3 a {
    display: block;
    margin: 0 auto 30px;
    width: 1100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999em;
}

#header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    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;
}

#keynote {
    /* position: absolute;
    top: 160px;
    left: 15px; */
    width: 1130px;
    height: 220px;
    margin: 160px auto 0;
    background: url(../images/keynote.png) center top no-repeat;
    /* animation: grow 3s ease-in-out;
    -webkit-animation: grow 3s ease-in-out; */
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.open {
    -webkit-animation-name: open;
    animation-name: open;
}

@-webkit-keyframes open {
    0% {
        width: 0;
    }

    100% {
        width: 1130px;
    }
}

@keyframes open {
    0% {
        width: 0;
    }

    100% {
        width: 1130px;
    }
}

.main {
    box-sizing: border-box;
    width: 100%;
    margin: 50px auto 0;
    padding-bottom: 100px;
    background: url(../images/bg-main.png) center bottom no-repeat;
    text-align: left;
}

/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 420px;
    margin: 0 20px 40px 0;
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    height: 60px;
    background: #0f25cf;
}

.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 {
    width: 440px;
    height: 420px;
    text-align: left;
    /* border-top: 1px dashed #cdcdcd; */
}

.news-content .newsList ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    padding: 0 15px;
    height: 93px;
    *height: 92px;
    /* IE7 */
    line-height: 92px;
    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: #0f25cf;
}

.news-content .newsList .more {
    width: 100%;
    margin-top: 12px;
    background: #0f25cf;
    text-align: center;
}

.news-content .newsList .more a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}


/* 稿件 */
.news {
    width: 1130px;
    margin-bottom: 50px;
    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: #0f25cf;
}


/* 会议议程 */
.schedule {
    margin-bottom: 50px;
}

.schedule .title h3 {
    display: block;
    margin: 0 auto 30px;
    width: 1100px;
    height: 100px;
    background: url(../images/title01.jpg) center center no-repeat;
    text-indent: -999em;
}

.schedule-img,
.schedule-img img {
    width: 1100px;
    height: 280px;
}

.schedule-img img {
    border-radius: 3px;
}

#schedule {
    padding: 20px 30px 25px;
    background: #0f25cf url(../images/bg-schedule.jpg) center top no-repeat;
    border-radius: 3px;
}

#schedule .news-normal-title {
    padding-left: 300px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #fff;
    /* border-image: linear-gradient(90deg, rgba(141,240,255,0) 0%, #8df0ff 10%, #0054a8, #8df0ff 90%, rgba(141,240,255,0) 100%) 20 20; */
}

#schedule .news-normal-title li {
    position: relative;
    float: left;
    width: 360px;
    padding-bottom: 15px;
    color: #6686ff;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

#schedule .news-normal-title li::after {
    position: absolute;
    top: 40px;
    left: 28px;
    content: '';
    width: 20px;
    height: 20px;
    background: #6686ff;
    border-radius: 50%;
}

#schedule .news-normal-title li.on {
    color: #fff;
    font-size: 22px;
}

#schedule .news-normal-title li.on::after {
    top: 38px;
    left: 30px;
    background: #fff;
    border: 3px solid #fff;
}

#schedule .newsList {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

.content-box {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #6686ff;
}

.content-box:last-of-type {
    border-bottom: unset;
}

.period {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.graphic-box {
    margin: 20px 0 0px 20px;
    color: #fff;
}

.graphic-box li {
    float: left;
    width: 100%;
    margin-left: 50px;
    padding-bottom: 20px;
    overflow: hidden;
}

.graphic-box li .text {
    /* height: 135px; */
    text-align: justify;
}

.graphic-box li .text .time {
    font-size: 20px;
}

.graphic-box li .text h5 {
    font-size: 20px;
    line-height: 1.5;
}

.graphic-box li .text h5 a,
.graphic-box li .text h5 a:link,
.graphic-box li .text h5 a:visited {
    color: #fff;
}

.graphic-box li .text p {
    font-size: 16px;
}

.graphic-box li .text .place {
    margin-top: 5px;
    color: #6686ff;
}

/* .graphic-box li .text .place i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-place.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
} */

.no-data {
    padding: 60px 0;
    color: #666;
    font-size: 36px;
    letter-spacing: 6px;
    font-weight: bold;
    text-align: center;
}


/* 数联丝路 “陕”耀全球 */
.shanxi .title h3 a {
    background: url(../images/title02.jpg);
}

.picLoop {
    position: relative;
    width: 1100px;
    margin-top: 30px;
    overflow: hidden;
}

.img-box {
    position: relative;
    width: 1130px;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}

.img-box li {
    position: relative;
    width: 535px;
    height: 300px;
    margin: 0 30px 20px 0;
    float: left;
}

.img-box a .scale-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video.img-box a .scale-img {
    width: 525px;
    height: 295px;
    overflow: hidden;
}

.img-box a img {
    width: 100%;
    height: 100%;
}

.img-box a h5 {
    /* margin-top: 10px; */
    /* height: 60px; */
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.img-box a .title {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: rgba(15, 37, 207, 0.9);
    padding: 0px 10px 0;
    color: #fff;
    line-height: 50px;
}

.img-box a .title h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.img-box a .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

#video {
    position: relative;
}

.play {
    position: absolute;
    top: 95px;
    left: 235px;
    width: 56px;
    height: 56px;
    background: url(../images/icon-play.png) center center no-repeat;
    background-size: cover;
}

.picLoop .control-button {
    top: 40px;
    width: 30px;
    height: 60px;
}

.picLoop .control-button .next {
    right: -1070px;
}

.picLoop:hover .control-button .prev, .picLoop:hover .control-button .next {
    display: block;
    width: 30px;
    height: 60px;
    background-size: cover;
}


/* 媒体报道 */
.media-wrapper {
    width: 100%;
    padding-top: 30px;
    background: url(../images/bg-media.jpg) center top no-repeat;
    text-align: center;
}

.media .title h3 a {
    background: url(../images/title03.jpg);
}

.media .pic-box .right {
    float: right;
    position: relative;
    width: 730px;
    height: 410px;
    overflow: hidden;
}

.media .pic-box .right .scale-img {
    width: 730px;
    height: 410px;
    overflow: hidden;
}

.media .pic-box .title {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: rgba(15, 37, 207, 0.9);
    padding: 5px 10px;
    margin-bottom: 0;
    color: #fff;
    /* line-height: 36px; */
    transition: 0.5s;
}

.media .pic-box h5 {
    width: 100%;
    /* height: 60px; */
    font-size: 18px;
    font-weight: normal;
}

.media .pic-box .right .title h5 {
    text-align: center;
}

.media .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;
}

.media .pic-box .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.media .pic {
    float: left;
    width: 345px;
    overflow: hidden;
}

.media .pic li {
    float: left;
    position: relative;
    width: 345px;
    margin-bottom: 25px;
}

.media .pic-box .pic li:hover .title {
    height: 195px;
    line-height: 195px;
    opacity: 0.9;
}

.media .pic-box .pic li:hover .title h5 {
    white-space: inherit;
}

.media .pic li a .scale-img {
    width: 345px;
    height: 195px;
    overflow: hidden;
}

.media .pic li a img {
    width: 345px;
    height: 195px;
}

.media .pic li a .play {
    position: absolute;
    top: 115px;
    left: 232px;
    width: 70px;
    height: 70px;
    background: url(../images/play.png) center center no-repeat;
}


/* 图片放大效果 */
.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);
}

