* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.pub-top .menu li span.menu-telnum {
    top: 4px !important;
}

.content-box {
    background: #F5F5F5;
    margin-bottom: 50px;
}

.new-bread h1 {
    display: inline-block;
    color: #999;
    font-weight: normal;
}

.big-title {
    width: 250px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    font-size: 24px;
    color: #333;
    font-weight: 550;
    margin: 0 auto 30px;
    position: relative;
}

.big-title .line {
    display: block;
    width: 30px;
    height: 5px;
    border-left: 10px solid #F5F5F5;
    border-right: 10px solid #F5F5F5;
    background: #ED404D;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

.title-list {
    padding-bottom: 50px;
}

.title-list span {
    padding: 0 27px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.title-list span:hover {
    color: #ED404D;
}

.title-list span.first {
    padding-left: 0;
}

.title-list span.last {
    padding-right: 0;
}

.lei-box .lei-list-box .ullist {
    overflow: hidden;
    padding-bottom: 30px;
}

.lei-box .lei-list-box .small-title {
    height: 50px;
    line-height: 50px;
    background: #F8F8F8;
    font-size: 24px;
    font-weight: 550;
    text-align: center;
}

.lei-box .lei-list-box .small-title img {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 5px;
    top: -3px;
}

.ullist ul li {
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    padding: 0 10px;
    cursor: pointer;
}

.ullist ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ullist ul li:hover {
    color: #ED404D;
    border: 1px solid #ED404D;
}

.ullist ul li:nth-child(9n){
    margin-right: 0;
}

