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: #2941c3;
    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:1161px) {

    html,
    body {
        width: 1160px;
        overflow-x: hidden;
    }
}

.section {
    width: 1100px;
    margin: 60px auto 0;
    text-align: left;
}

.col-2 {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.section .title {
    width: 1100px;
    height: 90px;
}

.section .title h3 a {
    display: block;
    height: 90px;
    text-indent: -999em;
    overflow: hidden;
}

#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: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

#year {
    position: absolute;
    top: 188px;
    left: 150px;
    width: 240px;
    height: 80px;
    background: url(../images/2026.png);
    animation-delay: 0.5s;
}

#txt01 {
    position: absolute;
    top: 245px;
    left: 30px;
    width: 730px;
    height: 220px;
    background: url(../images/txt01.png);
    animation-delay: 1s;
}

#txt02 {
    position: absolute;
    top: 435px;
    left: 325px;
    width: 810px;
    height: 70px;
    background: url(../images/txt02.png);
    animation-delay: 1s;
}

.introduction {
    position: absolute;
    top: 575px;
    left: 90px;
    width: 990px;
    height: 170px;
    /* background: rgba(209, 247, 253, 0.8); */
}

.introduction p {
    padding: 25px 25px;
    color: #000a69;
    font-size: 16px;
    line-height: 36px;
    /* font-family: '楷体'; */
    text-indent: 2em;
    text-align: justify;
}

.main {
    width: 100%;
    padding: 60px 0 0;
}

/* 头条 */
#headline {
    width: 1100px;
    margin: 0 auto;
}

.headline {
    margin-bottom: 30px;
}

.headline h4 a {
    color: #005bcb;
    font-size: 36px;
    line-height: 60px;
}

/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto 60px;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 440px;
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    width: 100%;
    height: 80px;
    background: #005bcb;
}

.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: 430px;
    height: 420px;
    text-align: left;
    border-top: 1px dashed #cdcdcd;
}

.news-content .news-list ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 98px;
    *height: 97px;
    /* IE7 */
    line-height: 97px;
    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: #005bcb;
}

.news-content .newsList .more {
    width: 100%;
    margin-top: 12px;
    background: #005bcb;
    text-align: center;
}

.news-content .newsList .more a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}


/* 标题-通用新闻模块 */
.news {
    width: 1160px;
    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(../images/square-blue.jpg) 5px 35px 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: #2941c3;
}

/* 图片新闻有摘要-通用新闻模块 */
.img-box {
    width: 720px;
    height: 200px;
}

.img-box .scale-img {
    width: 350px;
    height: 200px;
}

.text {
    box-sizing: border-box;
    width: 370px;
    height: 180px;
    margin-top: 10px;
    padding: 20px;
    background: #dcfaff;
}

.text h5 {
    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px dashed #cdcdcd;
}

.text p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    display: -webkit-box;
    /* 旧版弹性盒 */
    -webkit-box-orient: vertical;
    /* 弹性盒元素垂直排列 */
    -webkit-line-clamp: 3;
    /* 要显示的行数 */
    overflow: hidden;
}

.more,
.more:link,
.more:visited {
    color: #005bcb;
}

.more:hover,
.more:active {
    color: #2941c3;
}

/* 图片新闻无摘要-通用新闻模块 */
.pic-box {
    position: relative;
    width: 350px;
    height: 200px;
}

.pic-box .pic-title {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 91, 203, .9);
    padding: 0px 10px;
    color: #fff;
    line-height: 36px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.pic-box .pic-title h5 {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* E法同行 共启新程 */
.book {
    height: 800px;
}

.book .title h3 a {
    background: url(../images/title01.png) center center no-repeat;
}

.book-content {
    width: 1100px;
    margin-top: 20px;
    overflow: hidden;
}


/* E法同行 步履不停 */
.local {
    width: 100%;
    margin-top: 0;
}

.local-section {
    margin-top: 20px;
}

#local .title h3 a {
    background: url(../images/title02.png) center center no-repeat;
}

#local .local-title ul {
    width: 1100px;
    height: 200px;
    margin: 20px auto;
}

#local .local-title ul li {
    float: left;
    width: 220px;
    height: 200px;
    background: url(../images/bg-local-title.png) center center no-repeat;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
}

#local .local-title ul li.on,
#local .local-title ul li:hover {
    background: url(../images/bg-local-title-active.png) center center no-repeat;
}

#local .local-title ul li.sichuan {
    background-position: 0 0;
}

#local .local-title ul li.jiangxi {
    background-position: -220px 0;
}

#local .local-title ul li.liaoning {
    background-position: -440px 0;
}

#local .local-title ul li.ningxia {
    background-position: -660px 0;
}

#local .local-title ul li.shanghai {
    background-position: -880px 0;
}

#local .local-section .no-data {
    padding: 60px 0;
    color: #666;
    font-size: 36px;
    letter-spacing: 6px;
    font-weight: bold;
    text-align: center;
}

#local .local-section .tu {
    width: 1140px;
}

#local .local-section .tu li {
    float: left;
    width: 530px;
    /* height: 305px; */
    margin-right: 40px;
    overflow: hidden;
}

#local .pic-box {
    width: 530px;
    height: 305px;
}


/* 往届回顾 */
.link {
    padding-bottom: 120px;
    background: url(../images/bg01.png) center bottom no-repeat;
}

.link .section .title h3 {
    display: inline-block;
    width: 1100px;
    height: 90px;
    background: url(../images/title03.png) center center no-repeat;
    text-indent: -999em;
}

.link-content {
    position: relative;
    width: 1100px;
    margin-top: 20px;
    overflow: hidden;
}

.link-content ul {
    width: 1125px;
}

.link-content ul li {
    float: left;
    width: 350px;
    height: 200px;
    margin-right: 25px;
}

.link-content:hover .control-button .prev,
.link-content:hover .control-button .next {
    display: block;
}

.link-content .control-button {
    top: 56px;
}

.link-content .control-button .next {
    right: -1060px;
}


/* 图片放大效果 */
.scale-img {
    width: 100%;
    height: 100%;
    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-2s {
    animation-duration: 2s;
}

.duration-3s {
    animation-duration: 3s;
}

.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;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

/* .close鼠标移上去放大颜色变深 */
.close:hover {
    transform: scale(1.1);
    transition: .5s;
    color: #f00;
}



