@charset "UTF-8";
.breadcrumb-box .breadcrumb {
    margin: 32px 0 28px 0
}

.breadcrumb-box {
    max-width: 1250px
}

.section {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden
}
.section .nav-tabs {
    margin-bottom: 20px!important;
}
.section .area-box,
.section .type-box {
    margin-bottom: 20px
}

.section .area-box .label,
.section .type-box .label {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    color: #333
}

.section .area-box .tag,
.section .type-box .tag {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #1296db;
    text-decoration: none;
    text-align: center
}

.section .area-box .active,
.section .type-box .active {
    padding: 3px 20px;
    background: #1296db;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.section .area-box {
    margin-bottom: 30px
}

.section .list-box .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c6c6c6
}
.section .list-box .item .item-left {
    width: 345px;
}
.section .list-box .item dt {
    position: relative;
    width: 90%;
    height: 200px;
    margin-right: 30px;
}
.section .list-box .item img:hover .section .list-box .item dt,
.section .list-box .item dt:hover{
    width: 91%;
}
.section .list-box .item img {
    /* margin-right: 10px!important; */
    margin-left: 15px!important;
    padding: 0!important;
    /* max-width: 350px; */
    /* max-height: 235px; */
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.section .list-box .item .title {
    height: 32px;
    line-height: 32px;
    margin-bottom: 13px;
    /* 活动风采列表页内容标题字号 */
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.section .list-box .item .title>span {
    background-color: #1296db;
    padding: 0px 0.8rem;
    margin-right: 7px;
    margin-top: 3px;
    border-radius: 5px;
    line-height: 28px;
    height: 28px;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

.section .list-box .list-view .item a {
    /* 调整活动风采列表页图片大小，影响布局自适应 */
    width: 100%;
}
.section .list-box .list-view .item .media-body>a {
    display: block;
    margin-top: 11px;
}
.content img {
    width: 100%;
    height: auto;
}

.section .list-box .list-view .item .media-body .title a {
    /* 修改活动风采列表页内容标题 */
    color: #333;
    float: left;
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.section .list-box .item .addr,
.section .list-box .item .time {
    /* 时间地点一行显示 */
    display: inline-block;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 16px;
    color: #666;
    margin-right: 40px;
}

.section .list-box .item .addr {
    margin-bottom: 0;
}

.section .list-box .item .info-title {
    line-height: 28px;
    margin-bottom: 17px;
    /* 调整活动风采列表页活动介绍字体大小 */
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.section .list-box .item .info-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section .list-box .item .info-desc a {
    width: auto;
    color: #1296db;
    text-decoration: none;
    /*活动风采列表页查看详情上边距增大*/
    display: inline-block;
    margin-top: 10px;
}

.section .pagination {
    padding-top: 30px;
    margin: 0 0 60px 0
}

.breadcrumb-detail {
    max-width: 990px
}

.breadcrumb-detail .breadcrumb {
    margin: 32px 0 106px 0
}

.detail {
    max-width: 990px;
    margin: 0 auto 0;
}

.detail .title {
    line-height: 40px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center
}

.detail .addr,
.detail .time {
    line-height: 21px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
    text-align: center
}

.detail .addr {
    margin-bottom: 28px
}

.detail .abstract {
    padding: 10px;
    margin: 0 0 40px 0;
    line-height: 28px;
    font-size: 16px;
    color: #707070;
    text-align: left;
    background: #f3f3f3
}
/*活动风采无图时显示默认图start 此处单独写，会影响布局*/
.without-img {
    display: block;
    /* height: 120px; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/without-img.svg) no-repeat!important;
    background-size: cover!important;
    margin-left: 15px!important;
    border-radius: 10px!important;
}
/*活动风采无图时显示默认图end*/

.detail .content {
    line-height: 30px;
    font-size: 18px;
    color: #212529;
    /* 活动风采详情页首行缩进 */
    text-indent: 2em;
    margin-bottom: 2em;
}

.detail .content p,
.detail .content p span {
    margin: 0;
    font-size: 1rem !important;
    line-height: 30px!important;
}

.detail .content img {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.nodata-img {
    width: 45%;
}
.empty dl {
    margin-bottom: 40px;
}
.empty img {
    width: 30%;
}
@media screen and (max-width:1200px) {
    .section .list-box .item .media-body {
        margin-left: 15px;
    }
}

@media screen and (max-width:768px) {
    .section .list-box .list-view .item .media-body>a {
        margin-top: 4px;
        font-size: 12px;
    }
    .section .list-box .item dt {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .section .list-box .item .item-left {
        width: 130px;
    }
    .section .list-box .item .title>span {
        float: left;
        padding: 0 0.5rem;
        font-size: 10px;
        margin-top: -1px;
        height: 22px;
        line-height: 22px;
    }
    .section .nav-tabs .nav-link {
        padding: 5px 10px;
    }
    .banner-box {
        display: none
    }
    .breadcrumb-box {
        display: none
    }
    .section .area-box,
    .section .type-box {
        padding: 0 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto
    }
    .section .area-box::-webkit-scrollbar,
    .section .type-box::-webkit-scrollbar {
        display: none
    }
    .section .area-box .label,
    .section .area-box .tag,
    .section .type-box .label,
    .section .type-box .tag {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 14px
    }
    .section .area-box .label,
    .section .type-box .label {
        margin-right: 20px
    }
    .section .area-box {
        margin-bottom: 20px
    }
    .section .list-box .item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin: 0 15px 20px
    }
    .section .list-box .list-view .item .media-body .title a {
        float: left;
        font-size: 14px;
        width: 70%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .section .list-box .item .mr-3 {
        margin-right: 0!important;
        margin-left: 0!important;
        margin-top: 15px;
        padding-left: 0;
        max-width: 183px;
        max-height: 103px
    }
    .section .list-box .item .media-body {
        padding-top: 15px;
        padding-right: 0;
        padding-left: 5px
    }
    .section .list-box .item .title {
        font-weight: 400;
        font-size: 18px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 3px
    }
    .section .list-box .item .time {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 14px
    }
    .section .list-box .item .addr {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 12px;
        line-height: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .section .list-box .item .info-desc,
    .section .list-box .item .info-title {
        display: none
    }
    .section .pagination {
        padding-top: 0;
        margin: 10px 0 30px
    }
    .detail {
        margin: 0 auto 80px
    }
    .detail .title {
        padding: 0 20px;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 15px
    }
    .detail .time {
        padding: 0 20px;
        font-size: 12px;
        line-height: 16px
    }
    .detail .addr {
        padding: 0 20px;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 22px
    }
    .detail .abstract {
        margin: 0 20px 20px;
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
        background: #f3f3f3;
    }
    .detail .content {
        padding: 0 20px;
        font-size: 16px;
        line-height: 24px
    }
    .detail .content img {
        width: 100%
    }
}