.breadcrub {
    clear: both;
    height: 58px;
    line-height: 58px;
}

.breadcrub i {
    margin: 0 9px;
    font-weight: 700;
    color: #c0c4cc;
}

.breadcrub span {
    color: #606266;
}

.breadcrub a {
    color: #303133;
    font-weight: bold;
}

.title1 {
    border-bottom: 4px solid #4b9cf8;
    height: 29px;
    position: relative;
    background: url("../images/titbg1..png") no-repeat right bottom;
}

.title1 h3 {
    color: #095db8;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
}

.title1 .more {
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    position: absolute;
    right: 3px;
    bottom: 0;
}

.row1 {
    margin-top: 10px;
}

.row1 .container-flex {
    flex-wrap: wrap;
}

.module {
    /* width: 400px;
    height: 284px; */
    box-sizing: border-box;
    background-color: #fff;
}

.mod-bd,
.bd {
    padding: 13px 0 21px;
}

.mod_more {
    line-height: 44px;
}

.mod_more a {
    color: #ccc;
}

.list1 li {
    font-size: 14px;
    color: #333;
    position: relative;
    overflow: hidden;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.list2 li {
    line-height: 35px;
    color: #666;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.list2 li:hover a {
    color: #409eff;
}

.bd-list {
    display: flex;
    justify-content: space-between;
}

.bd-list .list1 {
    width: 48.36%;
}

.tbbox {
    width: 50%;
}

.tbbox img {
    width: 100%;
    max-height: 164px;
}

.piclist {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
    padding-top: 20px;
}

.piclist li {
    width: 20%;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.piclist li img {
    width: 100%;
}

.col-3 {
    width: 31.58%;
}

.col-6 {
    width: 65.8%;
}

.tbbody {
    display: flex;
    justify-content: space-between;
}

.tbbody .list2 {
    width: 48%;
}

.author_side {
    padding-top: 10px;
}

.author_side li {
    float: left;
    width: 33%;
    color: #333;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author_item {
    display: flex;
}

.author_cont {
    flex: 1;
}

.author_cont dt {
    font-size: 14px;
    line-height: 26px;
    color: rgb(51, 51, 51);
}

.author_cont dd {
    height: 38px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.author_pic {
    width: 64px;
    height: 80px;
    margin-right: 10px;
}

.author_pic img {
    width: 100%;
    height: 100%;
}

.bd-list .list2 {
    width: 46%;
}

@media screen and (max-width:1200px) {
    .col-3 .title1 {
        background-size: 40% 29px;
    }
}

@media screen and (max-width:992px) {
    .col-3 .title1 {
        background-size: 33% 29px;
    }
}

@media screen and (max-width:768px) {
    .row5,
    .row4,
    .row2,
    .tbbody {
        flex-wrap: wrap;
    }
    .row5 .col-6 {
        margin-bottom: 25px;
    }
    .col-3,
    .col-6 {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .tbbox {
        margin-bottom: 20px;
    }
    .tbbox,
    .tbbody .list2 {
        width: 100%;
    }
    .piclist {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 -10px;
    }
    .piclist li {
        width: 33.33%;
        margin-bottom: 10px;
        padding: 10px;
    }
}