.banner .item img{
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.banner .item .block {
    visibility: revert;
    opacity: 1;
    top: 28%;
    text-align: center;
}


.list_main {
    padding: 50px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-12 {
    width: 100%;
    float: left;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list li {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    border: 0;
}
.list .users li {
    border: #2e65fb00 1px solid;
    overflow: hidden;
    background: #d6d6d6a6;
}
.list_main .list li {
    padding: 0;
}
.list_main .list li:hover{
    border: #2E63FB 1px solid;
}
.list li .user {
    color: #333;
    padding: 32px 0;
    border: 0;
}
.list li .user img {
    margin: auto;
    display: block;
}
.list li .user .name {
    font-size: 16px;
    line-height: 36px;
}
.list li .user span {
    display: block;
    text-align: center;
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proj-evaluation .col-lg-7, .list .col-lg-7 {
    padding: 55px 0 0 0;
}
.list .col-lg-7 .col-lg-3 {
    padding: 0;
    height: 90px;
    padding-top: 10px;
    border-right: 1px solid #f3f1f1;
}
.proj-evaluation .col-lg-7 span, .list .col-lg-7 span {
    display: block;
    text-align: center;
    color: #999;
}
.proj-evaluation .col-lg-7 span b, .list .col-lg-7 span b {
    display: block;
    color: #ff8706;
    font-size: 24px;
    font-weight: 500;
}
.proj-evaluation .col-lg-7 span em, .list .col-lg-7 span em {
    display: block;
    color: #333;
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
}
.list .col-lg-12 {
    padding-top: 20px;
}
.list .col-lg-12 span {
    display: block;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}
.list .col-lg-12 .first {
    height: 48px;
    color: #999;
}
.list .right {
    box-shadow: -3px 0 3px #eee;
    height: 100%;
    padding-top: 45px;
}
.list .right span {
    display: block;
    color: #ff8706;
    text-align: center;
}
.list .right a {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    background: #2E63FB;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.list .right .ad {
    padding-top: 10px;
    overflow: hidden;
}
.list .right .ad span {
    color: #999;
    font-size: 12px;
    display: block;
}
.glyphicon {
    position: relative;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon svg{
    width: 20px;
    height: 20px;
}






.fenye{
    width: 1200px;
    margin: 0 auto;
}
.fenye ul{
    display: flex;
    justify-content: center;
}
.fenye ul li {
    background: #fff;
    border-radius: 5px;
    margin: 0.3%;
}
.fenye ul li:hover{
    background: #2E63FB;
    border: 0 !important;
}
.fenye ul li:hover a{
    color: #fff;
}
.fenye ul li.active{
    background: #2E63FB;
    border: 0 !important;
}
.fenye ul li a{
    color: #333;
    padding: 10px 20px;
    display: block;
    height: 100%;
    width: 100%;
}

.fenye ul li.active a{
    color: #fff;
}



