.gwyxzcom{
    width: 47%;
    float: left;
    margin-top: 40px;
}
.gwyxzcom p span{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.publiclist{
    margin-top: 30px;
    /* padding: 0 10px; */
}
.publiclist li{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: url(../images/icon/icon2.jpg) no-repeat 5px center;
}
.publiclist li a{
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-left: 15px;
}
.publiclist li span{
    float: right;
    font-size: 16px;
    color: #ccc;
}
.gwyxzcom>a{
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #898989;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 60px;
    margin-top: 30px;
    margin-left: 22%;
}
@media(max-width:414px){
   .gwyxzcom {
        width: 100%;
    }
}