/**
*@date 2020/11/17
*作者:小黑
*功能:楼评
*/
.project-evaluation{
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #E6E6E6;
    /*border-top: none;*/
}
.project-evaluation-left{
    width: 280px;
    float: left;
    height: 521px;
    background: #F9F9F9;
    border-right: 1px solid #E6E6E6;
}
.project-evaluation-right{
    width: 865px;
    float: right;
    height: 521px;
    overflow-y: scroll;
    padding-right: 20px;
}

.project-evaluation-right::-webkit-scrollbar { /*滚动条整体样式*/
    width: 14px !important;; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px !important;;
    background: #ffffff !important;;
    cursor: pointer !important;

}

.project-evaluation-right::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, .5) !important;
    /*background: rgba(63, 98, 131, 0.8) !important;*/
    background: #E6E6E6 !important;
    cursor: pointer !important;
}

.project-evaluation-right::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, .5) !important;;
    border-radius: 20PX !important;;
    background: rgba(240, 240, 240, 0.5) !important;;
    cursor: pointer !important;
}

.project-evaluation-left a{
    height: 60px;
    text-align: center;
    background-color: #F9F9F9;
    position:relative;
    line-height: 60px;
    font-weight: bold;
    cursor:pointer;
    border-bottom: 1px solid #32C98B;
    color:#0B6A43 ;
    display: block;
}
.project-evaluation-left a.active{
    background-color: #00AE66;
    color: white;
    border-bottom:none
}
.project-evaluation-left a.active::after{
    position: absolute;
    content: ' ';
    background-image: url("/public/images/home/evaluationactive.png");
    display:block;
    width: 14px;
    height: 12px;
    background-repeat:no-repeat;
    background-size:100% 100%;
    right: -13px;
    top: 24px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

}
.project-evaluation-infor>p{
    margin: 16px 0 !important;
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 28px !important;
}
.project-evaluation-createTime{
    color:#999999;
    font-size:12px;
    margin-top: 23px;
}
.zUIpanelScrollBox, .zUIpanelScrollBar {
    width: 10px;
    top: 4px;
    right: 2px;
    border-radius: 5px;

}

.zUIpanelScrollBox {
    background: #999999;
    opacity: 0.6;
    width: 4px;
    /*display: block !important;*/
    filter: alpha(opacity=60);
}

.zUIpanelScrollBar {
    background: #333;
    opacity: 0.8;
    width: 4px;
    /*display: block !important;*/
    filter: alpha(opacity=80);
}
