/* .largeScreen {
    background: url(../images/ghjs_banner.png) no-repeat;
} */

ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.tab_hd a {
    margin-left: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    color: #333333;
    background: #F7F7F7;
}

.tab_hd a.on {
    background: #0B54A2;
    box-sizing: border-box;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #B3D34C;
    color: #fff;
}

.row1 {
    padding: 90px 0 120px;
}

.row1 .head {
    margin-bottom: 47px;
}

.jsgh {
    width: 30.7%;
    height: 560px;
    border-radius: 10px;
    background: url(../images/xmgh_img1.png) no-repeat center;
    overflow: hidden;
}

.jsgh a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(10, 72, 165, 0.16) 0%, rgba(10, 72, 165, 0.65) 100%);
    transition: all .3s ease;
}

.jsgh a:hover {
    color: #13c40a;
    background: rgba(10, 72, 165, 0.8);
    transition: all .3s ease;
}

.jsgh a i {
    margin-bottom: 8px;
    font-size: 116px;
    transition: all .3s ease;
}

.jsgh a:hover i {
    color: #13c40a;
    transition: all .3s ease;
}

.row1 ul {
    width: calc(100% - 32%);
}

.row1 ul li {
    margin-bottom: 20px;
    width: calc((100% - 50px) / 3);
    height: 270px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.row1 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(180deg, rgba(10, 72, 165, 0.65) 4%, rgba(10, 72, 165, 0.16) 100%);
}

.row1 ul li a i {
    margin-bottom: 8px;
    font-size: 55px;
}

.row1 ul li a:hover {
    color: #13c40a;
    background: rgba(10, 72, 165, 0.8);
    transition: all .3s ease;
}

.row1 ul li a:hover i {
    color: #13c40a;
    transition: all .3s ease;
}

.row1 ul li:first-child {
    background-image: url(../images/xmgh_img2.png);
}

.row1 ul li:nth-child(2) {
    background-image: url(../images/xmgh_img3.png);
}

.row1 ul li:nth-child(3) {
    background-image: url(../images/xmgh_img4.png);
}

.row1 ul li:nth-child(4) {
    background-image: url(../images/xmgh_img5.png);
}

.row1 ul li:nth-child(5) {
    background-image: url(../images/xmgh_img6.png);
}

.row1 ul li:nth-child(6) {
    background-image: url(../images/xmgh_img7.png);
}

.row2 {
    padding: 92px 0 83px;
    background: #F7FAFF;
}

.row2 .head {
    margin-bottom: 45px;
}

.gcjs_fl,
.gcjs_fr {
    width: calc((100% - 20px) / 2);
}

.gcjs_fl li {
    box-sizing: border-box;
    margin-bottom: 21px;
    padding: 22px 20px 24px;
    height: 224px;
    border-radius: 10px;
    background: #FFFFFF;
}

.gcjs_fl li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gcjs_fl li a .pic {
    width: 274px;
    height: 178px;
    border-radius: 10px;
}

.js_text {
    width: calc(100% - 296px);
}

.js_text:hover h3 {
    color: #0A48A5;
    transition: 0.3s all;
}

.js_text .multiline {
    margin: 11px 0 36px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
}

.js_text .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999999;
}

.js_text .bottom span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 21px;
    border-radius: 3px;
    background: #0B54A2;
    color: #fff;
}

.gcjs_fr li {
    margin-bottom: 19px;
    height: 143px;
    border-radius: 10px;
    background: #FFFFFF;
}

.gcjs_fr li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gcjs_fr .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 108px;
}

.gcjs_fr .time::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 29px;
    background: #D8D8D8;
}

.gcjs_fr .time span:first-child {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.gcjs_fr .time span:last-child {
    font-size: 14px;
    color: #999999;
}

.gc_text {
    box-sizing: border-box;
    padding: 0 18px;
    width: calc(100% - 108px);
}

.gc_text h3 {
    margin-bottom: 12px;
}

.gc_text:hover h3 {
    color: #0A48A5;
    transition: 0.3s all;
}

.gc_text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
}

.row2 .ckgd {
    margin: 40px auto 0;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 996px) {
    .jsgh {
        margin-bottom: 20px;
        width: 100%;
        height: 270px;
        background-size: 100%;
    }
    .row1 ul {
        width: 100%;
    }
    .gcjs_fl,
    .gcjs_fr {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .main-container>div {
        padding: 30px 0 20px;
    }
    .tab_hd a {
        margin-left: 10px;
        width: 130px;
    }
    .row1 .head {
        margin-bottom: 25px;
    }
    .jsgh {
        height: 200px;
    }
    .jsgh a {
        font-size: 22px;
    }
    .jsgh a i {
        font-size: 90px;
    }
    .row1 ul li {
        width: calc((100% - 20px) / 2);
        height: 200px;
        background-size: 100%;
    }
    .row1 ul li:nth-child(n+4) {
        margin-bottom: 0;
    }
    .row1 ul li a {
        font-size: 20px;
    }
    .row1 ul li a i {
        font-size: 40px;
    }
    .row2 .head {
        margin-bottom: 25px;
    }
    .row2 .ckgd {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 616px) {}