a {
    text-decoration: none;
    color: #1f6ecb;
    cursor: pointer;
}


.wrap {
    max-width: 1040px;
    margin: auto;
}

.title {
    line-height: 60px;
    border-bottom: 2px solid #5598f3;
    font-size: 28px;
    display: inline-block;
    margin-top: 60px;
}

.hr1 {
    height: 1px;
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 20 0px;
}

h2 {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    text-align: left;
    line-height: 47px;
    padding: 0px;
}


h3 ,h3 a,h3 a:hover{
    font-size: 14px;
    color: #3c3c3c;
    line-height: 47px;
    font-weight: bold;
}
.clear {
    clear: both
}

.wrap dl dt,
.wrap dl dd {
    display: inline-block;
}

dd {
    margin: 0;
}

.wrap dl dt {
    width: 274px;
    vertical-align: top;
}

.wrap dl dd {
    width: 758px;
}

.wrap dl dd {
    color: #6a7780;
    font-size: 14px;
    line-height: 47px;
}

.wrap dl dd a {
    margin-right: 66px;
    color: #6a7780;
    font-size: 14px;
    line-height: 47px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    h2{
        width: 100%;
        line-height: 30px;
    }
    .wrap dl dt,
    .wrap dl dd {
        display: block;
    }

    .wrap dl dd {
        width: auto;
    }

    .wrap {
        width: 92%;
    }

    h3 {
        font-weight: bold;
    }

}
