/* //CID　6887　//2020.12.08 //Begin */

body {
    overflow-y: scroll;
}
.community{
    /*margin-top: 54px;*/
}
.community_expert{
    /*padding: 10px;*/
}
.one_export{
    padding: 10px 20px 10px 20px;
    text-align: center;
}
.community_expert_infor{
    /* display: flex;
    justify-content: space-around; */
    /*margin-top: 10px;*/
    border: 1px solid #DDD;
    box-shadow: 0 2px 5px #D1C9BB;
    padding: 10px 15px 10px 10px;
}
.community_expert_infor_card{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
/*//CID 7501  //2021.02.24 //Begin*/
.one_export img{
    width: 110px;
    height: 145px;
    cursor: pointer;
}
.one_export_introduce{
    text-align: center;
    margin-top: 10px;
}
.one_export_introduce .one_export_introduce_goview >*{
    margin-top: 5px;
    cursor: pointer;
}
.one_export_introduce >*{
    margin-top: 5px;
}
.one_export_introduce_goview{
    height: 41px;
}
/*//CID 7501  //2021.02.24 //End*/
.community_article{
   margin-top: 15px;
   padding-top: 0;
   padding-left: 0;
   border: 1px solid #DDD;
   box-shadow: 0 2px 5px #D1C9BB;
}
.one_export_introduce h2{
    width:110px;
    white-space: nowrap;
}
.one_export_introduce h2 > span{
    font-size: 13px;
    text-align: center;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.one_export_introduce p{
    font-size: 13px;
    width:110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* //CID 11578 //2022.05.24 //Begin */
.community_content_one_title{
    line-height: 18px;
    width: 100%;
    height:auto;
    word-break: break-all;
}
/* //CID 11578 //2022.05.24 //End */
/* //CID　6887　//2020.12.08 //End */
.community_topic{
    float: right !important;
}
/* //CID 11578 //2022.06.28 //Begin */
a{
    color: #3355CC;
}
/* //CID 11578 //2022.06.28 //End */