.news-content .newsList ul li:first-of-type h5 a {
    letter-spacing: 1px;
}
.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;
}
.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: #b80001;
    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: 50px auto 0;
    text-align: left;
}

.col-2 {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.section .title {
    position: relative;
    width: 1100px;
    height: 100px;
    margin-bottom: 30px;
}

.text-body {
    display: inline;
    position: absolute;
    top: 33px;
    left: 357px;
    color: #ff8400;
    font-size: 16px;
    font-weight: bold;
    line-height: 100px;
    font-family: "黑体","微软雅黑";
    letter-spacing: 0.1px;
    text-align: center;
}

.section .title h3 a {
    display: block;
    height: 100px;
    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;
    text-align: center;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

#title {
    width: 1160px;
    height: 900px;
    margin: 0 auto;
    background: url(../images/title.png) top center no-repeat;
}

.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: 1160px;
    }
}

@keyframes open {
    0% {
        width: 0;
    }

    100% {
        width: 1160px;
    }
}

.main {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* 头条 */
#headline {
    width: 1100px;
    margin: 0 auto;
}

.headline {
    margin-bottom: 30px;
}

.headline h4 a {
    color: #b80001;
    font-size: 30px;
    line-height: 60px;
}

/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 410px;
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    width: 100%;
    height: 50px;
    background: #b80001;
}

.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 {
    box-sizing: border-box;
    width: 460px;
    height: 410px;
    padding-left: 20px;
    text-align: left;
}

.news-content .newsList ul {
    list-style: none;
    /* margin-top: 15px; */
    /* border-top: 1px dashed #cdcdcd; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 61px;
    *height: 60px;
    /* IE7 */
    /* padding-left: 15px; */
    /* background: url(../images/square-red.jpg) left 35px no-repeat; */
    line-height: 60px;
    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: justify;
}

.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: #b80001;
}

.news-content .newsList .more {
    width: 100%;
    height: 35px;
    margin-top: 9px;
    background: #b80001;
    text-align: center;
}

.news-content .newsList .more a {
    display: block;
    width: 430px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}


/* 标题-通用新闻模块 */
.news {
    width: 1160px;
    text-align: left;
}

.news li {
    box-sizing: border-box;
    width: 535px;
    height: 67px;
    margin: 0 30px 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/square-red.jpg) 5px 31px 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: #b80001;
}


/* 图片新闻无摘要-通用新闻模块 */
.pic-box {
    position: relative;
    width: 345px;
    height: 195px;
}

.pic-box .pic-title {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(184, 0, 1, .85);
    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;
}


/* 直击阅兵现场 */
#locale .title h3 a {
    background: url(../images/title01.png) center center no-repeat;
}

.locale-content {
    width: 1100px;
    margin-top: 20px;
    overflow: hidden;
}

#locale .left .pic-box {
    width: 730px;
    height: 410px;
}

#locale .right {
    position: relative;
    width: 345px;
    height: 410px;
    overflow: hidden;
}

#locale .right .control-button {
    position: absolute;
    left: 152.5px;
    top: -20px;
    width: 40px;
    height: 80px;
    z-index: 10;
}

#locale .right .control-button .prev,
#locale .right .control-button .next {
    display: none;
    width: 40px;
    height: 80px;
    float: left;
    /*margin-right: 5px;
    margin-top: 10px;
    */overflow: hidden;
    cursor: pointer;
    background: url(../images/button-left.png);
    font-size: 0;
    text-indent: -999em;
    transform: rotate(90deg);
}

#locale .right .control-button .next {
    top: 370px;
    left: 0px;
    background: url(../images/button-right.png);
}

#locale .right:hover .control-button .prev,
#locale .right:hover .control-button .next {
    display: block;
}

#locale .right .control-button .prev:hover {
    background: url(../images/button-left-active.png);
}

#locale .right .control-button .next:hover {
    background: url(../images/button-right-active.png);
}

#locale .right ul {
    height: 410px;
    overflow: hidden;
}

#locale .right li {
    margin-bottom: 20px;
}


/* 铭记历史·以史为鉴 */
#history .title h3 a {
    background: url(../images/title02.png) center center no-repeat;
}

#history .news {
    width: 550px;
}

#history .news li {
    width: 545px;
}

#history .right .pic-box {
    position: relative;
    width: 525px;
    height: 295px;
}

#history .tu {
    width: 1135px;
    margin-top: 20px;
}

#history .tu li {
    float: left;
    margin-right: 32px;
}

/* 英烈不朽·精神永存 */
.bg-spirit {
    width: 100%;
    background: url(../images/bg-spirit.jpg) center bottom no-repeat;
    text-align: center;
}

#spirit .title h3 a {
    background: url(../images/title03.png) center center no-repeat;
}

#spirit .local-content .tu {
    width: 1140px;
}

#spirit .local-content .tu li {
    float: left;
    width: 530px;
    height: 305px;
    margin-right: 40px;
    overflow: hidden;
}

#spirit .pic-box {
    width: 530px;
    height: 305px;
}

/* 和平薪火·代代相传 */
#inherit .title h3 a {
    background: url(../images/title04.png) center center no-repeat;
}

#inherit .local-content .tu {
    width: 1125px;
}

#inherit .local-content .tu li {
    float: left;
    width: 350px;
    height: 200px;
    margin-right: 25px;
    overflow: hidden;
}

/* 融媒集萃 */
#media .title h3 a {
    background: url(../images/title05.png) center center no-repeat;
}

.media-content {
    box-sizing: border-box;
    height: 600px;
    padding: 70px 100px 0 100px;
    margin-bottom: 60px;
    background: url(../images/bg-media.jpg) center top no-repeat;
    overflow: hidden;
}

.picScroll-left {
    width: 350px;
    height: 500px;
    overflow: hidden;
}

.picScroll-left .bd {
    position: relative;
}

.picScroll-left .control-button {
    position: absolute;
    left: 0px;
    top: 180px;
    width: 40px;
    height: 80px;
    z-index: 10;
}

.picScroll-left .bd .prev,
.picScroll-left .bd .next {
    /* position: absolute;
    top: 180px; */
    display: none;
    width: 40px;
    height: 80px;
    float: left;
    /* margin-right: 5px;
    margin-top: 10px; */
    overflow: hidden;
    cursor: pointer;
    background: url(../images/button-left.png);
    font-size: 0;
    text-indent: -999em;
}

.picScroll-left:hover .bd .prev,
.picScroll-left:hover .bd .next {
    display: block;
}

.picScroll-left .bd .next {
    right: -310px;
    background: url(../images/button-right.png);
}

.picScroll-left .bd .prev:hover {
    background: url(../images/button-left-active.png);
}

.picScroll-left .bd .next:hover {
    background: url(../images/button-right-active.png);
}

.picScroll-left .bd ul {
    height: 500px;
    zoom: 1;
}

.picScroll-left .bd ul li {
    position: relative;
    width: 350px;
    overflow: hidden;
    background: #fff;
    margin: 0 25px 0 0;
    float: left;
    _display: inline;
    text-align: center;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 3px 8px #e7e7e7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.picScroll-left .bd ul li .pic {
    /* margin: 10px 10px 0; */
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 350px;
    height: 500px;
    display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
    /* border-color: #999; */
}

.picScroll-left .bd ul li .title h5 {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 350px;
    background: #dc0707;
    /* margin-left: 10px; */
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.picScroll-left .bd ul li .title h5 a {
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
    font-weight: normal;
}

.picScroll-left .bd ul li:hover .title h5 a {
    color: #fce6a0;
}

#media .right .pic-box {
    width: 525px;
    height: 295px;
}

#media .right .pic-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -45px;
    background: url(../images/play.png) no-repeat;
    cursor: pointer;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-filter: alpha(opacity=95);
}

#media .news {
    width: 525px;
}

#media .news li {
    width: 525px;
    height: 97px;
    background: url(../images/square-red.jpg) 5px 48px no-repeat;
}


/* 图片放大效果 */
.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);
}


/* .close鼠标移上去放大颜色变深 */
.close:hover {
    transform: scale(1.1);
    transition: .5s;
    color: #f00;
}
