.zl-scrollbarbox{
    height:100%;
    position:absolute;
}
.zl-scrollbar{
    position:absolute;
    left:0;
    top:0;
    background:#999;
    transition:background 0.3s;
}
.zl-scrollbar.zl-verticalbar{
    min-height:10px;
}

.zl-scrollbar.zl-horizontalbar{
    min-width:10px;
}
.zl-scrollbar:hover{
    background:#333;
}
.zl-scrollcontentdiv{
    position:relative !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    top:0;
    left:0;
}

.contentbox1-index{
    width:100%;
    min-height:207px; 
    background: url(/uploads/image/ssimg-house/sd_ico.png) repeat-y 6px 0;
}

.contentbox1{
    width:100%;
    min-height:133px; 
	background: url(/uploads/image/ssimg-house/sd_ico.png) repeat-y 6px 0;
}

.contentbox2{
    width:100%;
    height:120px;
}
.contentbox2 p {
	line-height: 24px;
	color: #666;
	text-align: justify;
	padding-right: 10px;
}
.contentbox2 #note{
    line-height: 24px;
	color: #666;
	text-align: justify;
    padding-right: 10px;
    font-size: 14px;
}
.contentbox2 p span {
	font-size: 16px;
	color: #333;
}

.scrollbox{
    width:calc(100%);
    float:left;
    box-sizing:border-box;
    height:calc(100% - 1px);
    overflow:auto;
}
.scrollbox:nth-of-type(2n){
    margin-right:10px;
}
.scrollbox:nth-of-type(3),
.scrollbox:nth-of-type(4){
    margin-top:0;
}