@charset "UTF-8";
/* 公用模块样式 */
.container-style {
    margin-top: 40px;
    background: #fff;
    padding: 40px 20px;
    position: relative;
}

.gd-common-title {
    background: #fff;
}
.gd-common-title .gd-common-words {
    text-align: center;
    margin: 30px auto 50px;
}
.gd-common-title .gd-common-words h1 {
    position: relative;
    font-size: 40px;
    color: var(--defaultTitleColor);
    border-bottom: 7px solid var(--defaultBorderColor);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    padding-bottom: 15px;
    font-weight: bold;
}
.gd-common-title .gd-common-words h1 .archiving {
    position: absolute;
    top: -50%;
    right: -10%;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 80px;
    height: 80px;
}

/* 公用列表页 */
.gd-list-main .gd-list-item li {
    position: relative;
    text-indent: 2em;
    line-height: 40px;
    padding: 0 10px;
}
.gd-list-main .gd-list-item li a {
    float: left;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 80%;
}
@media screen and (max-width: 749px) {
    .gd-list-main .gd-list-item li a {
        margin-right: 0;
    }
}
.gd-list-main .gd-list-item li span {
    float: right;
    color: #999;
}
.gd-list-main .gd-list-item li::before {
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 4px;
    background: var(--defaultTitleColor);
}
.gd-list-main .gd-list-item li:nth-child(5n) {
    border-bottom: 4px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.gd-list-main .gd-list-item li:hover a {
    color: var(--defaultTitleColor);
    font-weight: bold;
}
.gd-list-main .gd-list-item li:hover::before {
    width: 8px;
    height: 8px;
}
.gd-list-main .gd-list-item li:last-child {
    border: none;
}

/* 专题专栏 */
.gd-special-main .gd-special-content li {
    max-width: 290px;
    float: left;
    margin: 60px 47px 0;
    text-align: center;
}
.gd-special-main .gd-special-content li:nth-child(3n) {
    margin-right: 0;
}
.gd-special-main .gd-special-content li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.gd-special-main .gd-special-content li a img {
    width: 290px;
    height: 110px;
}
.gd-special-main .gd-special-content li a p {
    line-height: 2;
    font-size: 20px;
}
.gd-special-main .gd-special-content li a i img {
    position: absolute;
    width: 97px;
    height: 38px;
    right: -25px;
    top: 10px;
    z-index: 999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gd-special-main .gd-special-content li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
    padding: 1px;
    background: #fff;
}
.gd-special-main .gd-special-content li a:hover p {
    color: var(--defaultTitleColor);
    font-weight: bold;
}
.gd-special-main .gd-special-content li a:hover i img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: none;
    box-shadow: none;
}

/* 机构职责 */
.jgzz-container .jgzz-header {
    width: 100%;
}
.jgzz-container .jgzz-header .jgzz-section {
    width: 300px;
}
.jgzz-container .jgzz-header .jgzz-section .section-name {
    line-height: 2;
    text-align: center;
}
.jgzz-container .jgzz-header .jgzz-section .section-name h5 {
    font-weight: bold;
}
.jgzz-container .jgzz-header .jgzz-section .section-name p {
    margin-bottom: 25px;
}
.jgzz-container .jgzz-header .jgzz-section .section-list {
    margin-bottom: 30px;
}
.jgzz-container .jgzz-header .jgzz-section .section-list li {
    line-height: 2;
    margin-left: 25px;
    list-style-type: disc;
    letter-spacing: 0px;
}
.jgzz-container .jgzz-header .jgzz-section .section-list li a:hover {
    font-weight: bold;
    color: var(--defaultTitleColor);
}
.jgzz-container .jgzz-header .jgzz-main {
    width: 840px;
}
.jgzz-container .jgzz-header .jgzz-main p {
    text-indent: 2em;
    line-height: 2.8;
}
.jgzz-container .jgz-footer {
    width: 100%;
}
.jgzz-container .jgz-footer dl {
    line-height: 2.5;
}
.jgzz-container .jgz-footer dl dt {
    font-weight: bold;
}
.jgzz-container .jgz-footer dl dt,
.jgzz-container .jgz-footer dl dd {
    float: left;
}
.jgzz-container .jgz-footer dl.dlmore dd {
    margin-right: 2em;
}
.jgzz-container .jgzz-item {
    padding: 20px;
    background: -webkit-linear-gradient(#e8f3ff, #fffeff);
    background: -moz-linear-gradient(#e8f3ff, #fffeff);
    background: -o-linear-gradient(#e8f3ff, #fffeff);
    background: linear-gradient(#e8f3ff, #fffeff);
}
.jgzz-container .jgzz-item .jgzz-title {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.2;
    color: var(--defaultTitleColor);
    border-bottom: 1px solid #dedede;
}
.jgzz-container .jgzz-item .jgzz-title a {
    position: relative;
    color: var(--defaultTitleColor);
}
.jgzz-container .jgzz-item .jgzz-title a::before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
    background: var(--defaultBorderColor);
}

/* 广电资讯 */
.gd-main-top {
    height: 350px;
}

.gd-swiper1 a {
    display: block;
    height: 350px;
}
.gd-swiper1 a img {
    height: 100%;
}
.gd-swiper1 a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 7em;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    text-indent: 2em;
}
.gd-swiper1 .swiper-pagination {
    padding-right: 30px;
    text-align: right;
}
.gd-swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.gd-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.gdzx-list {
    width: 560px;
}
.gdzx-list .gdzz-list-title {
    line-height: 2;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--defaultLineColor);
}
.gdzx-list .gdzz-list-title h2 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: var(--defaultTitleColor);
}
.gdzx-list .gdzz-list-title h2::after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    background: var(--defaultBorderColor);
}
.gdzx-list .gdzz-list-title span a {
    font-size: 16px;
    color: #c1c1c1;
}
.gdzx-list .gdzz-list-title span a:hover {
    font-weight: bold;
    color: var(--defaultTitleColor);
}
.gdzx-list .gdzz-list-content li {
    text-indent: 30px;
    position: relative;
    border: none;
}
.gdzx-list .gdzz-list-content li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    background: url('/statics/ynsgbdsj/images/common/li_list_icon.png') no-repeat center center;
}
.gdzx-list .gdzz-list-content li span {
    text-indent: 0;
}
.gdzx-list .gdzz-list-content li a {
    width: 80%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .gdzx-list .gdzz-list-content li a {
        margin-right: 0;
    }
}

.gdzx-main-list {
    margin: 25px 0;
}
.gdzx-main-list .list-banner {
    margin-top: 10px;
    width: 560px;
    height: 120px;
}

.video-container .vidoe-title {
    margin: 0 25px 25px 0;
}
.video-container .vidoe-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: var(--defaultTitleColor);
}
.video-container .vidoe-title i {
    position: relative;
    margin-top: -1em;
    display: block;
    width: 1000px;
    border-bottom: 1px solid #e5e5e5;
    height: 0;
}
.video-container .vidoe-title i::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--defaultBorderColor);
}
.video-container .video-content li {
    float: left;
    margin-right: 19px;
    width: 374px;
    height: 211px;
}
.video-container .video-content li:last-child {
    margin-right: 0;
}

/* 互动交流 */
.hdjl-top-menu {
    margin-bottom: 104px;
}
.hdjl-top-menu li {
    float: left;
    height: 111px;
    margin-right: 29px;
}
.hdjl-top-menu li:last-child {
    margin-right: 0;
}
.hdjl-top-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.hdjl-topic {
    width: 560px;
    background: -webkit-linear-gradient(#fff, #e8f3ff);
    background: -moz-linear-gradient(#fff, #e8f3ff);
    background: -o-linear-gradient(#fff, #e8f3ff);
    background: linear-gradient(#fff, #e8f3ff);
    border-bottom: 4px solid var(--defaultTitleColor);
}
.hdjl-topic .topic-title {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    font-size: 22px;
    text-indent: 30px;
    background: url(/statics/ynsgbdsj/images/list/topic-title-bg.png) no-repeat center top;
}
.hdjl-topic .topic-title h2 {
    float: left;
    color: #fff;
}
.hdjl-topic .topic-title a {
    float: right;
    margin-right: 1em;
    font-size: 16px;
    color: var(--defaultTitleColor);
    font-weight: 400;
}
.hdjl-topic .topic-img {
    margin: 30px auto 10px;
    width: 505px;
    height: 245px;
}
.hdjl-topic .topic-img img {
    height: 100%;
}
.hdjl-topic .topic-img video {
    width: 505px;
    height: 245px;
}
.hdjl-topic .topic-border {
    padding: 0 25px;
}
.hdjl-topic .topic-sec {
    padding: 0 25px;
    line-height: 2.8;
}
.hdjl-topic .topic-sec span {
    font-weight: bold;
    color: var(--defaultTitleColor);
}

.gd-video-main .gd-video-menu li {
    float: left;
    margin: 0 30px;
}
.gd-video-main .gd-video-menu li img {
    width: 335px;
    height: 187px;
    margin-bottom: 40px;
}
.gd-video-main .gd-video-menu li:last-child {
    margin-right: 0;
}
.gd-video-main .item-menu img {
    width: 100%;
    height: 187px;
    margin-bottom: 40px;
}
.gd-video-main .gd-video-box audio {
    margin: 10px 0 20px;
    width: 100%;
}
.gd-video-main .gd-video-box li {
    width: 560px;
    height: auto;
    margin: 20px 20px 0 5px;
    float: left;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}
.gd-video-main .gd-video-box li video {
    position: relative;
    width: 100%;
    height: auto;
}
.gd-video-main .gd-video-box li video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.gd-video-main .gd-video-box li:nth-child(2n) {
    margin-right: 5px;
}
.gd-video-main .gd-video-box li p {
    text-align: center;
    line-height: 1.5;
    margin: 10px;
}

.hdjl-title {
    position: relative;
    width: 100%;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
    color: var(--defaultTitleColor);
    border-bottom: 1px solid var(--defaultLineColor);
}
.hdjl-title h2 {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.hdjl-title h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: var(--defaultHoverColor);
}
.hdjl-title a {
    position: absolute;
    right: 1em;
    width: auto;
    top: 0;
    line-height: 88px;
    font-size: 16px;
    color: #ccc;
}

.hdjl-list {
    width: 100%;
    margin-top: 60px;
}

.hdjl-dczj {
    border-bottom: 4px solid var(--defaultTitleColor);
}
.hdjl-dczj .dczj-content {
    margin-top: 30px;
    background: #fafafa;
}
.hdjl-dczj .dczj-content li {
    text-indent: 1em;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px dashed var(--defaultLineColor);
}
.hdjl-dczj .dczj-content li:last-child {
    border: none;
}
.hdjl-dczj .dczj-content li a {
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 60%;
}
@media screen and (max-width: 749px) {
    .hdjl-dczj .dczj-content li a {
        margin-right: 0;
    }
}
.hdjl-dczj .dczj-content li i,
.hdjl-dczj .dczj-content li a {
    float: left;
}
.hdjl-dczj .dczj-content li span {
    float: right;
    margin-right: 10px;
}
.hdjl-dczj .dczj-content li i {
    margin: 25px 15px 0 10px;
    display: block;
    line-height: 1;
    border-radius: 15px;
    padding: 4px 15px 2px;
}
.hdjl-dczj .dczj-content li i.zj-start {
    display: none;
    color: #fff;
    background: var(--defaultTitleColor);
}
.hdjl-dczj .dczj-content li i.zj-end {
    color: var(--defaultTitleColor);
    background: var(--defaultLineColor);
}

.hdjl-cjwt li {
    text-indent: 30px;
    position: relative;
}
.hdjl-cjwt li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    background: url('/statics/ynsgbdsj/images/common/li_list_icon.png') no-repeat center center;
}
.hdjl-cjwt li span {
    text-indent: 0;
}
.hdjl-cjwt li a {
    width: 80%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .hdjl-cjwt li a {
        margin-right: 0;
    }
}
.hdjl-cjwt li:last-child {
    border: none;
}
.hdjl-cjwt .more {
    display: block;
    width: 100%;
    text-align: right;
    color: #ccc;
    font-size: 16px;
}

.hdjl-message {
    margin-bottom: 30px;
}
.hdjl-message table {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.hdjl-message table thead {
    border: none;
    color: var(--defaultTitleColor);
    font-weight: 700;
    line-height: 70px;
    border: 1px solid #eee;
}
.hdjl-message table thead th {
    background: #eee;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
.hdjl-message table thead th:last-child {
    border: none;
}
.hdjl-message table tbody tr:nth-child(1) {
    border-top: none;
}
.hdjl-message table tbody td {
    border: 1px solid #eee;
    line-height: 44px;
}
.hdjl-message table tbody td a {
    font-size: 16px;
    color: var(--defaultTitleColor);
}
.hdjl-message table tbody td a:hover {
    color: var(--defaultHoverColor);
}
.hdjl-message .tfoot {
    border: 1px solid var(--defaultLineColor);
    border-top: none;
}
.hdjl-message .tfoot p {
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    color: #b3b3b3;
}
.hdjl-message .tfoot p span {
    color: var(--defaultTitleColor);
}
.hdjl-message .tfoot p.more {
    line-height: 1;
    margin-bottom: 18px;
}
.hdjl-message .tfoot p.more a {
    color: #b3b3b3;
}
.hdjl-message .tfoot p.more a:hover {
    font-weight: bold;
    color: var(--defaultHoverColor);
}
.hdjl-message .letter-content {
    width: 335px;
}
.hdjl-message .letter-content span {
    width: 75%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .hdjl-message .letter-content span {
        margin-right: 0;
    }
}
.hdjl-message .letter-content1 {
    width: 335px;
}
.hdjl-message .letter-content1 span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 分页 */
#pages {
    padding: 14px 0 10px;
    font-family: SimSun;
    text-align: center;
    margin: 0 auto;
    clear: both;
    line-height: 35px;
}
#pages a {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    font-family: '微软雅黑';
}
#pages a.a1 {
    width: 75px;
    padding: 0;
}
#pages ahover {
    text-decoration: underline;
}
#pages span {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: var(--defaultTitleColor);
    border: 1px solid var(--defaultTitleColor);
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 3px;
    font-family: '微软雅黑';
}

.list-leader .gd-list-item ul li:nth-child(5n) {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 10px;
}

/* 视频展播列表页 */
.v-left {
    width: 266px;
    min-height: 100vh;
    padding: 14px;
}
.v-left .v-l-menu li {
    height: 56px;
    line-height: 56px;
    background: #fafafa;
}
.v-left .v-l-menu li a {
    display: block;
    margin: 0 auto;
    width: 187px;
    height: 100%;
    border-bottom: 1px dashed #e9e9e9;
    font-size: 16px;
}
.v-left .v-l-menu li:last-child a {
    border: none;
}
.v-left .v-l-menu li i {
    float: right;
    font-size: 18px;
    margin-left: 2em;
}
.v-left .v-l-menu li:hover a,
.v-left .v-l-menu li:hover i,
.v-left .v-l-menu li.current a,
.v-left .v-l-menu li.current i {
    font-weight: bold;
    color: var(--defaultTitleColor);
}

.list_video_main {
    background: #fff;
}

.v-right {
    width: 934px;
    padding: 20px;
}
.v-right h3 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
    color: var(--defaultTitleColor);
    font-weight: bold;
    position: relative;
    margin-bottom: 17px;
}
.v-right h3::after,
.v-right h3::before {
    content: '';
    position: absolute;
    bottom: 0;
}
.v-right h3::before {
    width: 143px;
    height: 3px;
    background: #c02e25;
    margin-bottom: -1px;
    z-index: 1;
}
.v-right h3::after {
    left: 0;
    width: 100%;
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    z-index: 0;
}
.v-right ul li {
    float: left;
    width: 433px;
    height: 247px;
    margin-right: 28px;
    margin-bottom: 64px;
    position: relative;
}
.v-right ul li:nth-child(2n) {
    margin-right: 0;
}
.v-right ul li > img {
    position: absolute;
    height: 100%;
}
.v-right ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.v-right ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 69px;
    height: 65px;
}
.v-right ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    width: 100%;
    color: #fff;
    padding: 0 1em 0;
    line-height: 1.5em;
}

/* 套娃二维码 */
.gd-common-title {
    position: relative;
}
.qrcode-m {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    right: 6px;
    right: 6px;
    width: 250px;

    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.qrcode-m img {
    width: 100%;
}
.qrcode-m span {
    position: absolute;
    right: 2px;
    top: 2px;
    background: var(--defaultTitleColor);
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}
