
.divbox{ position:fixed; width:480px; top:95px; left:75px; bottom:35px; border-radius:8px; background:#fff; box-shadow:0 0 14px 0 rgba(22, 45, 61, 0.36);}
.divbox-left{ width:100px; height:100%; float:left; background:#3697e9; box-sizing:border-box; border-radius:6px 0 0 6px;}
.divbox-nav{ width:80px; float:left; margin:10px;}
.divbox-nav li{ width:100%; float:left; margin-bottom:10px;}
.divbox-nav li a{ display:inline-block; width:100%; height:30px; line-height:30px; border-radius:15px; text-align:center; color:#fff;}
.divbox-nav li a:hover{ background:#3087d1; box-shadow:-1px -1px 1px 0 rgba(0,0,0,.3);}
.divbox-nav li.active a{ background:#2c79bb; box-shadow:-1px -1px 1px 0 rgba(0,0,0,.4);}
.divbox-right{ position:relative; width:380px; height:100%; float:left;}
.divbox-right-title{ width:100%; float:left; height:50px; border-bottom:solid 1px #d9e1e8;}
.divbox-right-title span{ display:inline-block;}
.divbox-right-title span.ltt{ font-size:16px; line-height:50px; color:#395671; margin-left:20px;}
.divbox-content-block{ position:absolute; width:100%; top:50px; bottom:0; overflow:scroll; overflow-x:hidden;}
.divbox-content-box{ width:100%; float:left; min-height:900px;}
.divbox-info-box{ width:340px; float:left; margin:20px;}
/*.edit-text-box{ width:100%; float:left; margin-bottom:15px; cursor:pointer;}*/