.marjor{
    margin-bottom:20px;
}
.marjor .item{
    width: calc((100% - 8px)/2);
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 7px;
}
.marjor .item:nth-child(2n){
    margin-right: 0px;
}
.marjor .item .font{
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 15px;

    border-radius: 7px;

}
.marjor .item .dFlex{
    display: flex;
    background: #fff4ed;padding:  10px;
}
.marjor .item .dFlex .flex1{
    flex: 1;
    font-size: 16px;
    color: #333;

}
.marjor .item .dFlex .flexN{
    flex: none;
    font-size: 12px;
    color: #333;
    line-height: 22px;
    display: none;
}
.marjor .item p{
    line-height: 22px;
    margin: 15px 8px;
    font-size: 14px;
    color: #333;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #3a3a3a;
}
.marjor .item .abut{
    text-align: center;

}
.marjor .item .abut a{
    display: inline-block;
    font-size: ;
    color: #ee5b02;
    border: 1px solid #ee5b02;
    border-radius: 5px;
    padding: 8px 5%;
    margin: 0px 2px;
}
.marjor .item .abut a:last-child{
    color: #fff;
    background: #ee5b02;

}
.dFlex{
    display: flex;
}
.flexN{
    flex:none;
    margin-right: 10px;
}
.flex1{
    flex: 1;
}
.newspage{
    margin-top: 15px;
    margin-bottom: 15px;
}
.newspage .flexN{
    width: 180px;
    height: 120px;
    overflow: hidden;
}
.newspage .flex1> a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newspage p{
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newspage .abut{
    text-align: center;
    margin-top: 5px;
}
.newspage .abut a{
    text-align: center;
    display: inline-block;
    border: 1px solid #ee5b02;
    color: #ee5b02;
    border-radius: 5px;
    line-height: 30px;
    width: 45%;
    margin: 0px 1%;
}
.newspage .abut a:last-child{
    border: 1px solid #ee5b02;
    color: #fff;
    background: #ee5b02;
}
@media only screen and (min-width:425px) {
    .marjor .item .dFlex .flexN{
        display: block;
    }
    .newspage .abut a{
        width: 46%;
    }
}