.list_banner {
    width: 100%;
    height: 240px;
}

/* 资讯中心 */
.zxzx {
    background: url(../img/zxzx.png) center center no-repeat;
}

/* 业务合作 */
.ywhz {
    background: url(../img/ywhz.png) center center no-repeat;
}

/* 使命文化 */
.smwh {
    background: url(../img/smwh.png) center center no-repeat;
}

/* 党群工作 */
.dqgz {
    background: url(../img/dqgz.png) center center no-repeat;
}

/* 关于我们 */
.gywm {
    background: url(../img/gywm.png) center center no-repeat;
}

.list_nav {
    width: 300px;
    border: 1px solid #ccc;
    padding: 30px 0 60px;
}

.list_nav ul {
    width: 240px;
    margin-left: 30px;
}

.list_nav ul li {
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    border-bottom: 1px solid #888;
    font-size: 18px;
    color: #333;
}

.list_nav ul li.on {
    color: #BC1D22;
    border-color: #BC1D22;
}

.list_nav ul li a {
    display: block;
    color: #333;
}

.list_nav ul li span {
    font-size: 14px;
    color: #ccc;
    margin-left: 5px;
}

.list_nav ul li:hover {
    color: #BC1D22;
    border-color: #BC1D22;
}

.list_nav ul li.on a,
.list_nav ul li:hover a {
    color: #BC1D22;
}

.list_nav ul li.on span,
.list_nav ul li:hover span {
    color: #E58F8F;
}

.list_con {
    width: 1020px;
    border: 1px solid #ccc;
    padding: 30px 0 60px;
}

.list_info {
    width: 920px;
    margin-left: 50px;
    margin-top: 20px;
}

.img_info {
    width: 920px;
    margin-left: 50px;
    margin-top: 20px;
}

.img_info img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.img_info p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 2;
}

.oath_box {
    text-align: center;
}

.oath_title {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.oath_title h3 {
    font-size: 22px;
    padding: 0 30px;
}

.oath_title span {
    font-size: 16px;
    padding: 0 40px;
}

.oath_title hr {
    color: #888;
    height: 2px;
    border: 0;
    background: #888;
}

/* .oath_info{border-top: 2px solid #ddd;margin-top: 50px;} */
.oath_info img {
    max-width: 100%;
    margin: 20px auto 0;
    display: block;
}

.oath_info p {
    font-size: 16px;
    margin-top: 15px;
}

.information_title {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    text-align: center;
}

.information_title h3 {
    font-size: 22px;
}

.information_title span {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.information_info {
    margin-top: 30px;
    font-size: 16px;
}

.information_info * {
    text-align: justify;
}

.information_info p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 2;
}

.information_info img {
    width: 80%;
    margin: 20px auto 0;
    display: block;
}

.information_info a {
    color: blue !important;
}

.list_info ul li {
    height: 58px;
    width: 920px;
    margin-bottom: 40px;
}

.list_info ul li:hover a,
.list_info ul li:hover p,
.list_info ul li:hover span {
    color: #BC1D22;
}

.list_timer {
    width: 85px;
    text-align: right;
}

.list_timer p {
    font-size: 26px;
    color: #333;
}

.list_timer span {
    font-size: 18px;
    color: #333;
    margin-top: 2px;
    display: block;
}

.news_title {
    width: 820px;
    margin-left: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    background: #F6F9FB;
    border-radius: 20px;
    height: 58px;
    text-indent: 20px;
    line-height: 58px;
    font-size: 17px;
}

.news_title a {
    display: block;
}

.partywork_title {
    width: 100%;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 40px;
}

.partywork_title ul {
    width: 1325px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}

.partywork_title ul li {
    float: left;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid #ccc;
    width: 440px;
    text-align: center;
    font-size: 22px;
    color: #333;
}

.partywork_title ul li:last-child {
    border-right: 1px solid #ccc;
}

.partywork_title ul li span {
    font-size: 16px;
    color: #ccc;
    margin-left: 5px;
}

.partywork_title ul li.on a {
    color: #BC1D22;
}

.partywork_title ul li.on span {
    color: #E58F8F;
}

.partywork_info {
    width: 1325px;
    margin: 70px auto 0;
}

.partywork_list {
    width: 1400px;
    margin: 70px auto 0;
    padding-bottom: 70px;
}

.partywork_list ul {
    overflow: hidden;
}

.partywork_list ul li {
    width: 430px;
    height: 340px;
    float: left;
    margin-right: 55px;
    margin-bottom: 55px;
}

.partywork_list ul li:nth-child(3n) {
    margin-right: 0;
}

.partywork_list ul li img {
    width: 430px;
    height: 242px;
}

.partywork_list ul li .partywork_sum {
    background: #F6F9FB;
    padding: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    height: 58px;
    text-align: center;
}

.partywork_list ul li .partywork_sum span {
    font-size: 14px;
    color: #F80E0E;
}

.honor_info {
    width: 95%;
    margin: 0 auto;
}

.honor_list {
    width: 100%;
    margin: 20px auto;
    font-size: 19px;
    font-weight: bold;
}

/* .honor_item{width: 138px;height: 78px;border: 1px solid #ccc;text-indent: 10px;margin-right: 62px;margin-bottom: 30px;} */
.honor_item:nth-child(4n) {
    margin-right: 0;
}

.honor_item {
    width: 184px;
    height: 161px;
    text-align: center;
    background: url(../img/base64.png) center bottom no-repeat;
    margin: 0 26px 25px;
}

/* .honor_item:first-child p{color: #BC1D22;} */
.honor_item p {
    font-size: 28px;
    color: #333;
    margin-top: 25px;
}

.honor_item p span {
    font-size: 16px;
}

.honor_item h3 {
    font-size: 18px;
    font-weight: normal;
    width: 140px;
    margin: 5px auto 0;
}

.honor_item h4 {
    font-size: 13px;
    margin-top: 6px;
}

.honor_item.on p {
    color: #BC1D22;
}

.honor_news {
    margin-top: 30px;
}

.honor_news img {
    width: 580px;
    height: 380px;
    display: block;
    float: left;
}

.honor_p {
    width: 330px;
}

.honor_p img {
    width: 330px;
    height: auto;
}

.honor_title {
    width: 158px;
    height: 48px;
    background: url(../img/honor_title.png) 0 0 no-repeat;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 31px;
}

.honor_content {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.honor_content p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 15px;
}

.assets_item {
    height: 78px;
    border: 1px solid #ccc;
    text-indent: 8px;
    margin-bottom: 35px;
}

.assets_item.on a {
    color: #BC1D22;
}

.assets_item p {
    font-size: 22px;
    margin-top: 14px;
}

.assets_item span {
    font-size: 14px;
    display: block;
    margin-top: 3px;
}

.assets_one {
    width: 148px;
}

.assets_two {
    width: 330px;
}

.mr56 {
    margin-right: 56px;
}

.mr58 {
    margin-right: 57px;
}

.assets_three {
    width: 290px;
}

.honor_assets {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
}

.honor_assets p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.honor_assets p.more {
    text-align: right;
    margin-bottom: 40px;
}

.honor_assets p.more a {
    display: inline-block;
    font-size: 16px;
}

.honor_assets p.more:hover a {
    color: #BC1D22;
}

.core_list {
    width: 950px;
    margin-left: 35px;
}

.core_list ul li {
    width: 100%;
    height: 195px;
    background: #F6F9FB;
    overflow: hidden;
    margin-bottom: 30px;
}

.core_list ul li .core_focus {
    width: 330px;
    height: 195px;
    float: left;
}

.core_line {
    width: 1px;
    height: 155px;
    background: #fff;
    margin: 20px 0 0 35px;
}

.core_box {
    width: 240px;
    margin-left: 35px;
    height: 180px;
    margin-top: 7px;
}

.core_box h3 {
    font-size: 24px;
    color: #000;
    margin-top: 5px;
}

.core_box h2 {
    font-size: 28px;
    color: #BC1D22;
    margin-top: 3px;
}

.core_time {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-top: 5px;
}

.core_one,
.core_two {
    font-size: 18px;
    margin-top: 5px;
}

.core_code {
    width: 200px;
    margin-top: 10px;
    margin-left: 35px;
}

.core_code img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px solid rgba(204, 204, 204, 0.4);
    display: block;
}

.core_code p {
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
}

.core_code span {
    color: #BC1D22;
}

.core_code span:first-child {
    margin-right: 15px;
}

.team_item {
    height: 78px;
    border: 1px solid #ccc;
    text-indent: 8px;
    margin-bottom: 35px;
}

.team_item p {
    font-size: 24px;
    margin-top: 10px;
}

.team_item span {
    font-size: 14px;
    display: block;
    margin-top: 3px;
}

.team_item.on a {
    color: #BC1D22;
}

.team_one {
    width: 203px;
}

.team_two {
    width: 320px;
}

.mr43 {
    margin-right: 43px;
}

.team_leader {
    position: relative;
    margin-top: 35px;
    margin-right: 50px;
    width: 182px;
    height: 264px;
}

.marginA {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.team_list {
    text-align: center;
}

.team_list .team_leader {
    display: inline-block;
}

.team_list .team_leader:nth-child(3) {
    margin-right: 0;
}

/* .team_leader{width: 270px;height: 410px;} */
/* .team_leader:nth-child(5n){margin-right: 0;} */
.team_leader img {
    width: 182px;
    height: 264px;
    display: block;
    z-index: 1;
}

.team_filter {
    width: 100%;
    height: 58px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 19px;
    color: #fff;
    transition-duration: 1s;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.team_name {
    font-size: 16px;
    margin-left: 4px;
}

/* .team_line{margin: 0 4px;} */
.team_type {
    font-size: 12px;
}

.team_sum {
    height: 220px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 43%, #000000 100%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 10;
    opacity: 0;
}

.team_sum span {
    display: inline-block;
    font-size: 20px;
    padding: 0 40px;
    border-bottom: 1px solid #fff;
    margin: 20px auto 0;
    line-height: 35px;
}

.team_suminfo {
    width: 140px;
    margin: 15px auto 0;
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
}

.team_leader:hover .team_filter {
    opacity: 0;
}

.team_leader:hover .team_sum {
    opacity: 1;
    transform: all 4s;
}

.honor_line {
    height: 950px;
    overflow-x: hidden;
}

.honor_line::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.honor_line::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #6987BF;
}

.honor_line::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #fff;
}

.promotion_title {
    font-size: 28px;
    color: #373737;
}

.promotion_title span {
    font-size: 16px;
    color: #373737;
    margin-left: 5px;
}

.promotion_title a {
    font-size: 17px;
    color: #BC1D22;
    margin-left: 10px;
}

#map_area {
    width: 700px;
    height: 740px;
}

.promotion_list {
    width: 620px;
}

.promotion_list ul li {
    width: 100%;
    height: 158px;
    background: #F6F9FB;
    overflow: hidden;
    margin-bottom: 20px;
}

.promotion_list ul li .core_focus {
    width: 260px;
    height: 158px;
    float: left;
}

.promotion_box {
    width: 320px;
    margin-left: 35px;
    margin-top: 7px;
}

.promotion_box h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.promotion_box h2 {
    font-size: 30px;
    color: #BC1D22;
    margin-top: 10px;
}

.promotion_box h2 span {
    font-size: 15px;
    margin-left: 5px;
}

.promotion_time {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-top: 3px;
}

.core_type {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-top: 8px;
}

.ywhz_info {
    width: 100%;
}

.ywhz_box {
    border-bottom: 1px solid #707070;
    margin-top: 50px;
    padding-bottom: 50px;
}

.ywhz_box img {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.ywhz_p {
    width: 930px;
    margin-left: 40px;
    font-size: 16px;
}

.ywhz_title {
    color: #BC1D22;
}

.ywhz_bp {
    width: 49%;
    margin-top: 15px;
}

.ywhz_bp p {
    margin-bottom: 10px;
    color: #333;
}

/* fenye */
.paging {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    margin-top: 15px;
    float: right;
}

.paging a {
    cursor: pointer;
}

.paging .paging_btn {
    background: #1B449C;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    padding: 0 5px;
    width: 65px;
    text-align: center;
}

.paging .switch_num {
    margin-right: 12px;
}

.paging .paging_num {
    width: 52px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #aaa;
    margin-right: 3px;
}

.swiper_box {
    width: 920px;
    margin-left: 50px;
    margin-top: 20px;
    position: relative;
}

.swiper_box .list_info {
    margin-left: 0;
    margin-top: 40px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs {
    height: 43px;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 140px;
    height: 43px;
    background: url(../img/history_slide.png) center top no-repeat;
    text-align: center;
    line-height: 33px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    background: url(../img/history_active.png) center top no-repeat;
    color: #fff;
    position: relative;
    font-size: 20px;
}

.swiper-button-prev {
    left: -22px !important;
    background: url(../img/slide_left.png) center left no-repeat !important;
    width: 42px !important;
    height: 42px !important;
    opacity: 1 !important;
    top: 17px !important;
}

.swiper-button-prev::after {
    content: '' !important;
    border: none !important;
}

.swiper-button-next {
    right: -42px !important;
    background: url(../img/slide_right.png) center left no-repeat !important;
    width: 42px !important;
    height: 42px !important;
    opacity: 1 !important;
    top: 17px !important;
}

.swiper-button-next::after {
    content: '' !important;
    border: none !important;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

.gywm,
.zxzx,
.ywhz,
.smwh,
.dqgz {
    background-size: 100% !important;
}

@media (max-width: 1440px) {

    .gywm,
    .zxzx,
    .ywhz,
    .smwh,
    .dqgz {
        background-size: 100% !important;
    }

    .list_banner {
        width: 100%;
        height: 180px;
        background-size: 1440px;
    }

    .list_nav {
        width: 280px;
    }

    .list_nav ul {
        width: 220px;
    }

    .list_nav ul li a span {
        font-size: 12px;
    }

    .list_con {
        width: 920px;
    }

    .img_info p {
        width: 820px;
    }

    .list_info {
        width: 820px;
    }

    .list_info ul li {
        width: 820px;
    }

    .news_title {
        width: 720px;
    }

    .news_title a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .partywork_list {
        width: 1100px;
    }

    .partywork_list ul li {
        width: 340px;
        height: 275px;
        margin-right: 40px;

    }

    .partywork_list ul li a img {
        width: 340px;
        height: 197px;
    }

    .swiper_box {
        width: 820px;
    }

    .team_box {
        padding-left: 44px;
    }

    .team_leader {
        margin-right: 44px;
    }

    /* .team_leader:nth-child(4n){margin-right: 0;} */

    /* .team_leader:nth-child(4){margin-right: 0} */
    #map_area {
        transform: scale(0.9);
        width: 650px;
        position: relative;
        top: -40px;
        left: -40px;
    }

    .promotion_list {
        width: 610px;
    }

    .promotion_list ul li {
        height: 140px;
    }

    .promotion_list ul li .core_focus {
        width: 220px;
        height: 140px;
    }

    .promotion_box {
        margin-left: 20px;
        margin-top: 2px;
    }

    .honor_item {
        margin: 0 10px 25px
    }

    .partywork_info {
        width: 1260px;
    }

    .ywhz_box img {
        width: 340px;
    }

    .ywhz_p {
        width: 850px;
    }

    .honor_news img {
        width: 564px;
        height: 372px;
        margin-left: -20px;
    }
}

@media (max-width: 1280px) {

    .gywm,
    .zxzx,
    .ywhz,
    .smwh,
    .dqgz {
        background-size: 100% !important;
    }

    .list_banner {
        width: 100%;
        height: 160px;
        background-size: 1280px;
    }

    .list_nav {
        width: 260px;
    }

    .list_nav ul {
        width: 220px;
        margin: 0 auto;
    }

    .list_con {
        width: 800px;
    }

    .img_info p {
        width: 700px;
    }

    .list_info {
        width: 720px;
        margin: 20px auto !important;
    }

    .list_info ul li {
        width: 720px;
    }

    .news_title {
        width: 620px;
        margin-left: 12px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_title a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .swiper_box {
        width: 720px;
        margin: 20px auto;
    }

    /* .swiper-container {

    } */
    .swiper-slide {
        padding-right: 10px;
        margin-right: 0px !important;
    }

    .swiper-slide-visible {
        padding-right: 4px;
        padding-left: 4px;
    }

    .team_box {
        padding-left: 44px;
        width: 725px !important;
    }

    .team_leader {
        margin-right: 16px;
        width: 166px;
        height: 249px;
    }

    .team_leader img {
        width: 166px;
        height: 249px;
    }

    /* .team_leader:nth-child(5n){margin-right: 16px;} */
    .honor_list {
        width: 760px;
        margin: 0 auto;
    }

    .assets_item a span {
        font-size: 13px;
    }

    .assets_one {
        width: 138px;
    }

    .assets_two {
        width: 300px;
    }

    #map_area {
        transform: scale(0.85);
        width: 550px;
        position: relative;
        top: -70px;
        left: -40px;
    }

    .promotion_list {
        width: 550px;
    }

    .promotion_list ul li {
        height: 130px;
    }

    .promotion_list ul li .core_focus {
        width: 215px;
        height: 130px;
    }

    .promotion_box {
        width: 300px;
        margin-left: 20px;
    }

    .promotion_box h3 {
        margin-top: 3px;
        height: 45px;
        overflow: hidden;
    }

    .paging .paging_btn {
        margin-right: 10px;
        width: 56px;
    }

    .honor_item {
        transform: scale(0.9);
        margin: 0 0 25px;
    }

    .honor_news img {
        width: 450px;
        height: 326px;
        margin-left: -20px;
    }

    .partywork_info {
        width: 1100px;
    }

    .ywhz_box img {
        width: 310px;
    }

    .ywhz_p {
        width: 720px;
    }
}

@media (max-width: 1152px) {

    .gywm,
    .zxzx,
    .ywhz,
    .smwh,
    .dqgz {
        background-size: 100% !important;
    }

    .list_banner {
        width: 100%;
        background-size: 1152px;
        height: 144px;
    }

    .list_nav ul li a span {
        font-size: 12px;
    }

    .partywork_list {
        width: 1000px;
    }

    .partywork_list ul li {
        width: 316px;
        height: 272px;
        margin-right: 25px;

    }

    .partywork_list ul li .partywork_sum {
        height: 74px;
    }

    .partywork_list ul li a img {
        width: 316px;
        height: 178px;
    }

    .partywork_info {
        width: 1000px;
    }
}

.promotion_box {
    width: 345px;
    margin-left: 15px;
    margin-top: 7px;
}

.promotion_box h2.auction {
    margin-top: 0px;
    font-size: 24px;
}

.promotion_box h2.auction span {
    margin-left: 0px;
    color: #000;
    margin-right: 5px;
}

.promotion_box h2.auction span:nth-child(3) {
    margin-left: 5px;
}

.red {
    color: #bc1d22 !important;
}

@media (max-width: 1440px) {
    .auction_list ul li {
        height: 160px;
    }

    .auction_list ul li .core_focus {
        width: 250px;
        height: 160px;
    }
}

@media (max-width: 1280px) {
    .auction_list ul li {
        height: 160px;
    }

    .auction_list ul li .core_focus {
        width: 180px;
        height: 160px;
    }
}

@media (max-width: 1280px) {
    .promotion_box {
        width: 300px;
        margin-left: 20px;
        margin-top: 0px;
    }

    ul#content {
        margin-left: 15px
    }
}

/* 详情分享按钮 */
.information_title {
    position: relative;
}

.share-box {
    display: block;
    width: 150px;
    margin: 0 !important;
    position: absolute;
    right: 5px;
    bottom: 0;
}

.sharetxt {
    margin-top: 18px !important;
}

.bdsharebuttonbox {
    margin-top: 4px !important;
    margin-left: 5px !important;
    margin-right: 20px !important;
}

.dhsharebuttonbox {
    width: 102px;
    height: 36px;
}

.dhsharebuttonbox a {
    display: block;
    width: 24px;
    height: 100%;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.dahe_weixin {
    background: url(../img/weixin_icon.png) center no-repeat;
}

.dahe_tsina {
    background: url(../img/wb_icon.png) center no-repeat;
}

.dahe_qzone {
    background: url(../img/kj_icon.png) center no-repeat;
}

@media (max-width: 1280px) {
    #auction_detail .more {
        left: 90px !important;
        top: 245px !important;
    }
}

th,
td {
    border: 1px solid #333;
    /* 设置边框样式 */
    padding: 8px;
    /* 设置单元格内边距 */
}

a {
    color: inherit;
}