.head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.head .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .morebox a {
    display: none;
    /* // float: right; */
    line-height: 38px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: 400;
    font-size: 14px;
    color: #737373;
}

.head .morebox a:hover {
    color: #0751BD;
}

.head .morebox .more-active {
    display: block;
}

.head .morebox a img {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-left: 5px;
}

.head-title {
    /* // float: left; */
    margin-right: 18px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: bold;
    font-size: 26px;
    color: #0C6AD3;
    display: inline-block;
}

.head-title img {
    width: 111px;
    height: 27px;
}

/* .tab {
    // float: left;
} */

.tab a {
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    margin-right: 15px;
    padding: 4px 13px;
}

.tab .active {
    color: #0063D2;
    background-color: #DEEBF9;
    border-radius: 16px;
}

.main .layout ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.main .layout ul li {
    width: 575px;
    padding: 19px 0 19px 51px;
    /* float: left; */
    margin-bottom: 50px;
    /* margin-right: 50px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 3px #E7E7E7;
}

.main .layout ul li:hover a .right .title {
    color: #0C6AD3;
}

.main .layout ul li:nth-child(2n) {
    margin-right: 0;
}

.main .layout ul li a {
    display: flex;
    align-items: center;
}

.main .layout ul li a .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 40px;
    margin-right: 33px;
    border-right: 1px dashed #DFDFDF;
}

.main .layout ul li a .left .imgbox {
    margin-bottom: 17px;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    overflow: hidden;
}

.main .layout ul li a .left .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.main .layout ul li a .left .writer {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.main .layout ul li a .right .style_time {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.main .layout ul li a .right .style_time .style {
    margin-right: 12px;
    display: flex;
    align-items: center;
    padding: 3px 14px;
    background: #C0C0C0;
    border-radius: 9px;
}

.main .layout ul li a .right .style_time .style i {
    margin-right: 5px;
    display: block;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
}

.main .layout ul li a .right .style_time .style p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
}

.main .layout ul li a .right .style_time .over {
    background: #C0C0C0;
}

.main .layout ul li a .right .style_time .start {
    background: #BD4306;
}

.main .layout ul li a .right .style_time .ing {
    background: #579F5F;
}

.main .layout ul li a .right .style_time .time {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
}

.main .layout ul li a .right .title {
    margin-bottom: 20px;
    width: 319px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.main .layout ul li a .right .job {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}