/* header START */
.fy-header-bg{
    width: 100%;
    /* height: 240px; */
}
.fy-header-bg .web-bg{
    display: block;
    margin: 0 auto;
}
.fy-header-bg .mobile-bg{
    display: none;
}
.fy-header-mbx{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #c7ddf5;
    color: #333333;
    font-size: 14px;
}
/* header END  */

/* common */
.fy-common-content{
    width: 1200px;
    margin: 0 auto;
}
.fy-common-title{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.fy-title-text{
    width: 9%;
    /* text-align: center; */
    font-size: 24px;
    color: #1a6f95;
}
.fy-title-line{
    position: absolute;
    top: 50%;
    left: 9%;
    width: 91%;
    height: 2px;
    background: #a4bee7;
}
/* common  EMD*/

/* content  START */
.yqfk{
    margin-top: 40px;
}
.yqfk-list{
    padding:10px 0;
    border-bottom: 1px dashed #9e9e9e;
}
.yqfk-list:nth-last-of-type(1){
    border-bottom: none;
}
.yqfk-list-text{
    width: 80%;
    line-height: 36px;
    font-size: 16px;
    color: #1c1c1c;
}
.yqfk-list-date{
    width: 20%;
    line-height: 36px;
    text-align: right;
    font-size: 16px;
    color: #969696;
}
.yqfk-list ul li:hover .yqfk-list-text{
    color: #1a6f95;
}
.xglj-content{
    width: 700px;
    margin: 20px auto;
    text-align: center;
}
.xglj-image-box{
    width: 315px;
    margin-right: 65px;
}
.xglj-image-box:nth-last-of-type(1){
    margin-right: 0;
}
.xglj-text{
    line-height: 32px;
    font-size: 12px;
}
.xglj-image-box:hover .xglj-text{
    color: #1a6f95;
}
@media screen and (max-width: 1200px) {
    .fy-header-bg .web-bg{
        display: none;
    }
    .fy-header-bg .mobile-bg{
        display: block;
        width: 100%;
    }
    .fy-header-mbx{
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.26rem;
    }
    .fy-common-content{
        width: calc(100% - .6rem);
        /* padding: 0; */
    }
    .fy-common-title{
        line-height: 0.5rem;
        height: 0.5rem;
    }
    .yqfk{
        margin-top: 0.2rem;
    }
    .yqfk-list-text{
        width: 70%;
        line-height: 0.5rem;
        font-size: 0.26rem;
    }
    .yqfk-list-date{
        width: 26%;
        font-size: 0.26rem;
        line-height: 0.5rem;
    }
    .fy-title-text{
        width: 20%;
        font-size: 0.28rem;
    }
    .fy-title-line{
        width: 80%;
        left: 20%;
    }
    .xglj-content{
        width: 100%;
        margin: 0.2rem 0;
    }
    .xglj-image-box{
        width: 100%;
        margin-right: 0;
    }
}