.title{
    width: 100%;
    margin: 0 auto;
    background: #ececec;
    line-height: 34px;
    text-indent: 4%;
    font-weight: bold;
}
.content2{
    margin: 2%;
}
.content2>span{
    color: #2e9dee;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 2%;
}
.content2title{
    display: flex;
    background: #eee;
    justify-content: space-around;
    line-height: 26px;
}
.content2title span:nth-of-type(3){
    margin-right: -3%;
}
.content2text{
    border: 1px solid #eee;
    height: 120px;
    overflow: hidden;
}
.content2text ul li{
    font-size: 14px;
    line-height: 28px
}
.content2text ul li{
    display: flex;
    justify-content: space-around;
}
.content2text ul li span{

}


.content3{
    margin: 2%;
}
.content3>span{
    color: #2e9dee;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 2%;
}
.content2title{
    display: flex;
    background: #eee;
    justify-content: space-around;
    line-height: 26px;
}
.content2title span:nth-of-type(3){
    margin-right: -3%;
}
.content2text1{
    border: 1px solid #eee;
    height: 120px;
    overflow: hidden;
}
.content2title1 span:nth-of-type(3){
    margin-right: -3%;
}
.content2text1 ul li{
    font-size: 14px;
    line-height: 28px
}
.content2text1 ul li{
    display: flex;
    justify-content: space-around;
}
.content2text1 ul li span:nth-of-type(2){
    display: block;
    text-align: left;
}

/*iphone5*/
@media all and (max-width: 374px) {
    .content2 div div span{
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
    }
    .content2 div div p{
        line-height: 20px;
        font-size: 14px;
    }
    .content3 p{
        padding: 0 2%;
        margin-top: 1%;
        line-height: 22px;
        font-size: 14px;
    }
}
footer ul li:nth-of-type(1) span {
    color: black;
}
footer ul li:nth-of-type(3) span {
    color: #2d92ec;
}