.box {
    max-width: 1400px;
    margin: auto;
    padding: 40px 0px;
}

a:hover .title {
    text-decoration: underline;
}

.title1 {
    position: relative;
    height: 93px;
    margin-bottom: 40px;
}

.title1 .back1,
.title1 .back2,
.title1 .back1,
.title1 .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.title1 .name {
    font-size: 30px;
    font-weight: 600;
    z-index: 3;
}

.title1 .back2 {
    height: 1px;
    width: 100%;
}

.title1 .back2 .item1,
.title1 .back2 .item2 {
    width: calc(42% - 120px);
    float: left;
    height: 1px;
    background-color: #bdd9b7;
}

.title1 .back2 .item2 {
    float: right;
}

.box1 .left,
.box .right {
    width: calc(50% - 27px);
    position: relative;
}
.title1#n1{}
.title1#n1 .more{
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 0;
    background: #FFF;
    display: block;
    padding: 0 15px;
    z-index: 9999;
}
.box1 .left img {
    height: 468px;
    width: 100%;
}

.box1 .left .image {
    position: relative;
}

.box1 .left .image .text {
    position: absolute;
    width: 100%;
    bottom: -100px;
    font-size: 20px;

}

.box1 .left .image .title,
.box1 .left .image .date {
    line-height: 100px;
}

.box1 .slick-list {
    overflow: visible;
}

.box1 .left .image .title {
    width: calc(100% - 70px);
    float: left;
    font-weight: 600;

}

.box1 .left .image .date {
    float: right;
    color: #a3a3a3 ;

}


.box1 .slick-arrow{
  display: none !important;
}
.list1 .item {
    padding: 20px 0px;
    border-top: 1px solid #ededed;
}

.list1 .item:nth-child(1) {
    border-top: 0px;
    padding-top: 0px;
}

.list1 .date {
    width: 60px;
    float: left;
    height: 57px;
    background-color: #ededed;
    position: relative;
}

.list1 .date .item1 {
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 22px;
}

.left1 {
    width: calc(875/1600%);
}

.list1 .date .item2 {
    position: absolute;
    bottom: 15px;
    right: 7px;
    font-size: 13px;
}

.list1 .date .line {
    width: 1px;
    position: absolute;
    bottom: 18px;
    right: 26px;
    height: 11px;
    transform: rotate(16deg);
    background-color: #000000;
}

.list1 .title {
    margin-left: 20px;
    line-height: 24px;
    padding-top: 5px;
    float: left;
    width: calc(100% - 80px);
    box-sizing: border-box;
}

.list1 .item:hover .date {
    color: #ffffff;
    background-color: #28791a;
}

.list1 .item:hover .line {
    background-color: #ffffff;
}

.left1 {
    width: 65%;
    box-sizing: border-box;
    padding-right: 80px;
    float: left;
}

.right1 {
    width: 35%;
    float: right;
}

.box2 {
    background-color: #096c16;
}

.title2 {
    position: relative;
    margin-bottom: 40px;
}

.title2 .name {
    font-size: 30px;
    font-weight: 600;
}

.title2 .more {
    position: absolute;
    top: 50%;
    color: #232323;
    right: 0px;
    transform: translateY(-50%);
}

.box2 .title2 {
    color: #ffffff;
}

.box2 .title2 .more {
    color: #bfe1d5;
}
.box2 .title2 .more:hover{
    color: #ffffff;
}
.box2 .list {
    width: calc(100% + 35px);
}

.box2 .list .item {
    float: left;
    overflow: hidden;
    width: calc(25% - 35px);
    margin-right: 35px;
}

.box2 .list .item .img {
    width: 100%;
    height: 205px;
    position: relative;
}

.box2 .left1 .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box2 .list .item .img .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box2 .list .item .name {
    box-sizing: border-box;
    padding: 15px 10px;
    background-color: #ffffff;
    text-align: center;
}

.box2 .list .item:hover {
    transform: scale(1.05);
    transition: all 0.4s;
}

.box2 .right1 .list {
    width: calc(100% + 50px);
}

.box2 .right1 .item {
    width: calc(50% - 50px);
    margin-right: 50px;
}

.box2 .right1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box3 {
    background-color: #f3faf2;
    color: #4d4d4d;
}

.box3 .list1 .item {
    border-bottom: 1px solid #ededed;
}

.box3 .list1 .item10 {
    margin-top: 22px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.box3 .list1 .item10 .name {
    float: left;
    width: calc(100% - 47px);
}

.box3 .list1 .item10 .time {
    float: right;
}

.box3 .list1 .dian {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4d4d4d;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.box3 .list1 .item10:hover .name {
    text-decoration: underline;
}

.box3 .list1 .item10:hover .dian {
    background-color: #249558;
}

.box3 .title2 .more:hover {
    color: #249558;
}

.box3 .right1 .list {}

.box3 .right1 .list .item {
    height: 96px;
    margin-top: 20px;
    color: #ffffff;
    position: relative;
    font-size: 20px;
}

.box3 .right1 .list .item:hover {
    opacity: 0.7;
}

.box3 .right1 .list .item .back {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box3 .right1 .list .item:nth-child(1) {
    margin-top: 0px;
}

.box3 .right1 .list .item1 {
    height: 44px;
    line-height: 44px;
    padding-left: 85px;
    background-image: url(../image/index13.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.box3 .right1 .list .item2 {
    width: 22px;
    height: 22px;
    background-image: url(../image/index27.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.box3 .right1 .list .item:nth-child(2) .item1 {
    background-image: url(../image/index14.png);
}

.box3 .right1 .list .item:nth-child(3) .item1 {
    background-image: url(../image/index15.png);
}

.box4 .box {}

.box4 .list {
    width: calc(100% + 10px);
}

.box4 .list .block {
    padding-right: 10px;
}

.box4 .list .block:hover {
    opacity: 0.7;
}

.box4 .list .block .image {
    position: relative;
    padding-bottom: 50px;
}

.box4 .list .block .image img {
    width: 100%;
    height: 294px;
    object-fit: cover;
}

.box4 .list .block .image .text {
    padding: 15px;
    box-sizing: border-box;
    padding-left: 45px;
    position: absolute;
    bottom: 0px;
    color: #656565;
    width: 100%;
}

.box4 .slick-list {
    /* overflow: visible; */
}

.box4 .list .block .image .line {
    position: absolute;
    left: 27px;
    height: 70px;
    width: 1px;
    background-color: #a8a8a8;
    bottom: 0px;
}

.box4 .slick-prev,
.box4 .slick-next {
    width: 42px;
    height: 79px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../image/index2.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: -21px;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 25px));
    z-index: 9;
}

.box4 .slick-prev:hover,
.box4 .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.box4 .slick-next {

    background-image: url(../image/index1.png);
    left: auto;
    right: -13px;
}

.box5 {
    background-color: #004c0a;
}

.box5 .box {
    padding: 34px 0px;
    font-size: 15px;
    color: #ffffff;
}

.box5 .left {
    font-weight: 600;
    line-height: 26px;
}

.box5 .right {
    width: calc(100% - 90px);
}

.box5 .right .item {
    float: left;
    line-height: 26px;
    margin-right: 88px;
    color: #ffffff;
}

.box5 .right .item:hover {
    text-decoration: underline;
    /* color: #249558; */
    opacity: 0.7;
}
.tzgg{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.tzgg .item:nth-child(1){
    padding-top:20px;
}
.tzgg .item{
     width: 31%;
     padding: 20px 0px;
     margin-bottom: 20px;
     border-top: 0;
     border-bottom: 1px solid #ededed;
     display: flex;
     align-items: center;
}
.tzgg .item .title{
    height: 63px;
    overflow: hidden;
    line-height: 27px;
}
@media screen and (max-width: 1440px) {

    .box,
    .box5 .box {
        padding-left: 3%;
        padding-right: 3%;
    }

    .box4 .list .block .image img {
        height: calc((100vw - 114px)/4/343*294);
    }
}

@media screen and (max-width: 1300px) {
    .box2 .list .item .img {
        height: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .box2 .left1 {
        width: 100%;
        padding-right: 0;
    }

    .box2 .right1 {
        margin-top: 40px;
        width: 100%;
    }

    .box2 .list .item .img {
        height: auto;
    }

    .box2 .left1 .list .item .img {
        height: calc((94vw - 105px)/4/183*206);
    }

    .box2 .right1 .list .item {
        width: calc(25% - 50px);
    }

    .box2 .list .item .img .image {
        height: calc((94vw - 150px)/4/220*205);
    }

    .box3 .right1 .list .item1 {
        padding-left: 65px;
    }
.tzgg .item{
     width: 48%;
}
}

@media screen and (max-width: 800px) {
.box1 .left{
    margin-bottom: 0px !important;
}
    .title1 .name {
        font-size: 18px;
    }
    .box1 .fade-1 .slick-dots {
        bottom:70px !important;
    }
    .title1 .back2 .item1,
    .title1 .back2 .item2 {
        width: calc(50% - 60px);
    }

    .title1 .back1 {
        width: 150px;
    }

    .box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .title1 {
        height: 42px;
        margin-bottom: 15px;
    }

    .box1 .left,
    .box1 .right {
        width: 100%;

    }
.box1 .left{
    margin-bottom: 100px;
}
    .box1 .right {
        margin-top: 25px;
    }

    .box1 .left .image .title,
    .box1 .left .image .date {
        line-height: 40px;
    }

    .box1 .left .image .text {
        bottom: -40px;
        font-size: 14px;
    }

    .box1 .left img {
        height: calc(94vw/673*468);
    }

    .list1 .date .item1 {
        font-size: 16px;
        top: 7px;
    }

    .list1 .date .item2 {
        font-size: 12px;
        bottom: 7px;
    }

    .list1 .date {
        width: 52px;
        height: 45px;
    }

    .list1 .date .line {
        bottom: 10px;
        right: 24px;
    }

    .list1 .title {
        line-height: 20px;
        padding-top: 4px;
    }

    .list1 .item {
        padding: 10px 0px;
    }

    .title2 {
        margin-bottom: 0px;
    }

    .title2 .name {
        font-size: 18px;
        font-weight: 600;
    }

    .box2 .list {
        width: calc(100% + 15px);
    }

    .box2 .list .item {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-top: 15px;
    }

    .box2 .left1 .list .item .img {
        height: calc((94vw - 45px)/2/183*206);
    }

    .box2 .right1 .list {
        width: calc(100% + 15px);
    }

    .box2 .right1 .list .item {
        width: calc(50% - 15px);
    }

    .box2 .list .item .img .image {
        height: calc((94vw - 45px)/2/220*205);
    }

    .box2 .right1 {
        margin-top: 20px;
    }

    .box2 .right1 .play {
        width: 40px;
    }

    .box3 .title2 {
        margin-bottom: 15px;
    }

    .box3 .left1 {
        padding-right: 20px;

    }

    .box3 .right1 .list .item1 {
        font-size: 14px;
        background-size: auto 25px;
        height: 30px;
        line-height: 30px;
        padding-left: 37px;
        left: 15px;
    }

    .box3 .right1 .list .item2 {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
        right: 15px;
        background-position: center center;
    }

    .box3 .right1 .list .item {
        height: 67px;
        margin-top: 10px;
    }

    .box3 .list1 .item10 {
        margin-top: 13px;
    }

    .box4 .list .block .image {
        padding-bottom: 35px;
    }

    .box4 .list .block .image .text {
        padding: 10px;
        padding-left: 20px;
    }

    .box4 .list .block .image .line {
        position: absolute;
        left: 11px;
        height: 40px;
        width: 1px;
        background-color: #a8a8a8;
        bottom: 5px;
    }

    .box4 .box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .box4 .slick-prev,
    .box4 .slick-next {
        transform: translateY(calc(-50% - 17px));
        background-size: 9px auto;
        width: 30px;
        height: 51px;
        left: -15px;
    }

    .box4 .slick-next {
        left: auto;
        right: -7px !important;
    }

    .box4 .list .block .image img {
        height: calc((100vw - 80px)/3/343*294);
    }

    .box5 .box {
        font-size: 12px;
        line-height: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .box5 .left,
    .box5 .right .item {
        line-height: 20px;
    }

    .box5 .right .item {
        margin-right: 15px
    }
.tzgg .item:nth-child(1) {
    padding-top: 10px;
}
}

@media screen and (max-width: 500px) {
    .box4 .list .block .image img {
        height: calc((100vw - 70px)/2/343*294);
    }
.tzgg .item{
     width: 100%;
}
    .box3 .left1,
    .box3 .right1 {
        padding-right: 0px;
        width: 100%;
    }

    .box3 .right1 {
        margin-top: 15px;
    }
}