.newindexcopy {
    border-top: 1px solid #dddddd;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.indexconwidth {
    width: 1100px;
    margin: 0 auto;
}



@media screen and (max-width: 751px) {
.indexconwidth {
    width: 100%;
}
.indexconwidth a{
    display: block;
}
}