.column-box {
    margin-top: 32px;
    position: relative;
    overflow: hidden;
}

.tabBox {
    overflow: hidden;
    margin-bottom: 20px;
}


.tabBox a {
    width: 70px;
    height: 30px;
    background: #B4B4B4;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
}

.tabBox a i {
    margin-right: 3px;
}

.tabBox a.current {
    background: #E60012;
}

.column-box .column-box-left {
    width: 844px;
}

.column-box .column-box-left .list {
    border-bottom: 1px solid #dddddd;
}

.column-box .column-box-left .list .item {
    margin-bottom: 16px;
}

.column-box .column-box-left .list .item:nth-child(5n) {
    margin-bottom: 32px;
}

.column-box .column-box-left .list .item .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-box .column-box-left .list .item .links .text {
    display: inline-block;
    width: 75%;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.column-box .column-box-left .list .item .links .date {
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.search-container .page-wrapper {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 50px;
}

.column-box .column-box-right {
    width: 404px;
}

.page-wrapper {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 50px;
}

.pic-list {
    position: relative;
    overflow: hidden;
}

.pic-list .pic-item {
    display: flex;
    align-items: center;
    height: 160px;
    border-bottom: 1px solid #dddddd;
}

.pic-list .pic-item .links {

}

.pic-list .pic-item .pic-box-l {
    width: 200px;
    height: 112px;
}

.pic-list .pic-item .pic-box-l img {
    width: 100%;
    height: 100%;
}

.pic-list .pic-item .pic-box-r {
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 16px;
}

.pic-list .pic-item .pic-box-r .text .title {
    width: 628px;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pic-list .pic-item .pic-box-r .info-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pic-list .pic-item .pic-box-r .info-box .type {
    padding: 3px 6px;
    height: 28px;
    background: #E60012;
    border-radius: 14px;
    border: 1px solid #E60012;
    color: #ffffff;
}

.pic-list .pic-item .pic-box-r .info-box .source {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    padding-left: 16px;
}

.pic-list .pic-item .pic-box-r .info-box .date {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    padding-left: 16px;
}

.pic-list .pic-item .pic-box-r .info-box .info-r img {
    margin-right: 10px;
    cursor: pointer;
}

.share {
    width: 0;
    white-space: nowrap;
    transition: width 1s;
}

.pic-list .pic-item:hover .share {
    width: 85px;
}

.fenxiang {
    display: flex;
    align-items: center;
}

.fenxiang i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/fenxiang.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.share-wx {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    transform: translate(-50%,-50%);
    text-align: center;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 28px;

}

.share-wx i {
    position: absolute;
    right: 6px;
    top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/wx-totas-colse.png) no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    font-style: normal;
    cursor: pointer;
}


.share-wx-title {
    position: absolute;
    left: 30%;
    top: 2%;
}

.share-wx p img {
    width: 100%;
}