p{
    color: #333333;
}
.moreHelp {
    width: 1000px;
    color: #666666;
    margin: 42px auto 40px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.moreHelp a {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
}
.moreHelp span {
    display: inline-block;
    font-size: 16px;
}
.moreHelp a:hover {
    color: #0daddd;
}
.col-md-12{
    padding-left: 0;
    padding-right: 0;
}

.gray-line {
    margin: 40px 0;
    width: 18px;
    height: 4px;
    background-color: black;
}

.introduce {
    text-indent: 29px;
    font-size: 16px;
}

.art-l-c-cor {
    background: #0daddd;
    height: 18px;
    width: 4px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}

.blue-text {
    color: #0faedd;
}

.green-text {
    color: green;
}

.introduce-no-indent {
    text-indent: 0;
}

.address {
    font-size: 14px;
    color: #000000;
}

@media screen and (max-width: 1024px) {
    .moreHelp {
        width: 80%;
    }
    .long_img_explain{
        width: 80%;
    }
}
@media screen and (max-width: 1020px) {
    .moreHelp {
        width: 90%;
    }
    .long_img_explain{
        width: 90%;
    }
}
@media screen and (max-width: 800px) {
    .img-positoin-1 {
        left: 14% !important
    }

    .img-positoin-2 {
        left: 7% !important
    }

    .img-positoin-3,
    .img-positoin-4 {
        left: 0 !important
    }

    .font-13px {
        font-size: 13px;
    }

    .img-big {
        display: none;
    }

    .img-small {
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .date {
        margin-left: 3px;
    }
    .gray-line {
        margin-left: 3px;
    }

    .img-positoin-1 {
        left: 0 !important
    }

    .img-positoin-2 {
        left: 0 !important
    }

    .introduce {
        font-size: 14px;
        font-weight: lighter;
        line-height: 1.8;
    }

    .address {
        font-weight: bold;
        font-size: 12px;
        color: #000000;
    }
}
@media screen and (max-width: 414px){
    h3{
        font-size:22px;
        line-height: 32px;
    }
}
@media screen and (max-width: 320px){
    h3{
        font-size:16px;
        line-height: 26px;
    }
}