.main {
    margin: 0 auto 20px;
}

.title {
    padding: 0;
    text-align: left;
}

.title-wapper .title {
    font-weight: normal;
    width: 65%;
    font-size: 30px;
    color: #333;
    padding-left: 60px;
}
.content {
    padding: 25px 50px 25px 50px;
    background: #fff;
    border: 1px #ccc solid;
    overflow: auto;
}
.content .text {
    color: #333;
    line-height: 1.75em;
    font-size: 14px;
}
.why-become-guide ul {
    padding-left: 0;
}
.why-become-guide .items .item {
    overflow: auto;
    padding: 25px 0;
}
.why-become-guide .items .item.line {
    border-bottom: 1px #ccc dashed;
}
.why-become-guide .items .img-wrapper {
    width: 227px;
    float: left;
    text-align: left;
    height: 210px;
}
.part-1 img {
    width: 100%;
}
.part-3 .items .item {
    overflow: hidden!important;
}
.part-3 .items .img-wrapper {
    float: inherit;
}
.part-3 .items .img-wrapper img {
    height: 190px;
}
.why-become-guide .items .img-wrapper img {
    width: 190px;
}
.img-wrapper.pad {
    padding-top: 40px;
}
.img-wrapper.pad img {
    width: 240px;
}
.img-wrapper.pad ,
.why-become-guide .items .wrapper .title {
    margin: 10px 0;
    font-size: 18px;
}
.why-become-guide .subitems {
    margin: 20px 0;
    font-size: 14px;
    color: #333;
}
.why-become-guide .subitems.no-margin {
    margin: 0;
}
.why-become-guide .subitems .icon {
    font-size: 22px;
    margin: 0 5px 0 0;
    color: #3fc1b2;
}
.why-become-guide .subitem {
    line-height: 3em;
}
.why-become-guide .desc .title {
    font-size: 24px;
}
.why-become-guide .part-3 .items .item {
    padding: 0 20px;
}
.why-become-guide .part-3 .items .item img {
    width: 100%;
}
.why-become-guide .part-3 .items .item .img-wrapper {
    width: 100%;
    height: 200px;
}
.margin-left {
    margin: 0 20px 0 0;
}
.margin-right {
    margin: 0 0 0 20px ;
}
.part-3 .content .title {
    font-size: 20px;
}
.part-3 .img-wrapper {
}
.part-3 .btns {
    text-align: center;
    margin: 50px auto;
}
.part-3 .become-guide-btn {
    padding: 10px 60px;
    border: 2px #ff5f69 solid;
    border-radius: 5px;
    color: #ff5f69;
    font-size: 24px;
}
.part-3 .become-guide-btn:hover {
    background: #ff5f69;
    color: #fff;
}

.icon-right:before {
    color: #3fc1b2;
    font-size: 18px;
    margin: 0 5px 0 0;
}
