.item-border:hover .item-title, .phone .item-border:hover .item-desc, .phone .item-border:hover .item-time {
    color: #009C45;
}

.item-border:hover .item-arrow {
    background-image: url('../../image/arrow2.png');
}

.item-border:hover .item-right-img {
    transform: scale(1.1)
}

.pc .item-border {
    padding: 0px;
    padding-bottom: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.pc .item-left {
    max-width: 1000px;
}

.pc .item-title {
    font-weight: bold;
    min-height: 30px;
    font-size: 24px;
    color: #363636;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc .biaoti {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.pc .shijian {
    text-align: center;
    margin-top: 20px;
}

.pc .neirong {
    margin-top: 30px;
}

.pc .item-desc {
    height: 107px;
    font-size: 16px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 15px;
}

.pc .item-desc p, .pc .item-desc span {
    height: 107px;
    font-size: 16px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc .item-time {
    height: 13px;
    font-size: 12px;
    color: #4E4E4E;
    line-height: 28px;
    margin-bottom: 25px;
}

.pc .item-arrow {
    width: 24px;
    height: 24px;
    background-image: url('../../image/arrow1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pc .item-right-img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.phone .item-border {
    padding-bottom: 3.75rem;
    box-sizing: border-box;
}

.phone .item-left {
    max-width: calc(100% - 17rem);
}

.phone .item-title {
    font-weight: bold;
    font-size: 1.875rem;
    color: #5B5B5B;
    line-height: 1.875rem;
    min-height: 1.875rem;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.625rem;
}

.phone .item-desc {
    height: 2rem;
    font-size: 1.5rem;
    color: #333232;
    height: 1.875rem;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone .item-desc p, .phone .item-desc span {
    height: 2rem;
    font-size: 1.5rem;
    color: #333232;
    height: 1.875rem;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone .item-time {
    height: 1.375rem;
    font-size: 1.375rem;
    color: #888888;
}

.phone .item-arrow {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('../../image/arrow1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.phone .item-right-img {
    width: 12.5rem;
    height: 9.375rem;
    object-fit: cover;
}
.phone .biaoti {
    font-size: 36px;
    font-weight: bold;
}

.phone .shijian {
    margin-top: 20px;
}

.phone .neirong {
    margin-top: 30px;
}