.column-text{
    color: #666;
    margin-left: 10px;
    display: inline-block;
}
.flex-box-right .section-title img{
    width: 11px;
    height: 14px;
    position: unset !important;
}
.flex-box-left .column-item.active .column-text,.column-item:hover .column-text{
    color:#4A88F3;
    font-weight: normal;
}
.huo-box {
    display: flex;
}
.title-text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.activity-box {
    flex: 1;
    overflow: hidden;
}
.flex-box {
    display: flex;
}
.list-tab{
    /* margin-top: 54px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #EFF1F4;
}
.list-tab .tab{
    width: max-content;
    /* flex: 1; */
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3767E7;
    margin-left: 10px;
    padding-bottom: 20px;
    border-bottom: 4px solid #3767E7;
    display: block;
}
.list-tab div img{
    width: 20px;
    height: 20px;
    padding-bottom: 22px;
}
.list-tab a img{
    width: 20px;
    height: 16px;
    object-fit: unset;
}
.section-item{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
}
.section-item::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url('./../image/list-normal.png') no-repeat;
    background-size: cover;
}
.section-item .section-item-title {
    flex: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s;
}
.section-item .section-item-title:hover{
    transform: translateX(10px);
}
.section-item .section-item-title:hover {
    color: #3767E7;
}
.section-item:hover::before{
    background: url('./../image/list-active.png') no-repeat;
}
.section-item .section-item-time {
    flex-shrink: 0;
    margin-left: 20px;
    color: #999999;
}
.huo-dong {
    flex: 1;
}

.jiang-hua {
    flex: 1;
    margin-left: 50px;
}

.section-item-title {
    width: 100px;
}

.img-jihe {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-top: 20px;
}
.img-jihe a{
    margin-right: 38px;
}
.img-jihe a:last-child{
    margin-right: 0;
}

.img-one {
    flex: 1;
}
.img-box{
    width: 100%;
    background: url('../image/detail-bg.png') no-repeat;
    background-size: cover;
    height: 432px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 64px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.img-box img{
    width: 182px;
    height: 253px;
    border: 1px solid #D8EAFF;
    box-sizing: border-box;
    object-fit: unset;
}
.img-box .leader-name{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3166C9;
    line-height: 10px;
    margin-top: 36px;
}
.leader-content .title-text {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.leader-content .title-text {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.leader-content .title-text::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url('../image/icon.png');
    background-size: cover;
    margin-right: 9px;
}
.leader-content .section {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    text-indent: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.leader-content .more-detail {
    cursor: pointer;
    color: #2b65a5;
    display: block;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .flex-box{
        display: block;
        width: 100%;
    }
}