@charset "utf-8";


.pcFamous{
   display: block;
}
.mFamous {
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
.pcFamous{
display: none;
}
.mFamous {
    display: block;
}
/*名家风范列表*/
.famousWrap{
   margin-top: 20px;
}
.famousHeader{
   display: flex;
   justify-content: space-between;
   padding: 0 15px;
}
.famousHeader h3{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border-left: 8px solid #3f8dd5;
    padding-left: 10px;
}
.famousList{
    display: flex;
    align-items: center;
}
.famousList li{
    font-size: 14px;
    margin-right: 10px;
}
.famousList li:last-child{
    margin-right: 0;
}
.famousList li a{
    color: #777777;
}

/*列表*/
.famousCont{
    padding:0 15px;
} 
.contList{
    width: 100%;
}
.contList li {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #807e7e;
}
.contList li:last-child{
    border: none;
}   
.famousLeft {
    margin-right: 20px;
}
.famousLeft img {
    width: 80px;
}
.famousRight h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.famousRight a {
    height: 45px;
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.famousRight p {
    font-size: 14px;
    color: #807e7e;
    margin-top: 10px;
}
.from {
    margin-right: 10px;
}
/*分页*/
.fany{
    margin-top: 20px;
}
#page div{
    margin-top: 20px;
}
#page-number{
    text-align: center;
    padding-left:0;
    min-width:30px;
}
    
}