@charset "utf-8";


.title1 {
    margin-bottom: 0.35rem;
    padding-bottom: 0.18rem;
    border-bottom: 2px solid #b5b9bc;
    padding-left: 0.32rem;
    padding-right: 1.6%;
    box-sizing: border-box;
}

.title1 .name {
    font-size: 0.3rem;
    font-weight: 600;
    display: inline-block;
    color: #2a3a62;
}

.title1 .ename {
    color: #5e6da1;
    font-size: 0.16rem;
    display: inline-block;
}

.title1 .more {
    font-size: 0.17rem;
    float: right;
    color: #a3a8ad;
    transition: all 0.4s;
}

.title1 .name,
.title1 .more {
    line-height: 0.34rem;
}

.title1 .more:hover {
    color: #3366ad;
    padding-right: 0.1rem;
}

.box1 .left {
    padding-right: 0.4rem;
    box-sizing: border-box;
    width: 68%;
}

.box1 .left .lb {
    padding: 0 2.6%;
}

.box1 .left .lbzc {
    width: 45%;
    float: left;
}

.box1 .left .lbzc .a {
    overflow: hidden;
    border-radius: 0.1rem;
}

.box1 .left .lbzc .a img {
    width: 100%;
    height: 2.62rem;
    object-fit: cover;
}

.box1 .left .lbzc .a:hover img {
    transform: scale(1.1);
}

.box1 .left .slick-dots,
.box1 .left .slick-arrow {
    display: none !important;
}

.box1 .left .lbyc {
    float: left;
    width: 55%;
    padding-left: 0.4rem;
    box-sizing: border-box;
}

.box1 .left .lbyc .date {
    float: right;
    transition: all 0.4s;
    font-size: .17rem;
}

.box1 .left .lbyc .l1 {
    box-sizing: border-box;
    padding-right: 0.1rem;
    transition: all 0.4s;
    font-size: 0.19rem;
}

.box1 .left .lbyc .l1,
.box1 .left .lbyc .date {
    line-height: 0.44rem;
    color: #6d737a;
    white-space: nowrap;
}

.box1 .left .lbyc .item:hover .l1 {
    color: #3366ad;
    font-weight: bold;
}

.box1 .left .lbyc .item:hover .date {
    color: #3366ad;
}

.box1 .right {
    width: 32%;
}

.box1 .right .item {

    margin-bottom: 0.15rem;
}

.box1 .right .l1,
.box1 .right .date {
    line-height: 0.4rem;
}

.box1 .right .l1 {
    font-size: 0.19rem;
    color: #6d737a;
    white-space: nowrap;

}

.box1 .right .date {
    float: left;
    margin-right: 0.2rem;
    border-radius: 0.05rem;
    width: 0.6rem;
    background-color: #3366ad;
    text-align: center;
    color: #fff;
}

.box1 .right .item:hover .l1 {
    color: #3366ad;
    font-weight: 600;
}

.box1 .right .item:hover .date {
    background-color: rgba(51, 102, 173, 0.7);
}

.box2 .box {
    padding-top: 0;
}

.box2 .lb {
    padding: 0rem 0.4rem;
    box-sizing: border-box;
}

.box2 .lb .item {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0rem 0.2rem;
    margin-bottom: 0.2rem;
}

.box2 .lb .tb {
    margin: auto;
    position: relative;
    width: 1.12rem;
}

.box2 .lb .tb img {
    width: 100%;
}

.box2 .lb .tb .img1 {
    opacity: 1;
}

.box2 .lb .tb .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.box2 .lb .l2 {
    line-height: 0.22rem;
    font-size: 0.17rem;
    height: 0.44rem;
    color: #6d737a;
    text-align: center;
    margin-top: 0.22rem;
}

.box2 .lb .item:hover .img1 {
    opacity: 0;
}

.box2 .lb .item:hover .img2 {
    opacity: 1;
}

.box2 .lb .item:hover .l2 {
    color: #3366ad;
}

.box2 .slick-dots {
    display: none !important;
}

.box2 .slick-prev,
.box2 .slick-next {
    width: .44rem;
    height: .44rem;
    border-radius: .05rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0rem;
    transform: translateX(-50%);
    left: calc(50% - 0.35rem);
    background: url(../image/bslytc1.png) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: 100% 100%;
    z-index: 9;
    cursor: pointer;
    transition: all 0.4s;
}

.box2 .slick-next {
    left: calc(50% + 0.35rem);
    background-image: url(../image/bslytc2.png);
}

.box2 .slick-prev:hover {
    background-image: url(../image/bslytc1_h.png);
}

.box2 .slick-next:hover {
    background-image: url(../image/bslytc2_h.png);
}

.box2 .slick-track {
    /*padding-bottom: 0.4rem;*/
}

.box3 {
    background-color: #edeff6;
}

.box3 .item {
    padding: 0 0.3rem;
    padding-bottom: 0.28rem;
    box-sizing: border-box;
    width: 25%;
    float: left;
}

.box3 .item .a {
    padding: 0.2rem;
    box-shadow: 0rem 0rem 0.15rem 0rem rgba(71, 116, 179, 0.1);
    background-color: #ffffff;
    transition: all 0.4s;
    border-radius: .05rem;
}

.box3 .item .icon {}

.box3 .item .icon img {
    height: 0.6rem;
}

.box3 .item .l1 {
    font-size: 0.20rem;
    margin-top: 0.15rem;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    height: 84px;
    line-height: 28px;
}

.box3 .item .l2 {
    line-height: 0.24rem;
    font-size: 0.15rem;
    height: 0.48rem;
    color: #89919e;
    transition: all 0.4s;
   display:none;
}


.box3 .item .gd {
    margin-top: 0.25rem;
    font-size: 0.15rem;
    color: #4b609f;
    transition: all 0.4s;
}

.box3 .item:nth-child(2) .a,
.box3 .item:nth-child(4) .a,
.box3 .item:nth-child(5) .a,
.box3 .item:nth-child(7) .a {
    background: #4774b3;
    color: #ffffff !important;
}



.box3 .item:nth-child(2) .a .gd,
.box3 .item:nth-child(4) .a .gd,
.box3 .item:nth-child(5) .a .gd,
.box3 .item:nth-child(7) .a .gd,
.box3 .item:nth-child(2) .a .l2,
.box3 .item:nth-child(4) .a .l2,
.box3 .item:nth-child(5) .a .l2,
.box3 .item:nth-child(7) .a .l2 {
    color: rgba(255, 255, 255, 0.7);
}

.box3 .item .a:hover .l2 {
    color: #333333;
}

.box3 .item .a:hover .gd {
    padding-left: 0.15rem;
}

.box3 .item .a:hover .l1 {
    /* text-decoration: underline; */
}

.box3 .item:nth-child(2) .a:hover .gd,
.box3 .item:nth-child(4) .a:hover .gd,
.box3 .item:nth-child(5) .a:hover .gd,
.box3 .item:nth-child(7) .a:hover .gd,
.box3 .item:nth-child(2) .a:hover .l2,
.box3 .item:nth-child(4) .a:hover .l2,
.box3 .item:nth-child(5) .a:hover .l2,
.box3 .item:nth-child(7) .a:hover .l2 {
    color: rgba(255, 255, 255, 1);
}

.box3 .item .a:hover {
    box-shadow: 0rem 0rem 0.25rem 0rem rgba(71, 116, 179, 0.5);
}


@media screen and (max-width: 1000px) {
    .title1 .name {
        font-size: 22px;
    }

    .title1 {
        padding-left: 5px;
        padding-bottom: 8px;
    }

    .box2 .lb {
        padding: 0rem 0;
    }

    .box3 .item {
        width: 33.33%;
    }

    .box2 .lb .item {
        width: 50%;
    }

    .box1 .left {
        width: 100%;
        float: none;
        padding: 0;
    }

    .box1 .right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {

    .box3 .item {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .box1 .left .lbzc {
        width: 100%;
        float: none;
    }

    .box1 .left .lbyc {
        width: 100%;
        float: none;
        margin-top: 15px;
        padding-left: 0rem;
    }

    .box1 .left .lbzc .a img {
        height: 60vw;
    }
}

@media screen and (max-width: 550px) {
    .box3 .item {
        width: 100%;
    }
}