.list {

    background-color: #f5f5f5;
    width: 1390px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list_ul_top {
    height: 85px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.list ul {
    font-size: 16px;
}

.list ul h1 {
    color: #999;
    margin-right: 18px;
}

.list ul li a {
    height: 25px;
    padding: 0 12px;
    color: #333;
    line-height: 25px;
}

.list .list_ul_pitch {
    color: #fff;
    background-color: #fe6c1d;
    border-radius: 2px;
}

.content {
    width: 1390px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.content_list>div {
    width: 100%;
    height: 180px;
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.content_list_l {
    display: flex;
}

.content_list_l_img {
    width: 140px;
}

.content_list_l_img img {
    width: 100%;
}

.content_list_l_text {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content_list_l_text h1 {
    font-size: 24px;
    color: #333;
    margin-right: 20px;
}

.content_list_l_text p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.content_list_l_text_top {
    display: flex;
}

.content_list_l_text_top img {
    width: 18px;
    height: 21px;
    margin-right: 10px;
}

.excellent {
    width: 24px;
    height: 24px;
    color: #d6b46f;
    background-color: #faf4e8;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.content_list_r {
    display: flex;
    align-items: center;
}

.content_list_r div {
    width: 140px;
    height: 40px;
    border: 1px solid #f00;
    text-align: center;
    line-height: 40px;
    color: #f00;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 18px;
}