.wrapsecond{

}
.titileimg{
width: 100%;
height: 156px;
margin-top: 60px;
}
.titileimg img{
    width: 100%;
}

.xcgc li {
    margin-right: 2%;
    width: 48%;
    font-size: 18px;
    line-height: 56px;
    text-indent: 24px;
    background: url(../images/6.png) left center no-repeat;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.xcgc li a{
  color: #000;
}
.foot {
    width: 100%;
    height: 118px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #af0c00;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.foot p{
    color: #fff;

}
.xcgc{
    margin-top: 20px;
    margin-bottom: 79px;
}

.center {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px!important;
}