.container-center {
    width: 1200px;
    margin: 0 auto;
}
.flex-align-center {
    display: flex;
    align-items: center;
}
.find-content {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 130px;
}
.find-content .container-center {
    display: flex;
    justify-content: space-between;
}
.find-content .container-main {
    width: 900px;
}
.find-tab-box {
    background-color: #fff;
    border-radius: 8px;
    height: 42px;
    padding: 0 20px;
}
.find-tab-box .tab {
    line-height: 42px;
    font-size: 14px;
    color: #3d3d3d;
    margin-right: 30px;
    cursor: pointer;
}
.find-tab-box .tab-active {
    color: #f9137a;
    position: relative;
    font-weight: bold;
}
.find-tab-box .tab-active a{
    color: #f9137a;
}
.find-tab-box .tab-active::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 50px;
    margin-left: -25px;
    background-color: #f9137a;
    border-radius: 6px;
}
.find-list-box {
    margin-bottom: 48px;
}
.find-list-box .find-list-item {
    margin-top: 16px;
    background-color: #fff;
    border-radius: 8px;
    padding: 18px;
    position: relative;
}
.find-list-box .find-list-item .top-tag-icon {
    position: absolute;
    right: 18px;
    top: 0;
    font-size: 12px;
    color: #fff;
}
.find-list-box .find-list-item .top-tag-icon img {
    width: 23px;
}
.find-list-box .find-list-item .top-tag-icon span {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    line-height: 21px;
    text-align: center;
}
.find-list-box .find-list-item .list-title {
    margin-bottom: 10px;
    display: flex;
    width: 95%;
}
.find-list-box .find-list-item .list-title img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin-right: 8px;
}
.find-list-box .find-list-item .list-title h2 {
    font-size: 16px;
    color: #000;
    line-height: 21px;
}
.find-list-box .find-list-item .list-desc {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #464646;
}
.find-list-box .find-list-item .list-desc .tag {
    display: inline-flex;
    color: #2b2b2b;
    margin-right: 5px;
    font-weight: bold;
}
.find-list-box .find-list-item .list-desc .tag span {
    color: #f9137a;
}
.find-list-box .find-list-item .list-bottom .endorse-btn {
    min-width: 90px;
    height: 32px;
    border: 1px solid #636363;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #3d3d3d;
    box-sizing: border-box;
    border-radius: 32px;
    margin-right: 17px;
    cursor: pointer;
}
.find-list-box .find-list-item .list-bottom .endorse-btn .img {
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-right: 6px;
}
.find-list-box .find-list-item .list-bottom .endorse-btn .img-active {
    display: none;
}
.find-list-box .find-list-item .list-bottom .endorse-active-btn
,.find-list-box .find-list-item .list-bottom .active
    /*,.find-list-box .find-list-item .list-bottom .ygz*/
{
    border-color: #f9137a;
    color: #f9137a;
}
.find-list-box .find-list-item .list-bottom .endorse-active-btn .img-active
,.find-list-box .find-list-item .list-bottom .active .img-active
    /*,.find-list-box .find-list-item .list-bottom .ygz .img-active,*/
{
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-right: 6px;
}
.find-list-box .find-list-item .list-bottom .endorse-active-btn .img
,.find-list-box .find-list-item .list-bottom .active .img
    /*,.find-list-box .find-list-item .list-bottom .ygz .img*/
{
    display: none;
}
.find-list-box .find-list-item .list-bottom .endorse-btn span {
    margin-left: 6px;
}
.find-list-box .find-list-item .list-bottom .num-data {
    font-size: 12px;
    color: #9b9b9b;
    margin-right: 22px;
}
.find-list-box .find-list-item .list-bottom .num-data span {
    color: #242424;
    margin-right: 2px;
}
.find-list-box .find-list-item .list-bottom .reply-data {
    position: absolute;
    right: 15px;
    bottom: 26px;
    font-size: 12px;
    color: #000;
}
.find-list-box .find-list-item .list-bottom .reply-data span {
    color: #f9137a;
    margin-left: 6px;
}
.find-content .container-right {
    width: 275px;
    margin-top: 18px;
}
