
.upload_ul {
    display: flex;
    flex-wrap: wrap;
}
.upload_atrcle{
    width: 1172px;
    border-top: 1px solid #a0a0a0;
    margin: auto;
}
.upload_atrcle li {
    margin-bottom: 66px;
    margin-top: 30px;
    margin-right: 15px;
}
.content_list_l {
    width: 571px;
    height: 435px;
    display: flex;
}
.content_list_img {
    width: 292px;
    height: 435px;
    float: left;
    overflow: hidden;
    background-color: #ccc;
}
.content_list_txt {
    position: relative;
    width: 256px;
    height: 256px;
    background: rgba(255,255,255,0.5);
    margin-left: -10px;
    margin-top: 40px;
    border: 1px solid #d7d7d5;
    padding: 47px 17px;
}
.content_list_txt .title {
    margin: 9px 73px;
}
.content_list_txt .text {
    text-align: center;
    font-size: 22px;
    margin-bottom: 28px;
    height: 60px;
    overflow: hidden;
}
.content_list_txt .border {
    margin: 0 102px 30px 102px;
}
.content_list_txt .check {
    user-select: none;
    width: 100%;
    height: 18px;
    text-align: center;
    margin-left: 10px;
}
.check .check_list {
    display: inline-block;
    line-height: 18px;
    background: no-repeat center left;
    font-size: 16px;
    margin-right: 10px;
    padding-left: 25px;
}
.check .comment {
    background-image: url(../img/l_pinglun1.png);
}
.check .attention {
    background-image: url(../img/l_like.png);
}
.check .collect {
    background-image: url(../img/l_shoucang1.png);
}
.content_list_txt .date {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #888888;
}
