/*
* @Author: admin
* @Date:   2018-05-06 22:51:19
* @Last Modified by:   admin
* @Last Modified time: 2018-05-06 22:52:51
*/

/* inner公共 */
#box_root .foot {
    margin-top: 0 ;
    height: 282px;
    background: url("../images/neiye-foot-3.png") center no-repeat;
    background-size: 100% 88%;
    padding: 74px 0px;
    background-position-y: 35px;
}
#box_root .foot .content{
    margin-top: 40px;
    margin-bottom: 20px;
}

.page .pagination span.current{
    background: #fcf3dd;
}
.page .pagination span, .page .pagination a{
    border: none;

}
.page .pagination span.current{
    color: black;
}

.main-bg{
    margin-top: -52px;
}
/**/



/**/


#box_root .top-nav{

    /*line-height: 80px;*/
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
}
#box_root .top-nav .location{
    float: left;
    display: flex;
    align-items: center;


}
#box_root .top-nav .case-name{
    float: right;
    width: 70%;
    height: 80px;

}
#box_root .top-nav .case-name li{
    margin: 0 22px;
    display: flex;
    align-items: center;
    height: 80px;
    position: relative;

}
#box_root .top-nav .case-name li .slideBox{
    position: absolute;
    bottom: 0;
    background-color: #cda666;
    width: 0%;
    height: 2px;
    z-index: 333;
}
#box_root .top-nav .case-name li:hover .slideBox{
    width: 100%;
    -webkit-transition: width 200ms;
    transition: width 200ms;
}


#box_root .top-nav .case-name ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}



#box_main{
    margin-top: 0px !important;
    padding-top: 0 !important;
}
#box_right{
    margin-top: 0px !important;
    float: left !important;

}
#box_right #condetail {
    border-right: 1px solid #e0e0e0;
}
#box_main .tuijian{
    float: right;
    margin-top: 18px;
}
#box_main .tuijian li{
    width: 300px;
    height: 200px;
    border: 2px solid #f2c03e;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}


#box_main .tuijian li .name{
    display: none;
    width: 186px;
    height: 100px;
    margin-top: -50px;
    margin-left: -93px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #f2c03e;
    z-index: 555;
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: none;*/
    opacity: 0.8;
}
/*#box_main .tuijian .kuang{*/
/*display: none;*/
/*}*/
#box_main .tuijian li .name p{
    font-size: 23px;
    /*font-weight: 600;*/
    color:white ;
    z-index: 556;

}
#box_main .tuijian >ul{
    text-align: center;
}
#box_main .tuijian >ul>p{
    font-weight: 600;
    font-size: 16px;
    margin: 10px auto;
}