
.main {
    margin: auto;
    width: 1200px;

}

.main_x {
    border: 1px solid #eaeaea;
    /*margin-top: 25px;*/
    width: 1200px;
    float: left;
}

.main_top {
    background: #f5f5f5 none repeat scroll 0 0;
    /*border-bottom: 1px solid #eaeaea;*/
    color: #333;
    line-height: 38px;
    height: 38px;

}

.main_topleft {
    float: left;
    font-size: 16px;
    padding-left: 20px;
}

.main_topleft span {
    color: red;
    padding-left: 20px;
    font-size: 12px;
}

.center ul li {
    float: left;
    padding: 10px 5px 10px 0;
    width: 24.5%;
    border-top: 1px dashed #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center ul li:nth-child(1) {
    border-top: none;
}

.center ul li:nth-child(2) {
    border-top: none;
}

.center ul li:nth-child(3) {
    border-top: none;
}

.center ul li:nth-child(4) {
    border-top: none;
}

.center ul li a {
    color: #333;
    padding-left: 14px;
}

.center ul li a:hover {
    color: #EC255E;
}





