.b_expert_box {
    width: 1040px;
    float: left;
    height: 250px;
    /*background: url(../fk_images/column_tb.jpg) top center repeat-x;*/
    overflow: hidden;
}

.b_expert_title {
    /*background: url(../fk_images/expert_title.jpg) top left no-repeat;*/
    height: 50px;
    float: left;
    margin-bottom: 16px;
    width: 990px;
}

.b_experts {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}

#b_prev {
    height: 60px;
    width: 15px;
    float: left;
    background: url("/paris/prev.png") 0 50% no-repeat;
    /*margin-top: 100px;*/
    cursor: pointer;
    height: 250px;
}

#b_next {
    height: 60px;
    width: 15px;
    float: right;
    background: url("/paris/next.png") 0 50% no-repeat;
    height: 250px;
    /*margin-top: 100px;*/
    cursor: pointer;
}

#b_scroll {
    float: left;
    width: 928px;
    height: 250px;
    padding: 4px 0;
}

#b_scroll ul li {
    float: left;
    width: 200px;
    padding: 0;
    margin: 0;
    margin: 0 -1px !important;
    /*margin: 0 5px;*/
    text-align: center;
}

#b_scroll ul li p {
    margin-top: 30px;
    height: 30px;
    position: relative;
    z-index: 10;
    bottom: 30px;
    overflow: hidden;
    color: #5d5958;
    font-family: "Microsoft YaHei",SimHei;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2px;
}

#b_scroll ul li p a {
    color: #fff;
    display: block;
    background-color: #f16081;
    text-decoration: none;
}

#b_scroll ul li p a:hover {
    display: block;
    background-color: #ef510b;
}

#b_scroll ul li img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease 0s;
}

#b_scroll ul li:hover img {
    transform: scale(1.08, 1.08);
}

.b_scroll_li {
    list-style: outside none none;
    border-left-width: 0px;
    border-right-width: 0px;
    float: left;
    display: inline;
}

.b_scroll_li a{padding: 0}

