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: #1333ac;
    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;
    overflow: hidden;
}

.section .title {
    position: relative;
    margin-bottom: 20px;
}


.section .title h3 a {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 130px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    text-align: center;
}

.section .title h3 a::after {
    position: relative;
    content: '';
    display: block;
    top: -40px;
    width: 460px;
    height: 30px;
    margin: 0 auto;
    background: url(../images/smallTitle.png) center bottom no-repeat;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-animation: open 3s linear infinite;
    animation: open 3s linear infinite;
}

@-webkit-keyframes open {
    0% {
        width: 0;
    }

    30% {
        width: 460px;
    }

    100% {
        width: 460px;
    }
}

@keyframes open {
    0% {
        width: 0;
    }

    30% {
        width: 460px;
    }

    100% {
        width: 460px;
    }
}

.section .title h3 a img {
    margin: 0 auto;
}

#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: 700px;
    margin: 0 auto;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.animate-box {
    position: absolute;
    top: 0;
    width: 1160px;
    height: 700px;
    margin: 0 auto;
}

.circle {
    position: absolute;
    top: -50px;
    left: 315px;
    width: 530px;
    height: 530px;
    background: url(../images/circle.png) center center no-repeat;
    animation: rotate 80s linear infinite;
    -webkit-animation: rotate 80s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.circle::before,
.circle::after {
    position: absolute;
    top: 115px;
    left: 115px;
    width: 300px;
    height: 300px;
    background: #0045b0;
    border-radius: 50%;
    content: '';
}

.circle::before {
    animation: scale 6s infinite;
    -webkit-animation: scale 6s infinite;
}

.circle::after {
    animation: scale2 6s infinite;
    -webkit-animation: scale2 6s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .1;
    }

    100% {
        transform: scale(6);
        opacity: 0;
        -webkit-transform: scale(6);
        -moz-transform: scale(6);
        -ms-transform: scale(6);
        -o-transform: scale(6);
    }
}

.choudai {
    position: absolute;
    top: -40px;
    left: -100px;
    width: 1360px;
    height: 400px;
    background: url(../images/choudai.png) center center no-repeat;
}

.txt {
    position: absolute;
    width: 900px;
    height: 100px;
    background: center center no-repeat;
}

.txt01 {
    top: 110px;
    left: 30px;
    background-image: url(../images/txt01.png);
}

.txt02 {
    top: 225px;
    left: 235px;
    background-image: url(../images/txt02.png);
}

.txt03 {
    top: 360px;
    left: 130px;
    background-image: url(../images/txt03.png);
}


/* main */
.main {
    position: relative;
    width: 100%;
    padding-bottom: 180px;
    background: url(../images/bg-main.jpg) center bottom no-repeat;
}

/* 要闻 */
.section-news {
    width: 100%;
    height: 660px;
    background: url(../images/bg-news.jpg) center bottom no-repeat;
}

.section-news .news {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.section-news .news h4 {
    position: absolute;
    top: 125px;
    left: 100px;
}

.section-news .news h4 a,
.section-news .news h4 a:link,
.section-news .news h4 a:visited {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.section-news .news-content {
    position: absolute;
    top: 200px;
    left: 0px;
    box-sizing: border-box;
    width: 1100px;
    height: 410px;
    padding: 50px;
    text-align: left;
    overflow: hidden;
}

.section-news .news-content p {
    width: 960px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
}

.section-news .news-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #666;
}


/* 要闻 */
.newsList .title {
    height: 150px;
    border-bottom: #ccc dashed 1px;
}

.newsList .title a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.newsList .title h4 {
    margin: 10px auto;
}

.newsList .title h4 a {
    letter-spacing: -1px;
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
}

.newsList .title p {
    /* height: 70px; */
    color: #666666;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
    display: -webkit-box;
    /* 旧版弹性盒 */
    -webkit-box-orient: vertical;
    /* 弹性盒元素垂直排列 */
    -webkit-line-clamp: 3;
    /* 要显示的行数 */
    overflow: hidden;
}


/* 稿件 */
.news {
    width: 1160px;
    /* margin-bottom: 20px; */
    text-align: left;
}

.news li {
    box-sizing: border-box;
    width: 530px;
    height: 69px;
    margin: 0 30px 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/square-blue.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: #1333ac;
}


/* 深学细悟 探索中国特色治网之道 */
.media-wrapper {
    width: 100%;
    background: url(../images/bg-media.jpg) center bottom no-repeat;
}

.media .pic-content {
    position: relative;
    width: 1100px;
    height: 530px;
    margin: 0 auto 20px;
}

.media .pic-content .bg {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 1100px;
    height: 230px;
    background: #007dfa;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.picList {
    position: absolute;
    top: 20px;
    left: 50px;
    box-sizing: border-box;
    width: 670px;
    height: 385px;
    padding: 10px;
    background: #fff;
    box-shadow: 3px 3px 9px rgba(0, 125, 250, .36);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 650px;
    height: 365px;
}

.picList .title {
    height: 80px;
    text-align: justify;
}

.picList .title h5 a {
    display: inline-block;
    margin: 30px 20px 0;
    color: #fff;
    font-size: 18px;
    /* font-weight: normal; */
    line-height: 24px;
}

.picInfo {
    position: absolute;
    top: 20px;
    right: 50px;
    width: 300px;
    height: 500px;
    background: #fff;
    box-shadow: 3px 3px 9px rgba(0, 125, 250, .36);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.picInfo .prevStop,
.picInfo .nextStop {
    color: #999;
}

.picInfo .tempWrap,
.picInfo ul {
    width: 240px;
    height: 420px;
    margin: 40px auto 0;
    overflow: hidden;
}

.picInfo ul li {
    position: relative;
    width: 220px;
    height: 123px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 0;
    text-indent: -999em;
    cursor: pointer;
    border: 5px solid #e5e5e5;
}

.picInfo ul li.on {
    border-color: #f8b551;
}

.picInfo ul li.on::after {
    position: absolute;
    top: 55px;
    left: -10px;
    content: '';
    width: 10px;
    height: 10px;
    background: #f8b551;
    z-index: 9;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.picInfo ul li img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.control-button {
    position: absolute;
    left: 890px;
    top: 30px;
    width: 40px;
    height: 80px;
    z-index: 9;
}

.control-button .prev,
.control-button .next {
    display: block;
    position: absolute;
    width: 32px;
    height: 20px;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
}

.control-button .prev {
    background: url(../images/button-top.png) center top no-repeat;
}

.control-button .prev:hover {
    background-position-y: bottom;
}

.control-button .next {
    bottom: -400px;
    background: url(../images/button-bottom.png) center top no-repeat;
}

.control-button .next:hover {
    background-position-y: bottom;
}


/* 真抓实干 加强网络生态治理 */
.central {
    width: 1090px;
    height: 490px;
    margin-bottom: 30px;
    background: url(../images/bg-study.jpg) center top no-repeat;
    box-shadow: 3px 3px 9px rgba(48, 114, 245, .36);
    text-align: justify;
}

.central .news-content {
    width: 1060px;
    padding-top: 15px;
    margin-left: 20px;
    border-bottom: 1px solid #dfeaff;
}

.central .news-content h5 {
    padding-left: 30px;
    background: url(../images/square-blue.jpg) 5px 20px no-repeat;
}

.central .news-content h5 a,
.central .news-content h5 a:link,
.central .news-content h5 a:visited,
.central .text h5 a,
.central .text h5 a:link,
.central .text h5 a:visited {
    color: #1640a1;
    font-size: 22px;
    line-height: 2;
}

.central .news-content p,
.central .text p {
    padding: 0 10px 20px 30px;
    color: #3c507d;
    font-size: 16px;
    line-height: 27px;
}

.central .text p {
    padding-left: unset;
}

.central .pic-content {
    width: 1030px;
    padding-left: 30px;
    margin: 0 auto;
}

.central .pic-content .scale-img {
    width: 310px;
    height: 210px;
    margin: 20px auto 0;
    border: 5px solid #1d7cf9;
    
}

.central .text {
    width: 690px;
    padding-top: 20px;
}

.wxw {
    padding-bottom: 30px;
}

.wxb,
.example {
    padding-bottom: 30px;
    border-top: 1px solid #dfeaff;
    text-align: center;
}

.wxw h4,
.wxw h4 a,
.wxw h4 a:link,
.wxw h4 a:visited,
.wxb h4,
.wxb h4 a,
.wxb h4 a:link,
.wxb h4 a:visited,
.example h4,
.example h4 a,
.example h4 a:link,
.example h4 a:visited {
    color: #1640a1;
    font-size: 24px;
}

.wxw h4,
.wxb h4,
.example h4 {
    position: relative;
    width: 290px;
    height: 36px;
    margin: 80px auto 20px;
    z-index: 1;
}

.wxw h4::before,
.wxb h4::before,
.example h4::before {
    position: absolute;
    content: '';
    display: block;
    top: 20px;
    width: 100%;
    height: 6px;
    background: #ffeccd;
    z-index: -1;
}

.example h4 {
    width: 260px;
}

.wxw ul {
    width: 1150px;
}

.wxw ul li {
    float: left;
    width: 120px;
    height: 110px;
    background: url(../images/study01.png) left top no-repeat;
    margin-right: 23px;
    margin-bottom: 10px;
}

/* .wxw ul li:nth-of-type(8n) {
    background-position-x: right;
} */

.wxw ul li a,
.wxw ul li a:link,
.wxw ul li a:visited {
    display: block;
    width: 100px;
    height: 110px;
    color: #fff;
    font-size: 24px;
    line-height: 94px;
    font-weight: bold;
    text-align: center;
    text-indent: -6px;
}

.wxw ul li a:hover {
    color: #1640a1;
    background: rgba(255, 255, 255, .7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.wxb ul {
    width: 1125px;
}

.wxb ul li {
    float: left;
    width: 350px;
    height: 230px;
    background: url(../images/study02.png) left top no-repeat;
    margin-bottom: 20px;
    margin-right: 25px;
}

.wxb .location {
    height: 50px;
    margin: 50px auto 10px;
    color: #1640a1;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.wxb .location i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 30px;
    font-size: 0;
    margin-right: 10px;
    background: url(../images/icon-talk.png) center top no-repeat;
}

.wxb ul li h5 a,
.wxb ul li h5 a:link,
.wxb ul li h5 a:visited {
    display: block;
    width: 300px;
    height: 80px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
}

/* 查看更多 */
.load-more {
    width: 200px;
    height: 36px;
    margin: 30px auto;
    background: #3071f5;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 5px;
    text-indent: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.load-more a, .load-more a:link {
    color: #fff;
}

.load-more:hover, .load-more:hover a {
    background: #1640a1;
    color: antiquewhite;
}

.temp {
    display: none;
}


/* 图片放大效果 */
.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-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 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;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-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)
    }
}

@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
}












