/**!
 * [交易中心金融服务平台]
 * date:2019-07-15
 * author: [xhz];
 */

.main {
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
    min-height: 300px;
}
.nav-mod {
    position: absolute;
    width: 282px;
    background: #f5f6f8;
    top: 0;
    left: 0;
    bottom: 0;
}

.nav-mod h1 {
    height: 83px;
    color: #fff;
    padding-top: 15px;
    background: #3677e6 url(../images/information-dynamics.png) no-repeat 30px
        20px;
}
.nav-mod h1 .cn {
    font-size: 24px;
    margin-left: 63px;
}
.nav-mod h1 .eng {
    font-size: 12px;
    margin-left: 30px;
}
.nav-mod ul {
    margin-top: 20px;
}
.nav-mod li {
    height: 58px;
    line-height: 58px;
    padding-left: 60px;
    color: #2f64d7;
    font-size: 18px;
}
.nav-mod li.active {
    background: url(../images/nav-mod-active.png) no-repeat center;
    background-size: 100% 100%;
    font-weight: bold;
}
.nav-mod li > a {
    display: block;
    height: 100%;
}
.detail {
    margin-left: 305px;
    padding-bottom: 20px;
    border: 1px solid #cbd6e3;
    position: relative;
    padding-top: 50px;
}
.return {
    position: absolute;
    width: 35px;
    height: 35px;
    transition: all 0.3s;
    background: url(../images/information-return.png) no-repeat center;
    left: 0;
    top: 0;
}
.return:hover {
    background: url(../images/information-return-active.png) no-repeat center;
}
h2 {
    text-align: center;
    font-size: 28px;
}
.sub-title {
    height: 32px;
    line-height: 32px;
    margin: 40px 50px 0 50px;
    background: #f4f4f4;
    color: #999999;
    text-align: center;
}
.sub-title > span {
    margin: 0 10px;
}
.sub-title > span span {
    margin: 0 2px;
    cursor: pointer;
}
.detail-inf p {
    margin: 25px 50px 0 50px;
    line-height: 25px;
    text-indent: 2em;
}
.detail-inf p.big {
    font-size: 18px;
}
.detail-inf p.mid {
    font-size: 16px;
}
.inf-img {
    display: block;
    width: 431px;
    height: 254px;
    margin: 25px auto 0 auto;
}
.pagefooter {
    margin: 30px 50px 0 50px;
}
.pagefooter > span {
    margin-left: 10px;
    width: 380px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    position: relative;
}
.pagefooter > span a {
    margin-left: 20px;
    color: #666666;
}

.pagefooter > span:after{
    position: absolute;
    content:'';
    margin-top: -1px;
    left: 0;
    top: 0;
    width: 72px;
    height: 3px;
    background: #2b7afc;
}