.profuilelist{
    background: #F9F9F9; 
    padding-top: 20px;
    padding-bottom: 26px;
}
.profuilelist .weizhi{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666;
    line-height: 28px;
}
.profuilelist .weizhi span{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1685FC;
    line-height: 28px;
}
.profuilelist .InforCategory{
    display: flex;
    height: 60px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    margin: 10px auto;
    line-height: 60px;
    padding-left: 23px;
}
.profuilelist .InforCategory span{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #9498A5;
    position: relative;
}
.profuilelist .InforCategory span::after{
    position: absolute;
    content: '';
    top: 50%;
    left: 75px;
    width: 0px;
    height: 19px;
    opacity: 1;
    border: 1px solid #D9D9D9;
    transform: translateY(-50%);
}
.profuilelist .InforCategory ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin-left: 50px;
}
.profuilelist .InforCategory ul li{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 30px;
    cursor: pointer;
}
.profuilelist .InforCategory ul .InforCategory_active{
    color: #1685FC;
}
.Categorylist{
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}
.Categorylist ul{
    list-style: none;
    padding: 23px;
}
.Categorylist ul li a {
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.Categorylist ul li:last-child a{
    border-bottom: none;
    
}
.Categorylist ul li img{
    display: inline-block;
    width: 290px;
    height: 160px;
    border-radius: 4px;
    margin-right: 15px;
}
.Categorylist ul li .right_content{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Categorylist ul li .right_content h4{
    text-align: start;
    color: #394574;
}
.Categorylist ul li .right_content .content{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;

}
.Categorylist ul li .right_content .time{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}
.Categorylist ul li:hover h4{
    color: #1685FC;
}

/* 分页 */
.profuilelist #profuile-laypage-all {
    text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
   background-color: #1685FC; 
}
.layui-laypage a:hover {
    color: #1685FC;
}
.layui-laypage-btn{
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    opacity: 0;
}


/* 详情详情 */
.profuilelist .details{
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding-top: 34px;
    padding-bottom: 52px;
}
.profuilelist .details h3{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}
.profuilelist .details .time{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    text-align: center;
    margin: 17px auto;
}
.profuilelist .details  .details_info{
    padding: 10px 51px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}