.newsList li:first-of-type h5 a {
    letter-spacing: -0.5px;
}

.newsList li:nth-of-type(2) h5 a {
    letter-spacing: 0px;
}

.newsList li:last-of-type h5 a {
    letter-spacing: 0.5px;
}

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: #e40000;
    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;
    background: url(../images/bg.jpg) center top no-repeat;
}

@media only screen and (max-width:1161px) {

    html,
    body {
        width: 1160px;
    }
}

.section {
    width: 1100px;
    margin: 30px auto 0;
    overflow: hidden;
}

.section .title {
    position: relative;
    margin-bottom: 30px;
}

.section .title h3 a {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 100px;
    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%;
    text-align: center;
    overflow: hidden;
}

#head {
    position: relative;
    width: 1160px;
    height: 670px;
    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: 143px;
    left: 309px;
    width: 550px;
    height: 320px;
    margin: 0 auto;
}

.animate-box:before {
    content: '';
    position: absolute;
    background: #fff;
    background: radial-gradient(farthest-corner at center, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 75%);
    background-blend-mode: screen;
    width: 60px;
    height: 320px;
    top: -10px;
    left: -100px;
    opacity: 0;
    z-index: 99999;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: move 5s linear 6s infinite;
    -webkit-animation: move 5s linear 6s infinite;
}

@-webkit-keyframes move {
    0% {
        left: -100px;
        opacity: 0;
    }

    10% {
        left: 300px;
        opacity: 0.3;
    }

    20% {
        left: 600px;
        opacity: 0;
    }

    100% {
        left: -100px;
        opacity: 0;
    }
}

@keyframes move {
    0% {
        left: -100px;
        opacity: 0;
    }

    10% {
        left: 300px;
        opacity: 0.3;
    }

    20% {
        left: 600px;
        opacity: 0;
    }

    100% {
        left: -100px;
        opacity: 0;
    }
}

.txt {
    position: absolute;
    width: 550px;
    height: 320px;
    background: url(../images/bg-txt.png) center center no-repeat;
}

.bg-txt {
    background-image: url(../images/bg-txt.png);
}

.txt01 {
    background-image: url(../images/txt01.png);
}

.txt02 {
    background-image: url(../images/txt02.png);
}

.txt03 {
    background-image: url(../images/txt03.png);
}

.txt04 {
    background-image: url(../images/txt04.png);
}


/* 编者按 */
.main {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    background: url(../images/mountain.png) center 700px no-repeat;
}

.introduction {
    width: 1100px;
    height: 300px;
    background: url(../images/bg-introduction.png) center center no-repeat;
    margin: 0 auto 30px;
    padding: 20px 0;
    text-align: center;
}

.introduction p {
    margin: 120px 50px 0;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
}

/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 420px;
    /* margin: 0 20px 20px 0; */
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    height: 60px;
    background: #e40000;
}

.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 .news-list ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 126px;
    *height: 125px;
    /* IE7 */
    line-height: 125px;
    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: #e40000;
}

.news-content .newsList .more {
    width: 100%;
    height: 35px;
    margin-top: 7px;
    background: url(../images/bg-more.jpg) center center no-repeat;
    text-align: center;
}

.news-content .newsList .more a {
    display: block;
    width: 430px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}


/* 稿件 */
.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-red.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: #e40000;
}

/* 文章列表 */
.articleList {
    width: 1100px;
    margin: 50px auto 0;
}

.articleList .news {
    margin-bottom: unset;
}

.articleList .more {
    width: 100%;
    height: 35px;
    text-align: right;
}

.articleList .more a,
.articleList .more a:hover {
    color: #999;
    font-size: 16px;
}


/* 理论大家谈•用党的创新理论回应时代之问 */
.theory {
    margin-bottom: 30px;
}

.theory .more {
    width: 100%;
    height: 35px;
    margin-top: 15px;
    text-align: right;
}

.theory .more a,
.theory .more a:hover {
    color: #999;
    font-size: 16px;
}


/* 融媒新视界•让党的创新理论飞入百姓家 */
.media .left {
    position: relative;
    width: 530px;
    margin: 0 auto;
}

.media .left .swiper-container {
    width: 510px;
    height: 510px;
    margin: 0 auto;
}

.media .left .swiper-container .swiper-slide {
    position: relative;
    width: 350px;
    height: 470px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.media .left .swiper-container .swiper-slide img {
    width: 350px;
    height: 470px;
}

.media .left .swiper-container .swiper-slide h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: rgba(228, 0, 0, 0.85);
    padding: 0 5px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.media .left .more {
    float: right;
    font-size: 14px;
    color: #666666;
    padding: 20px;
    margin-top: 96px;
}

.media .left .swiper-button-prev {
    background-image: url(../images/button-left.png);
    left: 0px;
}

.media .left .swiper-button-prev:hover {
    background-image: url(../images/button-left-active.png);
}

.media .left .swiper-button-next {
    background-image: url(../images/button-right.png);
    right: 0px;
}

.media .left .swiper-button-next:hover {
    background-image: url(../images/button-right-active.png);
}

.media .left .swiper-button-next,
.media .left .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 60px;
    background-position: center;
    background-repeat: no-repeat;
}


.img-box {
    position: relative;
}

.img-box .scale-img {
    width: 530px;
    height: 300px;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
}

.img-box h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.img-box .picTitle {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 530px;
    height: 50px;
    background: rgba(228, 0, 0, .85);
    padding: 0 10px;
    color: #fff;
    /* line-height: 50px; */
}

.img-box .picTitle h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.img-box .picTitle i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
    text-indent: -999em;
}

.media .news {
    width: 530px;
}

.media .more {
    width: 100%;
    height: 35px;
    margin-top: -50px;
    text-align: right;
}

.media .more a,
.media .more a:hover {
    color: #999;
    font-size: 16px;
}


/* 相关链接 */
.link {
    margin-top: 30px;
}

.linkList {
    width: 1125px;
}

.linkList li {
    float: left;
    width: 200px;
    height: 70px;
    background: url(../images/bg-link-items.png) center center no-repeat;
    margin-right: 25px;
    margin-bottom: 30px;
}

.linkList li:hover {
    background: url(../images/bg-link-items-active.png) center center no-repeat;
}

.linkList li a {
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}


/* 图片放大效果 */
.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;
}

@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;
}


@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
}
