/* 底部 */
.bottom{
    position: relative;
    height: 240px;    
}
.bottom .bot {
    position: absolute;
    top: 0;
    width: 100%;
    height: 240px;
    min-width: 1200px;
}
.bottom .boxx{
    overflow: hidden;
}

.bottom .boxx ul{
    margin-top: 30px;
}

.bottom .boxx ul li{
    width: 225px;
    height: 190px;
    float: left;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 10px;
}

.bottom .boxx ul li p a{
    color: #FFFFFF;
    text-decoration: none;
}

.bottom .boxx ul .test{
    width: 415px
}

.bottom .boxx ul li::before{
    content: '';
    display: block;
    width: 1px;
    height: 260px;
    background-color: #FFFFFF;
    position: absolute;
    top: 1px;
    left: -10px;
}

.bottom .boxx ul li p{
   line-height: 25px;
   cursor:pointer
}

.bottom .boxx ul li p:hover{
    opacity: 0.8;
}

.bottom .boxx ul li .dist{
   margin-top: 15px;
}

.bottom .boxx ul li .sign_01{
    text-indent: 40px;
}
/* @media (max-width:1260px) {
	.bottom{padding: 0 30px; box-sizing: border-box;}
} */