.pc .item-border {
    max-width: 400px;
    padding: 0px;
    padding-bottom: 60px;
    margin-right: 4.6%;
    box-sizing: border-box;
    width: 30%;
    display: inline-block;
}

.pc .item-border:hover .item-title {
    background: #009C45;
}

.pc .item-border:hover .item-desc {
    color: #009C45;
}

.pc .item-border:hover .item-btn {
    background-color: #009C45;
    color: #fff;
}

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

.pc .item-border:nth-child(3n) {
    margin-right: 0px;
}

.pc .item-title {
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
    height: 74px;
    background: #A3A3A3;
    padding: 10px 20px;
    box-sizing: border-box;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc .item-desc {
    height: 107px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333232;
    line-height: 27px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pc .item-desc p, .pc .item-desc span {
    height: 107px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333232;
    line-height: 27px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.pc .item-btn {
    cursor: pointer;
    width: 140px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 5px;
}

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

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

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

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


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

.phone .item-border:hover .item-title {
    background: #009C45;
}

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

.phone .item-border:hover .item-btn {
    background-color: #009C45;
    color: #fff;
}

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

.phone .item-border:nth-child(3n) {
    margin-right: 0px;
}

.phone .item-title {
    font-size: 1.875rem;
    color: #FFF;
    line-height: 3.375rem;
    height: 4.625rem;
    background: #A3A3A3;
    padding: .625rem 1.25rem;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone .item-desc {

    height: 8.25rem;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333232;
    line-height: 2rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.875rem;
    margin-bottom: .9375rem;
}

.phone .item-desc p, .phone .item-desc span {
    height: 8.25rem;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333232;
    line-height: 2rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone .item-time {
    height: 1.25rem;
    font-size: 1.5rem;
    color: #888888;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
}

.phone .item-btn {
    cursor: pointer;
    width: 11rem;
    height: 2.75rem;
    background: #FFFFFF;
    border: .0625rem solid #BFBFBF;
    line-height: 2.75rem;
    padding-left: 0.625rem;
    padding-right: .3125rem;
    font-size: 1.25rem;
    box-sizing: border-box;
}

.phone .item-arrow {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('../image/arrow1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.phone .containerW .biaoti {
    font-size: 36px;
    font-weight: bold;
}

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

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