.top_bg {
    margin-top: 18px;
    height: 125px;
    background: url("../image/top_bg.png") center center no-repeat;
    position: relative;
}

.top_bg a {
    display: block;
    width: 100%;
    height: 100%;
}

.top_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heard_title {
    border-bottom: 1px solid #ee9429;
    position: relative;
}

.heard_title::after {
    content: "";
    background: red;
    display: block;
    height: 1px;
    width: 121px;
}

.heard_title::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.heard_title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #b50606;
}

.heard_title>.more {
    position: absolute;
    top: 50%;
    right: 0;
}

.heard_title>.more>a {
    color: #666666;
    font-size: 14px;
}

.content {
    background-image: url("../image/dongtai_bg.png"), url("../image/jiaoyu_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 649px, 100% 727px;
    background-position: 0 0, 0 1400px;
}

/* swiper */
.dongtaiSwiper {
    width: 100%;
    height: 416px;
    text-align: center;
}

.dongtaiSwiper .describe {
    width: 100%;
    height: 44px;
    z-index: 10;
    background-color: #ffce6f;
    position: absolute;
    bottom: 0;
}

.dongtaiSwiper .describe a {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #c80c0c;
    width: 389px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dongtaiSwiper .pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: -10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #555;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #c80c0c;
}


/* swiper 党史 */
.swiper-dangshi {
    width: 580px;
    height: 339px;
    margin-top: 30px;
}

.swiper-dangshi .swiper-bg>img {
    width: 100%;
    height: 100%;
}

.swiper-dangshi .swiper-bg>.describe {
    width: 580px;
    height: 85px;
    background-color: #000000;
    opacity: .6;
    position: absolute;
    bottom: 0;
}

.swiper-dangshi .describe a {
    position: absolute;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
    color: #ffffff;
    width: 389px;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-dangshi .pagination_dangshi {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
}

.device .arrow-left {
    background: url("../image/arrow_swiper_left.png") no-repeat left top;
    position: absolute;
    left: 174px;
    bottom: 23px;
    width: 20px;
    height: 20px;
    z-index: 100;
}

.device .arrow-right {
    background: url("../image/arrow_swiper_right.png") no-repeat left bottom;
    position: absolute;
    right: 174px;
    bottom: 23px;
    width: 20px;
    height: 20px;
    z-index: 100;
}

/* 工作动态 */
.work_dynamics {
    padding-top: 10px;
}

.work_dynamics .work_news_list .tabs li {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    padding-left: 20px;
    margin-bottom: 20px;
}

.work_dynamics .work_news_list .tabs .chose,.work_dynamics .work_news_list .tabs .chose a {
    color: #d70909;
}

.work_dynamics .work_news_list .new_list li {
    margin-bottom: 21px;
}

.work_dynamics .work_news_list .new_list li a {
    width: 443px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.work_dynamics .work_news_list .new_list li a:hover {
    color: #d70909;
    text-decoration: none;
}

.work_dynamics .work_news_list .new_list li div {
    color: #999999;
}

/* 济源概览 */
.jiyuan_outline {
    /* background-color: yellowgreen; */
}

.jiyuan_outline ul li {
    list-style: none;
}

.jiyuan_outline>.top {
    margin-left: -56px;
    margin-right: -70px;
}

.media-block.zwfw {
    /* width: 346px; */
    height: 236px;
}

.media-block {
    background-color: #000000;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 20px;
    position: relative;
    display: block;
    overflow: hidden;
}

.media-block>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media-block>img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.media-block>img:hover {
    transform: scale(1.1);
}

.media-block>div>img {
    width: 54px;
    /* height: 50px; */
}

.media-block>div>div {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    color: #ffffff;
}

.jiyuan_outline>.bottom {
    margin-left: -56px;
}

.jiyuan_outline>.bottom a {
    display: block;
    width: 387px;
    height: 166px;
}


/* 党史研究 */
.heard_title>.bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 240px;
}

.heard_title>.bar li {
    text-align: center;
    color: #000000;
    font-weight: 500;
    list-style: none;
    font-size: 20px;
    cursor: pointer;
}

.heard_title>.bar .chose,.heard_title>.bar .chose a {
    color: #d70909;
}

/* 方志研究 */
.fangzhi_list {
    padding: 30px 0;
    height: 427px;
}

.fangzhi_list .new_list li {
    /* margin-bottom: 21px; */
    line-height: 50px;
}

.fangzhi_list .new_list li a {
    width: 443px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fangzhi_list .new_list li a:hover {
    color: #d70909;
    text-decoration: none;
}

.fangzhi_list .new_list li div {
    color: #999999;
}


/*  宣传教育 */
.bar_xuanchuan {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    list-style: none;
}

.bar_xuanchuan li {
    color: #000000;
    font-weight: 500;
    list-style: none;
    cursor: pointer;
    font-size: 19px;
}

.bar_xuanchuan .chose,.bar_xuanchuan .chose a {
    color: #d70909;
    background-color: #ffeed9;
}

.xuanchuan_swiper {
    height: 220px;
    margin: 32px 150px 0 150px;
    position: relative;
}

.swiper_xuanchuan {
    padding: 0 250px;
    height: 188px;
}

.swiper_xuanchuan img {
    width: 264px;
    height: 188px;
    margin: 0 80px;
}

.xuanchuan_arrow_left {
    background: url("../image/xuanchuan_left.png") no-repeat;
    position: absolute;
    left: -160px;
    top: 70px;
    width: 42px;
    height: 42px;
    z-index: 100;
}

.xuanchuan_arrow_right {
    background: url("../image/xuanchuan_right.png") no-repeat;
    position: absolute;
    right: -170px;
    top: 70px;
    width: 42px;
    height: 42px;
    z-index: 100;
}


/* 成果展示 */
.card {
    width: 591px;
    height: 354px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff9e9;
}

.swiper_chengguo {
    height: 354px;
}

.swiper_rongyu {
    height: 354px;
}

.card .swiper-slide {
    width: 100%;
}

.card .top {
    width: 100%;
    padding: 39px 0 24px;
    font-size: 16px;
    color: #b50606;
    font-weight: 400;
}

.card .con>.text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    line-height: 19px;
    /* position: relative; */
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}

.card img {
    width: 290px;
    height: 191px;
}

.card .chnegguo {
    position: relative;
}

.card .arrow_left {
    width: 27px;
    height: 27px;
    z-index: 100;
    background: url("../image/chengguo_left.png") no-repeat;
    position: absolute;
    right: 64px;
    top: 100px;
}

.card .arrow_right {
    width: 27px;
    height: 27px;
    z-index: 100;
    background: url("../image/chengguo_right.png") no-repeat;
    position: absolute;
    right: 17px;
    top: 100px;
}


/* 友情链接 */
.bar_youqing {
    position: absolute;
    top: 25px;
    left: 216px;
}

.bar_youqing li {
    text-align: center;
    color: #333333;
    font-weight: 400;
    font-size: 22px;
    list-style: none;
    cursor: pointer;
}

.bar_youqing .chose {
    color: #d70909;
    background-color: #ffdca0;

}

.youqing_list {
    margin: 35px 0 97px;
}

.youqing_list ul li {
    float: left;
    margin-left: 28px;
}

.youqing_list ul li a {
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.youqing_list ul li a:hover {
    color: #d70909;
    text-decoration: none;
}