/* 轮播 */
.banner-con {
    width: 100%;
    height: 460px;
    margin-top: 30px;
}

.banner .layui-carousel,
.banner .layui-carousel img {
    width: 100% !important;
    height: 100% !important;
}

.layui-carousel-ind ul {
    background-color: transparent;
    transition-duration: 0s;
}


.banner .layui-carousel-ind ul li {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 6px;
    transition-duration: 0s;
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
    background-color: transparent;
}

.banner .layui-carousel-ind ul li.layui-this {
    width: 30px;
    height: 12px;
    background: #007B3D;
    border-radius: 6px;
    transition-duration: 0s;
}

.banner .container {
    position: relative;
}

.advertising {
    width: 158px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 30px;
}

.advertising img {
    width: 100%;
}

.advertising p {
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    border-radius: 2px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    color: #FFFFFF;
    font-weight: 400;
    margin: 5px;
}

.advertising-1 {
    left: -178px;
}

.advertising-2 {
    right: -178px;
}

/* 横幅 */
.special-sponsor {
    height: 78px;
    line-height: 78px;
    font-size: 15px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special-sponsor > div {
    width: calc(50% - 16px);
    height: 100%;
}

.special-sponsor .special-line {
    width: 1px;
    height: 18px;
    background-color: #CCCCCC;
    vertical-align: middle;
    margin: 0 15px;
}

.inform .inform-text {
    width: calc(100% - 120px);
    color: #000000;
}

.more-text {
    width: calc(100% - 35px);
}

.more-text div {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.more {
    width: 60px;
    height: 24px;
    background: #F0F3F0;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 300;
    color: #808080;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.more i {
    font-size: 12px;
}

.min-banner {
    width: 560px;
    height: 314px;
    background: #028339;
}

.text-list {
    width: calc(100% - 585px);
}

.text-list-all {
    width: 100%;
}

.banner-hint {
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .6);
    padding-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.min-banner .layui-carousel-ind {
    position: absolute;
    top: auto;
    width: auto;
    bottom: 10px;
    right: 10px;
}


.min-banner .layui-carousel-ind ul li {
    width: 10px;
    height: 10px;
    border: 1px solid #B3B3B3;
    border-radius: 50%;
    background-color: transparent;
}

.min-banner .layui-carousel-ind ul li.layui-this {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.text-list-head {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DFDFDF;
}

.text-list-head .green-text {
    line-height: 38px;
    border-bottom: 2px solid #028339;
}

.text-list-head .more {
    background-color: transparent;
}

.text-list-main {
    padding-top: 10px;
}

.text-item {
    margin-bottom: 10px;
    line-height: 30px;
    font-family: SourceHanSansCN-Regular;
    cursor: pointer;
}

.text-item-left {
    width: calc(100% - 84px);
}

.text-title {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #000000;
    width: calc(100% - 30px);
}

.home-banner-box {
    display: block;
    margin: 5px 0 15px;
    height: 140px;
}

.home-banner-box > div,
.home-banner-box > div img {
    width: 100%;
    height: 100%;
}

.adv-text {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    width: 31px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
}

.adv-text-focus {
    bottom: 35px;
}

.center-text .text-list {
    width: calc(50% - 12.5px);
    margin-bottom: 10px;
}

.tab-box {
    padding-left: 40px;
}

.tab {
    margin-right: 20px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    color: #999999;
    float: left;
    cursor: pointer;
}

.tab-on {
    color: #007B3D;
    font-weight: bold;
}

.text-img {
    width: 140px;
    height: 88px;
}

.text-info {
    width: calc(100% - 163px);
}

.no-text-img .text-info {
    width: 100%;
}

.text-name {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-straight {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}

.text-video {
    position: relative;
}

.text-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
}

.text-video::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 16px;
    background: url(../images/video-d3.png) no-repeat center center;
    background-size: cover;
}

.center-text .text-item {
    margin-bottom: 10px;
}

.center-text .row-block {
    width: 100%;
    margin-bottom: 10px;
}

.left-text__show,
.right-text__show {
    width: calc(50% - 23px);
}

.row-block .tab-show {
    position: relative;
}

.left-text__line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 25px;
    border-left: 1px dashed #DFDFDF;
}

.friend-link {
    background-color: #F0F3F0;
    padding: 20px;
    font-family: SourceHanSansCN-Regular;
    margin-bottom: 30px;
}

.friend-head {
    line-height: 40px;
}

.friend-title {
    font-size: 18px;
    font-weight: bold;
    color: #007B3D;
}

.friend-title img {
    vertical-align: text-top;
    margin-right: 3px;
}

.friend-tab {
    padding-left: 70px;
    display: flex;
    width: calc(100% - 112px);
}

.frie-tab {
    flex: 1;
    height: 40px;
    text-align: center;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.friend-d3-on {
    display: none;
}

.frie-tab-on {
    background: #FFFFFF;
    border-radius: 3px 3px 0px 0px;
    color: #007B3D;
}

.frie-tab-on .friend-d3 {
    display: none;
}

.frie-tab-on .friend-d3-on {
    display: inline-block;
}

.friend-show {
    background: #FFFFFF;
    border-radius: 3px;
    padding: 10px 10px;
}

.friend-link .frie-tab img {
    margin-left: 8px;
}

.friend-show .layui-form-select {
    width: 98px;
    height: 28px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.friend-show .layui-select-title {
    width: 100%;
    height: 100%;
}

.friend-show .layui-form-select .layui-input {
    border: 0;
    background-color: transparent;
    height: 100%;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333333;
}

.friend-show .layui-form-item .layui-inline {
    margin-bottom: 20px;
    margin-right: 0px;
}

.friend-show .layui-form-select dl dd.layui-this {
    color: #333333;
}

.friend-show .layui-form-item {
    margin: 0;
}

.friend-item {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5px;
}


/* 公共 */
.green-text {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    color: #028339;
}

.green-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #028339;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gray-text {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #808080;
}


/* 文字滚动 */
/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: calc(100% - 20px);
    font-size: 12px;
    height: 78px !important;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}


.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.str_move_clone {
    display: inline-block;
    /* display:inline; */
    /* zoom:1; */
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.roll-text a {
    margin: 0 15px;
    color: #333;
    text-decoration: none;
}

.roll-text a:hover {
    text-decoration: underline;
}

/* 新增 */
.friend-show-list {
    width: 100%;
}

.friend-show-list .tab {
    color: #333;
}

.friend-show-list .tab-on {
    color: #007b3d;
}

.tab-division {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    float: left;
    margin: 0 20px 0 0px;
}

#secondColumn .tab-show,
#firstColumn .tab-show {
    min-height: 30px;
    max-height: 250px;
}
#secondColumn ,
#firstColumn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.tab-show-no-data{
    min-height: 30px;
    max-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 热点关注文字 */
.text-vertical {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    height: 300px;
    display: flex;
}

.vertical-item {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    color: #FFFFFF;
    line-height: 30px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    line-height: 35px;
    letter-spacing: 6px;
    user-select: none;
}

@media (max-width: 768px) {
    .banner-con {
        margin-top: 0;
    }

    .special-sponsor {
        padding: 20px 10px;
        height: auto;
        margin-bottom: 20px;
        line-height: initial;
    }

    .special-sponsor > div {
        width: 100%;
        height: 30px;
    }

    .inform .green-text{
        float: none;
        text-align: center;
    }

    .inform-text {
        text-align: center;
    }

    .inform .green-text span {
        display: none;
    }

    .min-banner,
    .text-list,
    .left-text__show,
    .right-text__show {
        width: 100% !important;
        float: none;
    }

    .home-banner-box img {
        width: 100%;
    }

    .text-list {
        padding: 20px 10px;
    }

    .tab-box {
        padding-left: 0;
    }

    .friend-tab {
        padding-left: 0;
    }

    .friend-title,
    .friend-tab {
        width: 100%;
        float: none;
    }

    .frie-tab {
        width: 50%;
    }

    .friend-show .layui-form-item .layui-inline {
        display: inline-block;
    }

    .inform .inform-text {
        text-align: center;
        width: 100%;
        padding: 0 10px;
    }

    .special-sponsor .pull-left,
    .special-sponsor .pull-right {
        float: none;
        text-align: center;
        width: 100% !important;
    }

    .str_wrap {
        height: 20px !important;
        margin-top: 33px;
    }

    .left-roll {
        overflow: hidden;
    }

}