@charset "UTF-8";

/*内容区域样式*/
.info ul {
    padding-left: 40px;
    margin: 1em 0;
}
.info ol {
    padding-left: 40px;
    margin: 1em 0;
}
li {
    text-align: justify;
    font-size: 16px;
    line-height: 34px;
}
.info ul li {
    list-style: disc;
}
.info ol li {
    list-style-type: normal;
}
.info a {
    color: #0000FF;
    text-decoration: underline;
}
.info b {
    font-weight: bold;
}
.content {
    width: 100%;
    background: #F0EFEF;
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 670px;
}

.content .content-box.one {
    min-height: 570px;
}

.content .content-box {
    padding: 36px 60px 0 60px;
    background: #deebff;
    width: 980px;
}

.content .content-box .starr-title {
    position: relative;
    margin-bottom: 10px;
}

.content .content-box .starr-title .title-line {
    background: #002f5f none repeat scroll 0 0;
    height: 20px;
    position: absolute;
    width: 4px;
    top: 1px;
    left: -20px;
}

.content .content-box .starr-title span {
    font-size: 20px;
    color: #002f5f;
    font-family: "Arial Black";
    font-weight: bold;
}

.content .content-box .info {
    font-size: 16px;
}


/* 索赔程序 */
.content .content-box .info .claim {
    min-height: 250px;
}

.content .content-box .info .claim span {
    line-height: 25px;
    padding: 0 15px;
    width: 160px;
}

.content .content-box.claim .info .dowmload {
    background:url(/static/images/desktop/hk_starr/pdf.png) no-repeat scroll 12px 13px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #033261;
    border-radius: 5px;
    color: #033261;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-top: 30px;
    padding-left: 40px;
    text-align: center;
    padding-right: 15px;
}

/* 索赔程序 */

/* 隐私政策 */
.content .content-box .info .info-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

/* 隐私政策 */

.content-box .info p {
    line-height: 34px;
    margin-top: 5px;
    text-align: justify;
}

.hr-line {
    border-bottom-style: dashed;
    border-width: 0 0 1px;
    position: relative;
    top: -30px;
    left: 0;
}

.inner-ol li {
    display: flex;
    list-style-type: none !important;
}