﻿.infoname {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.infonameborder {
    width: 400px;
    height: 5px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.infonameborderspan {
    width: 50px;
    height: 3px;
    background: #000;
    position: absolute;
    margin-top: 4px;
    margin-left: 175px;
}
#sp {
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.sp_tip {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left:50px;
}
.sp_item{
    width:100%;
    padding:20px 0;
    min-height:150px;
    display:block;
}
.sp_item a{
    width:230px;
    float:left;
    max-height:80px;
    display:block;
    margin:20px 0 20px 70px;
}
.sp_tip2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    clear: both;
    color: #000;
}