section{
    padding-top: 26px;
}
.item-lt{
    display: none;
}
.item-rt{
    float: none;
}
.items h1{
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center;
}
.item{
    width: 90%;
    text-align: center;
}

.item-rt ul li{
    line-height: 20px;
    margin-bottom: 10px;
}
.item-rt ul li span{
    font-size: 1rem;
    margin-bottom: 10px;
}
.item-rt ul li span:nth-of-type(1){
    margin-top: 10px;
}
.items-down ul li span{
    font-size: 0.8rem;
    font-weight: normal;
}
.items {
    width: 90%;
    /*height: 500px;*/
    margin: 0 auto;
}
.items-down ul li{
    height: 200px;
}
.items-down ul li i{
    background:none;
}