﻿.column-content {
    padding: 20px 0;
}


/* item统一背景样式 */

.t-cont-item {
    width: 100%;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


/* item主体内容区 */

.t-content {
    position: relative;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.banner-cont {
    background-image: url("../image/banner.png");
    height: 320px;
    position: relative;
    background-size: cover;
}

.banner-cont .banner-tit {
    color: #fff;
    box-sizing: border-box;
    padding: 60px 0;
    font-size: 47px;
    color: #fff;
    font-weight: bold;
}

.banner-cont .banner-tit span {
    display: block;
    font-size: 24px;
    margin: 20px 0;
    font-weight: normal;
}

.img-banner-cont {
    background-image: url("../image/img-banner.png");
    height: 320px;
    position: relative;
    background-size: cover;
}

.img-banner-cont .banner-tit {
    color: #fff;
    box-sizing: border-box;
    padding: 50px 0 30px 0;
    font-size: 47px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.img-banner-cont .banner-tit span {
    display: block;
    font-size: 24px;
    margin: 20px 0;
    font-weight: normal;
}

.img-banner-cont .img-search-box {
    position: relative;
    width: 62%;
    margin: 0 auto;
}

.img-banner-cont .int {
    border-radius: 43px;
    height: 43px;
    width: 100%;
    text-indent: 40px;
    font-size: 18px;
    border: 1px solid #c9c9c9;
}

.img-banner-cont .subbtn {
    border: none;
    background: none;
    position: absolute;
    right: -3px;
    top: 0;
    height: 45px;
}

.img-banner-cont .subbtn img {
    height: 100%;
    display: block;
}

.banner-nav {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
}

.banner-nav .breadcrumb {
    background-color: transparent;
    width: 1400px;
    margin: 0 auto;
    font-size: 16px;
}

.breadcrumb>li {
    display: inline-block;
    color: #fff;
}

.breadcrumb>.active {
    color: #fff;
}

.banner-nav .breadcrumb li.active a {
    color: #FFFFFF;
}


/* 标签开始 */

.hotTags {
    width: 742px;
    margin: 24px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E3E5E6;
    border-bottom: 1px solid #E3E5E6;
    padding: 10px 0;
}

.hotTag {
    display: flex;
    align-items: center;
    color: #2A2B2E;
    font-size: 14px;
    gap: 32px;
}

.hotTag h6 {
    font-weight: 700;
}

.hotTag span a {
    color: #2A2B2E;
    font-weight: 400;
}

.hotTags a {
    color: #01A0EB;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width:768px) {
    .hotTags {
        width: 80%;
    }
    .hotTag span {
        display: none;
    }
    .hotTag span:nth-child(2),
    .hotTag span:nth-child(3),
    .hotTag span:nth-child(4) {
        display: inline-block;
    }
}

@media screen and (max-width:480px) {
    .hotTags {
        width: 90%;
    }
    .hotTag {
        gap: 10px;
        font-size: 12px;
    }
    .hotTags a {
        font-size: 12px;
    }
}


/* 标签结束 */

.search-area {
    background: #fff;
    padding: 35px 0;
}

.com-content {
    max-width: 1400px;
    margin: 0 auto;
}

.search-area .search-box {
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.search-area .int {
    border-radius: 43px;
    height: 43px;
    width: 100%;
    text-indent: 40px;
    font-size: 18px;
    border: 1px solid #c9c9c9;
}

.search-area .subbtn {
    border: none;
    background: none;
    position: absolute;
    right: -2px;
    top: 0;
}

.filter-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 96%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.filter-box .more-btn {
    position: absolute;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-top: none;
    bottom: -37px;
    left: 50%;
    margin-left: -65px;
    background: #fff;
    text-align: center;
}

.filter-box .more-btn:after {
    content: "";
    height: 11px;
    width: 17px;
    background: url(../image/more.png) no-repeat center center;
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
    color: #cfcfcf;
    /**/
}

.filter-box .filter-item {
    overflow: hidden;
    display: flex;
    border-top: 1px dashed #e6e6e6;
}

.filter-box>.filter-item:first-child {
    border-top: none;
}

.filter-box .filter-item .item-type {
    width: 100px;
    border: 1px solid #fff;
    background: #f2f2f2;
    text-align: center;
    font-size: 16px;
    color: #898989;
    padding: 14px 0;
}

.filter-box .filter-item .item-cont {
    flex: 1;
    font-size: 14px;
    color: #898989;
    padding: 0 0;
    height: 24px;
    overflow: hidden;
    margin: 12px 0;
}

.filter-box .filter-item .item-cont.showAll {
    height: auto;
}

.filter-box .filter-item .item-cont span {
    padding: 3px 20px;
    display: inline-block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.filter-box .filter-item .item-more {
    width: 80px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    padding-top: 18px;
    justify-content: center;
}

.filter-box .filter-item .item-more .add {
    display: block;
    background: url(../image/footer_add1.png) no-repeat center center;
    height: 14px;
    width: 14px;
    opacity: 0.6;
}

.filter-box .filter-item .item-more .add.minus {
    /*display: block;*/
    background: url(../image/footer_add_on1.png) no-repeat center center;
    /*	height: 14px;
	width: 14px;
	opacity: 0.6;*/
}

.filter-box .filter-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    position: relative;
    margin-right: 10px;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    -webkit-tab-highlight-color: rgba(0, 0, 0, 0);
}

.filter-box .filter-item input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -2px;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
}

.filter-box .filter-item input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: -1px;
    left: -2px;
    width: 100%;
    border: 1px solid #e50232;
    color: #e50232;
    font-size: 15px;
    font-weight: bold;
}

.more-list {
    display: none;
}

.more-list .handle-btn {
    text-align: center;
    padding: 20px 0;
}

.more-list .handle-btn .hand-btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 130px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #666;
    color: #666;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}

.more-list .handle-btn .hand-btn.red {
    border: 1px solid #d4113f;
    color: #d4113f;
}

.more-list .handle-btn .hand-btn:hover {
    background: #d4113f;
    border: 1px solid #d4113f;
    color: #fff;
}

.page1-cont .cont-item {
    display: flex;
    flex-flow: row;
    /*伸缩项目单行排列*/
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
    height: 160px;
    overflow: hidden;
    clear: both;
    position: relative;
}

.search-result-list {
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #505050;
}

.search-no-data {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin: 80px auto;
    color: #898989;
}

.search-no-data img {
    display: block;
    margin: 10px auto;
}

.search-word {
    color: #d20032;
}

.search-result-list .search-word {
    font-weight: bold;
}

.page1-cont .cont-item .item-img {
    width: 280px;
    margin-right: 40px;
    position: relative;
}

.page1-cont .cont-item .item-img .hot {
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #d20032;
    position: absolute;
    right: 0;
    top: 0;
}

.page1-cont .cont-item .item-img img {
    width: 280px;
    height: 160px;
}

.page1-cont .cont-item .item-info {
    flex: 1;
    color: #898989;
    font-size: 16px;
    line-height: 28px;
}

.page1-cont .cont-item .item-info .info-tit {
    font-size: 20px;
    font-weight: bold;
    color: #505050;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page1-cont .cont-item:hover .info-tit {
    color: #d20032;
}

.page1-cont .cont-item .item-info .info-des {
    height: 85px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page1-cont .cont-item .item-info .info-view {
    height: 20px;
    line-height: 20px;
    background: url(../image/view.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #898989;
    margin-top: 10px;
}

.page1-cont .cont-item .item-time {
    width: 140px;
    text-align: right;
    font-size: 16px;
    color: #898989;
}

.img-page1-cont .cont-item {
    width: 30.33%;
    float: left;
    box-sizing: border-box;
    margin: 15px 1.5%;
    height: 405px;
    overflow: hidden;
    position: relative;
}

.img-page1-cont .cont-item .item-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.img-page1-cont .cont-item .item-img .hot {
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #d20032;
    position: absolute;
    right: 0;
    top: 0;
}

.img-page1-cont .cont-item .item-img img {
    height: 215px;
    display: block;
    width: 100%;
}

.img-page1-cont .cont-item .item-info {
    color: #898989;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-top: none;
    padding: 10px 20px;
    clear: both;
    overflow: hidden;
    height: 190px;
}

.img-page1-cont .cont-item .item-info .info-tit {
    font-size: 20px;
    font-weight: bold;
    color: #505050;
    line-height: 26px;
    margin-bottom: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-page1-cont .cont-item .item-info .info-des {
    height: 45px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-page1-cont .cont-item .item-info .info-link {
    height: 20px;
    line-height: 20px;
    background: url(../image/next2.png) no-repeat right center;
    padding-right: 30px;
    font-size: 16px;
    color: #898989;
    left: 20px;
}

.img-page1-cont .cont-item .item-info .info-view {
    height: 20px;
    line-height: 20px;
    background: url(../image/view.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #898989;
    right: 20px;
}

.img-page1-cont .cont-item .item-info .info-link,
.img-page1-cont .cont-item .item-info .info-view {
    position: absolute;
    bottom: 20px;
}

.img-page1-cont .cont-item .item-time {
    width: 140px;
    text-align: right;
    font-size: 16px;
    color: #898989;
}

.img-page1-cont .cont-item:hover {
    box-shadow: 0 5px 8px 3px #e8e8e8;
}


/*.img-page1-cont .cont-item .item-info .info-link*/

.img-page1-cont .cont-item .item-info .info-link:hover,
.img-page1-cont .cont-item:hover .item-info .info-link {
    height: 20px;
    line-height: 20px;
    background: url(../image/next-on.png) no-repeat right center;
    color: #d20032;
}

.result-list {
    overflow: hidden;
    clear: both;
}

.add-more {
    width: 130px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #d20032;
    font-size: 16px;
    color: #d20032;
    margin: 30px auto;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    border-radius: 36px;
    cursor: pointer;
}

.add-more:hover {
    border: 2px solid #d20032;
    font-size: 16px;
    background: #d20032;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .t-cont-item {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .page1-cont .cont-item {
        display: block;
        height: auto;
    }
    .page1-cont .cont-item .item-img {
        width: 280px;
        position: relative;
        margin: 0 auto 10px auto;
    }
    .page1-cont .cont-item .item-time {
        position: absolute;
        right: 15px;
        bottom: 30px;
    }
    .banner-cont {
        background-image: url("../image/banner-m.png");
        height: 250px;
        position: relative;
    }
    .banner-cont .banner-tit {
        padding: 60px 20px;
        font-size: 40px;
    }
    .banner-nav {
        display: none;
    }
    .search-area .search-box {
        width: 100%;
    }
    .search-area .int {
        text-indent: 14px;
        font-size: 16px;
    }
    .filter-box .filter-item .item-more {
        width: 40px;
    }
    .img-banner-cont {
        background-image: url("../image/img-banner-m.png");
        height: 250px;
        position: relative;
    }
    .img-banner-cont .banner-tit {
        padding: 20px 20px;
        font-size: 40px;
    }
    .img-banner-cont .img-search-box {
        width: 92%;
    }
    .img-banner-cont .int {
        text-indent: 14px;
        font-size: 16px;
    }
    .img-page1-cont .cont-item {
        display: block;
        height: auto;
    }
    .img-page1-cont .cont-item .item-img {
        position: relative;
    }
    .img-page1-cont .cont-item .item-time {
        position: absolute;
        right: 15px;
        bottom: 30px;
    }
    .img-page1-cont .cont-item {
        width: 92%;
        float: none;
        margin: 20px auto;
    }
}