@charset "utf-8";

.content {
    background: url(../image/jwxwback.png) no-repeat center bottom -357px;
    /* background-size: 100% auto; */
}
.cal table{
    border: 1px solid #dedede !important;
    border-top: 0 !important;
}
.cal td{
    line-height: 40px !important;
}
.title1 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.title1 .name {
    float: left;
}

.title1 .name1 {
    font-size: 27px;
    line-height: 27px;
    display: inline-block;
    color: #0552ac;
    border-left: 5px solid #0552ac;
    padding-left: 10px;
    font-weight: 600;
}

.box1 .right .title1 .name1 { 
    padding-left: 0px;
    border-left: 0px solid #0552ac;
}

.title1 .xian {
    display: inline-block;
    font-size: 27px;
    color: #3171bb;
    margin: 0px 4px;
}



.title1 .name2 {
    display: inline-block;
    font-size: 18px;
    color: #cdcdcd;
    white-space: nowrap;
}

.title1 .more {
    float: right;
    background: url(../image/title1.png) no-repeat left center;
    line-height: 18px;
    padding-left: 15px;
    color: #0552ac;
    margin-top: 8px;
}

.box1 .left,
.box3 .left {
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-right: 50px;
}

.box1 .left .list {
    width: calc(100% + 50px);
}

.box1 .left .list .item {
    padding-right: 50px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.box1 .left .list .a {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
    transition: all 0.4s;
}

.box1 .left .list .a .date {
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    background: #0552ac;
    text-align: center;
    color: #ffffff;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.box1 .left .list .a .date::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #0552ac;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.box1 .left .list .a .date1 {
    font-size: 36px;
    /* font-weight: 600; */
    padding-top: 7px;
    padding-bottom: 7px;
}

.box1 .left .list .a .date2 {}

.box1 .left .list .a .bt {
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 21px;
}

.box1 .left .list .a:hover {
    color: #0552ac;
    border-bottom: 1px solid #0552ac;
}

.box1 .right,
.box3 .right {
    width: 360px;
}

.box1 .right .list {
    padding-bottom: 40px;
    background: url(../image/kjyybg.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
}

.box1 .right .list::before {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    content: '';
    background-color: rgba(5, 82, 172, 0.5);
}

.box1 .right .title1 {
    border-bottom: 0px solid #e8e8e8;
}

.box1 .right .slider {
    height: 355px;
    box-sizing: border-box;
    padding: 30px 20px;
    /* overflow: hidden; */
}
.box1 .right .slick-slide{
    display: flex;
}
.box1 .right .slick-slide>div{
    width:50%;
}
.box1 .right .list .item .a {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 17px;
    padding: 0px 5px;
    box-sizing: border-box;
}

.box1 .right .list .item .icon {
    width: 76px;
    height: 76px;
    background: url(../image/kjyytb1.png) no-repeat center center;
    border-radius: 5px;
    background-color: #0552ac;
    margin: auto;
    transition: all 0.4s;
}

.box1 .right .list .item .bt {
    line-height: 26px;
    font-size: 18px;
    height: 52px;
    text-align: center;
    max-width: 120px;
    margin: auto;
    margin-top: 15px;
    transition: all 0.4s;
}

.box1 .right .list .fade-3 .slick-dots {
    display: none !important;
}

.box1 .right .list .slick-prev,
.box1 .right .list .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    bottom: -50px;
    transform: translateX(-50%);
    left: calc(50% - 40px);
    background: url(../image/kjyy2_1.png) no-repeat center center;
    z-index: 17;
    cursor: pointer;
}

.box1 .right .list .slick-next {
    background-image: url(../image/kjyy1_1.png);
    left: calc(50% + 40px);
}

.box1 .right .list .slick-prev:hover {
    background-image: url(../image/kjyy2.png);
}

.box1 .right .list .slick-next:hover {
    background-image: url(../image/kjyy1.png);
}

.box1 .right .list .a:hover .icon {
    background-color: rgba(5, 82, 172, 0.5);
}

.box1 .right .list .a:hover .bt {
    color: #0552ac;
}

.box2 .a {
    overflow: hidden;
}

.box2 .a:hover .img {
    transform: scale(1.05);
}

.box3 {
    padding-bottom: 60px;
}

.box3 .right .list img {
    width: 100%;
}

.box3 .right .title1 .more {
    padding-left: 0px;
    background: none;
}

.box3 .right .list {
    padding-top: 18px;
}

.box3 .left {
    padding-right: 0;
}

.box3 .left .block {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    float: left;
}

.box3 .left .block .item {
    padding: 12px 0;
    border-bottom: 1px dashed #eeeeee;
}

.box3 .left .block .item .bt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box3 .left .block .item .sj {
    color: #999999;
}

.box3 .left .block .item:hover {
    color: #0552ac;
    border-bottom: 1px dashed #0552ac;
    transition: all 0.4s;
}

.box3 .left .block .item:hover .sj {
    color: #0552ac;
    transition: all 0.4s;
}

@media screen and (max-width: 1150px) {
    .title1 .name2 {
        font-size: 15px;
    }

    .title1 .name1 {
        font-size: 22px;
        line-height: 22px;
        padding-left: 8px;
    }

    .title1 .xian {
        font-size: 22px;
    }

    .title1 {
        padding-bottom: 20px;
    }

    .box1 .left {
        width: calc(100% - 320px);
        padding-right: 30px;
    }

    .box1 .left .list {
        width: calc(100% + 30px);
    }

    .box1 .left .list .item {
        padding-right: 30px;
    }

    .box1 .right {
        width: 320px;
    }

    .box3 .left .block {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1000px) {

    .box3 .right,
    .box1 .right,
    .box1 .left {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
    }

    .box3 .left {
        float: none;
        width: calc(100% + 30px);
    }

    .box1 .right,
    .box3 .right {
        margin-top: 30px;
    }
}

@media screen and (max-width: 700px) {
    .slick-list{
        max-height: 270px;
    }
    .box3 .left .block,
    .box1 .left .list .item {
        width: 100%;
        float: none;
    }

    .box3 .left .block:nth-child(2) {
        margin-top: 30px;
    }

    .box3 {
        padding-bottom: 30px;
    }

    .box1 .left .list .a .date {
        width: 72px;
        height: 65px;
        margin-right: 15px;
    }

    .box1 .left .list .a .date1 {
        font-size: 26px;
        padding-bottom: 5px;
    }

    .box1 .left .list .a .date2 {
        font-size: 14px;
    }

    .box1 .left .list .a .bt {
        line-height: 24px;
        font-size: 16px;
        padding-top: 16px;
    }

    .box1 .left .list .a {
        padding: 22px 0;
    }

    .title1 {
        padding-bottom: 15px;
    }

    .title1 .name1 {
        font-size: 20px;
        line-height: 21px;
    }

    .title1 .xian {
        font-size: 20px;
        margin: 0px 2px;
    }

    .title1 .name2 {
        font-size: 13px;
    }

    .title1 .more {
        background-size: 8px auto;
        margin-top: 2px;
        font-size: 14px;
        padding-left: 11px;
    }

    .title1 {
        margin-bottom: 5px;
    }

    .box1 .right .list .item .bt {
        line-height: 22px;
        font-size: 15px;
        height: 40px;
        max-width: 110px;
    }

    .box1 .right .list .item .icon {
        width: 65px;
        height: 65px;
    }

    .box1 .right .slider {
        height: 310px;
    }

    .box3 .left .block .item .bt {
        font-size: 16px;
    }

    .box3 .left .block .item .sj {
        font-size: 15px;
    }


}

@media screen and (max-width: 450px) {
    .box2 .box {
        padding-top: 20px;
    }
}