@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;
}
    
}