@charset "utf-8";

.visible-lg {
    display: block;
}

.visible-sm {
    display: none;
}

.subject {
    background: #000f1e;
}

.title {
    font-weight: 700;
    padding-bottom: 28px;
    font-size: 2.56rem;
    line-height: 2.22rem;
}

.subject .title {
    color: #fff;
}

.cont p {
    font-size: 1.36rem;
    line-height: 2.22rem;
    padding-bottom: 12px;
}

.subject .cont {
    /* padding-bottom: 3rem; */
}

.bgr.subject .cont {
    padding-bottom: 0;
}

.bgr.subject .page-center {
    padding-bottom: 0;
}

.subject .cont p {
    color: #fff;
    text-align: justify;
}

.share {
    border-top: rgba(255, 255, 255, .2) 1px solid;
    padding-top: 30px;
    text-align: center;
}

.share>h6 {
    color: #fff;
    padding-bottom: 20px;
}

.share .bshare-custom a {
    width: auto;
}

.bdsharebuttonbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.title2 {
    padding-bottom: 10px;
    text-align: center;
}

.title2 span {
    width: auto;
    display: inline-block;
    font-size: 1.36rem;
    color: #1a1919;
    line-height: 2.22rem;
    font-weight: 800;
    border-bottom: 3px solid #e2e3e5;
    padding-bottom: 10px;
}

.sponsor .cont {
    text-align: center;
    padding: 2rem 0;
}

.sponsor .cont img {
    width: auto;
    height: 83px;
    padding: 10px;
    margin: 10px;
}

.guest-card {
    width: auto;
    margin: 10px;
    /* border-radius: 12px; */
    box-shadow: 0 0 15px #ccc;
}

.guest-img {
    width: auto;
    padding-bottom: 140%;
}

.guest-img img {
    width: auto;
    display: none;
}

.guest-info {
    padding: 20px;
}

.guest-info h4 {
    font-size: 1.36rem;
    font-weight: 700;
    line-height: 2.22rem;
}

.guest-info p {
    font-size: 1.26rem;
    line-height: 2.22rem;
}

.guest .swiper-wrapper {
    padding-top: 30px;
}

.guest .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgb(0, 15, 30);
}

.guest .swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 2px;
}

.activity {
    background: #000f1e;
}

.activity .title {
    color: #fff;
}

.activity-content {
    width: 100%;
    margin: 10px auto;
}

.mygallery {
    margin: 25px 0;
}


/*瀑布流层*/
.grid {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari 和 Chrome */
    column-count: 4;
    -moz-column-gap: 0.5em;
    -webkit-column-gap: 0.5em;
    column-gap: 0.5em;
}

/*一个内容层*/
.grid figure {
    padding: 0;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #000;
    background: url(../images/loading.gif) 50% no-repeat;
}

.grid-item img {
    width: 100%;
}


/* photoswiper reset */
.my-gallery {
    width: 96%;
    margin: 0 auto;
}

.my-gallery .img-dv {
    width: 100%;
    margin-bottom: 1%;
}

.my-gallery .img-dv a {
    display: block;
    width: 100%;
    text-align: center
}

.pswp__top-bar,
.pswp__caption {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    height: auto
}

.pswp__caption__center {
    max-width: 620px;
}

.pswp img.pswp__img {
    max-width: none !important
}

.pswp--animated-in .pswp__bg {
    opacity: .8 !important;
}

/* photoswiper reset */

.project {
    background: #000f1e;
}

.project .title,
.project h3,
.project p,
.project strong,
.project span {
    color: #fff;
}

.project .page-center {
    padding-top: 0;
}

.project .row {
    padding: 20px 0;
    overflow: hidden;
}

.project .row h3 {
    width: 30%;
    float: left;
}

.project p {
    line-height: 2;
    height: 80px;
    text-align: justify;
}

.project .row h3 img {
    width: auto;
    height: 80px;
}

.time .cont {
    overflow: hidden;
    padding-top: 40px;
}

.time .cont .col {
    width: 50%;
    float: left;
}

ul.timeline {
    /*做时间轴的线*/
    margin-left: 20px;
    border-left: 2px solid #ccc;
    width: auto;
}

ul.timeline li {
    /*圆点定位的父层*/
    position: relative;
    width: auto;
}

ul.timeline li:first-child p {
    font-weight: bold;
}

ul.timeline li span {
    /*时间*/
    margin-left: 20px;
    color: #888;
    font-size: 1.26rem;
    line-height: 2.22rem;
}

ul.timeline li span:after {
    /*圆点*/
    content: '';
    position: absolute;
    top: 6px;
    left: -7px;
    width: 8px;
    height: 8px;
    border: 2px solid #888;
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    background: #fff;
}

ul.timeline li p {
    /*时间的描述*/
    margin-left: 20px;
    color: #555;
    font-size: 1.26rem;
    line-height: 2.22rem;
    width: auto;
}

@media screen and (max-width:1200px) {

    .page-center {
        padding: 40px 100px;
    }

    .project .row h3 {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }
    .time .cont .col {
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    .page-center {
        padding: 30px 50px;
    }

    .guest .page-center {
        padding-bottom: 20px;
    }

    .sponsor .cont img {
        margin: 0;
    }

    .visible-lg {
        display: none;
    }

    .visible-sm {
        display: block;
    }

    .grid {
        -moz-column-count: 3;
        /* Firefox */
        -webkit-column-count: 3;
        /* Safari 和 Chrome */
        column-count: 3;
    }

    .project .row h3 {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .time .cont .col {
        width: 100%;
        float: left;
    }
}

@media (max-width: 767px) {
    .visible-lg {
        display: none;
    }

    .visible-sm {
        display: block;
    }

    .grid {
        -moz-column-count: 3;
        /* Firefox */
        -webkit-column-count: 3;
        /* Safari 和 Chrome */
        column-count: 3;
    }

    .project .row h3 {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .time .cont .col {
        width: 100%;
        float: left;
    }
}

@media (max-width: 480px) {

    .page-center {
        padding: 30px;
    }

    .banner-in p.address {
        margin: 0;
    }

    .guest .page-center {
        padding-bottom: 20px;
    }

    .banner-in h1 {
        font-size: 1.78rem;
        padding-top: 28.78rem;
    }

    .sponsor .cont img {
        margin: 0;
    }

    .visible-lg {
        display: none;
    }

    .visible-sm {
        display: block;
    }

    .grid {
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari 和 Chrome */
        column-count: 2;
    }

    .project .row h3 {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .time .cont .col {
        width: 100%;
        float: left;
    }
}