.gl-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.gl-part .gl-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.gl-part .gl-wrap .pos {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    color: #8698ad;
    font-size: 14px;
    background-color: #fff;
}
.gl-part .gl-wrap .pos a {
    padding: 0 5px;
    color: inherit;
}
.gl-part .gl-wrap .glbox {
    margin-top: 20px;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}
.glbox .gl-title .tit {
    padding: 50px 35px;
    width: 100%;
    color: #333;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.glbox .gl-title .info {
    margin-bottom: 30px;
    height: 34px;
    text-align: center;
    background: #f1f6f9;
}
.glbox .gl-title .info b, 
.glbox .gl-title .info span {
    line-height: 34px;
    font-size: 14px;
    color: #8698ad;
    font-weight: normal;
    text-align: center;
}
.content-body {
    padding: 0 30px;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.content-body, .content-body div{
	line-height: 2.25!important;
	font-size: 16px!important;
}
.content-body a, .content-body font{
	line-height: 2.25!important;
	font-size: 16px!important;
}