* {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: flex;
}

em {
    font-style: normal;
    display: block;
}

body {
    background: #F9F9F9;
}

input,
button,
select {
    display: block;
    border: 0;
    outline-style: none;
}

.evaluate img {
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
}

button {
    cursor: pointer;
}


/* 导航 */

.nav {
    display: flex;
    margin-top: 30px;
}

.nav a {
    color: #898989;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
}

.nav span {
    margin: 0 5px;
    font-size: 14px;
}

.bottom-details {
    width: 1200px;
    margin: 0 auto;
}

.evaluate {
    width: 1200px;
    margin: 0 auto;
}

.evaluate h2 {
    padding-top: 50px;
    height: 34px;
    width: 285px;
    margin: 0 auto;
    display: flex;
    line-height: 34px;
    color: #333333;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
}

.evaluate h2 div {
    width: 10px;
    height: 10px;
    background: #1C7B49;
    border-radius: 50%;
    margin: auto 0;
    margin-right: 20px;
}

.evaluate h2 em {
    color: #00000066;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 34px;
    margin-left: 6px;
}


/* 内容 */

.evaluate-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.evaluate-content ul li {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #E7E7E7;
}

.evaluate-content ul li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.evaluate-content ul li ol:last-of-type {
    width: 910px;
    height: 150px;
    margin-top: 20px;
}

.evaluate-content ul li img {
    width: 260px;
    height: 186px;
    border-radius: 3px;
}

.evaluate-content ul li h3 {
    color: #333333;
    font-size: 20px;
    letter-spacing: 0px;
    width: 340px;
    font-weight: 400;
    /* 文字多出省略 */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.evaluate-content ul li p {
    width: 910px;
    margin-top: 10px;
    /* 文字多出省略 */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #5C5C5C;
    font-size: 14px;
    letter-spacing: 0px;
}

.evaluate-content ul li em {
    margin-top: 30px;
    color: #898989;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
}


/* 分页 */

.page {
    width: auto;
    height: 36px;
    margin: 50px auto;
}


/* 底部广告 */

.bottom {
    width: 1200px;
    height: 180px;
    margin: 50px auto;
}
