 
 .quote_expert_border_separate{
    border-bottom: 1px solid #E4E9F1;
    margin-top: 20px;
    margin-bottom: 20px;
 }

.quote_expert .item img{
    width: 70px;
    height: 70px;
    border: 1px solid rgba(248,248,248,0.2);
    border-radius: 50px;
}

.quote_expert .quote_expert_left{
    width: 90px;
    display: inline-block;
}

.quote_expert .quote_expert_right{
    width: 350px;
    display: inline-block;
    position: absolute;
    margin-top: 10px;
}

.quote_expert .quote_expert_right .quote_title{
    font-size: 18px;
    color: #21435f;
    margin: 0
}

.quote_expert .quote_expert_right .quote_information a{
    font-size: 14px;
    color: #21435f ;
}

.quote_expert_more_info{
    width: 675px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.quote_expert_more_info .quote_expert_more_info_radio{
    border: 1px solid #dae2e6;
    border-radius: 15px;
    width: 565px;
    padding-left: 10px;
    padding-top: 5px;
}
.quote_expert_more_info .img_moreinfo{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 2px 0;
    border: 1px solid #E4E9F1;
    border-radius: 50px;
    margin-right: 15px;
    font-size: 30px;
    display: inline-block;
    opacity: 0.8;
}

.quote_expert_more_info .content_info{
    display: inline-block;
    width: 60%;
    margin-bottom: 15px;
    margin-right: 20px;
}


.quote_expert_more_info .content_info2{
    display: inline-block;
    width: 35%
}

.quote_expert_more_info  .detail_moreinfo{
    display: inline-block;
    position: absolute;
    width: 100%;
}

.quote_expert_more_info  .detail_top{
    font-size: 18px;
    color: #21435f;
    font-weight: bold;
}

.quote_expert_more_info  .detail_bottom{
    position: absolute;
    top: 25px;  
}


@media (max-width: 1350px){

    .quote_expert_more_info .detail_top {
        font-size: 16px;
    }

    .quote_expert_more_info .detail_bottom {
        top: 19px;
        font-size: 12px;
    }

    .quote_expert_more_info .img_moreinfo{
        width: 45px;
        height: 45px;
        margin-right: 10px;
        font-size: 28px;
    }

    .quote_expert_more_info .content_info {
        width: 54%
    }

}


@media (max-width: 1200px){
    .quote_expert .quote_expert_right .quote_title {
        font-size: 14px;
    }

    .quote_expert .quote_expert_right .quote_information a{
        line-height: 21px;
        font-size: 12px;
    }
    .quote_expert_more_info .detail_top {
        font-size: 14px;
    }

    .quote_expert_more_info .detail_bottom {
        top: 17px;
        font-size: 11px;
    }

    .quote_expert_more_info .img_moreinfo{
        width: 40px;
        height: 40px;
        margin-right: 5px;
        font-size: 25px;
    }

    .quote_expert_more_info .content_info {
        width: 48%
    }
    .quote_expert .item img {
        width: 65px;
        height: 65px
    }
    .quote_expert .quote_expert_left{
        width: 75px;
    }

}

@media (max-width: 1150px){

    .quote_expert .item img
    {
        width: 55px;
        height: 55px; 
    }
    .quote_expert .quote_expert_right .quote_title{
        font-size: 14px;
    }
    .quote_expert .quote_expert_right .quote_information a{
        line-height: 21px;
        font-size: 12px;
    }
}

@media (max-width: 767px){

    .quote_expert_more_info .img_moreinfo{
        font-size: 18px;
        width: 30px;
        height: 30px;
        padding: 1px 0;
        margin-right: 5px;
    }

    .quote_expert_more_info .content_info{
        width: 235px;
    }

    .quote_expert .item img{
        width: 50px;
        height: 50px;
    }
    .quote_expert .quote_expert_right .quote_title{
        font-size: 15px;
    }

    .quote_expert .quote_information a{
        font-size: 12px;
    }
    .quote_expert .quote_expert_left{
        width: 60px;
    }

    .quote_expert_more_info {
        margin-top: 10px;
    }
}

@media (max-width: 480px){

    .quote_expert_more_info .content_info{
        display: block;
    }

    .quote_expert_more_info .content_info2{
        display: block;
        margin-left: -10px;
        margin-bottom: 15px;
    }

}


@media (min-width: 768px) and (max-width: 991px){

    .quote_expert_more_info .content_info{
        display: block;
    }

    .quote_expert_more_info .content_info2{
        display: block;
        margin-left: -10px;
        margin-bottom: 15px;
    }
}