@charset "utf-8";



.header .top2 .top2right .item:first-child::before {
    display: none;
}
.title1 {
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
}

.title1 .name {
    font-family: 'SourceHanSerifSCBold';
    font-size: 30px;
    color: #2574de;
    display: inline-block;
    border-bottom: 3px solid #1d6ad0;
    padding-bottom: 15px;
}

.title1 .line {
    height: 20px;
    width: 1px;
    margin: 0px 15px;
    display: inline-block;
    background-color: #545454;
    transform: rotate(20deg);
}

.title1 .ename {
    font-size: 18px;
    display: inline-block;
}

.title1 .more {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 14px;
    color: #1a56b6;
    background: url(../image/b_more.png);
    background-size: contain;
    line-height: 32px;
    width: 45px;
}

.box1 {
    background: url(../image/b_xyxw.png);
    background-size: cover;
}

.box1 .left {
    float: left;
    width: 50%;
}

.box1 .left .image {
    overflow: hidden;
}

.box1 .left .image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.box1 .left .title {
    position: relative;
    line-height: 84px;
    background: url(../image/b_xyxwbt.png);
    background-size: cover;
    width: calc(100% - 100px);
    color: #ffffff;
    font-size: 21px;
    padding-left: 25px;
    padding-right: 50px;
    box-sizing: border-box;
    margin-top: -42px;
    z-index: 1;
}

.box1 .left .slick-prev,
.box1 .left .slick-next {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 100px;
    bottom: 0;
    background: url(../image/index4.png) center center no-repeat;
    background-color: #ffd428;
    z-index: 9;
}

.box1 .left .slick-next {
    right: 58px;
    bottom: 42px;
    background-image: url(../image/index5.png);
    background-color: #124aa4;
}

.box1 .left .fade-1 .slick-dots {
    display: none !important;
}

.box1 .left .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box1 .left .item:hover .title {
    transition: all 0.4s;
    color: #ffd428;
}

.box1 .right {
    box-sizing: border-box;
    padding-left: 40px;
    width: 50%;
}

.box1 .right .item1 {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}

.box1 .right .item1 .img {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.box1 .right .item1 img {
    width: 215px;
    height: 145px;
    object-fit: cover;
}

.box1 .right .item1 .title {
    line-height: 22px;
    font-size: 18px;
    color: #1d6ad0;
    font-weight: 600;
    padding-top: 7px;
    margin-bottom: 20px;
}

.box1 .right .item1 .summary {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
}

.box1 .right .item1:hover img {

    transition: all 0.4s;
    transform: scale(1.1);
}

.box1 .right .item1:hover .title {
    color: #ffa200;
    transition: all 0.4s;
}

.box1 .right .item1:hover .summary {
    color: #333333;
    transition: all 0.4s;
}

.box1 .right .item {
    padding: 20px 0;
    border-bottom: 1px dashed #dddddd;
}

.box1 .right .item .date {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 66px;
    background: url(../image/index3.png) no-repeat;
    background-size: 100% auto;
}

.box1 .right .item .date1 {
    color: #1d6ad0;
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}

.box1 .right .item .date2 {
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    background-color: #1d6ad0;
    margin-top: 5px;
}

.box1 .right .item .title {
    font-size: 17px;
    font-weight: 600;
    /* color: #1d6ad0; */
    padding-top: 12px;
    padding-bottom: 15px;
}

.box1 .right .item .summary {
    color: #999999;
    font-size: 14px;
}

.box1 .right .item:hover .title {
    color: #1d6ad0;
    transition: all 0.4s;
}

.box1 .right .item:hover .summary {
    color: #333333;
    transition: all 0.4s;
}

.box1 .bottom {
    margin-top: 50px;
    padding-bottom: 55px;
}

.box1 .bottom .blist {
    width: calc(100% + 15px);
}

.box1 .bottom .item {
    width: calc(33.33% - 15px);
    margin-right: 15px;
    background-color: #ffffff;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(20, 114, 203, 0.15);
    float: left;
}

.box1 .bottom .date {
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #dcdcdc;
    color: #1d6ad0;
    text-align: right;
}

.box1 .bottom .date1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
}

.box1 .bottom .date2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

.box1 .bottom .title {
    line-height: 26px;
    font-size: 17px;
}

.box1 .bottom .item:hover .title {
    color: #1d6ad0;
    font-weight: 600;
    /* transition: all 0.4s; */
}

.box2 {
    height: 605px;
    background: url(../image/back34.png) no-repeat center center;
    background-size: cover;
    margin-top: -55px;
}


.box2 .left {
    width: 42%;
    padding-right: 30px;
    box-sizing: border-box;
}

.box2 .title1 {
    border-bottom: 00px solid #cccccc;
}

.box2 .title1 .name {
    color: #ffffff;
    border-bottom: 0px solid #1d6ad0;
}

.box2 .left .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box2 .left .item:hover .title {

    transition: all 0.4s;
    color: #1d6ad0;
}

.box2 .right .title1 .name {
    color: #91afdc;
    cursor: pointer;
}

.box2 .title1 .name.style {
    color: #ffffff;
}

.box2 .right .title1 .more {
    color: #ffffff;
    background-image: url(../image/b_more1.png);
    display: none;
}

.box2 .right .title1 .more.style {
    display: block;
}

.box2 .title1 .line {
    background-color: #ffffff;
}

.box2 .left .title1 .ename {
    color: #ffffff;
}

.box2 .left .image {
    overflow: hidden;
}

.box2 .left .image img {
    width: 100%;
    height: 336px;
    object-fit: cover;
}

.box2 .left .title {
    font-size: 18px;
    margin-top: 25px;
    width: 80%;
}

.box2 .left .fade-1 .slick-dots {
    position: relative;
    /* right: 100px; */
    bottom: -18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    height: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}

.box2 .left .fade-1 .slick-dots li {
    border-radius: 50%;
    background: #d3d3d3;
    border: 0;
}

.box2 .left .fade-1 .slick-dots li.slick-active {
    border-radius: 10px;
    background: #2464ca;
}

.box2 .right {
    width: 58%;
    padding-left: 30px;
    box-sizing: border-box;
    padding-top: 35px;
}

.box2 .right .date {
    color: #c0d5f6;
    float: right;
}

.box2 .right .title {
    color: #ffffff;
    position: relative;
    padding-left: 14px;
}

.box2 .right .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    content: '';
}

.box2 .right .date,
.box2 .right .title {
    line-height: 56px;
}

.box2 .right .item:hover .date {
    transition: all 0.4s;
    color: #e8cb8d;
}

.box2 .right .item:hover .title {
    transition: all 0.4s;
    color: #e8cb8d;
}

.box2 .right .item:hover .title::before {
    transition: all 0.4s;
    background-color: #e8cb8d;
}

.box2 .right .list {
    display: none;
}

.box2 .right .list.style {
    display: block;
}

.box3 {
    background: url(../image/b_djgz.png);
    background-size: cover;
}

.box3 .left {
    width: 59%
}

.box3 .left .list {
    width: calc(100% + 20px);
}

.box3 .left .list .item {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
}

.box3 .left .list .img {
    overflow: hidden;
}

.box3 .left .list .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.box3 .left .list .text {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 25px 15px;
}

.box3 .left .list .date {
    color: #1d6ad0;
    font-weight: 600;
    font-size: 18px;
}

.box3 .left .list .date span {
    font-size: 24px;
}

.box3 .left .list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box3 .left .list .summary {
    font-size: 14px;
    line-height: 24px;
    color: #666666 !important;
    
    
    
    
    !i;
    !;
}

.box3 .left .list .icon {
    margin-top: 10px;
}

.box3 .left .item:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .left .item:hover .title,
.box3 .left .item:hover .summary {
    transition: all 0.4s;
    color: #1d6ad0;
}

.box3 .right {
    width: 41%;
    box-sizing: border-box;
    padding-left: 30px;
}

.box3 .right .item {
    padding: 19px 0;
    border-bottom: 1px dashed #a5a8ac;
}

.box3 .right .date {
    float: left;
    color: #1d6ad0;
    margin-right: 20px;
}

.box3 .right .date1 {
    font-size: 36px;
    font-weight: 600;
}

.box3 .right .date2 {
    font-size: 14px;
    margin-top: 5px;
}

.box3 .right .title {
    font-size: 18px;
    line-height: 27px;
    padding-top: 4px;
    height: 54px;
}

.box3 .right .item:hover .title {
    transition: all 0.4s;
    color: #1d6ad0;
}

.box3 .right .item:hover {
    border-bottom: 1px dashed #1d6ad0;
    transition: all 0.4s;
}

.box4 .slick-prev,
.box4 .slick-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../image/sbtp1.png) center center no-repeat;
    z-index: 9;
    font-size:0;
}

.box4 .slick-next {
    left: auto;
    right: 0;
    background-image: url(../image/sbtp2.png);
}

.box4 .list .slider {
    padding: 0px 20px;
    width: 1430px;
    transform: translateX(-35px);
}

.box4 .item {
    padding: 15px;
    box-sizing: border-box;
}

.box4 .item a {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(83, 140, 255, 0.24);
}

.box4 .item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.box4 .item .title {
    font-size: 23px;
    line-height: 30px;
    color: #ffffff;
    padding: 0px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
    display: none;
    font-weight: 600;
}

.box4 .item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    transition: all 0.4s;
    opacity: 0;
}

.box4 .item a:hover::before {
    opacity: 1;
}

.box4 .item a:hover .title {
    display: block;
}

.box2 .left .slick-arrow {
    display: none !important;
}

@media screen and (max-width: 1450px) {
    .box4 .list .slider {
        padding: 0px 20px;
        width: 100%;
        transform: translateX(0px);
    }


}

@media screen and (max-width: 1420px) {}

@media screen and (max-width: 1000px) {
    .box3 .left {
        width: 100%;
        float: left;
    }

    .box3 .right {
        width: 100%;
        float: left;
        padding-left: 0px;
        margin-top: 30px;
    }

    .box2 {
        background: none;
        height: auto;
        margin-top: 0px;
    }

    .box2 .left .image img {
        height: calc(94vw/54*33);
    }

    .box1 .bottom .item {
        width: calc(100% - 15px);
        margin-top: 25px;
        padding: 15px;
    }
    .box1 .bottom .date1{
    font-size: 22px;
    line-height: 25px;
}
    @charset "utf-8";



.header .top2 .top2right .item:first-child::before {
    display: none;
}
.title1 {
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
}

.title1 .name {
    font-family: 'SourceHanSerifSCBold';
    font-size: 30px;
    color: #2574de;
    display: inline-block;
    border-bottom: 3px solid #1d6ad0;
    padding-bottom: 15px;
}

.title1 .line {
    height: 20px;
    width: 1px;
    margin: 0px 15px;
    display: inline-block;
    background-color: #545454;
    transform: rotate(20deg);
}

.title1 .ename {
    font-size: 18px;
    display: inline-block;
}

.title1 .more {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 14px;
    color: #1a56b6;
    background: url(../image/b_more.png);
    background-size: contain;
    line-height: 32px;
    width: 45px;
}

.box1 {
    background: url(../image/b_xyxw.png);
    background-size: cover;
}

.box1 .left {
    float: left;
    width: 50%;
}

.box1 .left .image {
    overflow: hidden;
}

.box1 .left .image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.box1 .left .title {
    position: relative;
    line-height: 84px;
    background: url(../image/b_xyxwbt.png);
    background-size: cover;
    width: calc(100% - 100px);
    color: #ffffff;
    font-size: 21px;
    padding-left: 25px;
    padding-right: 50px;
    box-sizing: border-box;
    margin-top: -42px;
    z-index: 1;
}

.box1 .left .slick-prev,
.box1 .left .slick-next {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 100px;
    bottom: 0;
    background: url(../image/index4.png) center center no-repeat;
    background-color: #ffd428;
    z-index: 9;
}

.box1 .left .slick-next {
    right: 58px;
    bottom: 42px;
    background-image: url(../image/index5.png);
    background-color: #124aa4;
}

.box1 .left .fade-1 .slick-dots {
    display: none !important;
}

.box1 .left .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box1 .left .item:hover .title {
    transition: all 0.4s;
    color: #ffd428;
}

.box1 .right {
    box-sizing: border-box;
    padding-left: 40px;
    width: 50%;
}

.box1 .right .item1 {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}

.box1 .right .item1 .img {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.box1 .right .item1 img {
    width: 215px;
    height: 145px;
    object-fit: cover;
}

.box1 .right .item1 .title {
    line-height: 22px;
    font-size: 18px;
    color: #1d6ad0;
    font-weight: 600;
    padding-top: 7px;
    margin-bottom: 20px;
}

.box1 .right .item1 .summary {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
}

.box1 .right .item1:hover img {

    transition: all 0.4s;
    transform: scale(1.1);
}

.box1 .right .item1:hover .title {
    color: #ffa200;
    transition: all 0.4s;
}

.box1 .right .item1:hover .summary {
    color: #333333;
    transition: all 0.4s;
}

.box1 .right .item {
    padding: 15px 0;
    border-bottom: 1px dashed #dddddd;
}

.box1 .right .item .date {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 66px;
    background: url(../image/index3.png) no-repeat;
    background-size: 100% auto;
}

.box1 .right .item .date1 {
    color: #1d6ad0;
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
}

.box1 .right .item .date2 {
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    background-color: #1d6ad0;
    margin-top: 5px;
}

.box1 .right .item .title {
    font-size: 17px;
    font-weight: 600;
    /* color: #1d6ad0; */
    padding-top: 5px;
    padding-bottom: 10px;
}

.box1 .right .item .summary {
    color: #999999;
    font-size: 14px;
}

.box1 .right .item:hover .title {
    color: #1d6ad0;
    transition: all 0.4s;
}

.box1 .right .item:hover .summary {
    color: #333333;
    transition: all 0.4s;
}

.box1 .bottom {
    margin-top: 50px;
    padding-bottom: 55px;
}

.box1 .bottom .blist {
    width: calc(100% + 15px);
}

.box1 .bottom .item {
    width: calc(33.33% - 15px);
    margin-right: 15px;
    background-color: #ffffff;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(20, 114, 203, 0.15);
    float: left;
}

.box1 .bottom .date {
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #dcdcdc;
    color: #1d6ad0;
    text-align: right;
}

.box1 .bottom .date1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
}

.box1 .bottom .date2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

.box1 .bottom .title {
    line-height: 31px;
    font-size: 17px;
}

.box1 .bottom .item:hover .title {
    color: #1d6ad0;
    font-weight: 600;
    /* transition: all 0.4s; */
}

.box2 {
    height: 605px;
    background: url(../image/back34.png) no-repeat center center;
    background-size: cover;
    margin-top: -55px;
}


.box2 .left {
    width: 42%;
    padding-right: 30px;
    box-sizing: border-box;
}

.box2 .title1 {
    border-bottom: 00px solid #cccccc;
}

.box2 .title1 .name {
    color: #ffffff;
    border-bottom: 0px solid #1d6ad0;
}

.box2 .left .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box2 .left .item:hover .title {

    transition: all 0.4s;
    color: #1d6ad0;
}

.box2 .right .title1 .name {
    color: #91afdc;
    cursor: pointer;
}

.box2 .title1 .name.style {
    color: #ffffff;
}

.box2 .right .title1 .more {
    color: #ffffff;
    background-image: url(../image/b_more1.png);
    display: none;
}

.box2 .right .title1 .more.style {
    display: block;
}

.box2 .title1 .line {
    background-color: #ffffff;
}

.box2 .left .title1 .ename {
    color: #ffffff;
}

.box2 .left .image {
    overflow: hidden;
}

.box2 .left .image img {
    width: 100%;
    height: 336px;
    object-fit: cover;
}

.box2 .left .title {
    font-size: 16px;
    margin-top: 25px;
    width: 80%;
}

.box2 .left .fade-1 .slick-dots {
    position: relative;
    /* right: 100px; */
    bottom: -18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    height: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}

.box2 .left .fade-1 .slick-dots li {
    border-radius: 50%;
    background: #d3d3d3;
    border: 0;
}

.box2 .left .fade-1 .slick-dots li.slick-active {
    border-radius: 10px;
    background: #2464ca;
}

.box2 .right {
    width: 58%;
    padding-left: 30px;
    box-sizing: border-box;
    padding-top: 35px;
}

.box2 .right .date {
    color: #c0d5f6;
    float: right;
}

.box2 .right .title {
    color: #ffffff;
    position: relative;
    padding-left: 14px;
}

.box2 .right .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    content: '';
}

.box2 .right .date,
.box2 .right .title {
    line-height: 41px;
}

.box2 .right .item:hover .date {
    transition: all 0.4s;
    color: #e8cb8d;
}

.box2 .right .item:hover .title {
    transition: all 0.4s;
    color: #e8cb8d;
}

.box2 .right .item:hover .title::before {
    transition: all 0.4s;
    background-color: #e8cb8d;
}

.box2 .right .list {
    display: none;
}

.box2 .right .list.style {
    display: block;
}

.box3 {
    background: url(../image/b_djgz.png);
    background-size: cover;
}

.box3 .left {
    width: 59%
}

.box3 .left .list {
    width: calc(100% + 20px);
}

.box3 .left .list .item {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
}

.box3 .left .list .img {
    overflow: hidden;
}

.box3 .left .list .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.box3 .left .list .text {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 25px 15px;
}

.box3 .left .list .date {
    color: #1d6ad0;
    font-weight: 600;
    font-size: 18px;
}

.box3 .left .list .date span {
    font-size: 20px;
}

.box3 .left .list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box3 .left .list .summary {
    font-size: 14px;
    line-height: 24px;
    color: #666666 !important;
    
    
    
    
    !i;
    !;
}

.box3 .left .list .icon {
    margin-top: 10px;
}

.box3 .left .item:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .left .item:hover .title,
.box3 .left .item:hover .summary {
    transition: all 0.4s;
    color: #1d6ad0;
}

.box3 .right {
    width: 41%;
    box-sizing: border-box;
    padding-left: 30px;
}

.box3 .right .item {
    padding: 19px 0;
    border-bottom: 1px dashed #a5a8ac;
}

.box3 .right .date {
    float: left;
    color: #1d6ad0;
    margin-right: 10px;
}

.box3 .right .date1 {
    font-size: 22px;
    font-weight: 600;
}

.box3 .right .date2 {
    font-size: 14px;
    margin-top: 5px;
}

.box3 .right .title {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0px;
    height: 45px;
}

.box3 .right .item:hover .title {
    transition: all 0.4s;
    color: #1d6ad0;
}

.box3 .right .item:hover {
    border-bottom: 1px dashed #1d6ad0;
    transition: all 0.4s;
}

.box4 .slick-prev,
.box4 .slick-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../image/sbtp1.png) center center no-repeat;
    z-index: 9;
}

.box4 .slick-next {
    left: auto;
    right: 0;
    background-image: url(../image/sbtp2.png);
}

.box4 .list .slider {
    padding: 0px 20px;
    width: 1430px;
    transform: translateX(-35px);
}

.box4 .item {
    padding: 15px;
    box-sizing: border-box;
}

.box4 .item a {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(83, 140, 255, 0.24);
}

.box4 .item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.box4 .item .title {
    font-size: 23px;
    line-height: 30px;
    color: #ffffff;
    padding: 0px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
    display: none;
    font-weight: 600;
}

.box4 .item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    transition: all 0.4s;
    opacity: 0;
}

.box4 .item a:hover::before {
    opacity: 1;
}

.box4 .item a:hover .title {
    display: block;
}

.box2 .left .slick-arrow {
    display: none !important;
}

@media screen and (max-width: 1450px) {
    .box4 .list .slider {
        padding: 0px 20px;
        width: 100%;
        transform: translateX(0px);
    }


}

@media screen and (max-width: 1420px) {}

@media screen and (max-width: 1000px) {
    .box3 .left {
        width: 100%;
        float: left;
    }

    .box3 .right {
        width: 100%;
        float: left;
        padding-left: 0px;
        margin-top: 30px;
    }

    .box2 {
        background: none;
        height: auto;
        margin-top: 0px;
    }

    .box2 .left .image img {
        height: calc(94vw/54*33);
    }

    .box1 .bottom .item {
        width: calc(100% - 15px);
        margin-top: 25px;
        padding: 15px;
    }
    .box1 .bottom .date1{
    font-size: 22px;
    line-height: 25px;
}
    .box1 .bottom .title {
    line-height: 24px;
    font-size: 16px;
}
    .box1 .bottom .date2{
    margin-top: 5px;
}
    .box2 .box {
        padding: 0;
    }

    .box1 .bottom {
        padding-bottom: 0px;
    }

    .box2 .left {
        width: 100%;
        float: left;
        background-color: #e8cb8d;
        padding: 30px 3%;
        padding-bottom: 60px;

    }

    .box2 .left .title {
        width: 100%;
        color: #ffffff;
    }

    .box2 .left .fade-1 .slick-dots li {
        background: #ffffff;
    }

    .box2 .right {
        float: left;
        width: 100%;
        background: url(../image/b_kydt.png) no-repeat center center;
        background-size: cover;
        padding: 30px 3%;
    }










    .box1 .left {
        width: 100%;
    }

    .box1 .left .image img {
        height: calc(94vw/68*46);
    }

    .box1 .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    .box1 .bottom {
        margin-top: 30px;
    }

    .box1 .right .item1 img {
        width: 160px;
        height: 109px;
    }

    .title1 .ename {
        font-size: 12px;
    }

    .title1 .name {
        font-size: 20px;
    }

    .box1 .right .item1 .title {
        line-height: 28px;
        font-size: 16px;
        padding-top: 0px;
        margin-bottom: 5px;
    }

    .title1 .line {
        height: 12px;
        margin: 0px 5px;
    }

    .title1 .more {
        font-size: 12px;
        line-height: 27px;
        width: 38px;
        bottom: 15px;
    }

    .title1 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .box4 .item img {
        height: calc((94vw - 30px)/32*21);
    }
}

@media screen and (max-width: 500px) {

    .box3 .left .list .item {
        width: calc(100% - 20px);
        margin: 10px 0;
    }
}

@media screen and (max-width: 400px) {
    .box1 .bottom .title1 .more {
        display: none;
    }

    .box1 .left .title {
        line-height: 64px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -32px;
        z-index: 1;
        width: calc(100% - 0px);
    }

    .box1 .left .slick-prev,
    .box1 .left .slick-next {
        display: none !important;
    }
}
    .box1 .bottom .title {
    line-height: 24px;
    font-size: 16px;
}
    .box1 .bottom .date2{
    margin-top: 5px;
}
    .box2 .box {
        padding: 0;
    }

    .box1 .bottom {
        padding-bottom: 0px;
    }

    .box2 .left {
        width: 100%;
        float: left;
        background-color: #e8cb8d;
        padding: 30px 3%;
        padding-bottom: 60px;

    }

    .box2 .left .title {
        width: 100%;
        color: #ffffff;
    }

    .box2 .left .fade-1 .slick-dots li {
        background: #ffffff;
    }

    .box2 .right {
        float: left;
        width: 100%;
        background: url(../image/b_kydt.png) no-repeat center center;
        background-size: cover;
        padding: 30px 3%;
    }










    .box1 .left {
        width: 100%;
    }

    .box1 .left .image img {
        height: calc(94vw/68*46);
    }

    .box1 .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    .box1 .bottom {
        margin-top: 30px;
    }

    .box1 .right .item1 img {
        width: 160px;
        height: 109px;
    }

    .title1 .ename {
        font-size: 12px;
    }

    .title1 .name {
        font-size: 20px;
    }

    .box1 .right .item1 .title {
        line-height: 28px;
        font-size: 16px;
        padding-top: 0px;
        margin-bottom: 5px;
    }

    .title1 .line {
        height: 12px;
        margin: 0px 5px;
    }

    .title1 .more {
        font-size: 12px;
        line-height: 27px;
        width: 38px;
        bottom: 15px;
    }

    .title1 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    .box4 .item img {
        height: calc((94vw - 30px)/32*21);
    }

}

@media screen and (max-width: 500px) {

    .box3 .left .list .item {
        width: calc(100% - 20px);
        margin: 10px 0;
    }
}

@media screen and (max-width: 400px) {
    .box1 .bottom .title1 .more {
        display: none;
    }

    .box1 .left .title {
        line-height: 54px;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -32px;
        z-index: 1;
        width: calc(100% - 0px);
    }

    .box1 .left .slick-prev,
    .box1 .left .slick-next {
        display: none !important;
    }
}