.top_pick_content {
    width: 527px;
    margin-right: auto;
}

.top_pick_feat {
    padding-bottom: 32px;
}

.front_top_container {
    padding-top: 32px;
    padding-right: 20px;
}

.front_top_container h2 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #445260;
}
h3.front_top_title {
    margin-bottom: 14px;
}

.top_pick_image {
    width: 400px;
    height: 230px;
    border: 1px solid #ccc;
    border-radius: 8px;
    /*margin-left: auto;*/
    margin-left: 32px;
}
.top_pick_image img {
    width: 400px;
    height: 230px;
    object-fit: cover;
}

.top_pick_content p span {
    color: #ADB8C3;
    font-size: 12px;
    padding: 8px 14px 9px 14px;
    border: 1px solid #ADB8C3;
    border-radius: 32px;
}

.top_pick_container {
    border-top: 1px solid #ECF1F7;
    border-bottom: 1px solid #ECF1F7;
}

.top_pick_post {
    width: 50%;
}

.top_pick_thum {
    height: 56px;
    width: 100px;
}
.top_pick_thum img {
    height: 56px;
    width: 100px;
    object-fit: cover;
}

.top_pick_title {
    max-width: 328px;
    padding: 18px 14px;
}
.top_pick_title h3 {
    font-size: 16px;
}

.front_banner_container {
    width: 100%;
    padding: 32px 0;
}

.front_top_container .top_pick_title h3 {
    margin-bottom: 0;
}