.bannerImage {
    width: 100%;
    height: 300px;
    background: url(/images/commentimg/snp/evaluateEntryBanner.png) no-repeat center;
    background-size: 100% 100%;
}
.BannerContent{
    height: 100%;
}
.BannerContent .institutionalBlock .institutionalBtn{
    display: inline-block;
    width: 153px;
    height: 46px;
    line-height: 46px;
    background: var(--main-gradient-color);
    border-radius: 23px;
    font-size: 16px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    margin-top: 170px;
    margin-left: 250%;
}
.tableview .tablview-cell {
    height: 297px;
}
.tableview .bottomButton{
    margin-top: 18px;
}
.bttom_content {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #8B8B8B;
    line-height: 25px;
    text-align: justify;
    font-style: normal;
    overflow: hidden;
    white-space: wrap;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bottom .bttom_content:first-child{
    margin-bottom: 6px;
}
.tableview .topright{
    width: 89px;
    height: 89px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
.tableview .topright .logo2{
    display: block;
    border-radius: 50%;
    width: 100%;
}
.topleft .logo1{
    width: 37px;
    height: 30px;
    padding-top: 19px;
}
.tableview .bottom {
    margin-top: 11px;
}
/*申请评估弹窗*/
.layui-layer-evaluationLayer{
    background: linear-gradient(#FCF5E8 0%, #FFFFFF 100%);
    border-radius: 20px;
}
.layui-layer-evaluationLayer .layui-layer-content .title{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 31px;
    padding: 40px 0 20px;
    text-align: center;
}
.layui-layer-evaluationLayer .layui-layer-content .layui-input-block input{
    width: 304px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    padding: 0 20px;
}
.layui-layer-evaluationLayer .layui-layer-content .layui-input-block textarea{
    width: 304px;
    height: 70px;
    min-height: 70px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    padding: 10px 20px;
}
.layui-layer-evaluationLayer .layui-layer-content .clean{
    width: 122px;
    height: 38px;
    background: #E8E8E8;
    border-radius: 34px;
    font-size: 14px;
    color: #333333;
}
.layui-layer-evaluationLayer .layui-layer-content .submit{
    width: 122px;
    height: 38px;
    background: var(--main-gradient-color);
    border-radius: 34px;
    font-size: 14px;
    color: #FFFFFF;
}
.layui-layer-evaluationLayer .layui-layer-content .layui-input-btn{
    margin-left: 0;
    text-align: center;
}