﻿.item-one .right h4{
    font-size:20px;
    margin:15px 0;
}

.item-one .right {
    margin-top: 15px;
}

.item-one .right .p1 {
    line-height: 28px;
    color: #666;
}

.item-one .right .p2 {
    margin-top:15px;
}

.item-one .right .p2 a{
    margin-right:10px;
    border:1px solid #ccc;
    padding:2px 6px;
    border-radius:4px;
}

.item-two .list{
    background:#fff;
    padding:20px;
}

.item-two .list i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:100%;
    display:block;
    margin:0 auto 15px;
    color:#fff;
    font-size:40px;
}

.item-two .list h4{
    font-size:16px;
    margin-bottom:15px;
    color:#eed72d
}

.item-two .list p{
    color:#666;
    line-height:24px;
}

.item-three p{
    line-height:28px;
}

.item-step .step-content {
    text-align: center;
    display: inline-block
}

.item-step h3{
    text-align:center;
}

.item-step .step-content i {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 100%;
    color: #fff;
    margin: 0 auto;
    position: relative
}

.item-step i.icon-right-bold {
    display: inline-block;
    color:#999;
    vertical-align:60px;
    margin-left:40px;
}

.item-step .step-content p {
    font-size: 18px;
    margin-top:10px;
}

@media (max-width:768px) {
    .item-two .list {
        margin-bottom:15px
    }
}