/* 全局样式 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style: none;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    background: #fff url(../images/top_bg.jpg) center top no-repeat;
    background-size: 100%;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
input:focus,
select:focus,
button:focus {
    outline: none;
}


/* 针对整个滚动条 */

::-webkit-scrollbar {
    width: 10px;
    /* 对于垂直滚动条 */
    height: 8px;
    /* 对于水平滚动条 */
}


/* 滚动条轨道 */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* 滚动条滑块在鼠标悬浮时的样式 */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* 顶部导航 */

.header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0;
}

.logo img {
    height: 82px;
    vertical-align: top;
}

.top-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5px;
}

.top-links a {
    margin-left: 15px;
    color: #282828;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/icon_suo.png) left center no-repeat;
    background-size: 16px;
}
.top-links a.oldweb-btn{
    padding: 0;
    width: 76px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    background: #067AD1;
}

.top-links a.register {
    background-image: url(../images/icon_reg.png);
}

.top-links a.en {
    background-image: url(../images/icon_lang.png);
}

.search-box {
    margin-top: 12px;
    width: 278px;
    overflow: hidden;
}

.search-box input {
    float: left;
    width: 244px;
    padding: 10px 40px 10px 12px;
    border: 1px solid #ddd;
    border-radius: 18px 0 0 18px;
    outline: none;
}

.search-btn {
    float: right;
    width: 37px;
    height: 37px;
    margin-left: -35px;
    border: none;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background: #005BB6 url('../images/icon_search.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
}


/* 主导航 */

.main-nav {
    background: #005BB6;
    position: relative;
    z-index: 2;
}

.main-nav .container {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-list li {
    flex: 1;
    position: relative;
}

.nav-list li a.bigclass {
    display: block;
    padding: 13px 0px;
    color: #fff;
    font-size: 16px;
    transition: background 0.3s;
    text-align: center;
}

.nav-list li:hover a.bigclass,
.nav-list li a.bigclass.active {
    background: #067AD1;
}

.nav-list li .subnav {
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    padding: 0px 0;
    background-color: #067AD1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.15s;
}

.nav-list li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s;
}

.nav-list li .subnav a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 7px 7px;
    line-height: 1.4;
    font-size: 15px;
    white-space: nowrap;
    transition: all 0.4s;
}

.nav-list li .subnav a:hover {
    background-color: #005BB6;
}

.red_theme .nav-list li:hover a.bigclass,
.red_theme .nav-list li a.bigclass.active {
    background: #D7383C;
}

.red_theme .nav-list li .subnav {
    background: #D7383C;
}

.red_theme .nav-list li .subnav a:hover {
    background-color: #C50C11;
}


/* 轮播图 */

.banner-swiper {
    width: 100%;
    height: 400px;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    position: relative;
    width: 100%;
    height: 422px;
    overflow: hidden;
    padding: 0;
    margin-top: 30px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    width: 750px;
    height: 422px;
    overflow: hidden;
}

.banner .swiper-slide .img_box {
    position: relative;
    width: 750px;
    height: 422px;
    overflow: hidden;
    opacity: .5;
    -webkit-opacity: .5;
    -ms-opacity: .5;
    -moz-opacity: .5;
    transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
}

.banner .swiper-slide .img_box a {
    position: relative;
    display: block;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .img_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
}

.banner .swiper-slide .img_box img {
    width: 100%;
    height: 422px;
    object-fit: cover;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.banner .swiper-slide .img_box .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    padding: 10px;
    padding-right: 135px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
}

.banner .swiper-slide.swiper-slide-active .img_box {
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}

.banner .swiper-slide.swiper-slide-active .img_box:after {
    background: none;
}

.banner .swiper-slide.swiper-slide-active .img_box .cover_title {
    bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 40px;
    height: 80px;
    margin-top: -40px;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
    left: -40px;
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    background: url(../images/prev.png) no-repeat;
    background-size: 100%;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
    right: -40px;
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    background: url(../images/next.png) no-repeat;
    background-size: 100%;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    right: 240px;
    left: inherit;
    bottom: 10px;
    width: auto;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #005BB6;
}


/*.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
}*/

.typebar {
    line-height: 50px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    background: url(../images/icon_news.png) left center no-repeat;
    background-size: 23px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.typebar .more {
    float: right;
    font-size: 14px;
    color: #666666;
}

.typebar .more:hover {
    color: #005BB6;
}

.right-news .typebar {
    background-image: url(../images/icon_file.png);
}

.meeting-section .typebar {
    background-image: url(../images/icon_shenfen.png);
}

.journal-section .typebar {
    background-image: url(../images/icon_qikan.png);
}

.brand-activities .typebar {
    background-image: url(../images/icon_brand.png);
}

.friend-links .typebar {
    padding-left: 25px;
    background-image: url(../images/icon_danwei.png);
}

.typebar3 {
    line-height: 50px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}

.typebar3 .more {
    float: right;
    font-size: 14px;
    color: #666666;
}

.typebar3 .more:hover {
    color: #005BB6;
}


/* 新闻列表区 */

.news-section {
    padding: 30px 0;
    background: #fff;
}

.news-row {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-justify-content: space-between;
    min-height: 360px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.news-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
}

.news-tab-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.tab-item {
    position: relative;
    font-size: 18px;
    padding: 0 0px;
    margin-right: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.tab-item.active {
    color: #005BB6;
    font-weight: bold;
    background: #fff;
}


/*.tab-item.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #005BB6;
}*/

.tab-item:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: auto;
    right: -9px;
    top: 50%;
    margin-top: -10px;
    bottom: auto;
    height: 20px;
    width: 2px;
    background: #333;
}

.tab-item:last-child:after {
    display: none;
}

.tab-item .more {
    font-size: 12px;
    color: #999;
}

.tab-item .more:hover {
    color: #005BB6;
}

.news-tab-content {
    padding: 0 0 10px;
}

.news-list {
    display: none;
}

.news-list.active {
    display: block;
}

.news-img {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
    width: 100%;
}

.news-img .img {
    width: 180px;
    height: 104px;
    margin-right: 20px;
    display: block;
    overflow: hidden;
}

.news-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.news-img .img:hover img {
    transform: scale(1.05);
}

.news-img .text {
    width: calc(100% - 200px);
    overflow: hidden;
}

.news-img .text .title {
    color: #333;
    font-weight: bold;
    line-height: 22px;
    max-height: 44px;
    width: 100%;
    margin-bottom: 15px;
}

.news-img .text .title:hover {
    color: #005BB6;
}

.news-img .text .desc {
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    height: 38px;
}

.news-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item .date {
    color: #999;
    /*margin-right: 15px;*/
    flex-shrink: 0;
    width: 110px;
    text-align: right;
}

.news-item .title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    position: relative;
    line-height: 24px;
    padding-left: 15px;
}

.news-item .title:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #005BB6;
    content: "";
}

.news-item .title:hover {
    color: #005BB6;
}


/* 左侧新闻模块特殊样式 */

.left-news {
    width: calc(50% - 15px);
}


/* 右侧新闻模块特殊样式 */

.right-news {
    width: calc(50% - 15px);
}


/* 功能图标区 */

.features {
    /*padding: 40px 0;*/
    /*background: #f5f5f5;*/
}

.feature-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    /* 用于抵消子元素的margin */
}

.feature-item {
    text-align: center;
    width: calc(11.11% - 20px);
    /* 9个项目等分 */
    margin: 10px;
    -ms-flex: 0 0 calc(11.11% - 20px);
    flex: 0 0 calc(11.11% - 20px);
    transition: all 0.3s;
}

.feature-item:hover {}

.feature-item:hover .icon {
    background-color: #005BB6;
}

.feature-item:hover .icon img {
    transform: translateY(-72px);
}

.feature-item .icon {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 64px;
    margin: 0 auto 10px;
    transition: all 0.5s;
    border-radius: 50%;
    border: 1px solid #005BB6;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.feature-item .icon img {
    width: 32px;
    transition: all 0.5s;
    filter: drop-shadow(0px 72px #fff);
    /* IE11 替代方案（有限支持） */
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=72, Color='#ffffff', Positive='true')";
    vertical-align: middle;
}

.feature-item span {
    display: block;
    padding: 0 5px;
}


/*首页广告区*/

.index_gg {
    padding-top: 30px;
    padding-bottom: 0px;
}

.index_gg a {
    display: block;
    font-size: 0;
}


/* 会议与期刊区 */

.meeting-journal {
    padding: 20px 0;
    background: #fff;
}

.section-row {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.meeting-section {
    width: calc(50% - 15px);
}

.journal-section {
    width: calc(50% - 15px);
}

.typebar .section-title {
    font-size: 18px;
    color: #333;
}

.meeting-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

.meeting-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    font-size: 0;
    transition: transform 0.3s;
    width: calc(33.333% - 4px);
    margin: 2px;
    -ms-flex: 0 0 calc(33.333% - 4px);
    flex: 0 0 calc(33.333% - 4px);
}

.meeting-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.meeting-item:hover {
    transform: translateY(-3px);
}

.meeting-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.journal-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.line1 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.journal-grid .journal-item {
    width: calc(33.33% - 10px);
    margin-right: 14px;
}

.journal-item .text {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.journal-item .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 135%;
    box-sizing: content-box;
    overflow: hidden;
}

.journal-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.journal-item:hover .img img {
    transform: scale(1.03);
}

.journal-grid .journal-item:nth-child(3n) {
    margin-right: 0;
}

.journal-info {
    margin-bottom: 20px;
}

.journal-preview-item {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    display: -ms-flexbox;
}

.journal-preview-item:hover {
    /*transform: translateY(-5px);*/
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.15);*/
}

.journal-cover {
    width: 110px;
    height: 145px;
    margin-right: 20px;
    position: relative;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    /*padding-top: 140%;*/
    overflow: hidden;
}

.journal-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.journal-preview-item:hover .journal-cover img {
    transform: scale(1.05);
}

.journal-list {}

.journal-list .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    margin-top: 15px;
}

.journal-list .list {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    max-width: 500px;
}

.journal-list .list a {
    margin-right: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.journal-list .list a:hover {
    color: #005bb8;
}

.read-btn {
    display: inline-block;
    padding: 6px 20px;
    background: #005BB6;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}

.read-btn:hover {
    background: #005bb8;
}

.page-subtitle {
    font-size: 20px;
    color: #333;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1024px) {
    .journal-preview-item {
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .journal-grid {
        /*gap: 15px;*/
    }
    .journal-preview-item {
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
    .journal-info {
        padding: 10px;
    }
    .journal-info p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .read-btn {
        padding: 5px 15px;
        font-size: 13px;
    }
    .page-subtitle {
        font-size: 18px;
        margin: 20px 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .journal-preview-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}


/* 品牌活动展示区 */

.brand-activities {
    padding: 0px 0;
    /*background: #f5f5f5;*/
}

.brand-activities .section-title {
    color: #333;
    text-align: center;
}

.activities-slider {
    position: relative;
    padding: 0 0px;
}

.activity-item {
    position: relative;
    /*border-radius: 8px;*/
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: block;
}

.activity-item .img {
    font-size: 0;
    width: 100%;
    height: 0;
    padding-top: 50%;
    box-sizing: content-box;
    position: relative;
}

.activity-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.activity-item:hover img {
    transform: scale(1.05);
}

.activity-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: #fff;
    text-align: center;
    display: none;
}


/* Swiper导航按钮样式 */

.activities-button-prev,
.activities-button-next {
    width: 20px;
    height: 50px;
    margin-top: -25px;
    background-size: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.activities-button-prev:after,
.activities-button-next:after {
    font-size: 20px;
    color: #333;
}

.activities-button-prev {
    left: 0;
    background-image: url(../images/icon_arr_left1.png);
}

.activities-button-next {
    right: 0;
    background-image: url(../images/icon_arr_right1.png);
}


/* Swiper分页器样式 */

.activities-pagination {
    position: relative;
    margin-top: 0px;
    bottom: 0px!important;
}

.activities-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
}

.activities-pagination .swiper-pagination-bullet-active {
    background: #005BB6;
}

@media screen and (max-width: 768px) {
    .activities-slider {}
    .activity-item img {
        height: auto;
    }
    .activity-title {
        padding: 10px;
        font-size: 14px;
    }
    .activities-button-prev,
    .activities-button-next {
        width: 14px;
        height: 35px;
        margin-top: -18px;
    }
    .activities-button-prev:after,
    .activities-button-next:after {
        font-size: 16px;
    }
}


/* 友情链接区 */

.friend-links {
    padding: 30px 0;
    padding-top: 20px;
    background: #fff;
    overflow: hidden;
}

.links-tab-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    overflow: auto;
}

.links-tab-header::-webkit-scrollbar {
    width: 10px;
    /* 对于垂直滚动条 */
    height: 2px;
    /* 对于水平滚动条 */
}

.links-tab-header .tab-item {
    padding: 0px 5px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    color: #333;
    font-weight: bold;
    flex: 0 0 auto;
}

.links-tab-header .tab-item:hover {
    color: #005BB6;
}

.links-tab-header .tab-item.active {
    color: #005BB6;
    font-weight: bold;
}


/*.links-tab-header .tab-item.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #005BB6;
}*/

.links-tab-content {
    position: relative;
}

.links-list.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.links-list .link-item {
    padding: 5px 5px;
    margin: 10px;
}

.links-list .link-item a {
    color: #666;
    font-size: 16px;
    transition: color 0.3s;
}

.links-list .link-item a:hover {
    color: #005BB6;
}

.links-tab-header .tab-item:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .feature-grid {
        margin: -5px;
    }
    .feature-item {
        width: calc(33.333% - 10px);
        margin: 5px;
        -ms-flex: 0 0 calc(33.333% - 10px);
        flex: 0 0 calc(33.333% - 10px);
    }
    .meeting-grid {
        margin: -3px;
    }
    .meeting-item {
        width: calc(33.33% - 6px);
        margin: 3px;
        -ms-flex: 0 0 calc(33.33% - 6px);
        flex: 0 0 calc(33.33% - 6px);
    }
    .journal-grid {
        margin: -3px;
    }
    .journal-item {
        width: calc(33.33% - 6px);
        margin: 3px;
        -ms-flex: 0 0 calc(33.33% - 6px);
        flex: 0 0 calc(33.33% - 6px);
    }
    .journal-grid .journal-item {
        margin-right: 3px;
    }
}


/* 底部 */

.footer {
    background: #005BB6;
    color: #fff;
    padding: 30px 0 20px;
}

.footer-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 30px;
}

.footer-info p {
    margin-bottom: 10px;
    color: #fff;
    padding-left: 30px;
    background: url(../images/icon_addr_w.png) left top 2px no-repeat;
    background-size: 22px;
}

.footer-info p.tel {
    background-image: url(../images/icon_tel_w.png);
}

.footer-info p.email {
    background-image: url(../images/icon_email_w.png);
}

.footer-info p.youbian {
    background-image: url(../images/icon_youbian_w.png);
}

.footer-info p.fax {
    background-image: url(../images/icon_fax_w.png);
}

.footer-qr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.qr-code {
    text-align: center;
}

.qr-code img {
    width: 102px;
    height: 102px;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 4px;
}

.qr-code span {
    font-size: 14px;
    color: #fff;
    display: block;
}

.copyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.copyright a {
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .footer-main {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .footer-info {
        margin-bottom: 10px;
        padding-right: 0;
    }
    .footer-info p {
        font-size: 13px;
        background-position: left top;
    }
    .footer-qr {
        justify-content: center;
        align-self: center;
    }
    .qr-code img {
        width: 75px;
        height: 75px;
    }
    .qr-code span {
        font-size: 12px;
    }
    .copyright {
        padding-top: 10px;
    }
    .copyright,
    .copyright p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .copyright p a {
        display: block;
    }
}


/* 手机导航按钮 */

.mobile-nav-toggle {
    display: none;
    width: 24px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 15px;
}

.mobile-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #16229b;
    margin: 5px 0;
    border-radius: 3px;
    transition: all 0.3s;
}

.mobile-nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


/* 手机搜索按钮 */

.mobile-search-toggle {
    display: none;
    width: 30px;
    height: 30px;
    background: url('../images/icon_search_m.png') no-repeat center;
    background-size: 22px;
    border: none;
    cursor: pointer;
}


/* 手机搜索框 */

.mobile-search {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobile-search.active {
    display: block;
}

.mobile-search input {
    width: 100%;
    padding: 8px 40px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

.mobile-search .submit {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0px;
    transform: translateY(-50%);
    width: 50px;
    height: 30px;
    border: none;
    background: #eee;
    cursor: pointer;
}

.mobile-search .close-search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
}

.mobile-search .close-search:before,
.mobile-search .close-search:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    top: 50%;
    left: 50%;
}

.mobile-search .close-search:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-search .close-search:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-actions,
.mobile-search {
    display: none;
}

.left-nav .typename {
    display: none;
}

.main-nav-close {
    display: none;
}


/* IE11中的flex-grow修复 */

.footer-info {
    -ms-flex-positive: 1;
    flex-grow: 1;
}


/* IE11中的gap属性替代方案 */

.footer-qr .qr-code:not(:last-child) {
    margin-right: 30px;
}

.links-list .link-item {
    margin-right: 20px;
    margin-bottom: 15px;
}


/* IE11中的flex-wrap修复 */

.links-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -20px 0 0;
    /* 抵消子元素的margin */
    display: none;
}

.links-list .link-item {
    margin: 10px 20px 0 0;
}


/* 通知公告页面样式 */

.page-content {
    /*padding: 30px 0;*/
    /*background: #f5f5f5;*/
    min-height: 490px;
}

.typebar2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.typebar2 h2 {
    font-size: 18px;
    color: #005BB6;
    font-weight: bold;
}

.typebar2.mb0 {
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0 0 0 24px;
    background: url(../images/icon_addr_blue.png) left center no-repeat;
    color: #666;
    font-size: 14px;
    line-height: 2;
}

.breadcrumb span,
.breadcrumb a.active {
    color: #005BB6;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #005BB6;
}

.subpage {
    background-color: #fff;
    padding: 30px;
}

.notice-list {}

.notice-item {
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px dashed #DEE2E6;
}

.notice-date {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    text-align: center;
    margin-right: 20px;
    background: #F6F6F6;
    border: 1px solid #E9E9E9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-align-items: center;
}

.notice-date .day {
    display: block;
    font-size: 30px;
    color: #005BB6;
    line-height: 1.2;
}

.notice-date .month {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.notice-content {
    width: calc(100% - 100px);
    overflow: hidden;
}

.notice-title {
    color: #333;
    margin: 0;
    font-weight: normal;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.notice-title .tag {
    display: inline-block;
    padding: 2px 6px;
    color: #F0181E;
    border-radius: 2px;
    margin-left: 8px;
    vertical-align: middle;
}

.notice-title a {
    color: #333;
    display: block;
    width: auto;
    transition: color 0.3s;
    font-weight: bold;
}

.notice-title a:hover {
    color: #005BB6;
}

.notice-desc {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    height: 44px;
    margin: 0;
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.pages .el-button {
    padding: 0;
    width: 51px;
    height: 33px;
    font-size: 14px;
    color: #2270D5;
    text-align: center;
    line-height: 31px;
    border-radius: 0;
    border: 1px solid #DEE2E6;
}

.pages .el-button:hover,
.pages .el-pagination.is-background .btn-next:hover,
.pages .el-pagination.is-background .btn-prev:hover,
.el-pagination.is-background .el-pager li:hover,
.el-pagination.is-background .el-pager li.active {
    background: #2270D5 !important;
    color: #fff !important;
    border-color: #2270D5 !important;
}

.pages .el-pagination {
    padding: 0;
}

.pages .el-pagination .btn-next,
.pages .el-pagination .btn-prev {
    margin: 0 !important;
    width: 65px;
    height: 33px;
    font-size: 14px;
    color: #2270D5;
    text-align: center;
    line-height: 31px;
    border-radius: 0 !important;
    border: 1px solid #DEE2E6;
    border-right: 0;
}

.pages .el-pagination .btn-prev {
    border-left: 0;
}

.pages .el-pagination.is-background .btn-next,
.pages .el-pagination.is-background .btn-prev {
    font-size: 14px;
    color: #2270D5;
    background: #fff;
}

.el-pagination.is-background .el-pager li {
    margin: 0 !important;
    padding: 0;
    width: 33px;
    height: 33px;
    font-size: 14px;
    color: #2270D5 !important;
    font-weight: normal;
    text-align: center;
    line-height: 31px;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #DEE2E6;
    border-right: 0;
}

.pages .el-pagination button,
.pages .el-pagination span:not([class*=suffix]) {
    height: 33px;
    line-height: 31px;
}

.pages .el-button {
    margin-right: -1px;
}

.pages .el-button.is-disabled,
.pages .el-pagination.is-background .btn-next.disabled,
.pages .el-pagination.is-background .btn-next:disabled,
.pages .el-pagination.is-background .btn-prev.disabled,
.pages .el-pagination.is-background .btn-prev:disabled {
    color: #2270D5;
    border: 1px solid #DEE2E6;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li {
    float: left;
    width: 33px;
    height: 33px;
    font-size: 14px;
    color: #2270D5;
    text-align: center;
    line-height: 31px;
    border: 1px solid #DEE2E6;
    border-right: 0;
    transition: all 0.3s;
}

.pagination li span,
.pagination li a {
    display: block;
}

.pagination li:hover,
.pagination li.active {
    background: #2270D5;
    color: #fff;
    border-color: #2270D5;
}

.pagination .prev,
.pagination .next {
    width: 65px;
}

.pagination .first,
.pagination .last {
    width: 51px;
}

.pagination .last {
    border-right: 1px solid #DEE2E6;
}

.pages .form {
    display: none;
    height: 33px;
    line-height: 31px;
}

.pages .form .text {
    margin: 0 5px;
    font-size: 14px;
    color: #ccc;
    float: left;
}

.pages .form .input {
    width: 32px;
    height: 33px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 0;
    text-align: center;
    color: #ccc;
    float: left;
    margin-right: 5px;
}

.pages .form .go-page {
    width: 58px;
    height: 33px;
    border: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.contact_content {}

.contact_content .map {
    margin-bottom: 30px;
}

.contact_content .content {
    line-height: 1.8;
    margin-bottom: 30px;
}


/* 协会简介页面样式 */

.about-container {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}


/* 左侧导航样式 */

.left-nav {
    width: 220px;
    margin-right: 30px;
    border-radius: 4px;
}

.left-nav .nav-title {
    padding: 11px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #005BB6;
    border-radius: 4px 4px 0 0;
}

.left-nav .side-menu {
    list-style: none;
}

.left-nav .side-menu li {
    display: block;
    margin: 0;
    margin-bottom: 6px;
}

.left-nav .side-menu li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    transition: all 0.3s;
    border: 1px solid #eee;
    text-align: center;
}

.left-nav .side-menu li.active a,
.left-nav .side-menu li a:hover {
    color: #fff;
    background: #005BB6;
}


/* 右侧内容样式 */

.right-content {
    width: calc(100% - 250px);
    min-height: calc(100vh - 519px);
}

.page-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.content-text,
.content-text * {
    font-family: "微软雅黑" !important;
    font-size: 16px !important;
    color: #333;
    line-height: 2 !important;
}

.content-text a {
    color: #00A0E9;
}

.content-text img {
    max-width: 100% !important;
    height: auto !important;
}

.scroll_table {
    overflow-x: auto;
}

.scroll_table table th,
.scroll_table table td {
    white-space: nowrap;
}

.content-text table {
    width: 100%;
}

.content-text table th {
    border: 1px solid #ddd;
}

.content-text table td {
    border: 1px solid #ddd;
}

.content-text .agree {
    margin: 20px auto;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #4F9834;
    border-radius: 3px 3px 3px 3px;
    transition: all 0.4s;
}

.content-text .agree:hover {
    background-color: #6dbb50;
}

@media screen and (max-width: 768px) {
    .about-container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }
}


/* 协会活动页面样式 */

.activity-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -11px;
}

.activity-card {
    width: calc(33.33% - 14px);
    margin: 11px 7px 20px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.activity-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.activity-card .image {
    display: block;
    position: relative;
    height: 200px;
    width: 100%;
    height: 0;
    padding-top: 56.737%;
    box-sizing: content-box;
    overflow: hidden;
}

.activity-card .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.activity-card:hover .image img {
    transform: scale(1.05);
}

.activity-card .info {
    padding: 20px;
    background: #F8F8F8;
}

.activity-card .title {
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: normal;
}

.activity-card .title a {
    color: #333;
    transition: color 0.3s;
    font-size: 16px;
}

.activity-card .title a:hover {
    color: #005BB6;
}

.activity-card .info a.more {
    font-size: 14px;
    color: #005BB6;
}

.activity-card .meta {
    color: #999;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.activity-card .date {
    margin-right: 20px;
}

.activity-card .status {
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
}

.activity-card .status.ongoing {
    background: #e6f3ff;
    color: #005BB6;
}

.activity-card .status.ended {
    background: #f5f5f5;
    color: #999;
}

.activity-card .desc {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .activity-list {
        margin: -10px;
    }
    .activity-card {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .activity-card .image {
        /*height: 160px;*/
    }
    .activity-card .info {
        padding: 15px;
    }
    .activity-card .title {
        font-size: 15px;
    }
    .activity-card .meta {
        font-size: 13px;
    }
    .activity-card .desc {
        font-size: 13px;
        margin-top: 10px;
    }
}


/* 工作动态页面样式 */

.news-container {
    background: #fff;
    padding: 30px 30px;
    min-height: calc(100vh - 459px);
}

.news-container .typebar2 {
    margin-bottom: 0;
}

.news-item-card {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dashed #DEE2E6;
    transition: all 0.3s;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.news-item-date {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    color: #999;
    line-height: 24px;
    text-align: right;
}

.news-item-content {
    width: calc(100% - 150px);
    overflow: hidden;
}

.news-item-title {
    color: #333;
    margin: 0;
    width: 100%;
    font-weight: normal;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.news-item-title a {
    color: #333;
    width: auto;
    transition: color 0.3s;
    position: relative;
    padding-left: 15px;
}

.news-item-title a:hover {
    color: #005BB6;
}

.news-item-title a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #005BB6;
    content: "";
}

.news-item-title .new-tag {
    display: inline-block;
    padding: 0 5px;
    /*background: #ff0000;*/
    color: #ff0000;
    border-radius: 2px;
    margin-left: 8px;
    line-height: 18px;
    font-style: normal;
}


/* 移除不需要的样式 */

.news-item-desc,
.news-item-meta {
    display: none;
}

@media screen and (max-width: 768px) {
    .news-container {
        padding: 15px;
    }
    .news-item-card {
        padding: 12px 0;
    }
}


/* 工作动态详情页样式 */

.news-detail {
    background: #fff;
    padding: 30px;
}

.news-detail-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 30px;
}

.news-detail-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-detail-meta {
    color: #999;
}

.news-detail-meta span {
    display: inline-block;
    margin: 0 15px;
}

.news-detail-content,
.news-detail-content * {
    font-family: "微软雅黑" !important;
    font-size: 16px !important;
    color: #333;
    line-height: 2 !important;
}

.news-detail-content img {
    max-width: 100% !important;
    height: auto!important;
}


/* 期刊页面样式 */

.typebar4 {
    margin-bottom: 20px;
}

.typebar4 h2 {
    padding-left: 15px;
    line-height: 1;
    color: #005BB6;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #005BB6;
}

.journal-top {
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.journal-wrap {
    display: -ms-flexbox;
    display: flex;
}

.journal-about {
    margin-right: 10px;
    width: calc(50% - 10px);
}

.journal-about .about-text {
    background: url(../images/qk_about_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 20px;
}

.journal-about,
.journal-about p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.journal-about p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /*要显示的行数*/
    overflow: hidden;
}

.journal-about .about-text {
    margin-top: 5px;
    text-align: right;
    overflow: hidden;
}

.journal-about .about-text .more {
    font-size: 16px;
    color: #fff;
}

.journal-subscribe {
    margin-left: 10px;
    width: calc(50% - 10px);
}

.journal-subscribe .content {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #D8ECFF;
    padding: 20px;
    height: calc(100% - 40px);
    display: block;
}

.journal-subscribe img {
    width: 100%;
    max-width: 300px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.4s;
}

.journal-subscribe img:hover {
    transform: scale(1.03);
}

.journal-subscribe .subscribe-text h2 {
    color: #005BB6;
    text-align: center;
    font-size: 16px;
}


/* 主要内容区域布局 */

.journal-main {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.journal-preview {
    -ms-flex: 0 0 calc(70% - 15px);
    flex: 0 0 calc(70% - 15px);
    background: #fff;
    padding: 30px 0;
    border-radius: 4px;
}

.journal-preview h2 {
    /*font-size: 20px;*/
    /*color: #333;*/
    /*margin-bottom: 30px;*/
}

.journal-swiper {
    position: relative;
    padding: 30px 100px;
    border: 1px solid #D8ECFF;
    overflow: hidden;
}

.journal-swiper .swiper-button-prev {
    background-image: url(../images/icon_arr_left_l.png);
    background-size: 20px;
}

.journal-swiper .swiper-button-prev,
.journal-swiper .swiper-container-rtl .swiper-button-next {
    left: 30px;
}

.journal-swiper .swiper-button-next {
    background-image: url(../images/icon_arr_right_l.png);
    background-size: 20px;
}

.journal-swiper .swiper-button-next,
.journal-swiper .swiper-container-rtl .swiper-button-prev {
    right: 30px;
}

.journal-swiper .swiper-slide {
    text-align: center;
}

.journal-swiper .journal-item {
    width: 100%;
    height: 0;
    padding-top: 132%;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    display: block;
}

.journal-swiper .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}

.journal-swiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.journal-swiper .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
}

.journal-news-section {
    -ms-flex: 0 0 calc(30% - 15px);
    flex: 0 0 calc(30% - 15px);
    background: #fff;
    padding: 10px 0 30px;
    border-radius: 4px;
}

.journal-news-section .typename {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../images/news_bg.png) center no-repeat;
    background-size: 100%;
    width: 178px;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}

.journal-news-section .news-list {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border: 1px solid #D8ECFF;
    padding: 15px;
    padding-bottom: 5px;
}

.journal-news-section .news-list .news-item {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
}

.quick-links {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.quick-links .quick-link {
    width: calc(33.33% - 20px);
    margin: 0 10px 10px;
    height: 92px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
}

.quick-links .quick-link {
    background: url(../images/link_bg3.png) center no-repeat;
    background-size: cover;
    color: #fff;
    transition: all 0.4s;
}

.quick-links .quick-link:hover {
    transform: translateY(-3px);
}


/*.quick-links .quick-link.item1{background-image: url(../images/link_bg3.png);}
.quick-links .quick-link.item2{background-image: url(../images/link_bg2.png);}
.quick-links .quick-link.item3{background-image: url(../images/link_bg1.png);}
.quick-links .quick-link.item1 .icon{background-image: url(../images/link_icon1.png);}
.quick-links .quick-link.item2 .icon{background-image: url(../images/link_icon2.png);}
.quick-links .quick-link.item3 .icon{background-image: url(../images/link_icon3.png);}*/

.quick-links .quick-link .icon {
    width: 48px;
    height: 48px;
    background: url(../images/link_icon1.png) center no-repeat;
    margin-right: 15px;
}

.quick-links .quick-link .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


/*期刊详情*/

.journal_detail {}

.journal_detail .img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}

.journal_detail .content {
    margin-bottom: 30px;
}

.journal_detail h2 {
    font-size: 16px;
    font-weight: bold;
    color: #005BB6;
    margin-bottom: 10px;
}

.journal_detail,
.journal_detail * {
    font-size: 16px;
    color: #333;
}

.journal_detail p,
.journal_detail div {
    margin-bottom: 10px;
}

.journal_detail a {
    color: #005BB6;
}

.journal_detail .pptiframe_section iframe {
    width: 100%;
    height: 530px;
    border: 0;
}


/* 响应式布局 */

@media screen and (max-width: 1024px) {
    .journal-top {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .journal-subscribe {
        -ms-flex: none;
        flex: none;
    }
    .journal-main {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .journal-preview,
    .journal-news-section {
        -ms-flex: none;
        flex: none;
    }
}

@media screen and (max-width: 768px) {
    .journal-about h2,
    .journal-subscribe h2,
    .journal-preview h2,
    .journal-news-section h2 {
        font-size: 17px;
    }
    .journal-swiper {
        padding: 15px 30px;
    }
    .journal-swiper .swiper-button-prev,
    .journal-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .journal-swiper .swiper-button-prev {
        left: 0;
    }
    .journal-swiper .swiper-button-next {
        right: 0;
    }
    .journal-swiper .swiper-button-prev:after,
    .journal-swiper .swiper-button-next:after {
        font-size: 16px;
    }
    .journal-news-section .typename {
        font-size: 17px;
    }
    .journal-news-section .typename {
        width: 118px;
        height: 42px;
        line-height: 42px;
    }
    .journal-news-section .news-list .news-item {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .journal-swiper .swiper-slide p {
        font-size: 14px;
    }
    .quick-links .quick-link {
        width: 100%;
        height: 60px;
        padding: 0;
    }
    .quick-links .quick-link .title {
        font-size: 18px;
    }
    .quick-links .quick-link .icon {
        width: 36px;
        height: 36px;
    }
    .quick-link img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .quick-link span {
        font-size: 14px;
    }
    .journal_detail h2 {
        margin-bottom: 5px;
    }
    .journal_detail p,
    .journal_detail div {
        margin-bottom: 5px;
    }
    .journal_detail,
    .journal_detail * {
        font-size: 14px;
        line-height: 1.65;
    }
}


/* 党建引领页面样式 */

.party-building {}

.party-building .banner-section {
    margin-bottom: 20px;
}

.party-building .banner-swiper {
    height: 340px;
}

.party-building .swiper-slide {
    position: relative;
}

.party-building .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
}

.party-building .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party-building .slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding-right: 70px;
}

.party-building .swiper-pagination {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    bottom: 15px;
    width: auto;
    right: 0;
    left: auto;
}

.party-building .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.party-building .swiper-pagination-bullet-active {
    background: #C50C11;
}

.party-building .content-section {
    display: flex;
    flex-wrap: wrap;
}

.party-building .left-column,
.party-building .right-column {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.party-building .left-column {
    margin-right: 30px;
}

.party-building .section-box {
    background: #fff;
}

.party-building .section-box.mt20 {
    margin-top: 20px;
}

.party-building .section-header {
    display: flex;
    justify-content: space-between;
    height: 33px;
    border-bottom: 1px solid #c8161d;
}

.party-building .section-header h2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.party-building .section-header .active h2 {
    color: #c8161d;
}

.party-tabs .tab-item:after {
    display: none;
}

.party-tab-header {
    display: flex;
}

.party-tabs .tab-item.active:after {
    display: none;
    bottom: -10px;
    background-color: #c8161d
}

.party-tabs .tab-item.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #C50C11;
}

.party-tabs .tab-item {
    margin-right: 20px;
    display: block;
    height: 32px;
}

.party-building .section-header .more {
    font-size: 14px;
    color: #C50C11;
}

.party-building .news-list {
    padding: 15px 0px 0;
}

.party-building .news-list li {
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

.party-building .news-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #c8161d;
    border-radius: 50%;
}

.party-building .news-list li:last-child {
    margin-bottom: 0;
}

.party-building .news-list a {
    color: #333;
    line-height: 1.6;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.party-building .news-list a:hover {
    color: #c8161d;
}


/* 响应式调整 */

@media screen and (max-width: 768px) {
    .party-building .content-section {
        flex-direction: column;
    }
    .party-building .banner-swiper {
        height: 300px;
    }
    .party-building .slide-caption {
        font-size: 14px;
        padding: 10px 80px 10px 10px;
    }
    .party-building .section-box.mt20 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .party-building .banner-swiper {
        height: 200px;
    }
    .party-building .section-header h2 {
        font-size: 17px;
    }
    .party-building .section-header .more {
        font-size: 12px;
    }
    .party-building .news-list li {
        margin-bottom: 8px;
    }
    .party-building .news-list a {
        font-size: 14px;
    }
}


/* 党建引领-通知通报页面样式 */

.party-notice {}

.party-notice .right-content {
    flex: 1;
    min-width: 0;
}

.party-notice .notice-list {
    background: #fff;
}

.party-notice .notice-item {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px dashed #DEE2E6;
}

.party-notice .notice-image {
    width: 202px;
    height: 122px;
    margin-right: 20px;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
}

.party-notice .notice-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.party-notice .notice-item:hover .notice-image img {
    transform: scale(1.05);
}

.party-notice .notice-info {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-bottom: 30px;
}

.party-notice .notice-info .title {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px;
    margin-top: 3px;
    font-weight: bold;
    line-height: 1.4;
    display: block;
}

.party-notice .notice-info:hover .title {
    color: #C50C11;
}

.party-notice .notice-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    height: 50px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.party-notice .notice-date {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px;
    color: #999;
    background-color: transparent;
    border: 0;
}

.fixed_join,
.fixed_offic{
    position: fixed;
    top: 358px;
    right: 20px;
    width: 110px;
    height: 110px;
    padding: 2px;
    background-color: #005BB6;
    border-radius: 5px;
    text-align: center;
    z-index: 99;
    display: block;
}
.fixed_offic{
    top: 488px;
}

.fixed_join .icon,
.fixed_offic .icon {
    width: 42px;
    margin: 20px auto 0;
}

.fixed_join p,.fixed_offic p {
    color: #fff;
}

.fixed_ewm {
    position: fixed;
    top: 618px;
    right: 20px;
    width: 110px;
    height: 110px;
    z-index: 99;
}

.fixediv {
    height: 397px;
    position: fixed;
    top: 210px;
    width: 97px;
    z-index: 99;
    background: url(../images/ggying.png) no-repeat;
    background-size: 100% 100%;
}

.fixediv .img {
    display: block;
}

.fixediv img {
    width: 100%;
}

.leftadv {
    left: calc(50vw - 750px);
}

.rightadv {
    right: calc(50vw - 750px);
}

.fixediv a.fixclose {
    position: absolute;
    right: 2px;
    top: 2px;
}

.fixediv a.fixclose img {
    width: 24px;
    height: 24px;
}


/* 新增省份选项 */

.province-btnsection {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.province-btnsection a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
    height: 32px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 32px;
    background: #F5F5F5;
    border-radius: 5px;
}

.province-btnsection a:nth-child(10n) {
    margin-right: 0;
}

.province-btnsection a:hover,
.province-btnsection a.active {
    color: #fff;
    background: #005BB6;
}

@media(max-width: 1880px) {
    .index_page .fixed_join {
        top: auto;
        bottom: 170px;
    }
    .index_page .fixed_ewm {
        top: auto;
        bottom: 50px;
    }
}

@media(max-width: 1520px) {
    .leftadv {
        left: 20px;
    }
    .rightadv {
        right: 20px;
    }
}

@media(max-width: 1440px) {
    .leftadv {
        left: 0px;
    }
    .rightadv {
        right: 0px;
    }
}

@media(max-width: 1280px) {
    .fixediv {
        display: none;
    }
    .fixed_join,
    .fixed_ewm,
    .fixed_offic{
        display: none;
    }
}


/* 响应式调整 */

@media screen and (max-width: 992px) {
    .party-notice .notice-image {
        width: 180px;
        height: 120px;
    }
    .party-notice .notice-info .title {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .party-notice .content-wrapper {
        flex-direction: column;
    }
    .party-notice .left-sidebar {
        width: 100%;
    }
    .party-notice .notice-item {
        flex-direction: column;
        padding: 15px 0;
    }
    .party-notice .notice-image {
        width: 100%;
        height: 200px;
        margin: 0 0 15px 0;
    }
    .party-notice .notice-info {
        padding-bottom: 0;
    }
    .party-notice .notice-date {
        position: static;
        margin-top: 8px;
        display: block;
        text-align: left;
    }
    .province-btnsection a {
        width: 73px;
    }
    .province-btnsection a:nth-child(9n) {
        margin-right: 0;
    }
    .province-btnsection a:nth-child(10n) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .party-notice .notice-image {
        height: 160px;
    }
}

body.red_theme {
    background-image: url(../images/topbg_red.png);
}

body.red_theme .main-nav,
body.red_theme .search-btn,
body.red_theme .footer {
    background-color: #C50C11;
}

body.red_theme .nav-list li a.bigclass:hover,
body.red_theme .nav-list li a.bigclass.active {
    background: #D7383C;
}

body.red_theme .left-nav .side-menu li.active a,
body.red_theme .left-nav .side-menu li a:hover,
body.red_theme .pagination a:hover,
body.red_theme .pagination li.active,
body.red_theme .pagination li:hover,
body.red_theme .pagination li.active {
    background-color: #C50C11;
}

body.red_theme .typebar2 h2 {
    color: #C50C11;
}

body.red_theme .pagination li {
    color: #C50C11;
}

body.red_theme .pagination li:hover,
body.red_theme .pagination li.active {
    color: #fff;
    border-color: #C50C11;
}

body.red_theme .breadcrumb {
    background-image: url(../images/icon_addr_red.png);
}

body.red_theme .fixed_join {
    background-color: #C50C11;
}

.red_theme .breadcrumb span,
.red_theme .breadcrumb a.active,
.red_theme .breadcrumb a:hover,
.red_theme .news-item-title a:hover {
    color: #C50C11;
}

.red_theme .news-item-title a:before {
    background-color: #C50C11;
}

.btn_green_deep {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 40px) / 3);
    height: 40px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    background: rgb(51, 102, 153);
}

.btn_green_deep:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 640px) {
    .btn_green_deep {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc((100% - 20px) / 3);
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .btn_green_deep:nth-child(3n) {
        margin-right: 0;
    }
    .province-btnsection a {
        width: calc((100% - 30px) / 4);
    }
    .province-btnsection a:nth-child(4n) {
        margin-right: 0;
    }
    .province-btnsection a:nth-child(9n) {
        margin-right: 10px;
    }
}
