/* 要闻一 */
.news-content .newsList ul li:nth-of-type(1) h5 a {
    letter-spacing: 0px;
}

/* 要闻二 */
.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: 0px;
}

/* 要闻四 */
.news-content .newsList ul li:nth-of-type(4) h5 a {
    letter-spacing: -0.8px;
}

/* 要闻五 */
.news-content .newsList ul li:nth-of-type(5) h5 a {
    letter-spacing: 0px;
}

/* 头条 */
.headline h2 a {
    color: #dc0707;
    font-size: 27px;
    line-height: 56px;
}

/* 头条文字链 */
.headline .jade_hot a {
    margin: 0 5px;
    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: #dc0707;
    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;
    }
}

.section {
    width: 1100px;
    margin: 50px auto 0;
}

.section .title {
    margin-bottom: 20px;
}

.section .title h3 a {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999em;
}

#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: 800px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

#head #danghui {
    position: absolute;
    top: 40px;
    left: 423px;
    width: 300px;
    height: 320px;
}

#head #danghui::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 25px;
    height: 300px;
    top: 10px;
    left: -60px;
    opacity: 0;
    z-index: 99999;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    filter: blur(6px);
    -webkit-filter: blur(6px);
    animation: move 6s infinite ease;
    -webkit-animation: move 6s infinite ease;
}

@keyframes move {
    1% {
        opacity: 0.3;
        left: 0px;
    }

    25% {
        left: 360px;
    }

    26% {
        opacity: 0;
    }

    50% {
        left: -60px;
        opacity: 0;
    }
}


#head #star {
    position: absolute;
    top: 38px;
    left: 530px;
    opacity: 0;
    animation: twinkle;
    -webkit-animation: twinkle 6s infinite ease;
}

@keyframes twinkle {
    /* 0% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
    } */

    10% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
    }

    25% {
        opacity: 1;
        transform: scale(1.6) rotate(30deg);
        -webkit-transform: scale(1.6) rotate(30deg);
        -moz-transform: scale(1.6) rotate(30deg);
        -ms-transform: scale(1.6) rotate(30deg);
        -o-transform: scale(1.6) rotate(30deg);
    }

    45% {
        opacity: 1;
        transform: scale(1.2) rotate(-30deg);
        -webkit-transform: scale(1.2) rotate(-30deg);
        -moz-transform: scale(1.2) rotate(-30deg);
        -ms-transform: scale(1.2) rotate(-30deg);
        -o-transform: scale(1.2) rotate(-30deg);
    }

    65% {
        opacity: 0.2;
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
    }
}

.main {
    position: relative;
    width: 100%;
    padding-bottom: 80px;
    background: url(../images/bg-main.jpg) center bottom no-repeat;
}

.headline {
    margin: 0 auto;
    padding: 36px 0;
}

.headline .jade_hot {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}


/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 420px;
    margin: 0 30px 30px 0;
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    height: 60px;
    background: #dc0707;
}

.picList .title h5 a {
    display: inline-block;
    width: 640px;
    margin: 10px 20px 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picInfo {
    position: absolute;
    bottom: 6px;
    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;
}

.news-content .news-list ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 75px;
    *height: 74px;
    /* IE7 */
    line-height: 74px;
    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: #dc0707;
}

.news-content .newsList .more {
    width: 100%;
    margin-top: 10px;
    background: #dc0707;
    text-align: center;
}

.news-content .newsList .more a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

/* 会议精神 */
.spirit {
    width: 1100px;
    overflow: hidden;
}

.spirit .title h3 a {
    background: url(../images/title01.png);
}

.spirit .content {
    width: 1100px;
    height: 200px;
    background: url(../images/bg-spirit.jpg) center bottom no-repeat;
}

.spirit .content h5 a {
    color: #c8591e;
    font-size: 20px;
    line-height: 36px;
}

.spirit .content p {
    margin: 30px 80px 0;
    color: #c8591e;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
}

/* 聚焦二十大报告 */
.report {
    width: 1100px;
    overflow: hidden;
}

.report .title h3 a {
    background: url(../images/title02.png);
}

.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%;
}

.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: #dc0707;
}

/* 中央宣讲进基层 */
.central {
    width: 1100px;
    overflow: hidden;
}

.central .title h3 a {
    background: url(../images/title07.png);
}

/* 全国网信系统深入开展学习宣传贯彻党的二十大精神 */
.system {
    width: 1100px;
    overflow: hidden;
}

.system .title h3 a {
    background: url(../images/title08.png);
}

/* 代表之声 */
.represent {
    width: 100%;
    /* background: url(../images/bg-represent.jpg) center bottom no-repeat; */
    overflow: hidden;
}

.represent .title h3 a {
    background: url(../images/title03.png);
}

.represent .content {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

/* 媒体报道 */
.media {
    width: 1100px;
    overflow: hidden;
}

.media .title h3 a {
    background: url(../images/title04.png);
}

.media .pic {
    width: 1130px;
    overflow: hidden;
}

.media .pic li {
    position: relative;
    width: 535px;
    margin-right: 30px;
    float: left;
}

.media .pic li a .scale-img {
    width: 535px;
    height: 300px;
    overflow: hidden;
}

.media .pic li a img {
    width: 535px;
    height: 300px;
}

.media .pic li a .play {
    position: absolute;
    top: 115px;
    left: 232px;
    width: 70px;
    height: 70px;
    background: url(../images/play.png) center center no-repeat;
}

.media .pic li a h5 {
    margin-top: 10px;
    width: 535px;
    height: 36px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.media .pic li a .title {
    box-sizing: border-box;
    width: 535px;
    height: 36px;
    background: #dc0707;
    padding: 5px 5px 0;
    color: #fff;
    line-height: 50px;
}

.media .pic li a .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 li a .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

/* 图说二十大 */
.picture {
    width: 1100px;
    overflow: hidden;
}

.picture .title h3 a {
    background: url(../images/title05.png);
}

.picture .pic {
    width: 1125px;
    overflow: hidden;
}

.picture .pic li {
    width: 350px;
    margin-right: 25px;
    float: left;
}

.picture .pic li a .scale-img {
    width: 350px;
    height: 240px;
    overflow: hidden;
}

.picture .pic li a img {
    width: 350px;
    height: 240px;
}

.picture .pic li a h5 {
    margin-top: 10px;
    width: 350px;
    height: 36px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.picture .pic li a .title {
    box-sizing: border-box;
    width: 350px;
    height: 36px;
    background: #dc0707;
    padding: 5px 5px 0;
    color: #fff;
    line-height: 50px;
}

.picture .pic li a .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;
}

.picture .pic li a .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

/* 重点网站专题 */
.topic {
    width: 1100px;
    overflow: hidden;
}

.topic .title h3 a {
    background: url(../images/title06.png);
}


/* 图片放大效果 */
.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);
}





























