/* .largeScreen {
    background: url(../images/jtgk_banner1.png) no-repeat;
} */

.row1 {
    padding: 116px 0;
    background: url(../images/jtjj_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.jtjj_img {
    width: 47.5%;
    height: 421px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.jtjj_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.jtjj_text {
    width: 50.5%;
}

.jtjj_text .info_box {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    min-width: 235px;
}

.jtjj_text .info_box span {
    font-size: 18px;
    color: #0B54A2;
    font-weight: bold;
}

.jtjj_text .head {
    margin: 43px 0 30px;
}

.row1 .ckgd {
    float: right;
    margin-top: 20px;
}

.row2 {
    margin: 110px 0 130px;
    width: 100%;
}

.ld_con {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
}

.ld_con li {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 13px 15px;
    width: calc((100% - 40px) / 3);
}

.ld_con li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ld_pic img {
    width: 152px;
    height: 182px;
    border-radius: 10px;
}

.ld_info {
    width: calc(100% - 180px);
}

.ld_info h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.ld_info p {
    font-size: 16px;
    color: #666666;
}

.zzjg_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 260px;
    background: url(../images/zzjg_bg.png) no-repeat center;
    background-size: cover;
}

.zzjg_head h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 337px;
    height: 89px;
    border-radius: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.33);
}

.zzjg_ckxq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    color: #FFFFFF;
}

.zzjg_ckxq img {
    margin-top: 3px;
    width: 11px;
}

.zgs {
    margin: 72px auto 96px;
}

.zgs ul {
    margin-top: 63px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zgs ul li {
    box-sizing: border-box;
    margin-top: 20px;
    width: calc((100% - 22px) / 2);
    height: 137px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
}

.zgs ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

.zgs ul li a i {
    margin: 0 48px 0 78px;
    font-size: 70px;
    color: #666666;
}

.zgs ul li:nth-child(4) a i ,.zgs ul li:nth-child(7) a i{
    position: relative;
}

.zgs ul li:nth-child(4) a i::after {
    content: '￥';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 40px;
}

.zgs ul li:nth-child(7) a i::after {
    content: '实';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
}

.zgs ul li:hover {
    border-bottom: 4px solid #399D33;
}

.zgs ul li:hover a {
    color: #399D33;
    font-weight: bold;
}

.zgs ul li:hover a i {
    color: #399D33;
}



.row4 {
    padding: 138px 0;
    background: url(../images/qywh_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.left_menu {
    width: 27.6%;
}

.left_menu .head {
    margin: 20px 0 30px;
    justify-content: center;
}

.left_menu .tab_hd {
    padding: 15px 20px 0;
    height: 325px;
    border-radius: 10px 0px 0px 10px;
    background: #FFFFFF;
}

.left_menu .tab_hd a {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    height: 72px;
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
    color: #333333;
    border-bottom: 1px solid rgba(10, 72, 165, 0.09);
}

.left_menu .tab_hd a:last-child {
    margin-bottom: 0;
    border: none;
}

.left_menu .tab_hd a i,
.left_menu .stzd i {
    margin: 0 17px 0 90px;
    font-size: 35px;
}

.left_menu .tab_hd a.on {
    border-radius: 10px;
    background: #399D33;
    color: #fff;
    border: none;
}

.left_menu .tab_hd a.on::after {
    content: '';
    margin-left: 38px;
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
    border-right: 8px solid transparent;
}

.left_menu .tab_hd a.on i {
    color: #fff;
}

.left_menu .stzd {
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 34px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 93px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 0px 0px 10px;
    background: #0A48A5;
}

.right_con {
    box-sizing: border-box;
    margin-top: 61px;
    width: 72.35%;
    height: 536px;
    border-radius: 10px;
    background: #FFFFFF;
    background: #0A48A5;
}

.tab_bd {
    box-sizing: border-box;
    position: relative;
    left: 23px;
    top: -42px;
    padding: 60px 26px 25px;
    width: 95.75%;
    height: 560px;
    background: #fff;
    border-radius: 10px;
}

.infomation1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.infomation1 .pic {
    display: block;
    width: 420px;
    height: 253px;
    border-radius: 4px;
}

.info_con {
    width: calc(100% - 456px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.info_time {
    display: flex;
    align-items: center;
}

.info_time span:first-child {
    display: flex;
    align-items: center;
    font-size: 27px;
    font-weight: bold;
    color: #0A48A5;
}

.info_time span:first-child::after {
    content: '';
    margin: 0 10px 0 14px;
    display: block;
    width: 1px;
    height: 30px;
    background: #D8D8D8;
}

.info_time span:last-child {
    font-size: 14px;
    color: #666666;
}

.info_con .p2 {
    margin: 33px 0 17px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.info_con .p2:hover {
    color: #0A48A5;
    transition: all .3s ease;
}

.info_con .p3 {
    margin-bottom: 42px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.right_con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.right_con ul li {
    width: calc((100% - 154px) / 3);
}

.right_con ul li a {
    margin-top: 20px;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.right_con ul li a:hover {
    color: #0A48A5;
    transition: all .3s ease;
}

.right_con ul li .info_time span:first-child::after {
    height: 10px;
}

.row4 .ckgd {
    margin: 30px auto 0;
}

.row5 {
    padding: 77px 0 125px;
}

.row5 ul {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row5 ul li {
    box-sizing: border-box;
    padding: 18px 20px 10px;
    width: calc((100% - 104px) / 3);
    height: 365px;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
}

.row5 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.row5 ul li .pic {
    height: 217px;
    border-radius: 10px;
}

.row5 ul li h3 {
    margin-bottom: 12px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #D8D8D8;
}

.row5 ul li:hover h3 {
    color: #0A48A5;
    transition: all .3s ease;
}

.row5 ul li p {
    line-height: 20px;
    height: 40px;
}

@media only screen and (max-width: 1200px) {
    .zgs ul li a i {
        margin: 0 20px;
        font-size: 70px;
        color: #666666;
    }

    .left_menu .tab_hd a i,
    .left_menu .stzd i {
        margin: 0 10px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 996px) {
    .jtjj_img {
        width: 100%;
        height: auto;
    }

    .jtjj_text {
        width: 100%;
    }

    .ld_con li {
        width: calc((100% - 20px) / 2);
    }

    .zgs ul li {
        width: 100%;
    }

    .left_menu {
        width: 100%;
    }

    .right_con {
        width: 100%;
    }

    .row5 ul li {
        width: calc((100% - 40px) / 3);
    }
}

@media only screen and (max-width: 768px) {
    .main-container>div {
        padding: 30px 0 20px;
    }

    .jtjj_text .head {
        margin: 25px 0 20px;
    }

    .row5 ul li {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }

    .row5 ul li .pic {
        height: auto;
    }

    .ld_con {
        margin-top: 15px;
    }

    .ld_con li {
        margin-top: 0;
        padding: 13px 5px;
        width: calc((100% - 10px) / 2);
    }

    .ld_info {
        width: calc(100% - 160px);
    }

    .row2 {
        margin: 0;
        width: 100%;
    }

    .row3 {
        padding-top: 0 !important;
    }

    .zgs {
        margin: 30px auto 0;
    }

    .zgs ul {
        margin-top: 20px;
    }

    .zgs ul li a i {
        margin: 0 20px 0 60px;
    }

    .row4 {
        padding-top: 0 !important;
    }

    .left_menu .tab_hd a i,
    .left_menu .stzd i {
        margin: 0 70px 0 100px;
        font-size: 34px;
    }

    .left_menu .tab_hd a.on::after {
        margin-left: 100px;
    }

    .right_con {
        margin-top: 40px;
        height: auto;
    }

    .tab_bd {
        left: 18px;
        top: -22px;
        padding: 20px;
        height: auto;
    }

    .info_con {
        margin-top: 10px;
        width: 100%;
    }

    .info_con .p2 {
        margin: 20px 0 15px;
        height: auto;
    }

    .infomation1 .pic {
        width: 100%;
        height: auto;
    }

    .right_con ul {
        margin-top: 30px;
    }

    .right_con ul li {
        width: calc((100% - 40px) / 3);
    }
}