.hot-zixun-section{

}

.hot-zixun-section .wrap-flex {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}


.info-section-main-list{
   width: 790px;
}
.info-section-main-list .info-header{
    display: flex;
    justify-content: space-between;
}

.info-section-main-list .info-header .header-title{
    display: flex;
    justify-content: space-between;
}

.info-section-main-list .info-header .header-more{
    display: flex;
    justify-content: space-between;
}

.info-section-main-list .info-header .header-more .more{
    font-size: 14px;
    color: #1c1f21;
    font-weight: 400;
}
.info-section-main-list .info-list{
    margin-top: 24px;
    width: 100%;
    height: 348px;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(55, 55, 55, .2);
    border-radius: 6px;
    padding: 28px 24px 0 24px;
    box-sizing: border-box;
}
.info-section-main-list .info-list  li{
    display: flex;
    height: 22px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 16px;
    color: #1c1f21;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 22px;
}

.info-section-main-list .info-list li a:hover{
    color: #ff6600;
}

.info-section-main-list .info-list i{
    font-size: 16px;
    color: #1c1f21;
    display: inline-block;
    margin-right: 16px;
}

.info-section-main-list .info-list li span{
    font-size: 14px;
    color: #545c63;
}



.hot-zixun-section .info-header .titleIcon {
    background-image: url(https://cdn-r-test.oss-cn-hangzhou.aliyuncs.com/pro/image/PC/index_itemTag_hot.png);
    background-size: 100%;
    width: 43px;
    height: 21px;
    font-size: 13px;
    font-weight: 500;
    color: #FFFEFE;
    display: flex;
    align-items: center;
    padding-left: 5px;
    box-sizing: border-box;
    margin-right: 15px;
}

.hot-zixun-section .info-header .titleDesc {
    font-size: 24px;
    font-weight: 600;
    color: #1C1F21;
    margin-right: 58px;
}

.info-section-right{
    width: 384px;
}

.info-section-right .info-header{
    display: flex;
    justify-content: space-between;
}

.info-section-right .info-header .header-title{
    display: flex;
    justify-content: space-between;
}

.info-section-right .section-main-list{
    margin-top: 24px;
}
.info-section-right .section-main-list .community-card{
    display: block;
    height: 100px;
    padding: 20px 29px 16px 32px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(55, 55, 55, .2);
    border-radius: 6px;
    margin-bottom: 24px;
    transition: all .2s;
}

.info-section-right .section-main-list .community-card:hover{
    color: #0051ff;
}

.info-section-right .qa-icon{
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-image: url(https://cdn-r-test.oss-cn-hangzhou.aliyuncs.com/pro/image/userImage/e9a0826028b04dd3adf14e518776ae37.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info-section-right .icon-pinglun1{
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    font-size: 22px;
    color: #EF6A6A;
}

.info-section-right .section-main-list .community-card .card-desc{
    margin-left: 32px;
}
.info-section-right .section-main-list h3{
    font-size: 16px;
    color: #1c1f21;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.info-section-right .section-main-list  .community-card p{
    font-size: 14px;
    color: #545c63;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
}
