.news-content .title a {letter-spacing: 0px;}
.news-content .newsList ul li:first-of-type h5 a {letter-spacing: -0.5px;}
.news-content .newsList ul li:nth-of-type(2) h5 a {letter-spacing: 0.5px;}
.news-content .newsList ul li:nth-of-type(3) h5 a {letter-spacing: 0.5px;}
.news-content .newsList ul li:nth-of-type(4) h5 a {letter-spacing: 0px;}
.news-content .newsList ul li:nth-of-type(5) h5 a {letter-spacing: 0px;}
.news-content .newsList ul li:nth-of-type(6) 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: #032095;
    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: 50px auto 0;
}

.section .title {
    position: relative;
    width: 1100px;
    height: 150px;
    margin-bottom: 20px;
}

.section .title h3 a {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999em;
}

.section .title::after {
    content: '';
    position: absolute;
    top: 110px;
    left: 68px;
    width: 360px;
    height: 25px;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/slogan.png) left center no-repeat;
    -webkit-animation-name: open;
    animation-name: open;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes open {
    0% {
        width: 0;
    }

    50% {
        width: 360px;
    }
}

@keyframes open {
    0% {
        width: 0;
    }

    50% {
        width: 360px;
    }
}


#header {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/bg.jpg) center top no-repeat;
    text-align: center;
    overflow: hidden;
}

#head {
    position: relative;
    width: 1160px;
    height: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.animate-box {
    position: absolute;
    top: 263px;
    left: 30px;
    width: 1100px;
    height: 390px;
    margin: 0 auto;
}

.txt {
    width: 1100px;
    height: 390px;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/txt.png) center center no-repeat;
}

.main {
    width: 100%;
    padding-bottom: 120px;
    /* background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/bg-line.jpg) left top repeat-x;
    background: linear-gradient(to bottom, #000666, #2a5efd); */
}

.headline {
    margin: 0 auto;
    padding: 20px 0;
}

.headline h2 a {
    color: #032095;
    font-size: 30px;
    line-height: 80px;
}


/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 422px;
    margin: 0 30px 30px 0;
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    height: 62px;
    background: #032095;
}

.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("/lib/zhuanti/2025zhuanti/2025waz/scheme/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("/lib/zhuanti/2025zhuanti/2025waz/scheme/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(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/button-left.png) no-repeat;
}

.control-button .prev:hover {
    /* left: 0px; */
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/button-left-active.png) no-repeat;
}

.control-button .next {
    right: -600px;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/button-right.png) no-repeat;
}

.control-button .next:hover {
    /* right: 0px; */
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/button-right-active.png) no-repeat;
}


/* 要闻 */
.news-content {
    width: 430px;
    height: 420px;
    text-align: left;
}

.news-content .title {
    height: 150px;
    /* margin-left: 20px; */
}

.news-content .title a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.news-content .title a:hover {
    color: #032095;
}

.news-content .title p {
    height: 75px;
    color: #666666;
    font-size: 16px;
    line-height: 1.65;
    text-indent: 2em;
    padding-top: 20px;
    margin-bottom: 6px;
    text-align: justify;
    padding-bottom: 10px;
    /* border-bottom: #f1f1f1 solid 1px; */
    display: -webkit-box;
    /* 旧版弹性盒 */
    -webkit-box-orient: vertical;
    /* 弹性盒元素垂直排列 */
    -webkit-line-clamp: 3;
    /* 要显示的行数 */
    overflow: hidden;
}

.news-content .newsList ul {
    list-style: none;
    /* margin-top: 15px; */
    /* border-top: 1px dashed #cdcdcd; */
    border-bottom: 1px dashed #cdcdcd;
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 70px;
    *height: 69px;
    /* IE7 */
    line-height: 69px;
    border-bottom: 1px dashed #cdcdcd;
    padding-left: 30px;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/square-blue.jpg) 5px 35px no-repeat;
}

.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: #032095;
}

.news-content .newsList .more {
    width: 100%;
    /* margin-top: 10px; */
    /* background: #032095; */
    text-align: right;
}

.news-content .newsList .more a {
    color: #032095;
    font-size: 16px;
    line-height: 35px;
}


/* 日程安排 */
.schedule-box {
    width: 100%;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/schedule-bg.jpg) center bottom no-repeat;
}

.schedule {
    position: relative;
    width: 1100px;
    /* height: 700px; */
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/schedule-bg.png) center bottom no-repeat;
    margin-top: 0;
    text-align: center;
    overflow: hidden;
}

.schedule .title h3 {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 150px;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/title01.png) center center no-repeat;
    text-indent: -999em;
}

#schedule .news-normal-title {
    margin-bottom: 30px;
    border-bottom: 2px solid #032095;
    border-image: linear-gradient(90deg, #8df0ff, #032095, #8df0ff) 20 20;
}

#schedule .news-normal-title li {
    position: relative;
    float: left;
    width: 137px;
    padding-bottom: 15px;
    color: #00a0e9;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    cursor: pointer;
}

#schedule .news-normal-title li::after {
    position: absolute;
    top: 39px;
    left: 50px;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #032095;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#schedule .news-normal-title li.on {
    color: #032095;
    font-size: 22px;
}

#schedule .news-normal-title li.on::before {
    position: absolute;
    top: 39px;
    left: 50px;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #032095;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#schedule .news-normal-title li.on::after {
    position: absolute;
    top: 43px;
    left: 54px;
    content: '';
    width: 10px;
    height: 10px;
    background: #032095;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#schedule .newsList {
    position: relative;
    width: 1100px;
    /* height: 700px; */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

}

#schedule .newsList .schedule-info {
    padding-top: 50px;
    padding-left: 150px;
    text-align: center;
}

#schedule .zhuti-box,
#schedule .time-box {
    position: relative;
    width: 800px;
    padding-left: 150px;
}

#schedule .zhuti-box ul,
#schedule .time-box ul {
    padding: 0px 0 30px 50px;
    border-left: 1px dashed #cdcdcd;
    text-align: left;
}

#schedule .zhuti,
#schedule .time {
    position: absolute;
    left: 0;
    color: #ffb321;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
}

#schedule .time {
    left: 20px;
    color: #032095;
}

#schedule .zhuti i,
#schedule .time i {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/icon-themeDay.png) center center no-repeat;
}

#schedule .time i {
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/icon-time.png) center center no-repeat;
}

#schedule .schedule-info h5 {
    margin-bottom: 10px;
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    /* 禁止文本换行 */
    text-overflow: ellipsis;
    /* 超出文本显示省略号 */
    overflow: hidden;
    /* 溢出隐藏 */
}

#schedule .schedule-info li:hover h5 {
    color: #032095;
}

#schedule .schedule-info .zhuti-box li:hover h5 {
    color: #ffb321;
}

#schedule .schedule-info .location {
    margin-top: -5px;
    margin-bottom: 15px;
    padding-left: 25px;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/location.png) 0px 0px no-repeat;
    color: #999;
    font-size: 16px;
}


/* 通用新闻模块 */
.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 #eee;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/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: #032095;
}

.news-box {
    width: 1130px;
    overflow: hidden;
    text-align: left;
}

.news-box li {
    box-sizing: border-box;
    width: 535px;
    height: 180px;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/square-blue.jpg) 5px 10px no-repeat;
    margin: 20px 30px 20px 0;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #eee;
    float: left;
}

.news-box li h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 24px;
}

.news-box li p {
    padding: 10px 0 20px;
    color: #767676;
    font-size: 14px;
    line-height: 24px;
}

.img-box {
    position: relative;
    width: 1130px;
    /* height: 350px; */
}

.img-box li {
    position: relative;
    width: 530px;
    height: 350px;
    margin: 0 35px 20px 0;
    float: left;
}

.img-box li a .scale-img {
    width: 530px;
    height: 300px;
    overflow: hidden;
}

.img-box li a img {
    width: 100%;
    height: 100%;
}

.img-box li a h5 {
    /* margin-top: 10px; */
    /* height: 60px; */
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.img-box li a .picTitle {
    /* position: absolute;
    bottom: -20px; */
    box-sizing: border-box;
    width: 530px;
    height: 50px;
    background: #032095;
    padding: 0px 10px 0;
    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;
}


/* 论坛之声 */
.forum {
    width: 1100px;
    margin: 30px auto 0;
    overflow: hidden;
}

.forum .title h3 a {
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/title02.png) center center no-repeat;
}


/* 博览会 */
.expo-box {
    width: 100%;
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/expo-bg.png) left bottom no-repeat;
}

.expo {
    width: 1100px;
    margin: 30px auto 0;
    overflow: hidden;
}

.expo .title h3 a {
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/title03.png) center center no-repeat;
}

.expo-news {
    margin-bottom: 20px;
}

.expo-news .scale-img {
    float: left;
    width: 395px;
    height: 240px;
    overflow: hidden;
}

.expo-news .expo-title {
    float: left;
    width: 685px;
    margin-left: 20px;
    font-size: 16px;
    text-align: left;
}

.expo-title h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 10px;
}

.expo-title p {
    color: #767676;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.expo-title p a,
.expo-title p a:link,
.expo-title p a:visited {
    color: #00359b;
}

.expo .news {
    margin: 0 auto;
}


/* 融媒视角 */
.media {
    width: 1100px;
    margin: 20px auto 0;
    overflow: hidden;
}

.media .title h3 a {
    background: url(/lib/zhuanti/2025zhuanti/2025waz/scheme/images/title04.png) center center no-repeat;
}

.media .news-content {
    width: 1100px;
    height: auto;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}

.media .img-news {
    width: 1100px;
    overflow: hidden;
}

.media .img-news li {
    position: relative;
    box-sizing: border-box;
    width: 505px;
    height: 280px;
    margin: 0 30px 20px 0;
    float: left;
    overflow: hidden;
}

.media .img-news li h5 {
    /* display: none; */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgba(41, 65, 195, 0.9);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media .img-news li:hover h5 {
    display: block;
}



/* 图片放大效果 */
.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);
}

/* 动画 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.duration-6s {
    animation-duration: 6s;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-1_5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-2_5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.animated.delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@-webkit-keyframes perspectiveDropIn {
    0% {
        transform: perspective(600px) translateZ(600px) scale(2) rotateX(60deg);
        filter: blur(8px);
        opacity: 0;
    }

    100% {
        transform: perspective(600px) translateZ(0) scale(1) rotateX(0deg);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes perspectiveDropIn {
    0% {
        transform: perspective(600px) translateZ(600px) scale(2) rotateX(60deg);
        filter: blur(8px);
        opacity: 0;
    }

    100% {
        transform: perspective(600px) translateZ(0) scale(1) rotateX(0deg);
        filter: blur(0);
        opacity: 1;
    }
}

.perspective-drop-in {
    animation: perspectiveDropIn 1.5s cubic-bezier(0.23, 1.02, 0.32, 1) both;
    -webkit-animation: perspectiveDropIn 1.5s cubic-bezier(0.23, 1.02, 0.32, 1) both;
}












