.xxgk-content .xxgk-title{
    text-align: center;
    color: #0063C3;
}

.xxgk-content .xxgk-title h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    position: relative;
    margin: 0;
}

.xxgk-content .xxgk-title h3:before,
.xxgk-content .xxgk-title h3:after{
    position: absolute;
    top: 50%;
    width: 330px;
    content: '';
    background-color: #eee;
    height: 1px;
}

.xxgk-content .xxgk-title h3:before{
    left: 0;
}
.xxgk-content .xxgk-title h3:after{
    right: 0;
}

.xxgk-content .xxjj .article{
    margin-top: 20px;
}

.xxgk-content .xxjj .article p{
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.xxgk-content .image{
    line-height: 1;
    font-size: 0;
    margin: 23px 0;
}

.xxgk-content .image img{
    display: inline-block;
    margin-left: 20px;
}

.xxgk-content .image img:first-child{
    margin-left: 0;
}

.xxgk-content .hxln{
    margin-top: 40px;
}
.xxgk-content .hxln h3:after,
.xxgk-content .hxln h3:before,
.xxgk-content .hxbz h3:after,
.xxgk-content .hxbz h3:before{
    width: 280.5px;
}

.hxln .hxln-items{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.hxln .hxln-items:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 99, 195, 0.3);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.hxln .hxln-items:first-child{
    margin-left: 0;
}

.hxln .hxln-items .title{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
}

.hxln .hxln-items .title h3{
    font-size: 36px;
    line-height: 32px;
    color: #F1DF3B;
    margin: 0;
}

.hxln .hxln-items:hover .title{
    display: none;
}

.hxln .hxln-items:hover p{
    opacity: 1;
}

.hxln .hxln-items:hover .article{
    transform: translate(-50%,-50%);
}

.hxln .hxln-items:hover p{
    transform: translateY(0);
}

.hxln .hxln-items .article{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 330px;
    text-align: center;
    color: #fff;
    transform: translate(-50%,100%);
    transition: all 0.5s;
    z-index: 10;
}


.hxln .hxln-items:hover:after{
    opacity: 1;
}

.hxln .article h3{
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.hxln .article p{
    overflow-y: auto;
    overflow-x: visible;
    max-height: 128px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    text-indent: 2em;
    padding-right: 14px;
    opacity: 0;
    transform: translateY(-50%);
}
.hxln .article p::-webkit-scrollbar{
    width:1px;
    height:1px;
    background-color: rgba(204, 204, 204, 0.5);
}

.hxln .article p::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius:10px;
}

.hxbz{
    margin-top: 40px;
}

.hxbz .article{
    margin-top: 30px;
}

.hxbz .article .article-items{
    margin-top: 20px;
}
.hxbz .article .article-items:first-child{
    margin-top: 0;
}

.hxbz .article-items span{
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #F1DF3B;
}
.hxbz .article-items p{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 2em;
}