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;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/bg.jpg) center top no-repeat;
}

@media only screen and (max-width:1200px) {

    html,
    body {
        width: 1200px;
    }
}

.section {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.section .title h3 a {
    display: block;
    margin: 0 auto 30px;
    width: 1140px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999em;
}

#header {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#head {
    position: relative;
    width: 1200px;
    height: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.main {
    box-sizing: border-box;
    width: 1140px;
    margin: 20px auto 100px;
    /* padding: 20px; */
    background: #fff;
    text-align: left;
}

/* 头条 */
.headline {
    margin: 0 auto;
    padding: 36px 0;
    text-align: center;
}

.headline h2 a {
    color: #c53026;
    font-size: 30px;
    line-height: 56px;
}

.headline p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

/* 焦点大图 */
.section-news {
    width: 1140px;
    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: #c11920;
}

.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("/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/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("/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/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(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-left.png) no-repeat;
}

.control-button .prev:hover {
    /* left: 0px; */
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-left-active.png) no-repeat;
}

.control-button .next {
    right: -600px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-right.png) no-repeat;
}

.control-button .next:hover {
    /* right: 0px; */
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-right-active.png) no-repeat;
}


/* 要闻 */
.news-content {
    width: 470px;
    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: 74px;
    *height: 73px;
    /* IE7 */
    line-height: 73px;
    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: 12px;
    background: #c11920;
    text-align: center;
}

.news-content .newsList .more a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}

/* 系列政论片 */
#video {
    position: relative;
    width: 1140px;
    height: 530px;
    margin-top: 30px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/bg-zl.jpg) center center no-repeat;
}

#video .zhenglun {
    position: absolute;
    left: 155px;
    top: 125px;
    width: 110px;
    height: 250px;
}

#video .zhenglun h3 a {
    display: block;
    width: 110px;
    height: 250px;
    font-size: 0;
    text-indent: -999em;
}

.video-content {
    position: absolute;
    top: 50px;
    left: 400px;
    width: 600px;
    height: 400px;
    margin: 0 30px 30px 0;
    /* overflow: hidden; */
    text-align: left;
}

.videoList li {
    position: relative;
}

.videoList .pic img {
    width: 600px;
    height: 340px;
}

.videoList .pic i {
    position: absolute;
    top: 134px;
    left: 264px;
    width: 72px;
    height: 72px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/play.png) center center no-repeat;
    text-indent: -999em;
}

.videoList .title {
    width: 100%;
    height: 60px;
    background: #c11920;
}

.videoList .title h5 a {
    display: inline-block;
    margin: 10px 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.video-content .control-button .prev,
.video-content .control-button .next {
    display: none;
    position: absolute;
    width: 40px;
    height: 80px;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
}

.video-content:hover .control-button .prev,
.video-content:hover .control-button .next {
    display: block;
}

.video-content .control-button .next {
    right: -560px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-right.png) no-repeat;
}

.control-button .next:hover {
    /* right: 0px; */
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-right-active.png) no-repeat;
}

/* 网信系统学习贯彻落实会议精神 */
#study {
    margin-top: 20px;
}

#study .title h3 a {
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/title01.jpg);
}

.pic-box {
    position: relative;
    box-sizing: border-box;
    width: 1140px;
    height: 360px;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #dc0707;
    border-image: linear-gradient(90deg,#df3721,#ffc458, #df3721) 20 20;
    overflow: hidden;
}

.pic-list, .pic-list li {
    width: 1100px;
    height: 315px;
    overflow: hidden;
}

.pic-box .pic {
    box-sizing: border-box;
    width: 560px;
    height: 315px;
    
}

.pic-box .scale-img {
    width: 560px;
    height: 315px;
    /* margin: 15px; */
}

.pic-box .right {
    position: relative;
    width: 520px;
    margin-left: 20px;
}

.pic-box .title {
    width: 510px;
    height: 80px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/icon-study-title.png) left 15px no-repeat;
    border-bottom: 1px solid #dedede;
    line-height: 70px;
    z-index: 9;
}

.pic-box .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 70px;
}

.pic-box .title h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 30px;
    line-height: 24px;
    text-align: left;
}

.pic-box .title h5 a {
    display: inline;
    vertical-align: middle;
    /* margin-right: 6px; */
    color: #333;
    font-size: 20px;
    line-height: 24px;
    /* text-align: left; */
}

.pic-box .title h5 a:hover {
    color: #dc0707;
}

.pic-box p {
    /* position: absolute;
    top: 70px; */
    box-sizing: border-box;
    width: 540px;
    padding: 30px 30px 30px 0;
    /* border: 2px solid #dc0707;
    border-left: none;
    border-image: -webkit-linear-gradient(90deg,#df3721, #ffc458) 20 20;
    border-image: -moz-linear-gradient(90deg,#df3721, #ffc458) 20 20;
    border-image: -o-linear-gradient(90deg,#df3721, #ffc458) 20 20;
    border-image: linear-gradient(90deg,#df3721, #ffc458) 20 20; */
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    z-index: 1;
}

.pic-box p a {
    color: #dc0707;
}

.ctr-button {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 40px;
    height: 80px;
    z-index: 999;
}

.ctr-button .prev,
.ctr-button .next {
    display: none;
    position: absolute;
    width: 40px;
    height: 80px;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
}

.pic-box:hover .ctr-button .prev,
.pic-box:hover .ctr-button .next {
    display: block;
}

.ctr-button .prev {
    left: 20px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-left.png) no-repeat;
}

.ctr-button .prev:hover {
    /* left: 0px; */
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-left-active.png) no-repeat;
}

.ctr-button .next {
    right: -540px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-right.png) no-repeat;
}

.ctr-button .next:hover {
    /* right: 0px; */
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/button-right-active.png) no-repeat;
}

#study .news li {
    padding-left: 70px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/icon-study.png) 0px 10px no-repeat;
}

/* 融媒报道 */
#media {
    margin-top: 20px;
}

#media .title h3 a {
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/title02.jpg);
}

#media .img-box {
    position: relative;
    width: 1162px;
    height: 205px;
}

.img-box li {
    position: relative;
    width: 365px;
    height: 205px;
    margin: 0 22px 20px 0;
    float: left;
}

.img-box li a .scale-img {
    width: 365px;
    height: 205px;
    overflow: hidden;
}

.img-box li a img {
    width: 365px;
    height: 205px;
}

.img-box li a h5 {
    /* margin-top: 10px; */
    /* height: 60px; */
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.img-box li a .title {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 365px;
    height: 50px;
    background: rgba(209, 19, 5, 0.85);
    padding: 0px 10px 0;
    color: #fff;
    line-height: 50px;
}

.img-box li a .title h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.img-box li a .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.news {
    width: 1180px;
    margin-bottom: 50px;
    text-align: left;
}

.news li {
    box-sizing: border-box;
    width: 550px;
    height: 69px;
    margin: 0 40px 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #ccc;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/square.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;
}

/* 评论解读 */
#comment .title h3 a {
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/title03.jpg);
}

.detail {
    width: 1160px;
}

.detail li {
    float: left;
    box-sizing: border-box;
    width: 270px;
    height: 370px;
    margin-right: 20px;
    border: 1px solid #d11305;
    overflow: hidden;
}

.detail .quotes {
    width: 100%;
    height: 50px;
    background: url(/lib/zhuanti/2023zhuanti/2023wxgzhy/scheme/images/quotes.jpg) 10px 10px no-repeat;
    border-bottom: 1px solid #d11305;
}

.detail li h5 {
    width: 240px;
    height: 100px;
    margin: 15px;
    border-bottom: 1px solid #dedede;
}

.detail li h5 a {
    color: #333;
    font-size: 20px;
    line-height: 28px;
}

.detail li p {
    height: 175px;
    margin: 0 15px 15px;
    overflow: hidden;
}

.detail li h5 a:hover, .detail li p a {
    color: #dc0707;
}


/* 图片放大效果 */
.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);
}



