.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: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    /* margin-bottom: 9px; */
}

.title1 img {
    margin: 0 8px 0 3px;
    vertical-align: middle;
}

.title1 h3 {
    color: #095db8;
    font-size: 20px;
    font-weight: 700;
    float: left;
}

.title1 .more {
    float: right;
    color: #666;
    font-size: 14px;
}

.mod_hd {
    border-bottom: 1px solid #e5e5e5;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 9px;
}

.mod_hd img {
    margin: 0 8px 0 3px;
    vertical-align: middle;
}

.mod_hd h4 {
    color: #333;
    font-size: 16px;
    float: left;
}

.mod_hd .more {
    float: right;
    color: #666;
    font-size: 14px;
}

.row1 .container-flex {
    flex-wrap: wrap;
}

.module {
    /* width: 400px;
    height: 284px; */
    box-sizing: border-box;
    background-color: #fff;
}

.mod-bd {
    padding: 10px 0 17px;
}

.mod-bd2 {
    padding: 3px 0 22px;
}


/* .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 ul {
    display: flex;
}

.tb_item {
    width: 50%;
}

.tb_item img {
    width: 100%;
    max-height: 180px;
}

.piclist {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
    /* padding-top: 10px; */
}

.piclist li {
    width: 33.33%;
    padding: 0 5px;
    /* box-sizing: border-box; */
    overflow: hidden;
}

.piclist li img {
    width: 100%;
    height: 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%;
}

.picbox {
    padding: 10px 0;
}

.picbox img {
    width: 100%;
    height: 100%;
}

.row2_bd {
    padding: 15px 0 28px;
}

.module2 {
    width: 24.16%;
    background: #f5f5f5;
}

.module2 .list1 {
    padding: 10px;
}

.module2 img {
    width: 100%;
}

.bd-list .col-5 {
    width: 48%;
}

.mod2-bd {
    position: relative;
}

.mod2-bd .list1 li {
    height: 29px;
    line-height: 29px;
}

.btnbox {
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}

.btnbox a {
    display: inline-block;
    padding: 0 15px;
    height: 34px;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    line-height: 34px;
    border-radius: 4px;
    font-size: 16px;
}

.row5 .title1 {
    margin-bottom: 20px;
}

@media screen and (min-width:1200px) {
    .picbox {
        width: 360px;
        height: 224px;
    }
    .piclist li {
        width: 141px;
        height: 161px;
    }
    .module2 img {
        width: 290px;
        height: 144px;
    }
}

@media screen and (max-width:1200px) {
    .col-3 .title1 {
        background-size: 40% 29px;
    }
    .nav>ul>li {
        font-size: 16px;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
    .col-3,
    .col-6,
    .col-5 {
        width: 100%;
    }
    .row1,
    .row2 .container-flex,
    .row3 .container-flex,
    .row4,
    .row5 {
        flex-wrap: wrap;
    }
    .module2 {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:576px) {
    .module2 {
        width: 100%;
    }
    .tb_item {
        width: 100%;
        margin-bottom: 10px;
    }
    .tbbox ul {
        flex-wrap: wrap;
    }
}