@charset "utf-8";



.title1 {
    margin-bottom: 30px;
    position: relative;
}

.title1 .name1 {
    font-size: 30px;
    font-weight: 600;
    float: left;
}

.title1 .name2 {
    font-family: 'Arial';
    font-style: italic;
    font-size: 14px;
    color: #0055a5;
    padding-left: 10px;
    padding-top: 18px;
    float: left;
}

.title1 .more {
    border-radius: 50px;
    font-weight: 600;
    /* box-shadow: 0px 0px 0px 1px #0055a5; */
    border: 1px solid #0055a5;
    color: #0055a5;
    line-height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    height: 26px;
    padding: 0 10px;
}

.title1 .more:hover {
    transition: all 0.4s;
    box-shadow: 0px 0px 10px 1px rgba(0, 85, 165, 0.5);
}

.title1 .more span {
    font-size: 16px;
    margin-left: 3px;
}

.box1 {
    background-size: cover;
    background-image: url(../image/index71.png);
}

.list1 {}

.list1 .left {
    width: 75%;
    padding-right: 20px;
    box-sizing: border-box;

}

.list1 .left .img {
    overflow: hidden;
}

.list1 .left .img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.list1 .left .text {
    box-sizing: border-box;
    padding: 30px;
    background-color: #f7f7f7;
    border-bottom: 3px solid #cc9900;
    padding-bottom: 27px;
}

.list1 .left .text .date {
    float: right;
    color: #cc9900;
    font-family: "Georgia";
    line-height: 22px;
}

.list1 .left .text .title {
    font-size: 20px;
    line-height: 22px;
    color: #222222;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 600;
}

.list1 .left .text .item2 {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.list1 .left:hover .text .item2 {
    color: #333333;
    transition: all 0.4s;
}

.list1 .left:hover .text .title {
    color: #cc9900;
    transition: all 0.4s;
}

.imghov:hover .img img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.list1 .right {
    width: 25%;
}

.list1 .right .img {
    overflow: hidden;
}

.list1 .right .img img {
    width: 100%;
    object-fit: cover;
    height: 229px;
}

.list1 .right .text {
    padding: 20px;
    box-sizing: border-box;
    background-color: #0055a5;
}

.list1 .right .date {
    color: #8da6cc;
    font-family: "Georgia";
    line-height: 18px;
}

.list1 .right .title {
    color: #ffffff;
    margin-top: 10px;
    line-height: 18px;
}

.list1 .right .item {
    margin-bottom: 20px;
}

.list1 .right .item:hover .text {
    background-color: #1c6fbd;
    transition: all 0.4s;
}

.list1 .right .item:last-child {
    margin-bottom: 0px;
}

.box2 {
    background-size: cover;
    background-image: url(../image/index5.png);
}

.title2 .title1 {
    color: #ffffff;
}

.title2 .name2 {
    color: #5881b9;
}

.title2 .more {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.title2 .title1 .more:hover {
    transition: all 0.4s;
    opacity: 0.7;
}

.box2 .list {
    width: calc(100% + 40px);
}

.box2 .list .item {
    padding-right: 40px;
}

.box2 .list .item .image {
    position: relative;
}

.box2 .list .item .image img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.box2 .list .text {
    background-color: rgba(204, 153, 0, 0);
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.box2 .list .text .title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
}

.box2 .list .text .summary {
    max-height: 0px;
    overflow: hidden;
    /* padding-top: 25px; */
    box-sizing: border-box;
    line-height: 24px;
    font-size: 14px;
    color: #f3ecde;
}

.box2 .list .text .bottom {
    color: #8da6cc;
    margin-top: 25px;
}

.box2 .list .text .date {
    float: left;
    font-family: "Georgia";
    line-height: 24px;
}

.box2 .list .text .more {
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #8da6cc;
    color: #8da6cc;
    line-height: 24px;
    float: right;
    font-size: 12px;
    height: 26px;
    padding: 0 10px;

}

.box2 .list .text .more span {
    font-size: 16px;
    margin-left: 3px;
}

.box2 .list .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(rgb(6, 60, 124, 0), rgb(6, 60, 124, 1));
}

.box2 .list .item:hover .back {
    opacity: 0;
    transition: all 0.4s;
}

.box2 .list .item:hover .text {
    background-color: rgba(204, 153, 0, 0.9);
    transition: all 0.4s;
}

.box2 .list .item:hover .summary {
    max-height: 72px;
    margin-top: 25px;
    transition: all 0.4s;
}

.box2 .list .item:hover .date {
    color: #ffffff;
    transition: all 0.4s;
}

.box2 .list .item:hover .more {
    transition: all 0.4s;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #cc9900;
}

.box2 .fade-2 .slick-dots {
    bottom: 15px;
}

.box2 .fade-2 .slick-dots li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.box2 .fade-2 .slick-dots li.slick-active {
    width: 40px;
    background-color: #cc9900;
}

.box2 .slick-arrow {
    display: none !important;
}

.box2 .slick-list {
    padding-bottom: 50px;
}

.op:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

.box3 {
    background-size: cover;
    background-image: url(../image/index23.png);
}

.box31 .list {
    width: calc(100% + 20px);
}

.box31 .list .item {
    width: calc(25% - 20px);
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.box31 .list .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.box31 .list .item:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.box32 {
    margin: auto;
    max-width: 1400px;
    padding-bottom: 20px;
}

.box32 .list {

    width: calc(100% + 40px);
}

.box32 .item {
    width: calc(33.33% - 40px);
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}

.box32 .item .img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box32 .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

.box32 .item .title {
    font-size: 40px;
    font-weight: 600;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0px 3%;
}

.box32 .item .text1 {
    margin-top: 40px;
    display: inline-block;
    max-width: 94%;
}

.box32 .item .text2 {
    line-height: 30px;
    font-weight: 600;
    text-align: left;

}

.box4 {
    background-size: cover;
    background-image: url(../image/index8.png);
}

.box4 .list {
    width: calc(100% + 25px);
}

.box4 .item {
    width: calc(100%/3 - 25px);
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 0px 1px #477dba;
    box-sizing: border-box;
    background-color: rgba(141, 166, 204, 0.1);
    color: #ffffff;
    padding: 20px 0;
}

.box4 .list .date {
    width: 105px;
    text-align: center;
    float: left;
    border-right: 1px solid #477dba;
}

.box4 .list .date1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.box4 .list .date2 {
    line-height: 18px;
    margin-top: 6px;
}

.box4 .list .title {
    line-height: 27px;
    padding: 0px 24px;
    box-sizing: border-box;
    margin-left: 105px;
}

.box4 .item:hover {
    transition: all 0.4s;
    background-color: #cc9900;
    box-shadow: 0px 0px 0px 1px #cc9900;
}

.box4 .item:hover .date {
    transition: all 0.4s;
    border-right: 1px solid #dbb84d;
}

.box4 .box {
    padding-bottom: 35px;
}

.box5 {
    background-size: cover;
    background-image: url(../image/index24.png);
}

@media screen and (max-width: 1450px) {
    .box2 .list .item .image img {
        height: calc((94vw - 80px)/3/44*60);
    }

    .box31 .list .item img {
        height: calc((94vw - 60px)/4/335*250);
    }

    .box32 .item .img {
        height: calc((94vw - 80px)/3/44*30);
    }
}

@media screen and (max-width: 1200px) {
    .box32 .item .title {
        font-size: 30px;
    }

    .box32 .item .text1 {
        margin-top: 25px;
    }

    .list1 .right .img img {
        height: 180px;
    }

    .list1 .left .img img {
        height: 402px;
    }
}

@media screen and (max-width: 1000px) {
    .box4 .list {
        width: calc(100% + 15px);
    }

    .box4 .item {
        width: calc(100%/2 - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .box32 .item {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .box32 .item .img {
        height: calc((94vw - 15px)/2/44*30);
    }

    .box32 .list {
        width: calc(100% + 15px);
    }

    .box31 .list {
        width: calc(100% + 15px);
    }

    .box31 .box {
        padding-bottom: 15px;
    }

    .box31 .list .item {
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .box31 .list .item img {

        height: calc((94vw - 15px)/2/335*250);
    }

    .box2 .list .item .image img {
        height: calc((94vw - 40px)/2/44*60);
    }

    .list1 .left,
    .list1 .right {
        width: 100%;
        padding-right: 0px;
        float: none;
    }

    .list1 .right {
        margin-top: 30px;
        width: calc(100% + 15px);
    }

    .list1 .right .item {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 0px;
        float: left;
    }

    .list1 .left .img img {
        height: calc(94vw / 103*50);
    }

    .list1 .right .img img {

        height: calc((94vw - 15px)/2 / 35*23);
    }
}

@media screen and (max-width: 800px) {
    .box4 .box {
        padding-bottom: 15px;
    }
    .box4 .list .title {
        line-height: 27px;
        padding: 0px 15px;
        margin-left: 95px;
    }
    .box4 .item{
        padding: 15px 0px;
    }
    .box4 .list .date2 {
        font-size: 14px;
    }

    .box4 .list .date1 {
        font-size: 22px;
    }

    .box4 .list .date {
        width: 95px;
    }

    .box2 .list .text .title {
        font-size: 16px;
        line-height: 24px;
    }

    .box2 .list .item:hover .summary {
        margin-top: 10px;
    }

    .box2 .list .text {
        padding: 20px;
    }

    .box2 .list .text .bottom {
        margin-top: 15px;
    }

    .title1 .name1 {
        font-size: 20px;
    }

    .title1 .name2 {
        font-size: 12px;
        padding-left: 7px;
        padding-top: 9px;
    }

    .title1 .more {
        line-height: 22px;
        height: 24px;
        padding: 0 9px;
    }

    .title1 {
        margin-bottom: 20px;
    }

    .list1 .left .text .title {
        font-size: 17px;
    }

    .list1 .left .text .item2 {
        margin-top: 15px;
    }

    .list1 .left .text {
        padding: 17px;
    }

    .list1 .right .text {
        padding: 15px;
    }
}

@media screen and (max-width: 600px) {
    .box4 .item {
        width: calc(100% - 15px);
    }

    .box32 .item .img {
        height: calc((94vw)/1/44*30);
    }

    .box32 .item {

        width: calc(100% - 15px);
    }

    .box32 .item .title {
        font-size: 22px;
    }

    /* .box32 .item .text2 {
        font-size: 14px;
        line-height: 24px;
    }

    .box32 .item .text1 {
        margin-top: 15px;
    } */

    .box2 .list .item .image img {
        height: calc((94vw - 0px)/44*60);
    }
}

@media screen and (max-width: 500px) {
    .list1 .right .item {
        width: calc(100% - 15px);
        margin-top: 20px;
    }

    .list1 .right {
        margin-top: 0px;
    }

    .list1 .right .img img {
        height: calc((94vw - 0px) / 35*23);
    }
}

@media screen and (max-width: 400px) {

    /* .box5 .title1 .more {
        line-height: 20px;
        height: 22px;
        padding: 0 6px;
    }

    .box5 .title1 .more span {
        margin-left: 1px;
    } */
}

@media screen and (max-width: 360px) {
    /* .box5 .title1 .name1 {
        font-size: 16px;
    }

    .box5 .title1 .name2 {
        padding-top: 5px;
        padding-left: 5px;
    } */
}

