@charset "utf-8";

.right::-webkit-scrollbar  {
    /*滚动条整体样式*/
    width : 0;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background   : #ededed;
}
html {
    font-family: "微软雅黑", sans-serif, Arial;
    font-size: 16px;
}

body,
ul,
ol,
dl,
li,
td,
th,
button,
input,
optgroup,
select,
textarea,
p {
    margin: 0;
    padding: 0;
}

/*******************E 8/9/10/11里的button默认的overflow是hidden，这里设为和群众一致的visible*******************/
button {
    overflow: visible;
}

/***************************统一各浏览器text-transform不会继承的问题*************************/
button,
select {
    text-transform: none;
}

/*********************重置按钮禁用时光标样式*********************/
button,
a {
    cursor: pointer;
}

/* IE里的文本框就算文本高度没有超过指定高度，都会默认加上一个没有滚动条的滚动栏，设置overflow: auto可以去掉*/
textarea {
    overflow: auto;
    resize: none;
}

/*************************************Tables*************************************/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***************去除 IE6-9 和 Firefox 3 中 a 内部 images 元素默认的边框******************/
img {
    border: 0;
    vertical-align: top;
}

/************************************重置ul列表样式***************************************/
ul,
ol,
dl,
li {
    list-style: none;
}

/*********************去掉 IE 10+ 点击链接时的灰色背景******************/
a {
    background-color: transparent;
    text-decoration: none;
}

/***************去掉点击时的 outline 焦点框，同时保证使用键盘可以显示焦点框，这个操作针对所有浏览器***************/
a:link,
a:active,
a:hover,
a:visited {
    outline: 0;
}

/***********修正所有浏览器中颜色不继承的问题,修正所有浏览器中字体不继承的问题,修正 Firefox 3+， Safari5 和 Chrome 中外边距不同的问题***********/
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}

/***************移除 Firefox 4+ 内部的内边距*************/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**************修正 IE 8/9 box-sizing 被设置为content-box的问题,移除 IE 8/9 中多余的内边距**************/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/*修复 IE 8/9，HTML5新元素不能正确显示的问题，定义为 block 的元素,修复 IE 10/11， details 和 summary 定义为 block 的元素,修复 IE 11， main 定义为 block 的元素*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**修复 IE 8/9，HTML5新元素不能正确显示的问题，定义为 inline-block 元素,修复Chrome, Firefox, 和Opera的 progress 元素没有以baseline垂直对齐**/
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

/************************修复 IE9/10/11 中的 overflow 的怪异表现*********************/
svg:not(:root) {
    overflow: hidden;
}

/* 修正 Safari 5 和 Chrome 中appearance被设置为searchfield的问题,修正 Safari 5 和 Chrome 中box-sizing被设置为border-box的问题*/
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*******************移除原生默认样式，统一search的输入框样式***************/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*页面置灰*/
html.getWebStart,
video.getWebStart {
    -webkit-filter: grayscale(1);
}
html.getWebStart{
    FILTER: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);
    FILTER: gray;BACKGROUND: #fff; COLOR: #000
}
.getWebStart *{    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    FILTER: gray;}
.getWebStart DIV, .getWebStart DL,.getWebStart DT,.getWebStart DD,.getWebStart UL,.getWebStart OL,.getWebStart LI,.getWebStart H1,.getWebStart H2,.getWebStart H3,.getWebStart H4,.getWebStart H5,.getWebStart H6,.getWebStart PRE,.getWebStart CODE,.getWebStart FORM,.getWebStart FIELDSET,.getWebStart LEGEND,.getWebStart INPUT,.getWebStart TEXTAREA,.getWebStart P,.getWebStart BLOCKQUOTE,.getWebStart TH,.getWebStart TD,.getWebStart Img,.getWebStart a{
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    FILTER: gray;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    padding-bottom: 100px;
}

.hidden {
    text-indent: -80000px;
    /* 隐藏文字标题 */
    color: transparent;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;

}
#index .container{
    display: flex;
    flex-direction: row;
}
a,
li,
img {

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/*顶部*/
.header_red  a.logo {
    display: inline-block;
    margin-right: 23px;
    position: relative;
}


.header {
    width: 100%;
    height: 45px;
    background: #242424;
    margin-bottom: 20px;
    
}
 

.header a.logo img.logo {
    width: 163px;
    height: 30px;
    margin-top: 10px;
}

.header a.logo:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #707070;
    margin-left: 23px;
    margin-top: 10px;
}


.header .header-txt {
    color: #EAEAEA;
    font-size: 20px;
    line-height: 64px;
    display: inline-block;
    position: relative;
    top: -4px;
    cursor: default;
    width: 620px;
}

/* 节日版 */
.red {
    width: 100%;
    height: 104px;
    /*background: #242424;*/
    background: url(../img/header-bg_red.png) no-repeat 50% 50% ;
    background-size: auto 100%;
    margin-bottom: 20px;
    display: none;
}

.red  img {
    display: block;
    margin: 0 auto;
}






.red  a.logo img.logo {
    width: 350px;
    height: auto;
    margin-top: 36px;

}
 

.red  .header-txt {
    color: #EAEAEA;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 17px;
    cursor: default;
}

/* 建党百年 */
.party-celebrate {
    width: 100%;
    height: 150px;
    /* background: #242424; */
    background: url(../img/party-celebrate.jpg) center no-repeat #BF1307;
    /* background-size: auto 100%; */
    margin-bottom: 20px;
    display: none;
}

.party-celebrate  img {
    display: block;
    margin: 0 auto;
}

.party-celebrate  a.logo img.logo {
    width: 350px;
    height: auto;
    margin-top: 36px;
}

.party-celebrate  .header-txt {
    color: #EAEAEA;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 17px;
    cursor: default;
}

/* 关于我们 */
a.introduction {
    float: right;
    width: 20%;
    color: #F7F7F7;
    text-align: right;
    height: 45px;
    vertical-align: bottom;
    line-height: 60px;
    cursor: pointer;
}
/* 返回顶部 */
.top {
    margin: -45px auto 0 !important;
}
/* 正文 */
.box {
    position: relative;
}

.box>div.left {
    width: 110px;
    z-index: 2;
    display: inline-block;

}

.box>div.main {
    left: 0;
    width: 660px;
    margin: 0 30px 30px 140px;
    z-index: 1;
    position: relative;
}

#index .box>div.main {
    margin: -15px 30px 30px 30px;
}

.box>div.right {
    width: 340px;
    position: absolute;
    top: -15px;
    right: 15px;
    overflow-y: scroll;
}

.fixtop {
    position: absolute;
    top: 0px !important;
}

/*左侧导航栏*/
.nav {
    width: 100%;
}

.nav li {
    cursor: pointer;
    width: 100%;
    margin-top: 2px;
    height: 40px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;

}

.nav li:first-child {
    margin-top: 0;
}

.nav li span {
    color: #F55345;
}

.nav li span i {
    font-style: normal;
    color: #999999;
}

.nav li:hover,
.nav li.on,
.nav li:hover span,
.nav li:hover span i,
.nav li.on span {
    color: #fff;
    background: #F55345;
}

.bounced {
    position: relative;
    top: -40px;
    left: 112px;
    background: #fff;
    width: 496px;
    border: 1px #A5A5A5 solid;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 10;
}

.bounced ol {
    overflow: hidden;
    width: 482px;
    height: auto;
    border-bottom: 1px #707070 solid;
    margin-bottom: 10px;
}

.bounced ol:last-child {
    border: 0;
    margin-bottom: 0;
}

.bounced ol li {
    width: 110px;
    height: 40px;
    border-radius: 5px;
    margin: 2px 5px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    float: left;

}

.bounced ol li.on,
.bounced ol li:hover {
    color: #fff;
    background: #F55345;
}

.nav li:hover .zjsBounced,
.nav li:hover .channelBounced {
    display: block;
}

/*右侧栏*/
div.right>div {
    width: 100%;
    background: #F5F6F7;
    margin: 18px 0 5px;
}

div.right .search {
    height: 40px;
    border-radius: 5px;
    border: 1px #E8E8E8 solid;
    box-sizing: border-box;
}

div.right .search:hover {
    border: 1px #F55345 solid;
}

div.right .search input {
    background: #F5F6F7;
    display: inline-block;
    margin: 10px 0 10px 11px;
    width: 290px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    outline: none;
    border: none;
    outline: medium;
}

div.right .search input:focus {
    outline: none;
    background-color: transparent;
}

div.right .search a {
    background: url("../img/icon-search.png") center no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 10px 11px 10px 0;
}

div.right .code {
    cursor: default;
    height: 195px;
    border-top: 2px #0FCB98 solid;
    box-sizing: content-box;
}

div.right .yqlj {
    cursor: default;
    padding-bottom: 18px;
    border-top: 2px #0FCB98 solid;
    box-sizing: content-box;
}

div.right .yqlj div {
    margin-top: 18px;
}

/*div.right .company {*/
/*height: 222px;*/
/*}*/
div.yqlj div span {
    padding: 0 27px;
    display: inline-block;
}

div.code h3,
div.yqlj h3 {
    color: #222;
    font-size: 18px;
    margin: 18px 0 6px 27px;
    line-height: 24px;
    font-weight: 400;
}

div.code img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

div.code p {
    width: 100%;
    color: #222;
    font-size: 14px;
    margin: 10px 0 18px 0;
    text-align: center;
    line-height: 20px;
}

div.right .company div {
    padding: 17px 19px;
    cursor: default;
}

div.right .company div span,
div.yqlj span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

div.right .company div span a,
div.yqlj span a {
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

/*返回顶部*/
div.right>div.top {
    position: fixed;
    bottom: 0;
    background: #F55345;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

div.right>div.top img {
    width: 60%;
    height: 60%;
    position: relative;
    top: 20%;
    left: 20%;
    margin-bottom: 0;
}

/*loading*/
.loading,
.loading>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.loading {
    display: block;
    font-size: 0;
    color: #51A3FF
}

.loading>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.loading>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    -webkit-animation: ball-pulse-sync 0.6s infinite ease-in-out;
    -moz-animation: ball-pulse-sync 0.6s infinite ease-in-out;
    -o-animation: ball-pulse-sync 0.6s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s infinite ease-in-out
}

.loading>div:nth-child(1) {
    -webkit-animation-delay: -.14s;
    -moz-animation-delay: -.14s;
    -o-animation-delay: -.14s;
    animation-delay: -.14s
}

.loading>div:nth-child(2) {
    -webkit-animation-delay: -.07s;
    -moz-animation-delay: -.07s;
    -o-animation-delay: -.07s;
    animation-delay: -.07s
}

.loading>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.loading {
    width: 108px;
    height: 36px;
    margin: 5px auto;
}

.loading>div {
    width: 14px;
    height: 14px;
    margin: 8px
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    66% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes ball-pulse-sync {
    33% {
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    66% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes ball-pulse-sync {
    33% {
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    66% {
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    66% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

/*空*/
.empty {
    display: none;
    width: 660px;
}

.empty img {
    width: 334px;
    height: auto;
    margin: 20px auto 12px;
    display: block;
}

.empty p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0 0 20px 0;
}

.list li div.imgfd {
    width: 156px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

span.yc {
    border: 1px #0fcb98 solid;
    color: #0fcb98;
    display: inline-block;
    min-width: 25px;
    height: 14px;

    padding: 1px 2px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
    margin: 3px 10px 0;
}

span.top {
    background: #D60000;
    border: 1px #D60000 solid;
}

span.bq2 {
    background: #fff;
    color: var(--green) !important;
    border: 1px var(--green) solid;
}

span.video {
    background: #fff;
    border: 1px #ff7920 solid;
    color: #ff7920 !important;
}

span.audio {
    background: #fff;
    border: 1px #0fcb98 solid;
    color: #0fcb98 !important;
}

span.bq {
    background: var(--green);
}

.key {

    line-height: 24px;
    color: #222;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    cursor: default;
}

.key:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #0FCB98;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.end {
    display: none;
    font-size: 14px;
    text-align: center;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin: 0 auto 50px;
}

.end:before,
.end:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #999;
    vertical-align: middle;
    display: inline-block;
}

/*天气*/
#weather-view-he {
    background: #F5F6F7 !important;
    border-color: #F5F6F7 !important;
    border-radius: 0 !important;

}
