.page-index {
    margin-bottom: 70px
}

.page-index .banner {
    position: relative;
    max-width: 1920px;
    margin: auto
}

.page-index .banner img {
    width: 100%;
    display: block
}

.page-index .banner .container {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 1
}

.page-index .banner .container p {
    font-size: 16px
}

.page-index .shadow {
    margin-top: 20px
}

.page-index .chairman {
    /*height: 400px*/
}

.page-index .chairman.shadow {
    padding: 0
}

.page-index .chairman .home-list .list .item {
    /*display: flex; !* 列表项使用 flex 布局 *!*/
}

.page-index .chairman .home-list .list .item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.page-index .chairman .home-list .list .item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #e3dada;
}

.page-index .chairman .home-list .list .item .pic {
    float: left;
    width: 400px;
    position: relative
}

.page-index .chairman .home-list .list .item .pic img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.page-index .chairman .home-list .list .item .pic .txt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 13, 20, .9) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.page-index .chairman .home-list .list .item .media {
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
    height: 100%;
    position: relative
}

.page-index .chairman .home-list .list .item .media .title {
    padding-top: 20px
}

.page-index .chairman .home-list .list .item .media .txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #1c2737
}

.page-index .chairman .home-list .list .item .href .icon-link {
    color: #26d787;
    font-size: 14px;
    line-height: 20px;
    padding-right: 16px;
    position: absolute;
    right: 25px;
    bottom: 10px;
    z-index: 1
}

.page-index .chairman .home-list .list .item .href .icon-link:after {
    content: '';
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon-arrow.png);
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1
}

.page-index .content .information {
    float: left;
    width: 590px;
    height: 383px
}

.page-index .content .information .list .item {
    padding-top: 10px;
    padding-bottom: 9px
}

.page-index .content .information .list .item span {
    display: block;
    color: #347c84;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    padding-left: 20px
}

.page-index .content .information .list .item span:after {
    content: '';
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon-time.png);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1
}

.page-index .content .information .list .item:not(:last-child) {
    border-bottom: 1px solid #e3dada
}

.page-index .content .information .list .txt {
    margin-top: 5px;
    color: #1c2737;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px
}

.page-index .content .about {
    float: right;
    width: 590px;
    height: 383px
}

.page-index .content .about .txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #1c2737
}

.page-index .content .about .txt p + p {
    margin-top: 30px
}

.page-index .campaign .list {
    margin-top: 15px;
    margin-left: -26px;
    margin-right: -26px
}

.page-index .campaign .list .item {
    float: left;
    padding: 0 10px;
    font-size: 14px
}

.page-index .campaign .list .item + .item {
    margin-left: 14px
}

.page-index .campaign .list .pic {
    width: 290px;
    height: 163px;
    overflow: hidden;
    margin: 0 -10px;
    background: #f3f3f3;
    box-shadow: 0 0 20px 0 rgba(140, 153, 191, .2);
    border: 10px solid #fff
}

.page-index .campaign .list .pic img {
    width: 100%;
    display: block;
}

.page-index .campaign .list .txt {
    margin-top: 10px;
    color: #1c2737;
    line-height: 25px
}

.page-index .campaign .list .time {
    margin-top: 7px;
    color: #347c84;
    line-height: 20px
}

.page-index .member .list {
    margin-left: -20px;
    margin-right: -20px
}

.page-index .member .list .swiper-container {
    padding: 0 20px
}

.page-index .member .list .swiper-slide {
    width: 180px;
    overflow: hidden;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.page-index .member .list .swiper-slide .pic {
    width: 100%;
    height: 165px;
    line-height: 165px;
    text-align: center
}

.page-index .member .list .swiper-slide .pic img {
    width: 100%;
}

.page-index .member .list .swiper-slide .link {
    display: block
}

.page-index .member .list .switch_banner {
    width: 32px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    display: block;
    opacity: .5;
    background: #aaa url(../images/slider-arrow.png) no-repeat;
    cursor: pointer
}

.page-index .member .list .switch_banner.prev {
    left: 0;
    background-position: -130px 0
}

.page-index .member .list .switch_banner.next {
    right: 0;
    background-position: -13px 0
}

.page-index .member .list .switch_banner:hover {
    opacity: 1
}

.page-index .member .list .name {
    color: #1c2737;
    font-size: 13px;
    line-height: 18px
}