.main-left{
    width: 920px;
    height: auto;
    overflow: hidden;
    float: left;
}
.main-right{
    width: 260px;
    height: auto;
    float: right;
}
.focus-item{
    position: relative;
}
.focus-item .focus-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-indent: 3px;
}
.focus-list ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #e5e5e5;
}
/********会员单位********/
.firm-title{
    width: 460px;
    height: auto;
    margin: 30px auto;
}
.firm-title img{
    width: 100%;
}
.firm-list img{
    width: 100%;
    height: 100%;
    max-height: 80px;
}

/********右侧********/
.firm-find{
    height: 100px;
}
.firm-find-icon{
    line-height: 100px;
}
.firm-find-content{
    width: 100%;
    height: 100px;
    background-color: #3c96ec;
}
.firm-find-title{
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}
.right-tag{
    height: 60px;
}
.right-tag-icon{
    line-height: 60px;
}
.right-tag-title{
    height: 60px;
    line-height: 60px;
    background-color: #3c96ec;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.right-tag-title a, .right-tag-title a:visited{
    color: #ffffff;
}
.right-tag-title a:hover{
    color: #cccccc;
}
