@charset "UTF-8";

/*内容区域样式*/
.content {
    width: 100%;
    background: #F0EFEF;
    padding-top: 30px;
    padding-bottom: 40px;
}

.content .content-box {
    padding: 0 60px 45px;
    background: #fff;
    width: 980px;
}

.content .content-box.one {
    min-height: 570px;
}

.content .content-box:first-child {
    padding: 45px 60px;
}

.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: 5px;
    left: -20px;
}

.content .content-box .starr-title span {
    font-size: 22px;
    color: #002f5f;
}

.content .content-box .info {
    font-size: 16px;
    color: #4b4c4d;
}


/* 索赔程序 */
.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 {
    color: #f99f76;
    display: inline-block;
    margin: 10px 0 0 10px;
    text-decoration: underline;
}

/* 索赔程序 */

/* 隐私政策 */
.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;
}

.hr-line {
    border-bottom-style: dashed;
    border-width: 0 0 1px;
    position: relative;
    top: -50px;
    left: 0;
}