@charset "utf-8";

.box1 {
    background: url(/image/b_jytt.png);
    background-size: cover;
}

.box1 .left {
    width: 43%;
}

.box1 .left .item {}

.box1 .left .image {
    overflow: hidden;
}

.box1 .left .image img {
    width: 100%;
    height: 368px;
    object-fit: cover;
}

.box1 .left .title {
    background-color: #224aa6;
    color: #ffffff;
    width: calc(100% - 65px);
    margin-left: 65px;
    box-sizing: border-box;
    padding: 20px 25px;
    font-size: 18px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    height: 130px;
}

.box1 .left .title .l2 {

    line-height: 30px;
}

.box1 .left .slick-prev {
    display: none !important;
}

.box1 .left .slick-next {
    width: 65px;
    height: 65px;
    background: url(/image/adfxz.png) no-repeat center center;
    background-color: #e3a820;
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 3;
}

.title1 {
    position: relative;
    box-sizing: border-box;
}

.title1 .name {
    font-size: 30px;
    font-family: 'SourceHanSerifSCBold';
    float: left;
    cursor: pointer;
}

.title1 .name:nth-child(2) {
    margin-left: 34px;
    position: relative;
}

.title1 .name:nth-child(2)::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #9cb0de;
    top: 15px;
}

.title1 .name.style {
    color: #c7a24c;
}

.title1 .more {
    position: absolute;
    right: 0;
    top: 7px;
    /* transform: translateY(-50%); */
    color: #6e6f72;
    background: url(/image/more1.png) no-repeat left center;
    display: none;
    line-height: 20px;
    padding-left: 22px;
}

.title1 .more.style {
    display: block;
}

.box1 .right {
    width: 57%;
    padding-left: 40px;
    box-sizing: border-box;
}

.box1 .right .date {
    font-size: 15px;
    color: #b4b4b4;
    float: right;
}

.box1 .right .title {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 16px;
    position: relative;
}

.box1 .right .title::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #b7bfd5;
}

.box1 .right .title,
.box1 .right .date {

    line-height: 54px;
}

.box1 .right .list {
    display: none;
    padding-top: 15px;
}

.box1 .right .list.style {
    display: block;
}

.box1 .right .list .item:hover,
.box1 .right .list .item:hover .date {
    color: #224aa6;
    transition: all 0.4s;
}

.box1 .bottom {
    padding-top: 40px;
}

.box1 .bottomlist {
    width: calc(100% + 27px);
}

.box1 .bottom .item {
    padding-right: 27px;
    box-sizing: border-box;
}

.box1 .bottom .image {
    overflow: hidden;
}

.title1.t1 {
    margin-bottom: 32px;
}

.title1.t1 .name.style {
    color: #333333;
    cursor: auto;
}

.box2 .left {
    width: calc(100% - 420px);
    box-sizing: border-box;
    padding-right: 50px;
}

.subname {
    position: absolute;
    bottom: 0;
    left: 170px;
}

.subname .subnameitem {
    display: inline-block;
    font-size: 24px;
    font-family: 'SourceHanSerifSCBold';
    cursor: pointer;
    margin-left: 21px;
    position: relative;
    line-height: 28px;
}

.subname .subnameitem::before {
    content: '';
    position: absolute;
    left: -14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9cb0de;
    top: 12px;
}

.subname .subnameitem:nth-child(1) {
    margin-left: 0;
}

.subname .subnameitem:nth-child(1)::before {
    display: none;
}

.subname .subnameitem.style {
    color: #c7a24c;
}

.box2 .left .list {
    width: calc(100% + 40px);
    display: none;
}

.box2 .left .list.style {
    display: block;
}

.box2 .left .list .item {
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 32px 28px;
    box-shadow: 0px 0px 15px 0px rgba(7, 56, 99, 0.1);
    overflow: hidden;
    float: left;
}

.box2 .left .list .date {
    font-family: 'SourceHanSerifSCBold';
    color: #c7a362;
    text-align: center;
    width: 72px;
    height: 72px;
    float: left;
    background-color: #f3f3f3;
    margin-right: 20px;
    padding-top: 10px;
}

.box2 .left .list .date1 {
    font-size: 28px;
    line-height: 28px;
}

.box2 .left .list .date2 {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
}

.box2 .left .list .title {
    line-height: 30px;
    font-size: 18px;
    padding-top: 4px;
}

.box2 .left .list .item:hover,
.box2 .left .list .item:hover .date {
    color: #224aa6;
    transition: all 0.4s;
}

.box2 .right {
    width: 420px;
}

.box2 .rcpylist {
    width: calc(100% + 25px);
}

.box2 .rcpylist .item {
    width: calc(50% - 25px);
    margin-right: 25px;
    position: relative;
    height: 94px;
    background-size: cover;
    float: left;
    margin-bottom: 16px;
}

.box2 .rcpylist .item:nth-child(5) {
    width: calc(100% - 25px);
}

.box2 .rcpylist .item:nth-child(5) .block {
    padding-left: 34%;
}

.box2 .rcpylist .block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
    padding-left: 10%;
}

.box2 .rcpylist .icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffffff;
    background-position: center center;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.box2 .rcpylist .title {
    font-size: 19px;
    line-height: 54px;
    white-space: nowrap;
}

.box3 {
    background: url(/image/b_zsxx.png);
    background-size: cover;
}

.title2 {
    position: relative;
}

.title2 .name {
    padding: 0px 15px;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    background-color: #5876ba;
    display: inline-block;
    font-family: 'SourceHanSerifSCBold';
    cursor: pointer;
    /* margin-left: -4px; */
    float: left;
    margin-top: 10px;
}
.lmname1012{
    
float: left;
    
/* display: inline-block; */
    
line-height: 55px;
    
font-size: 30px;
    
color: #ffffff;
    
/* padding: 0px 15px; */
    
font-family: 'SourceHanSerifSCBold';
    
font-size: 26px;
    
padding-right: 20px;
}
.title2 .name.style {
    background-color: #ffffff;
    color: #1642a7;
    padding-top: 10px;
    margin-top: 0px;
}

.title2 .more {
    position: absolute;
    right: 0;
    top: 20px;
    color: #c6d6fa;
    background: url(/image/more2.png) no-repeat left center;
    display: none;
    line-height: 20px;
    padding-left: 22px;
}

.title2 .more.style {
    display: block;
}

.box3 .left {
    width: calc(50% - 20px);
}

.box3 .left .list {
    display: none;
    background-color: #ffffff;
    /* margin-left: -4px; */
    padding: 20px 30px;
    height: 404px;
    box-sizing: border-box;
}

.box3 .left .list.style {
    display: block;
}

.box3 .left .list .date {
    float: right;
    color: #b4b4b4;
}

.box3 .left .list .title {
    font-size: 18px;
}

.box3 .left .list .title,
.box3 .left .list .date {
    line-height: 52px;
}

.box3 .right {
    width: calc(50% - 20px);
}

.box3 .right .lists {
    height: 404px;
    position: relative;
}

.box3 .right .list {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 40px 30px;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

.box3 .right .list.style {
    z-index: 2;
    opacity: 1;
}

.box3 .right .item {
    padding: 0px 15px;
}

.box3 .right .image {
    overflow: hidden;
    position: relative;
}

.box3 .right .image .img1 {
    opacity: 0;
    width: 100%;
}

.box3 .right .image .img2 {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.box3 .right .text {
    font-family: 'SourceHanSerifSCBold';
    color: #224aa6;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 13px;
}

.box3 .right .text1 {
    font-size: 17px;
    text-align: center;
}

.box3 .right .slick-prev,
.box3 .right .slick-next {
    position: absolute;
    left: calc(50% - 85px);
    transform: translateX(-50%);
    bottom: -38px;
    background: url(/image/yxkm1.png);
    width: 19px;
    height: 10px;
}

.box3 .right .slick-next {
    left: calc(50% + 85px);
    background: url(/image/yxkm2.png);
}

.box3 .left .item:hover .title,
.box3 .left .item:hover .date {
    transition: all 0.4s;
    color: #224aa6;
}

@media screen and (max-width: 1400px) {
    .subname {
        left: 100px;
    }

    .subname .subnameitem {
        font-size: 18px;
        margin-left: 12px;
        line-height: 22px;
    }

    .subname .subnameitem::before {
        left: -9px;
        width: 4px;
        height: 4px;
        top: 10px;
    }

    .box2 .left .title1 .name {
        font-size: 26px;
    }

    .box2 .left .title1 .name {
        font-size: 22px;
    }

    .box2 .left .title1 .more {
        font-size: 13px;
        background-size: 11px;
        padding-left: 15px;
    }

    .box2 .left .title1.t1 {
        margin-bottom: 41px;
    }


}

@media screen and (max-width: 1150px) {
    .box3 .right .lists {
        height: auto;
    }

    .box3 .right .list.style {
        position: relative;
        padding-bottom: 60px;
    }

    .box3 .left,
    .box3 .right {
        width: calc(100%);
    }

    .box3 .right {
        margin-top: 30px;
    }

    .box2 .left {
        width: 100%;
        padding-right: 0px;
    }

    .box2 .right {
        width: 100%;
    }

    .box2 .rcpylist .block {
        width: 160px;
        padding-left: 0%;
    }

    .box2 .rcpylist .item:nth-child(5) .block {
        padding-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .box1 .left {
        width: 100%;
        float: none;
    }

    .box1 .right {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .box1 .left .image img {
        height: calc(94vw/60*37);
    }
}

@media screen and (max-width: 800px) {
    .lmname1012{
        font;
        font-size: 18px;
        line-height: 40px;
        padding-right: 10px;
    }
    .title2 .name {
        padding: 0px 10px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 5px;
    }

    .title2 .name.style {
        padding-top: 5px;
        margin-top: 0px;
    }

    .title2 .more {
        font-size: 13px;
        background-size: 11px;
        padding-left: 15px;
        top: 12px;
    }

    .box1 .bottom {
        padding-top: 15px;
    }

    .box2 .left .title1.t1 {
        margin-bottom: 28px;
    }

    .box2 .left .list .item {
        width: calc(100% - 40px);
        margin-bottom: 20px;
        padding: 18px 15px;
    }

    .fade-2 .slick-dots {
        top: -38px;
        right: 80px;
    }

    .title1 .name {
        font-size: 22px;
    }

    .title1 .name:nth-child(2)::before {
        top: 11px;
    }

    .subname {
        position: static;
        text-align: center;
        padding-top: 10px;
        /* width: 275px; */
        margin: auto;
    }

    .subname .subnameitem {
        margin-top: 10px;
    }

    .box2 .left .title1 .name {
        float: none;
    }

    .title1.t1 {
        margin-bottom: 18px;
    }

    .title1 .more {
        font-size: 13px;
        background-size: 11px;
        padding-left: 15px;
        top: 2px;
    }
}


@media screen and (max-width: 500px) {
    .box3 .left .list {
        padding: 20px 15px;
        height: auto;
    }

    .box3 .left .list .title {
        font-size: 16px;
    }

    .box3 .left .list .title,
    .box3 .left .list .date {
        line-height: 42px;
    }

    .box2 .rcpylist .item {
        width: calc(100% - 25px);
    }

    .box1 .left .title {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }

    .box1 .left .slick-next {
        display: none !important;
    }
}