.side-box .box {
    width: 271px;
    background-color: #ffffff;
    border-radius: 8px;
}

.side-box.side-box-answer {
    background: -webkit-linear-gradient(297.35551882deg, #f9e6a3 1%, #f9f2d8 100%);
    background: -moz-linear-gradient(152.64448118deg, #f9e6a3 1%, #f9f2d8 100%);
    background: linear-gradient(152.64448118deg, #f9e6a3 1%, #f9f2d8 100%);
}

.side-box.side-box-answer .box .item {
    padding-top: 16px;
    padding-left: 11px;
    cursor: pointer;
    display: block;
}

.side-box.side-box-answer .box .item:not(:nth-last-child(2)) .answer .text {
    border-bottom: 1px solid #ebebeb;
}

.side-box.side-box-answer .box .item .dot {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    font-weight: 650;
    font-size: 14px;
    margin-top: 2px;
    margin-right: 11px;
}

.side-box.side-box-answer .box .item .text {
    line-height: 22px;
    font-size: 14px;
    padding-right: 11px;
}

.side-box.side-box-answer .box .item .question {
    margin-bottom: 9px;
    align-items: flex-start;
}

.side-box.side-box-answer .box .item .question .dot {
    background-color: #333333;
    color: #ffffff;
}

.side-box.side-box-answer .box .item .question .text {
    color: #000000;
}

.side-box.side-box-answer .box .item .answer {
    align-items: flex-start;
}

.side-box.side-box-answer .box .item .answer .dot {
    background-color: #fddf6d;
    color: #333333;
}

.side-box.side-box-answer .box .item .answer .text {
    font-weight: 400;
    color: #555555;
    padding-bottom: 16px;
}

.side-box.side-box-answer .box .item .answer .text .texttext {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-box.offer-side-box {
    background: -webkit-linear-gradient(295.87227768deg, #c7edf2 1%, #d3f2f5 100%);
    background: -moz-linear-gradient(154.12772232deg, #c7edf2 1%, #d3f2f5 100%);
    background: linear-gradient(154.12772232deg, #c7edf2 1%, #d3f2f5 100%);
}

.side-box.offer-side-box .box .item {
    padding-top: 19px;
    padding-left: 10px;
}

.side-box.offer-side-box .box .item:not(:nth-last-child(2)) .school-detail .school-offer {
    border-bottom: 1px solid #ebebeb;
}

.side-box.offer-side-box .box .item .school-img {
    height: 24px;
    margin-right: 7px;
}

.side-box.offer-side-box .box .item .school-detail {
    flex-direction: column;
}

.side-box.offer-side-box .box .item .school-detail .school-name {
    font-weight: 650;
    font-size: 14px;
    color: #000000;
    margin-bottom: 7px;
    width: 215px;
}

.side-box.offer-side-box .box .item .school-detail .school-brief {
    font-size: 14px;
    color: #333333;
    margin-bottom: 7px;
    width: 215px;
}

.side-box.offer-side-box .box .item .school-detail .school-offer {
    font-size: 14px;
    color: #7f7f7f;
    padding-bottom: 19px;
}

.side-box.offer-side-box .box .item .school-detail .school-offer .long-string {
    color: #d7d7d7;
    margin: 0 10px;
}


.side-box.mj-side-box {
    background: -webkit-linear-gradient(291.35671123deg, #d3e1fb 1%, #dee6f9 100%);
    background: -moz-linear-gradient(158.64328877deg, #d3e1fb 1%, #dee6f9 100%);
    background: linear-gradient(158.64328877deg, #d3e1fb 1%, #dee6f9 100%);
}

.side-box.mj-side-box .box {
    padding-top: 22px;
}

.side-box.mj-side-box .box .item {
    margin: 0 10px 24px;
    flex-direction: column;
}

.side-box.mj-side-box .box .item .school {
    font-weight: 650;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.side-box.mj-side-box .box .item .major {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.side-box.mj-side-box .box .item .info {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 10px;
    position: relative;
}

.side-box.mj-side-box .box .item .info .icon {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    position: absolute;
    border-radius: 50%;
}

.side-box.mj-side-box .box .item .info .text {
    font-weight: 400;
    color: #555555;
    line-height: 20px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 32px;
}

.side-box.newest-side-box {
    background: #fff;
    padding: 20px 16px 14px !important;
    position: relative;
}

.side-box.newest-side-box .bounding {
    width: 42px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
}

.side-box.newest-side-box .side-header {
    margin-bottom: 21px !important;
}

.side-box.newest-side-box .box .item {
    margin-bottom: 12px;
}

.side-box.newest-side-box .box .item .dot {
    width: 6px;
    height: 6px;
    margin-right: 10px;
}

.side-box.newest-side-box .box .item .dot.dot-green {
    background-image: url("https://app.gter.net/image/gter/forum/assets/forum/dot-green.svg");
    background-repeat: no-repeat;
}

.side-box.newest-side-box .box .item .text {
    font-size: 14px;
    color: #555555;
    cursor: pointer;
    flex: 1;
}

.side-box.newest-side-box .box .item .text:hover {
    color: #000;
}

.side-box.essence-side-box {
    background: #fff;
    padding: 20px 16px 14px !important;
    position: relative;
}

.side-box.essence-side-box .bounding {
    width: 42px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
}

.side-box.essence-side-box .side-header {
    margin-bottom: 21px !important;
}


.side-box.essence-side-box .box .item {
    margin-bottom: 12px;
}

.side-box.essence-side-box .box .item .dot {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-image: url("https://app.gter.net/image/gter/forum/assets/forum/dot-blue.svg");
    background-repeat: no-repeat;
}

.side-box.essence-side-box .box .item .text {
    font-size: 14px;
    color: #555555;
    cursor: pointer;
    flex: 1;
}

.side-box.essence-side-box .box .item .text:hover {
    color: #000;
}

.side-box.vote-side-box {
    background: -webkit-linear-gradient(298.22437861deg, #c6f4d9 1%, #d9f7e5 100%);
    background: -moz-linear-gradient(151.77562139deg, #c6f4d9 1%, #d9f7e5 100%);
    background: linear-gradient(151.77562139deg, #c6f4d9 1%, #d9f7e5 100%);
}


.side-box.vote-side-box .box .item {
    padding-top: 19px;
    margin-left: 27px;
    flex-direction: column;
    position: relative;
}

.side-box.vote-side-box .box .item::after {
    content: "";
    width: 6px;
    height: 12px;
    background-color: #48d88a;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 23px;
    left: -16px;
}

.side-box.vote-side-box .box .item:not(:nth-last-child(2)) {
    border-bottom: 1px solid #ebebeb;
}

.side-box.vote-side-box .box .item .name {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 17px;
    position: relative;
}

/* .side-box.vote-side-box .box .item .name::after {
    content: "";
    width: 6px;
    height: 12px;
    background-color: #48d88a;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
} */

.side-box.vote-side-box .box .item .name,
.side-box.vote-side-box .box .item .brief {
    padding-left: 0;
}

.side-box.vote-side-box .box .item .brief {
    font-size: 13px;
    color: #555555;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}