#WB002554.WB002554_Issue a i.fa {
    font-size: 16px;
}

#WB002554.WB002554_Issue #indBanner {
    background: url("../images/issue/bg_banner.jpg") no-repeat center center;
    color: #FFF;
}

#WB002554.WB002554_Issue #indBanner h1 {
    color: #ffffff;
}

#WB002554.WB002554_Issue #service {
    background: #fff;
}

#WB002554.WB002554_Issue #service .jobProblem:hover .handTop {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#WB002554.WB002554_Issue #service .txt {
    float: left;
    overflow: hidden;
    padding: 0 15px;
    cursor: pointer;
}

#WB002554.WB002554_Issue #service .txt .outline {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background-color: #0482b7;
    border-radius: 2px;
}

#WB002554.WB002554_Issue #service .txt .nameLayer {
    position: relative;
    text-align: center;
    z-index: 2;
}

#WB002554.WB002554_Issue #service .txt .nameLayer p {
    margin-top: 8px;
    font-size: 24px;
    font-weight: bold;
    text-align: inherit;
}

#WB002554.WB002554_Issue #service .txt .txtLayer {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#WB002554.WB002554_Issue #service .txt .txtLayer p {
    float: left;
    padding: 0 10px;
}

#WB002554.WB002554_Issue #service .txt .handTop {
    position: absolute;
    top: 95%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    -webkit-animation: handTop 1.5s infinite;
    -moz-animation: handTop 1.5s infinite;
    -o-animation: handTop 1.5s infinite;
    animation: handTop 1.5s infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes handTop {
    0% {
        top: 95%;
    }
    50% {
        top: 87%;
    }
    100% {
        top: 95%;
    }
}

@-moz-keyframes handTop {
    0% {
        top: 95%;
    }
    50% {
        top: 87%;
    }
    100% {
        top: 95%;
    }
}

@-o-keyframes handTop {
    0% {
        top: 95%;
    }
    50% {
        top: 87%;
    }
    100% {
        top: 95%;
    }
}

@keyframes handTop {
    0% {
        top: 95%;
    }
    50% {
        top: 87%;
    }
    100% {
        top: 95%;
    }
}

#WB002554.WB002554_Issue #service .txt .mask {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#WB002554.WB002554_Issue #service .txt01 {
    width: 100%;
    color: #fff;
}

#WB002554.WB002554_Issue #service .txt01 .outline {
    background-color: #00628f;
}

#WB002554.WB002554_Issue #service .txt01 .txtLayer {
    color: #076a98;
}

#WB002554.WB002554_Issue #service .txt01 .txtLayer p {
    width: 20%;
}

#WB002554.WB002554_Issue #service .txt01 .mask {
    background-color: rgba(6, 44, 62, 0.9);
}

#WB002554.WB002554_Issue #service a.pageBtn-normal {
    display: block;
    margin: 30px auto 0;
    background-color: transparent;
    text-align: center;
}

#WB002554.WB002554_Issue #service a.pageBtn-normal:hover {
    color: #2793f8;
}

#WB002554.WB002554_Issue #mainContent {
    background-color: #f5f5f5;
}

#WB002554.WB002554_Issue #mainContent h3 {
    text-align: center;
    padding: 20px 0 0 0;
    font-weight: bold;
    color: #2694ce;
    font-size: 28px;
}

#WB002554.WB002554_Issue #mainContent .fa {
    display: block;
    font-size: 50px;
    color: #ccc;
    text-align: center;
    cursor: pointer;
}

#WB002554.WB002554_Issue #mainContent .issue {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

#WB002554.WB002554_Issue #mainContent .issue.end {
    border-bottom: none;
}

#WB002554.WB002554_Issue #mainContent .issue h3 {
    margin-bottom: 20px;
}

#WB002554.WB002554_Issue #mainContent .issue strong {
    color: #05529a;
}

#WB002554.WB002554_Issue #mainContent .issue .txtGroup {
    float: left;
    position: relative;
    width: 550px;
    padding-right: 50px;
}

#WB002554.WB002554_Issue #mainContent .issue .txtGroup ul {
    margin-left: 20px;
}

#WB002554.WB002554_Issue #mainContent .issue .txtGroup li {
    margin-bottom: 4px;
    list-style: disc outside;
    line-height: 24px;
}

#WB002554.WB002554_Issue #mainContent .issue .imgGroup {
    float: left;
    width: 650px;
}

#WB002554.WB002554_Issue #mainContent .issue .imgGroup>div {
    float: left;
    width: 310px;
}

#WB002554.WB002554_Issue #mainContent .issue .imgGroup>div:first-of-type {
    margin-right: 30px;
}

#WB002554.WB002554_Issue #mainContent .issue .imgGroup p {
    text-align: center;
}

#WB002554.WB002554_Issue #mainContent a.pageLink-outline {
    background-color: #FFF;
    color: #5aacd8;
    border: #5aacd8 1px solid;
}

#WB002554.WB002554_Issue #mainContent a.pageLink-outline:hover {
    color: #555555;
}

#WB002554.WB002554_Issue #howto {
    background: url("../images/index/bgGreen.jpg") no-repeat center center;
    color: #fff;
}

#WB002554.WB002554_Issue #howto {
    overflow: hidden;
}

#WB002554.WB002554_Issue #howto .boxs {
    overflow: hidden;
    width: 100%;
}

#WB002554.WB002554_Issue #howto .boxs .box {
    float: left;
    width: 30%;
    height: 400px;
    display: block;
    background: #006797;
    margin: 35px 15px;
}

#WB002554.WB002554_Issue #howto .boxs .box h4 {
    color: #FF0;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}

#WB002554.WB002554_Issue #howto .boxs .box p {
    font-size: 20px;
    margin: 0 auto;
    padding: 30px;
}

#WB002554.WB002554_Issue #howto a.pageLink-outline {
    display: block;
    margin: 0 auto;
    width: 500px;
    background-color: #fff;
    color: #289bd7;
    margin-top: 60px;
    margin-bottom: 20px;
    border: #289bd7 1px solid;
}

#WB002554.WB002554_Issue #howto a.pageLink-outline:hover {
    color: #289bd7;
}

#WB002554.WB002554_Issue #information {
    background: #f5f5f5;
}

#WB002554.WB002554_Issue #information img {
    display: block;
    margin: 0 auto;
}

#WB002554.WB002554_Issue #information a.pageLink-outline {
    display: block;
    margin: 0 auto;
    width: 500px;
    background-color: #fff;
    color: #289bd7;
    margin-top: 60px;
    margin-bottom: 20px;
    border: #289bd7 1px solid;
}

#WB002554.WB002554_Issue #information a.pageLink-outline:hover {
    color: #289bd7;
}