* {
    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 .small-title {
    height: 50px;
    line-height: 50px;
    background: #F8F8F8;
    font-size: 24px;
    font-weight: 550;
    text-align: center;
}
.ullist ul {
    overflow: hidden;
    padding-bottom: 55px;
}
.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(9),.ullist ul li:nth-child(18),.ullist ul li:nth-child(27),.ullist ul li:nth-child(36) {
    margin-right: 0;
}







/*友情链接 S*/
.friend{ position: relative; width: 100%;overflow: hidden;background: #fff;}
.friend .wrap {border: 1px solid #eee;}
.friend .tab-nav {overflow: hidden;height: 64px;background: #eee;}
.friend .tab-nav a {border: 0; display: block; float: left;font-weight: bold;color: #666; height: 64px; line-height: 64px;text-align: center; text-decoration: none; font-size: 14px; font-family: "Microsoft Yahei";padding: 0 10px;}
.friend .tab-nav a.current { font-weight:bold; position:relative;background: #fff;}
.friend .tab-con { position: relative; overflow: hidden; height: auto; width: 100%; }
.friend .tab-con-item { display: none; color:#444; overflow:hidden; height: auto; width: auto;margin-top: 20px;padding-left: 40px;}
.friend .tab-con-item a{ float:left; display:block; color: #666;line-height: 12px;margin-bottom: 20px;font-size: 12px;margin-right: 20px;}
.friend .tab-con-item a:hover{color: #ff5353;}
/*友情链接 E*/