.soco-left{
    width: 200px;
    overflow: hidden;
}
.soco-left .soco-top{
    width: 100%;
}
.soco-left .soco-top p{
    text-align: left;
    padding-left: 12px;
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    padding-top: 12px;
    padding-bottom: 12px;
    color:white;
    background: #0527af url(../images/pro_down.png) center right no-repeat;
}
.soco-left ul{
    width: 100%;
    border: 1px solid #e1e1e1;
    display: block;
}
.soco-left ul li{
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.soco-left ul li a{
    color:black;
}
.soco-left ul li a:hover{
    color: #0527af;
}
.soco-right{
    width:980px;
    overflow: hidden;
}
.soco-tog{
    width: 100%;
    display: block;
}
.soco-tog .sc-top{
    width: 100%;
    background-color: #dddddd;
    padding: 8px;
    text-align: left;
    background-size: 100%;

}
.soco-tog .sc-top p{
    font-size: 18px;
    margin-left: 48px;
    margin-top: 9px;
}
.soco-tog .sc-center{
    width: 100%;
    padding: 8px;
}
.soco-tog .sc-center p{
    line-height: 1.8;
    font-size: 14px;
}