﻿/* @font-face{
    font-family: 'sourceHanSansCN'; 
    src: url('sourceHanSansCN regular.otf');
} */
/* @import url(publics.css); */

/* 页面置灰 */
/* html{
    filter:grayscale(100%);
   -webkit-filter:grayscale(100%);
   -moz-filter:grayscale(100%);
   -ms-filter:grayscale(100%);
   -o-filter:grayscale(100%);
   filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
   filter:gray;
}  */

/* .con-right a {
    background-color: #fdb8a3 !important;
}
.con-right a:hover {
    background-color: #fc5858 !important;
    color: #fff;
} */

.swiperhide {
    display: none;
}
.head-bg {
    width: 100%;
    height: 234px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.head-top {
    color: #ffffff;
    font-size: 14px;
    /* line-height: 1.5; */
    justify-content: space-between;
    padding: 22px 0 12px;
}
.bangong  {
    color: #ffffff !important;
}
.bangong i {
    background: url(../images/icons.png) no-repeat;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    vertical-align: -5px;
    margin-right: 5px;
}
.head-topright>i {
    height: 10px;
    width: 1px;
    background-color: #ffffff;
}
.head-topright a, .head-topright span {
    /* margin: 0 10px; */
    margin: 0 5px;
    color: #24292f;
}
.head-topright a:hover {
    color: #24292f !important;
}
.head-topright span {
    margin: 0 10px;
}
.joinVip {
    color: #fff !important;
    margin: 0 0 0 15px !important;
    position: relative;
}
.joinVip::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
    top: 50%;
    left: -14px;
    transform: translate(0, -50%);
}
.head-topright span#register_box {
    margin: 0 10px 0 0;
}
.head-topright span.search {
    margin: 0 5px 0 10px;
}
/* .head-sign {
    display: inline-block;
    margin-right: 5px;
}
.head-sign-vip {
    position: relative;
}
.head-sign-vip::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
    top: 50%;
    right: -6px;
    transform: translate(0, -50%);
}
.head-sign>span {
    cursor: pointer;
}
.head-sign>img {
    vertical-align: -8px;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
}

.user-box {
    padding-top: 12px;
    display: none;
    position: absolute;
    top: 25px;
    left: -20px;
}
.user-box-con {
    width: 84px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #edeef1;
    box-shadow: 2px 2px 12px #dbdbdb;
    background-color: #fff;
    padding: 10px 8px;
}
.user-item {
    display: block;
    cursor: pointer;
    color: #252525 !important;
    font-size: 14px;
    line-height: 1;
    padding: 4px 0;
    margin: 0 0 8px !important;
    text-align: center;
}
.user-item:hover {
    color: #252525 !important;
    background-color: #f0eded;
}
.isvip, .sign-box {
    display: inline-block;
}
.vip-tag {
    display: inline-block;
    width: 88px;
    height: 24px;
    line-height: 24px;
    background-color: #16171c;
    border-radius: 5px;
    border: 1px solid #eec88b;
    text-align: center;
    margin: 0 3px !important;
}
.vip-tag-dw {
    background-color: #3b338b;
}
.vip-img {
    width: 16px;
    height: 14px;
    background-position: 0 -32px;
    vertical-align: -2px;
    margin-right: 4px;
} */
.search {
    background: url(../images/icons.png) no-repeat;
    width: 15px;
    height: 17px;
    background-position: -26px 0px;
    vertical-align: -5px;
    cursor: pointer;
    display: inline-block;
}
.head-th {
    align-items: center;
    margin: 32px 0 42px;
    padding: 0 10px;
    justify-content: space-between;
}
.head-th img:nth-child(2) {
    margin-left: 110px;
    margin-right: 40px;
}
.head-nav-box {
    background-color: #3370ff;
    height: 62px;
    position: relative;
    z-index: 2;
}
.head-nav {
    display: flex;
    justify-content: space-between;
    background-color: #3370ff;
    position: relative;
}
/* .head-nav a,.head-nav span { */
.head-nav .nav-title {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.head-nav>li {
    float: left;
    width: 148px;
    text-align: center;
    line-height: 62px;
    height: 62px;
    /* position: relative; */
    font-size: 22px;
}
.head-nav>li:hover,
.nav-active {
    background-color: #063492;
 }
 .head-nav>li .nav-title {
    position: relative;
    display: block;
 }
/* .head-nav>li .nav-title:hover:after,
.nav-active .nav-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 5px;
    background-color: #f3daa2;
}
.head-nav>li:hover>a,
.head-nav>li:hover>span,
.nav-active a{
    color: #f3daa2 !important;
} */
.head-nav>li:hover .nav-child  {
    visibility: visible;
    opacity: 1;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
/* pc导航 */
@media screen and (min-width:820px) {
    .head-nav>li:hover .nav-child-box  {
        visibility: visible;
        opacity: 1;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
}
.nav-child {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(49, 49, 49,.85);
    width: 148px;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 16px;
    z-index: 9;
    transition: all .3s;
}
.nav-child li {
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid #6d6d6d;
}
.nav-child li:last-child {
    border-bottom: 0;
}
/* 第一版三角形 */
/* .nav-child::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f3daa2;
} */
.nav-child a {
    color: #fff !important;
    font-weight: normal;
}
.nav-child li:hover a {
    color: #f3daa2 !important;
    font-weight: bold;
}
/* .nav-child li:hover a {
    color: #ffffff !important;
} */

.nav-child-box {
    background-color: #3370ff;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    /*background-color: #fff;*/
    /*padding: 15px 12px 15px 25px;*/
    /*width: 1200px;*/
    /*height: 280px;*/
    /*border: 1px solid #edeef1;*/
    /*box-shadow: 5px 1px 16px #dbdbdb;*/
    /*box-sizing: border-box;*/
    /*display: flex;*/
    /* display: none; */
    /*left: 0;*/
    /*position: absolute;*/
    z-index: 20;
    /*text-align: left;*/
    /*line-height: 40px;*/
}
.head-nav li:nth-child(4) .nav-child-box {
    height: auto !important;
}
.nav-child-box a {
    color: #fff !important;
    /* font-weight: normal !important; */
}
.nav-child-title {
    font-size: 20px;
    font-weight: bold !important;
    position: relative;
    padding-left: 18px;
    display: block;
    padding-bottom: 8px;
    color: #424242;
    margin-top: -5px;
}
.nav-child-title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #0090ff;
    left: 0;
    top: 6px;
}
.head-nav>li a.nav-child-title:hover {
    color: #0090ff !important;
}
.lrld-box {
    width: 460px;
    margin: auto;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-top: 8px;
}
.nav-lrld-left {
    width: 505px;
}
.swiper-lrld {
    width: 92%;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.swiper-lrld figure {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    box-shadow: 5px 5px 8px #cac7c7;
}
.swiper-lrld figure img {
    width: auto;
    height: 110px;
}
.swiper-lrld h3 {
    color: #2e2f2f;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 2px;
}
.swiper-lrld p {
    color: #737373;
    font-size: 14px;
    max-width: 78%;
    margin: auto;
    line-height: 22px;
}
.swiper-special {
    overflow: hidden;
}
.swiper-lrld .swiper-button-next,
.swiper-lrld .swiper-button-prev,
.swiper-activity .swiper-button-next,
.swiper-activity .swiper-button-prev,
.swiper-special .swiper-button-next,
.swiper-special .swiper-button-prev {
    /* background-image: url(../images/icons.png); */
    width: 15px;
    height: 32px;
    outline: none;
    background-size: inherit;
    background-repeat: no-repeat;
}
.swiper-special .swiper-button-next,
.swiper-special .swiper-button-prev {
    top: 56%;
}
.swiper-lrld .swiper-button-prev,
.swiper-activity .swiper-button-prev,
.swiper-special .swiper-button-prev {
    /* background-position:  0 -265px; */
    background-image: url(../images/learning-left.png);
    left: -2px;
}
.swiper-lrld .swiper-button-next,
.swiper-activity .swiper-button-next,
.swiper-special .swiper-button-next {
    /* background-position: -20px -265px; */
    right: 0;
    background-image: url(../images/learning-right.png);
}
.nav-child-center {
    width: 310px;
    padding-left: 35px;
    border: 1px solid #ededed;
    border-width: 0 1px 0 1px;
}
.nav-lrld-right {
    padding-left: 35px;
}

.nav-child-list {
    padding-left: 10px;
}
.nav-child-center .nav-child-list {
    padding-left: 18px;
    margin-top: -2px;
}
.nav-child-list li {
    line-height: 27px !important;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 组织机构行高调整 */
.head-nav-box .head-nav li:nth-child(2) .nav-child-list li {
    line-height: 25px !important;
}
.head-nav-box .head-nav li:nth-child(2) .nav-child-title {
    padding-bottom: 4px;
}
.nav-child-list li a {
    font-size: 14px;
    padding-left: 10px;
    position: relative;
}
.nav-child-center .nav-child-list li a {
    line-height: 1;
}
.nav-news-box .nav-child-list li {
    line-height: 42px !important;
}
.nav-news-box .nav-child-list li a {
    font-size: 16px;
}
.nav-child-list li:hover a {
    color: #008fff !important;
}
.nav-child-list li a:before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #bababa;
}
.nav-child-list li:hover a:before {
    background-color: #008fff;
}
.nav-child-sort li {
    padding-top: 16px;
    font-size: 17px;
    font-weight: 700;
}
.nav-child-sort li:first-child {
    padding-top: 0;
    margin-top: -5px;
}
.nav-vip-right .nav-child-sort li:first-child {
    padding-top: 10px;
}
.nav-child-sort li a {
    display: block;
    width: 235px;
    height: 69px;
    line-height: 69px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    text-align: center;
    border-radius: 5px;
    box-shadow: 3px 1px 10px rgba(8, 1, 3, 0.05);
}
.nav-child-sort li a:hover {
    border: 3px solid #91c0ff;
}
.nav-child-sort li a i {
    width: 24px;
    height: 25px;
    background-image: url(../images/xh-icons.png);
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: -7px;
}
.nav-lrld-child-sort li:nth-child(1),
.nav-lrld-child-sort li:nth-child(2) {
    margin-bottom: 16px;
}
.nav-lrld-child-sort li a {
    display: block;
    width: 116px;
    height: 116px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    padding: 22px 0;
    text-align: center;
    border-radius: 5px;
    box-shadow: 3px 1px 10px rgba(8, 1, 3, 0.05);
}
.nav-lrld-child-sort li a:hover {
    border: 3px solid #91c0ff;
}
.nav-lrld-child-sort li .study1 i {
    background-position: 0 0;
}
.nav-lrld-child-sort li .study2 i {
    background-position: -40px 0;
}
.nav-lrld-child-sort li .study3 i {
    background-position: 0 -43px;
}
.nav-lrld-child-sort li .study4 i {
    background-position: -40px -43px;
}
.nav-lrld-child-sort li a i {
    width: 36px;
    height: 36px;
    background-image: url(../images/xh-nav-icons.png); 
    margin-right: 0;
}
.nav-lrld-child-sort li a {
    width: 116px;
    height: 116px;
}
.nav-lrld-child-sort li a p {
    font-size: 16px;
    color: #2e2f2f;
    line-height: 50px;
}
.nav-lrld-child-sort {
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* .nav-child-sort li .study1{
    margin-top: 10px;
    background: url(../images/nav/nav-study-bg1.png) no-repeat;
}
.nav-child-sort li .study2{
    background: url(../images/nav/nav-study-bg2.png) no-repeat;
}
.nav-child-sort li .study3{
    background: url(../images/nav/nav-study-bg3.png) no-repeat;
} */
/* 学会服务导航 */
.nav-service-list {
    flex-wrap: wrap;
    justify-content: center;
    /*margin-top: 4px;*/
}
.nav-service-list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.nav-service-list li:nth-child(7),
.nav-service-list li:nth-child(8),
.nav-service-list li:nth-child(9),
.nav-service-list li:nth-child(10),
.nav-service-list li:nth-child(11) {
    padding-top: 13px;
    margin-bottom: 5px;
}
.nav-service-list li a {
    display: block;
    text-align: center;
    /*width: 180px;*/
    /*height: 116px;*/
    /*padding: 25px 0;*/
    box-sizing: border-box;
    /*border: 1px solid #f3f3f3;*/
    /*border-radius: 5px;*/
    color: #2e2f2f;
    font-size: 15px;
}
.nav-service-list li:hover {
    border: 0;
    background-color: #063492;
    font-weight: bold;
    
}
.nav-service-list li:hover a{
    color: #fff !important;
}
.nav-service-list li a span {
    display: block;
    text-align: center;
    margin: 0 auto 12px;
    width: 40px;
    height: 38px;
    background-image: url(../images/nav/nav-icons.png);
    background-repeat: no-repeat;
}
.nav-service-list li a span.s1 {
    width: 44px;
    background-position: -190px -183px;
}
.nav-service-list li a:hover span.s1 {
    width: 44px;
    background-position: -190px -365px;
}
.nav-service-list li a span.s2 {
    background-position: -270px -183px;
}
.nav-service-list li a:hover span.s2 {
    background-position: -270px -365px;
}
.nav-service-list li a span.s3 {
    background-position: -114px -183px;
}
.nav-service-list li a:hover span.s3 {
    background-position: -114px -365px;
}
.nav-service-list li a span.s4 {
    background-position: -414px -183px;
}
.nav-service-list li a:hover span.s4 {
    background-position: -414px -365px;
}
.nav-service-list li a span.s5 {
    background-position: -342px -183px;
}
.nav-service-list li a:hover span.s5 {
    background-position: -342px -365px;
}
.nav-service-list li a span.s6 {
    background-position: -30px -183px;
}
.nav-service-list li a:hover span.s6 {
    background-position: -30px -365px;
}
.nav-service-list li a span.s7 {
    background-position: -342px -259px;
}
.nav-service-list li a:hover span.s7 {
    background-position: -342px -441px;
}
.nav-service-list li a span.s8 {
    background-position: -270px -259px;
}
.nav-service-list li a:hover span.s8 {
    background-position: -270px -441px;
}
.nav-service-list li a span.s9 {
    background-position: -190px -259px;
}
.nav-service-list li a:hover span.s9 {
    background-position: -190px -441px;
}
.nav-service-list li a span.s10 {
    background-position: -35px -259px;
}
.nav-service-list li a:hover span.s10 {
    background-position: -35px -441px;
}
.nav-service-list li a span.s11 {
    background-position: -114px -259px;
}
.nav-service-list li a:hover span.s11 {
    background-position: -114px -441px;
}

/* 活动聚焦导航 */
.activity-nav-box {
    width: 450px;
    margin: auto;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.swiper-activity {
    width: 415px;
    height: 220px;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.swiper-activity .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-activity .swiper-slide img {
    width: 98%;
    border-radius: 5px;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
/* 新闻动态导航 */
.nav-news-box {
    width: 370px;
}
.nav-news-box:nth-child(2) {
    width: 405px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-width: 0 1px 0 1px;
    padding: 0 30px;
}
.nav-news-box:nth-child(3) {
    box-sizing: border-box;
    padding-left: 26px;
}
.nav-child-box .nav-news-box a {
    color: #282828;
}
.nav-child-box .nav-news-box li:hover a {
    color: #0090ff !important;
    font-weight: bold;
}
.nav-news-box .nav-child-list li:hover a:before {
    background-color: #0090ff !important;
}

/* 会员专区导航 */
.nav-vip-left {
    padding-right: 35px;
    border-right: 1px solid #ededed;
}
.nav-vip-right {
    width: 235px;
    padding-left: 35px;
}
.vip-content-li {
    justify-content: center;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0 20px;
}
.vip-content-li li a {
    color: #2e2f2f;
    padding: 25px 0;
    display: block;
    height: 150px;
}
.vip-content-li li {
    margin-right: 15px;
    /* padding: 25px 0; */
    width: 124px;
    height: 174px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(8, 1, 3, .1);
}
.vip-content-li li:hover {
    border: 3px solid #a1cbff;
    transition-duration: .1s;
}
.vip-content-li li:hover a {
    color: #008fff !important;
    transition-duration: .1s;
}
.vip-content-li li:last-child {
    margin-right: 0;
}
.vip-content-li li p {
    font-size: 16px;
    line-height: 1.5;
}
.vip-content-li li:nth-child(5) p,
.vip-content-li li:nth-child(6) p {
    margin: 0 22px;
}
.vip-content-li li span {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/nav/nav-icons.png);
    background-repeat: no-repeat;
    margin: 20px auto 20px;
}
.vip-icons1 {
    background-position: -36px -35px;
}
.vip-icons2 {
    background-position: -114px -35px;
}
.vip-icons3 {
    background-position: -192px -35px;
}
.vip-icons4 {
    background-position: -267px -35px;
    width: 44px !important;
}
.vip-icons5 {
    background-position: -340px -35px;
    width: 42px !important;
}
.vip-icons6 {
    background-position: -410px -35px;
    width: 44px !important;
}
.nav-child-vip-sort li a i {
    background-image: url(../images/nav/nav-icons.png);
}
.nav-child-sort li .vip1 i {
    background-position: -42px -113px;
}
.nav-child-sort li .vip2 i {
    background-position: -121px -112px;
}
.nav-child-sort li .vip3 i {
    width: 27px;
    background-position: -197px -112px;
}
.nav-child-sort li .vip1{
    background: url(../images/nav/nav-vip-bg1.png) no-repeat;
}
.nav-child-sort li .vip2{
    background: url(../images/nav/nav-vip-bg2.png) no-repeat;
}
.nav-child-sort li .vip3{
    background: url(../images/nav/nav-vip-bg3.png) no-repeat;
}

/* 视频中心导航 */
.video-nav-child-box {
    padding: 20px;
}
.video-content-left {
    width: 440px;
    height: 242px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 20px;
}
.video-content-left figure, .video-content-left img {
    width: 440px;
    height: 242px;
}
.video-content-left figure {
    position: relative;
    box-sizing: border-box;
}
.video-content-left:hover {
    border: 3px solid #5a9eff;
}
/* .video-content-left a img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
} */
/* .video-content-left a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */
.video-content-left p.video-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    padding: 20px 15px 5px 15px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0), rgba(24, 24, 24, 0.2), rgba(24, 24, 24, 0.5), rgba(24, 24, 24, 0.7));
    letter-spacing: 0.5px;
}
.video-content-right {
    flex: 1;
}
.video-content-right ul {
    flex-wrap: wrap;
}
.video-content-right ul li {
    width: 48%;
    background-color: #f7f7f7;
}
.video-content-right ul li:hover {
    background-color: #cde4fe;
}
.video-content-right ul li:nth-child(1),
.video-content-right ul li:nth-child(2) {
    margin-bottom: 14px;
}
.video-right-item figure {
    width: 202px;
    height: 114px;
    border: 0;
    overflow: hidden;
    position: relative;
}
.video-right-item figure img {
    width: 202px;
    height: 114px;
}
.video-right-item .item-left-content {
    width: 142px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #070707;
    line-height: 28px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 党建强会导航 */
.nav-meet-left {
    width: 696px;
    border-right: 1px solid #eeeeee;
}
.nav-meet-special {
    /* width: 636px; */
    padding: 20px 20px 0 20px;
    position: relative;
    overflow: hidden;
    width: 92%;
    margin: auto;
    text-align: center;
}
.nav-meet-special .swiper-special .swiper-slide a {
    width: 304px;
    height: 175px;
    overflow: hidden;
    display: inline-block;
}
.nav-meet-left img {
    width: 304px;
    height: 175px;
    transition: all 0.3s ease-in-out 0s;
}
.nav-meet-left img:hover {
    transform: scale(1.1);
}
.nav-meet-right {
    width: 450px;
    box-sizing: border-box;
    padding-left: 36px;
}
.meet-nav {
    margin-bottom: 15px;
}
.meet-nav-item,
.activity-nav-item {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 20px;
    cursor: pointer;
    color: #424242;
}
.meet-nav-item:first-child,
.activity-nav-item:first-child {
    margin: 0 20px 0 0;
}

.meet-nav-item::after,
.activity-nav-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #eeeeee;
    top: 7px;
    right: -20px;
}
.meet-nav-item:last-child::after,
.activity-nav-item:last-child::after {
    width: 0;
    height: 0;
}
.meet-nav-item:hover,
.meet-active,
.activity-nav-item:hover,
.activity-active  {
    color: #0090ff;
}
.meet-nav-item:hover::before,
.meet-active::before,
.activity-nav-item:hover::before,
.activity-active::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 2px;
    background-color: #0090ff;
    bottom: -6px;
    left: 23px;
}
.meet-content .meet-content-list,
.activity-content .activity-content-list {
    display: none;
}
.meet-content .meet-content-list:first-child,
.activity-content .activity-content-list:first-child {
    display: block;
}
.meet-content-list li,
.activity-content-list li {
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.meet-content-list li a,
.activity-content-list li a {
    color: #454545 !important;
}
.meet-content-list li:hover a,
.activity-content-list li:hover a {
    color: #0090ff !important;
    font-weight: bold;
}

/* 活动聚焦导航 */
.calendar-nav-box {
    width: 200px;
    position: relative;
    margin: -3px auto 0;
}
.nav-activity-left {
    width: 475px;
}
.nav-activity-center {
    width: 386px;
    padding: 0 23px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-width: 0 1px 0 1px;
}
.nav-activity-content {
    padding-left: 10px;
    margin-top: -3px;
}
.activity-nav {
    padding-left: 10px;
    margin-bottom: 10px;
}
.activity-content-list li {
    line-height: 36px;
    font-size: 15px;
}
.activity-content-list li a {
    padding-left: 10px;
    position: relative;
    font-size: 15px;
}
.activity-content-list li a:before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #bababa;
}
.activity-content-list li:hover a:before {
    background-color: #ecb43d !important
}
.nav-activity-right {
    width: 295px;
    padding-left: 23px;
    box-sizing: border-box;
}
.nav-activity-datefoot {
    justify-content: space-between;
}
/* 头条新闻 */
.news-box {
    clear: both;
    background-color: #f8f9fc;
    /* width: 1260px;
    margin: 0 auto; */
    /*padding-top: 29px;*/
}
.news-head {
    background: url(../images/ttxw.png) no-repeat;
    width: 100%;
    height: 91px;
    line-height: 91px;
    display: flex;
}
.news-head .news-tout {
    background: url(../images/ttxw-tag.png) no-repeat;
    /* width: 81px; */
    height: 79px;
    line-height: 65px;
    display: inline-block;
    margin-left: 56px;
    margin-top: -3px;
    color: #f8f9fc;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.news-head .news-tout span {
    font-weight: bold;
    width: 81px;
    display: inline-block;
  /* text-stroke: 2px #d92b24;
  -webkit-text-stroke: 2px #d92b24; */
  text-shadow: -1px 1px 0 #3b88ef, 
            1px 1px 0 #3b88ef, 
            1px -1px 0 #3b88ef,
          -1px -1px 0 #3b88ef;
}
.newsHead {
    overflow: hidden;
}
.newsHead, .newsHead .swiper-wrapper {
    height: 91px !important;
}
.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-head li {
    font-size: 31px;
    font-weight: bold;
    margin-left: 45px;
    position: relative;
}
.news-head li a {
    color: #3c3c3c;
    letter-spacing: 0.8px;
}
.news-content {
    height: 342px;
    margin-top: 30px;
}
.news-left {
    width: 620px;
    height: 342px;
    overflow: hidden;
    position: relative;
}
.news-left .swiper-slide p {
    position: absolute;
    padding: 20px 205px 15px 20px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: linear-gradient(to bottom,
    rgba(24, 24, 24,0),
    rgba(24, 24, 24,0.2),
     rgba(24, 24, 24,0.5),
     rgba(24, 24, 24,0.7));
    color: #ffffff;
    letter-spacing: 0.5px;
}
.news-left .swiper-slide img {
    width: 620px;
    height: 342px;
}
.news-left .swiper-pagination {
    text-align: right;
}
.news-left .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px !important;
    width: 98% !important;
}
.news-left .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #0090ff !important;
}
.news-left .swiper-button-next {
    background-image: url(../images/news-right.png);
    right: 0;
}
.news-left .swiper-button-prev {
    background-image: url(../images/news-left.png);
    left: 0;
}
.news-left .swiper-button-next,.news-left .swiper-button-prev {
    width: 30px;
    height: 51px;
    background-size: 100%;
}
.news-right {
    flex: 1;
    margin-left: 30px;
    width: calc(100% - 660px);
}
.news-right-nav {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
    justify-content: space-between;
    align-items: center;
}
.news-nav-item {
    color: #333333;
    font-size: 22px;
    margin: 5px 15px;
    position: relative;
    cursor: pointer;
}
.news-nav-item:after {
    content: '';
    width: 2px;
    height: 21px;
    background-color: #bfbfbf;
    position: absolute;
    right: -20px;
    top: 5px;
}
.news-nav-item:last-child::after {
    width: 0;
}
.news-more {
    width: 44px;
    height: 17px;
    padding-right: 5px;
    background: url(../images/more-text.png) no-repeat;
}
.news-active {
    color: #0090ff;
    font-weight: bold;
}
.news-active::before {
    content: '';
    width: 88px;
    height: 3px;
    background-color: #0090ff;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.news-content-list li a{
    display: inline-block;
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 10px;
    line-height: 1;
    font-size: 20px;
    color: #454545;
}

.news-content-list li:hover a {
    color: #0090ff;
    font-weight: bold;
}
.news-content-list li:first-child a{
    padding: 22px 0 15px 10px;
    /* line-height: 56px; */
    font-size: 24px;
    color: #0090ff;
}
@media screen and (max-width: 480px) {
    .news-content-list li a {
        padding: 9.6px 10px;
    }
    .news-content-list li:first-child a {
        padding: 17px 0 7px 10px;
    }
}
/* #note {
    display: none;
} */
.news-content-list {
    display: none;
}
.news-content-list:first-child {
    display: block;
}
/* 图片放大动画效果 */
.news-left .swiper-slide a img,
.direction .swiper-slide a img,
.party-item .party-left img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.news-left .swiper-slide:hover a img,
.direction .swiper-slide:hover a img,
.party-item .party-left:hover img 
{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 学会通· */
.con-box {
    margin: 72px 0 30px;
}
.con-box-ceic {
    margin: 50px 0 0;
}
.con-box-service {
    margin: 50px 0 30px;
}
.box-head {
    text-align: center;
    background: url(../images/bg-line.png) no-repeat;
    width: 100%;
    height: 15px;
    position: relative;
}
.box-title {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0px);
    font-size: 30px;
    color: #232930;
    line-height: 1.4;
}
.box-title:hover {
    color: #232930;
}
.box-title p span {
    font-weight: 600;
    letter-spacing: 1px;
}
.box-title h2 {
    font-size: 22px;
    color: #cde3ff;
    font-weight: 800;
}
.service-content {
    margin-top: 45px;
}
.service-content-right a:hover {
    color: #0090ff !important;
    font-weight: bold;
}
.service-content-left {
    background: url(../images/vip-bg.png) no-repeat;
    width: 215px;
    /* height: 437px; */
    height: 469px;
    text-align: center;
    padding: 60px 30px 30px;
    box-sizing: border-box;
}
.service-left-head {
    color: #ffffff;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}
.service-left-head p {
    font-size: 22px;
    font-weight: bold;
}
.service-left-head img {
  margin-bottom: 10px;
}
.service-left-list {
    text-align: center;
    font-size: 18px;
}
.service-left-list li a {
    color: #ffffff;
}
.service-left-list li:hover a {
    color: #ffffff !important;
    font-weight: bold;
}
.service-left-list li {
    line-height: 56px;
}
.service-left-list li:first-child {
    padding-top: 25px;
}
.service-content-right {
    flex: 1;
    margin-left: 28px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-right-item {
    border-radius: 15px;
    /* width: 195px; */
    width: 305px;
    height: 143px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
    order: 1;
}
.service-right-item:hover {
    border: 2px solid #4f97ff;
    transition: .1s;
}
.service-right-item:nth-child(7) {
    order: 2;
}
.service-right-item:nth-child(9) {
    order: 3;
}
.service-right-item:nth-child(10) {
    order: 4;
}
.service-right-item:nth-child(7),
.service-right-item:nth-child(10) {
    width: 150px;
}
.service-right-item:nth-child(8) {
    width: 224px;
}
.service-right-item:nth-child(9) {
    width: 400px;
}
.service-right-item:nth-child(7),
.service-right-item:nth-child(8),
.service-right-item:nth-child(9),
.service-right-item:nth-child(10) {
    /* height: 111px; */
    margin-bottom: 0;
}
.service-item-head {
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: linear-gradient(to right, #5a9eff, #72b1ff);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.service-item-head i {
    background-image: url(../images/index-service-icons.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 24px;
    vertical-align: -6px;
    margin-right: 8px
}
.service1 {
    background-position: 0 0;
}
.service2 {
    background-position: -30px 0;
}
.service3 {
    background-position: -60px 0;
}
.service4 {
    background-position: 0 -25px;
}
.service5 {
    background-position: -30px  -25px;
    margin-right: 5px;
}
.service6 {
    background-position: -60px -25px;
    /* margin-right: 5px !important; */
}
.service7 {
    background-position: 0 -51px;
    /* margin-right: 3px !important; */
}
.service8 {
    background-position: -30px -51px;
}
.service9 {
    background-position: -60px -51px;
}
.service10 {
    background-position: -90px -51px;
}
.service-item-list {
    flex-wrap: wrap;
    padding: 10px 28px 0;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}

.service-right-item:nth-child(4) .service-item-list,
.service-right-item:nth-child(6) .service-item-list  {
    /* padding: 10px 28px 0 72px; */
    padding: 10px 34px 0 34px;
}
.service-right-item:nth-child(2) .service-item-list {
    /* padding: 10px 28px 0 45px; */
    padding: 10px 28px 0 30px;
}
.service-right-item:nth-child(2) .service-item-list li:nth-child(3),
.service-right-item:nth-child(2) .service-item-list li:nth-child(4),
.service-right-item:nth-child(2) .service-item-list li:nth-child(5) {
    padding: 0 2px !important;
}
.service-right-item:nth-child(3) .service-item-list {
    /* padding: 10px 28px 0 80px; */
    padding: 10px 28px 0 30px;
}
.service-right-item:nth-child(5) .service-item-list {
    /* padding: 10px 100px 0 112px; */
    padding: 10px 70px 0;
}

/* .service-right-item:nth-child(8) .service-item-list, */
.service-right-item:nth-child(10) .service-item-list {
    /* padding: 28px 28px 0 64px; */
    padding: 28px 20px 0 20px;
}
.service-right-item:nth-child(8) .service-item-list {
    padding: 10px 10px 0 10px;
}
.service-right-item:nth-child(7) .service-item-list {
    /* padding: 10px 28px 0 47px; */
    padding: 28px 10px 0 10px;
}
.service-right-item:nth-child(9) .service-item-list {
    /* padding: 10px 28px 0 72px; */
    padding: 10px 10px 0 10px;
}


.service-item-list li {
    display: inline-block;
    padding: 0 5px;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.service-right-item1 .service-item-list {
    /* padding: 10px 0 0 20px; */
    padding: 10px 0 0 0;
}

.service-right-item1 .service-item-list li {
    /* min-width: 33%; */
}
.service-item-list li a {
    color: #5f5f5f !important;
}

@media screen and (max-width: 480px) {
    .service-right-item1 .service-item-list {
        padding: 10px 0 0 15px;
    }
    .service-right-item1 .service-item-list li  {
        padding: 0 4px;
    }
    .service-right-item:nth-child(7) .service-item-list {
        padding: 10px 28px 0 42px;
    }
}

/* 发现活动 */
.activity-head-title {
    color: #2e343a;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 1px solid #e5f0fc;
    position: relative;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.5px;
}
.activity-head-title:hover {
    color: #2e343a !important;
}
.activity-head-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #168bff;
    border-radius: 4px;
    bottom: 0;
    left: 30px;
}
.activity-rel {
    justify-content: space-between;
}
.activity-rel-left {
    width: 385px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.activity-rel-right {
    width: 787px;
    border-radius: 10px;
    padding: 0 0 0 10px;
}
.activity-direction {
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.direction-head {
    position: relative;
}
.activity-more {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.activity-more i {
    width: 8px;
    height: 14px;
    background: url(../images/icons.png) no-repeat;
    background-position: -51px -120px;
    vertical-align: -1px;
    margin-left: 5px;
}
.direction-con {
    position: relative;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.direction-con .direction {
    overflow: hidden;
}
.direction-box {
    margin-left: 5px;
    display: block;
}
.direction-box:hover .direction-title {
    color: #168bff !important;
}
.direction .swiper-button-next, .direction .swiper-button-prev {
    /* top: 0% !important; */
}
.direction .swiper-button-next {
    right: -20px !important;
}
.direction .swiper-pagination-bullets {
    bottom: -40px !important;
}
.direction-box div {
    line-height: 1.8;
    font-size: 16px;
    color: #5f5f5f;
}
.direction-box div h3 {
    display: inline-block;
    color: #343434 !important;
    font-size: 16px;
    font-weight: 600;
}
.direction-box figure{
    width: 350px;
    height: 215px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
}
.direction-box figure img {
    width: 350px;
    height: 215px;
}
.direction-title {
    color: #343434 !important;
    font-size: 20px !important;
    width: 95%;
    font-weight: 600;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.8px;
}
.direction-sign {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(to right, #5c9fff, #70b0ff);
    margin: 8px 0;
}
.direction-sign i {
    width: 16px;
    height: 18px;
    background: url(../images/icons.png) no-repeat;
    background-position: 0 -120px;
    vertical-align: -2px;
    margin-right: 5px;
}
/* 会议搜索 */
.meet-search {
    background: url(../images/meetSearch.png) no-repeat;
    width: 787px;
    height: 95px;
    color: #ffffff;
    font-size: 15px;
    margin-top: 40px;
}
.meet-box {
    height: 95px;
    margin: 0 30px;
}
.meet-search h2 {
    font-size: 22px;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    font-weight: bold;
}
.search-content {
    position: relative;
    background-color: #fff;
    width: 610px;
    height: 50px;
    border-radius: 30px;
}
.search-content i {
    background: url(../images/icons.png) no-repeat;
    background-position: -20px -120px;
    width: 15px;
    height: 15px;
    position: inherit;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.search-input {
    margin-left: 45px;
    width: 570px;
    height: 50px;
    border-radius: 30px;
    border: 0;
    background-color: #fff;
}
.search-input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
    color: #bfbfbf;
    font-size: 14px;
}
.search-input::-moz-placeholder { /* Firefox 19+ */
    color: #bfbfbf;
    font-size: 14px;
}
.search-input:-ms-input-placeholder { /* IE 10+ */
    color: #bfbfbf;
    font-size: 14px;
}
.search-input:-moz-placeholder { /* Firefox 18- */
    color: #bfbfbf;
    font-size: 14px;
}
.search-input:focus-visible {
    outline: 0;
}
.btn-search {
    position: absolute;
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff9e2c;
    color: #fff;
    border-radius: 20px;
    top: 50%;
    right: 2px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.btn-search:hover {
    color: #fff !important;
}
.hot-search {
    padding-top: 5px;
    margin-left: 35%;
    font-size: 15px;
}
.hot-search a {
    color: #fff;
}
.hot-search a:hover {
    color: #ffd571;
}
/* 活动日历 */
.calendar-box {
    position: relative;
}
/* 日历弹窗 */
.calendar-modal,
.calendar-nav-modal {
    position: absolute;
    top: 105px;
    left: -10px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 0 0 20px;
    height: 320px;
    width: 385px;
    overflow-y: auto;
    display: none;
}
.calendar-nav-modal {
    height: 165px;
    width: 200px;
    top: 30px;
    left: 0;
}
/* 设置滚动条的样式 */
.calendar-nav-modal::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* 滚动条滑块 */
.calendar-nav-modal::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
    
.calendar-close,
.calendar-nav-close {
    background: url(../images/close.png) no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    cursor: pointer;
}
.calendar-nav-close {
    margin-top: 8px;
    margin-right: 15px;
}
.calendar-modallist{
    margin-top: 25px;
}
.calendar-nav-modallist {
    margin-top: 20px;
}
.calendar-modallist li,
.calendar-nav-modallist li {
    position: relative;
    padding: 10px 10px 7px 40px;
    line-height: 1.6;
}
.calendar-nav-modallist li {
    padding: 3px 5px 0px 25px;
}
.calendar-modallist li::before,
.calendar-nav-modallist li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #2d96ff;
    position: absolute;
    top: 25px;
    left: 20px;
}
.calendar-nav-modallist li::before {
    left: 10px;
    top: 15px;
}
.calendar-modallist li h2,
.calendar-nav-modallist li h2 {
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.calendar-nav-modallist li h2 {
    font-size: 14px !important;
    line-height: 25px;
}
.calendar-modallist li p,
.calendar-nav-modallist li p {
    font-size: 16px;
    color: #5f5f5f;
}
.calendar-nav-modallist li p {
    font-size: 12px;
}
.datefoot {
    padding: 0 30px;
}
.datefoot-nav {
    padding: 0;
    margin-top: -6px;
}
.datefoot a{
    color: #444444;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.datefoot-nav a {
    font-size: 12px;
    padding-left: 12px;
}
.datefoot a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.date-detail:before{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #62a4ff;
}
.datefoot-nav .date-detail:before {
    width: 10px;
    height: 10px;
}
.date-now:before{
    width: 6px;
    height: 6px;
    left: 10px !important;
    border-radius: 50%;
    background-color: #ff9148;
}
.datefoot-nav .date-now:before{
    left: 3px !important;
}
.date-activity i {
    color: #94d0ff;
    width: 7px;
    height: 13px;
    background: url(../images/icons.png) no-repeat;
    background-position: -41px -120px;
    margin-left: 5px;
    vertical-align: -2px;
}
/* 活动方向 */ 
/* .direction {
    margin: 0 auto;
    padding:0;
    width: 95%;
    height: 450px;
    overflow: hidden;
  } */
  .direction-tag {
    position: relative;
    margin-top: 50px;
  }
  .direction-tag a {
    display: block;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    
  }
  
  .b01{
      width: 140px;
      height: 140px;
      line-height: 140px;
  }
  .b02{
      width: 120px;
      height: 120px;
      line-height: 120px;
  }
  .b03{
      width: 100px;
      height: 100px;
      line-height: 100px;
  }
  .b04{
      width: 80px;
      height: 80px;
      line-height: 80px;
  }
  .co01{
      background: -moz-linear-gradient(top, #d1e5fd 0%, #3d86f4 100%);
      background: -webkit-linear-gradient(top, #d1e5fd 0%,#3d86f4 100%);
      background: -o-linear-gradient(top, #d1e5fd 0%,#3d86f4 100%);
      background: -ms-linear-gradient(top, #d1e5fd 0%,#3d86f4 100%);
      background: linear-gradient(to bottom, #d1e5fd 0%,#3d86f4 100%);
  }
  .co02{
      background: -moz-linear-gradient(top, #b9f8ff 0%, #1de7ff 100%);
      background: -webkit-linear-gradient(top, #b9f8ff 0%,#1de7ff 100%);
      background: -o-linear-gradient(top, #b9f8ff 0%,#1de7ff 100%);
      background: -ms-linear-gradient(top, #b9f8ff 0%,#1de7ff 100%);
      background: linear-gradient(to bottom, #b9f8ff 0%,#1de7ff 100%);
  }
  .co03{
      background: -moz-linear-gradient(top, #fff4e2 0%, #ffd79c 100%);
      background: -webkit-linear-gradient(top, #fff4e2 0%,#ffd79c 100%);
      background: -o-linear-gradient(top, #fff4e2 0%,#ffd79c 100%);
      background: -ms-linear-gradient(top, #fff4e2 0%,#ffd79c 100%);
      background: linear-gradient(to bottom, #fff4e2 0%,#ffd79c 100%);
  }
  .co04{
      background: -moz-linear-gradient(top, #fef4fa 0%, #fbbae0 100%);
      background: -webkit-linear-gradient(top, #fef4fa 0%,#fbbae0 100%);
      background: -o-linear-gradient(top, #fef4fa 0%,#fbbae0 100%);
      background: -ms-linear-gradient(top, #fef4fa 0%,#fbbae0 100%);
      background: linear-gradient(to bottom, #fef4fa 0%,#fbbae0 100%);
  }
  .co05{
      background: -moz-linear-gradient(top, #fedc90 0%, #ffb515 100%);
      background: -webkit-linear-gradient(top, #fedc90 0%,#ffb515 100%);
      background: -o-linear-gradient(top, #fedc90 0%,#ffb515 100%);
      background: -ms-linear-gradient(top, #fedc90 0%,#ffb515 100%);
      background: linear-gradient(to bottom, #fedc90 0%,#ffb515 100%);
  }
  .co06{
      background: -moz-linear-gradient(top, #bcf7ca 0%, #1fda4b 100%);
      background: -webkit-linear-gradient(top, #bcf7ca 0%,#1fda4b 100%);
      background: -o-linear-gradient(top, #bcf7ca 0%,#1fda4b 100%);
      background: -ms-linear-gradient(top, #bcf7ca 0%,#1fda4b 100%);
      background: linear-gradient(to bottom, #bcf7ca 0%,#1fda4b 100%);
  }
  .co07{
      background: -moz-linear-gradient(top, #f7cdf8 0%, #db43e7 100%);
      background: -webkit-linear-gradient(top, #f7cdf8 0%,#db43e7 100%);
      background: -o-linear-gradient(top, #f7cdf8 0%,#db43e7 100%);
      background: -ms-linear-gradient(top, #f7cdf8 0%,#db43e7 100%);
      background: linear-gradient(to bottom, #f7cdf8 0%,#db43e7 100%);
  }
/* 近期关注 */
.activity-box {
    margin: 20px 0;
}
.activity-follow-list {
    flex-wrap: wrap;
}
.activity-follow-list a {
    width: 32%;
}
.flow-box {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    height: 120px;
}
.flow-box .follow {
    overflow: hidden;
}
.follow-item {
    align-items: center;
    color: #fff;
    width: 285px;
    height: 95px;
    background: url(../images/jqgz.png);
    padding: 0 20px;
    box-sizing: border-box;
}
.follow-item:hover {
    color: #fff;
}
.follow-time {
    width: 50px;
    font-size: 14px;
}
.follow-time p {
    font-size: 46px;
    font-weight: 600;
}
.follow-title {
    flex: 1;
    margin-left: 20px;
    /* text-align: center; */
    font-size: 20px;
}
.follow-box .swiper-container-horizontal>.swiper-pagination-bullets,.follow-box .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -2px !important;
}
/* 品牌活动 */
.pinpbox {
    background-color: #fff;
    padding: 0 0 20px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.activity-pinpai-list {
    position: relative;
    /* width: 98%; */
}
.activity-pinpai-list .swiper {
    width: 95%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}
.activity-pinpai-list  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.activity-pinpai-list  .swiper-slide img {
    max-width: 1200px;
    border-radius: 5px;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.pinpai .swiper-button-prev {
    background-image: url(../images/learning-left.png);

}
.pinpai .swiper-button-next, .direction .swiper-button-next {
    background-image: url(../images/learning-right.png);
}
.pinpai .swiper-pagination-bullets {
    bottom: -10px;
}
.whitebox {
    background-color: #fff;
    padding: 1px 0 10px;
}
/* 期刊、品牌活动动画 */
.pinpai .swiper-slide a img:hover,
.learning .swiper-slide .learningImg:hover,
.swiper-activity .swiper-slide img:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: transform .5s ease-in-out,
    translateY .5s ease-in-out,
    box-shadow .3s ease-in-out;
}
.pinpai .swiper-slide a img:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
}
.swiper-activity .swiper-slide img:hover {
    box-shadow: 0 0 5px 0.8px rgba(0, 0, 0, .1);
}
.learning .swiper-slide .learningImg:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .4);
}
/* 发现期刊 */
.learning-text h2 {
    color: #d1e3ff;
}
.learning-box {
    width: 98%;
    position: relative;
    margin: 40px auto 100px !important;
}
.learning-box .learning {
    overflow: hidden;
    padding-top: 10px;
}
.learning-box .flow .swiper-container-horizontal>.swiper-pagination-bullets, .learning-box .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.learning-box .swiper-button-prev, .direction .swiper-button-prev {
    left: -20px !important;
    background-image: url(../images/learning-left.png);
}
.learning-box .swiper-button-next, .direction .swiper-button-next {
    right: -20px !important;
    background-image: url(../images/learning-right.png);
}
.lunbo:hover{
    cursor: pointer;
}
.learning-box .swiper-button-next,
.learning-box .swiper-button-prev,
.direction .swiper-button-next,
.direction .swiper-button-prev,
.pinpai .swiper-button-next,
.pinpai .swiper-button-prev,
.lunbo .swiper-button-next,
.lunbo .swiper-button-prev
 {
    width: 15px;
    height: 32px;
    background-size: 100%;
    outline: none;
}
.learningImg {
    width: 206px;
    height: 280px;
    position: relative;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.learning-box .swiper-pagination {
    bottom: -32px;
}

.learningImg img {
    width: 100%;
    height: 100%;
    /* border: 1px solid #f6f6f6; */
    border-radius: 5px;
}
.learningImg .learning-tag {
    position: absolute;
    display: inline-block;
    padding: 7px 10px 7px 12px;
    color: #fff;
    bottom: 43px;
    left: 0;
    z-index: 9;
    background: linear-gradient(to right,#5a9eff,#72b1ff);
    box-shadow: 2px 1px 7px  rgba(99, 54, 0, 0.75);
    border-radius: 0 5px 5px 0;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 党建强会 */
.box-top {
    /* margin: 55px 0 40px; */
    margin-top: 45px;
}
.party-list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.party-list li {
    width: 48%;
    padding: 5px 0 2px;
    
}
.party-list li:nth-child(1),
.party-list li:nth-child(2) {
    padding: 0 0 12px;
}
.party-list li:hover p,
.party-list li:hover .party-item-title
 {
    color: #0077ee;
}
.party-list li p {
    display: inline-block;
    color: #343434;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    letter-spacing: 0.8px;
}
.party-list li .spot {
    font-size: 28px;
    color: #0080ff;
}
.party-list li .time{
    color: #979797;
    font-size: 16px;
}
.party-item {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 1.5;
    align-items: flex-start;
    position: relative;
}
.party-left {
    width: 218px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}
.party-left>img {
    width: 218px;
    height: 150px;
}
.party-time {
    position: absolute;
    width: 64px;
    height: 35px;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(106, 159, 231,.85);
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    opacity: .98;
    top: 12px;
    left: -6px;
}
.party-time>p {
    font-size: 22px !important;
    line-height: 0.8;
    color: #fff !important;
}
.party-item-right {
    flex: 1;
    margin-left: 20px;
}
.party-item-title {
    font-size: 19px;
    color: #343434;
    font-weight: bold;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.party-item-content {
    line-height: 26px;
    padding-top: 10px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.8px;
}
.flexbox-sapce {
  /* padding-bottom: 10px; */
}

.swiper-pagination-bullets {
    width: 100%;
    left: 0;
}
.swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 9px !important;
    height: 9px !important;
}
.direction .swiper-pagination-bullet,
.learning .swiper-pagination-bullet {
    background: #168bff !important;
}

