.applicationCard {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
}

.applicationCard:last-child {
    border-bottom: none;
}


.applicationCard .left {
    position: relative;
    width: 314px;
    height: 210px;
}

.applicationCard .left img {
    width: 100%;
    height: 100%;
}

.applicationCard .time {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 76px;
    height: 76px;
    background: #B99E1F;
    opacity: 0.9;
    color: #fff;
    font-family: MiSans;
    text-align: center;
}

.applicationCard .time .day {
    font-size: 30px;
    font-weight: 400;
}

.applicationCard .time .timestramp {
    font-size: 14px;
    margin-top: -10px;
    vertical-align: top;
}


.applicationCard .right {
    flex: 1;
    font-family: PingFang SC;
    padding-left: 39px;
}

.applicationCard .right .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    padding: 11px 0 19px 0;
}

.applicationCard .right .desc {
    height: 44px;
    display: block;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 89px;
}

.applicationCard .right .link {
    width: 24px;
    height: 7px;
    background: url('../hs/static/icon_right.png') no-repeat;
}

.applicationCard:hover .right .title {
    color: #B90316;
}

.applicationCard:hover .right .link {
    background: url('../hs/static/icon_halfRight_active.png') no-repeat;
}

.hs-newlist-card .newCard-wrapper {
    width: 228px;
    height: 330px;
}
.hs-newlist-card .newCard-wrapper .cover {
    height: 170px;
}
.hs-newlist-card .newCard-wrapper .time {
    top: 85px;
}
.hs-newlist-card .newCard-wrapper .newInfo {
    padding: 0 20px;
}
.hs-newlist-card .newCard-wrapper .newInfo .tag {
   padding: 20px 0;
}
.hs-newlist-card .newCard-wrapper .newCardActive {
    width: 228px !important;
    padding: 20px;
    text-align: left;
}
.hs-newlist-card .newCard-wrapper:hover .newCardActive {
    width: 228px !important;
    padding: 20px;
}
.hs-newlist-card .newCard-wrapper:hover .newCardActive .submit {
    margin-top: 30px;
}
.hs-applicationCard .left{
    width: 228px;
    height: 180px;
}
 
.hs-applicationCard .right {
    padding-left: 33px;
}

.hs-applicationCard .right .desc {
    margin-bottom: 69px;
}