.warp {
    position: relative;
    background: #FAFAFA;
}

.Crumbs {
    background: #FAFAFA;
}

.Crumbs p {
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.warpImg{
    position: absolute;
    top: 60px;
    left: 0;
}
.warpContent {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    z-index: 10;
    position: relative;
}

.warpContent h1 {
    text-align: center;
    color: #028B7B;
    font-size: 20px;
    margin-bottom: 24px;
}

.warpContent p {
    font-size: 15px;
    color: #080103;
    margin-bottom: 24px;
    line-height: 24px;
}

.news {
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e6e6;
}

.news p {
    color: #1A1A1A;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 14px;
}
.news span {
    font-size: 17px;
}
.news p img {
    width: 30px;
    position: relative;
    top: 8px;
    margin-right: 12px;
}

.news p span {
    padding-right: 30px;
}

.warpContent h2 {
    text-align: center;
    color: #028B7B;
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 40px;
}

table {
    width: 100%;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #e6e6e6;
    border-collapse: collapse;
}

table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #dedede;
}

table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #ffffff;
}




















