.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;
}
/* 左侧 */
.gl-menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.gl-menu .gl-rightcon {
    width: 890px;
}
.gl-menu .gl-leftmenu {
    width: 258px;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.gl-menu .gl-leftmenu .menutitle {
    width: 100%;
    height: 46px;
    background-color: #3a89cd;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.gl-menu .gl-leftmenu .menutitle .menuicon {
    width: 82px;
    height: 46px;
    background: #2a71af url(../images/list-icon1.png) center no-repeat;
    border-right: 2px solid #fff;
    display: block;
}
.gl-menu .gl-leftmenu .menutitle .menutit {
    padding-left: 20px;
    width: 150px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
}
.gl-menu .list-nav {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.gl-menu .list-nav .list-menulist {
    padding-top: 15px;
    width: 100%;
    background-color: #f9f9f9;
    position: relative;
    box-sizing: border-box;
}
.gl-menu .list-nav .list-menulist .list-menuli {
    width: 258px;
    height: auto;
    border-bottom: solid 2px #fff;
    position: relative;
    box-sizing: border-box;
}
.gl-menu .list-menuitem {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
}
.gl-menu .list-menuitem span {
    margin-left: 30px;
    color: inherit;
}
.gl-menu .list-menuitem span a {
    color: inherit;
}
.gl-menu .list-menuitem .icon-biaoti {
    margin-right: 30px;
    width: 9px;
    height: 48px;
    background: url(../images/listright-icon1-1.png) center no-repeat;
    position: absolute;
    right: 0;
}
.gl-menu .list-menuitem:hover {
    color: #3a89cd;
    background-color: #fff;
}
.gl-menu .list-menuitem:hover .icon-biaoti {
    background: url(../images/listright-icon1.png) center no-repeat;
    transition: all .3s linear;
    transform: rotate(360deg);
    transform-origin: center;
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
/* 右侧 */
.glbox .gl-title {
    margin-bottom: 6px;
    height: 46px;
    border-bottom: 2px solid #dfdfdf;
}
.glbox .gl-title h3 {
    padding: 0 20px;
    line-height: 46px;
    color: #3a89cd;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #3a89cd;
    float: left;
}
.glbox .gl-content {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.glbox .gl-content .gl-conlist {
    padding: 0 5px;
    width: 100%;
    border-bottom: 1px dashed #999;
    position: relative;
    box-sizing: border-box;
}
.glbox .gl-content .gl-conlist .gl-conitem {
    padding-left: 17px;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    clear: both;
    position: relative;
}
.glbox .gl-content .gl-conlist .gl-conitem::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #3a89cd;
}
.glbox .gl-content .gl-conlist .gl-conitem .time {
    float: right;
    color: #777;
    font-size: 15px;
    font-weight: 300;
}
.glbox .gl-content .gl-conlist .gl-conitem .text {
    width: 88%;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.glbox .gl-content .gl-conlist .gl-conitem .text a {
    color: inherit;
}
.glbox .gl-content .gl-conlist .gl-conitem:hover .text {
    color: #3a89cd;
}