.infordetail-banner {
    height: 480px;
    background: url(../images/us_banner2.png) center center no-repeat;
}

.header-caput {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 56px;
    background: #F4F8FF;
}

.header-seat {
    width: 1200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #8590a6;
    font-size: 14px;
    line-height: 40px;
}

.infor-detail {
    padding-top: 159px;
}

.header-seat a {
    color: #8590a6;
}

.infor-detail .infor-title {
    text-align: center;
    font-size: 24px;
    color: #071c3b;
}

.info-time {
    text-align: right;
}

.info-time i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/us_icon_sj.png);
}

.info-time span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0px;
    color: #8590a6;
}

.info-line {
    margin-top: 18px;
    border: dashed 1px #e2e8f2;
    opacity: 0.5;
}

.info-content {
    margin-top: 40px;
    padding-bottom: 65px;
    color: #071c3b;
    border-bottom: solid 1px #e2e8f2;
    display: inline-block;
    text-align: justify;
    text-justify:distribute-all-lines; // 这行必加，兼容ie浏览器
    text-align-last: justify;
}

.info-page {
    padding-top: 25px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #8590a6;
}

.info-page a {
    color: #8590a6;
}

.info-page .pro-page {
    display: block;
    float: left;
}

.info-page .next-page {
    display: block;
    float: right;
}

.info-page .pro-page:hover a {
    cursor: pointer;
    color: #3e6cff;
}

.info-page .next-page:hover a {
    cursor: pointer;
    color: #3e6cff;
}

.info-back {
    text-align: center;
    margin-top: 24px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #8590a6;
    background-color: #F4F8FF;
    margin-bottom: 80px;
    cursor: pointer;
}

.info-back a {
    color: #8590a6;
}

.info-back:hover a {
    color: #3e6cff;
}
img {
    max-width: 1000px;
}