@charset "utf-8";

.items-box .items-title{
    margin-bottom: 85px;
}
.items-box .clear{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.items-box .item {
    flex:1;
    margin: 0 70px;
}
.items-classic .item-img{
    height: 48px;
}
.items-classic .item-p{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.items-ls{
    background: #f9f9f9;
}
.items-ls .item {
    height: 338px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 0 15px;
    margin: 0 20px;
}
.items-ls .item:first-child{
    /* margin-left: 0; */
}
.items-ls .item-p{
    font-size: 14px;
    text-align: center;
}
.items-ls .item-img{
    height: 113px;
    margin: 56px 0 42px 0;
}
.items-ls .items-title{
    margin-bottom: 60px;
}
.items-line .item-p{
    text-align: center;
    /* font-size: 18px; */
    margin-top: 20px;
}
.items-line .items-title{
   margin-bottom: 60px; 
}
.items-line .item-block{
    margin-bottom: 40px;
    justify-content: space-around;
}
.items-line .item-block .item {
    flex: unset;
    margin: 0;
    width: 200px;
}
.items-manager{
     background: #f9f9f9;   
}
.items-manager .items-title{
    margin-bottom: 48px;
}
.items-manager .item-block {
    justify-content: space-between;
}
.items-manager .item{
    flex: unset;
    width: 356px;
    height: 210px;
    margin: 0;
}
.items-manager .item:hover{
    box-shadow: 0 0 7px 3px rgba(0,0,0,.08);
}

.items-manager .i-l{
    background-color: #E5E5E5;
    height: 70px;
    padding-left: 50px;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}
.items-manager .item:hover .i-l{
    background-color: #b10315;
}
.items-manager .i-l .img-block{
    margin: 0 15px 0 0;
}
.items-manager .i-l .img-block .img-b{
    display: none;
}
.items-manager .item:hover .i-l .img-block .img-b{
    display: block;
}
.items-manager .item:hover .i-l .img-block .img-a{
    display: none;
}
.items-manager .i-r{
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: 30px 40px 0;
}
.items-manager .i-r p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
}
.items-manager .i-r p:before{
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.items-manager .i-l .item-p{
    font-size: 18px;
    color: #666;
}
.items-manager .item:hover .i-l .item-p{
    color: #fff;
}
