.g-tab-con{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
/* 党建工作 */
.m-focus{
    display: flex;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ececec;
}
.m-focus:first-child{
    padding-top: 0.2rem;
}
.m-focus:last-child{
    border: none;
}
.m-focus>img{
    width: 3.6267rem;
    height: 2.7334rem;
    margin-right: .2rem;
}
.m-focus>div{
    width: 5.2rem;
    flex:1;
}
.m-focus>div>p:first-child{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-focus>div>p:nth-child(2){
    font-size: 20px;
    color: #959595;
    line-height: .5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-focus>div div{
    display: flex;
    height: .7rem;
    align-items: center;
}
.m-focus>div div img{
    margin-right: .15rem;
}
