.details {
    padding: 20px 100px;
    min-height: 300px;
    background-color: #fff;
    margin-bottom: 10px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .03);   */
}
.details h2{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    color: #003366;
}
.details .labels-area {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}
.details .labels-area i{
    width: 1px;
    height: 14px;
    display: inline-block;
    background-color: #ccc;
    margin-left:5px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.details .splitline{
    margin-top: 20px;
    margin-bottom: 20px;
}
.details .splitline div:first-child{
    margin-bottom: 2px;
    height: 3px;
    background-color: #003366;
}
.details .splitline div:last-child{
    height: 1px;
    background-color: #003366;
}
/* .details p{
    text-indent: 2rem;
} */


.details .download{
    display: table;
    clear: both;
    width: 100%;
    min-height: 40px;
    background-color: #f9fbfd;
    padding: 10px 0;
    margin-top: 20px;

}
.details .download span{
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.details .download p{
    float: left;
    /* text-indent: 0; */
}
.details .download p a{
    height: 30px;
    line-height: 30px;
    color: #003366;
}
.sub-title{
    text-align: center;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6E6E6E;
    line-height: 25px;
    margin:10px 0;
    font-size: 16px;
}