.title-wrap {
    width: 100%;
    height: 61px;
    padding-left: 155px;
    background-color: #f4f4f4;
}
.title-wrap .title2 {
    color: #d7000f;
}

.list_self {
    background-color: white;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 45px;
}
.box_self {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 40px 0px 0px 40px;
    position: relative;
    display: flex;
}
.list_self .box_self:hover .btn span::after {
    content: "→";
}
.list_self .box_self:hover::after {
    content: "";
    position: absolute;
    right: 26px;
    bottom: 0;
    width: 285px;
    height: 240px;
    background-size: cover;
}
.box_self:hover .btn{
    background: #D7000F;
}
.box_self:hover .subtitle{
    color: #D7000F;
}
.box_self:hover .btn span{
    color: white;
}
.box_self .btn {
    display: flex;
    width: 153px;
    height: 39px;
    opacity: 1;
    background: #f6f6f6;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin-top: 103px;
}

.box_self .btn span {
    display: block;
    width: 100px;
    height: 12px;
    opacity: 1;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #666666;
    line-height: 12px;
}

.subtitle {
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    width: 387px;
    height: 41px;
    line-height: 32px;
    text-align-last: left;
}

.box_self .msg {
    width: 100%;
    height: 57px;
    opacity: 1;
    font-size: 16px;
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 27px;
    margin-top: 15px;
}

.dreamer-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dreamer-ul {
    display: flex;
}

.dreamer-ul li {
    min-width: 32px;
    min-height: 32px;
    border: 1px solid #DDDDDD;
    margin-left: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.dreamer-ul .active {
    background: #D7000F;
    color: white;
}

.dreamer-ul .active a{
    color: white;
}