

main {
    display: block;
    overflow: hidden;
}

.slick{
    width: 820px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .02);
}

.mode1 {
    padding: 30px 0 50px;
    box-sizing: border-box;
}

.mode1l {
    display: block;
    width: 820px;
    overflow: hidden;
    position: relative;
}

.mode1r {
    margin-left: 840px;
    padding: 0 30px 24px;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
    position: relative;
}

.mode1l::before {
    content: '';
    display: block;
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    /* z-index: 1; */
}

.mode1Pic {
    padding-bottom: 62.44%;
}

.mode1r .tabListBox {
    display: none;
}
.mode1r .tabListBox.on {
    display: block;
}
.mode1lBox {
    padding: 39px 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.mode1larticle {
    line-height: 1.64;
    margin-bottom: 9px;
}

.mode1lsummary {
    line-height: 1.57;
    height: 3.14em;
    overflow: hidden;
}

.tilTabUl {
    /* margin: 0 -5px; */
    overflow: hidden;
    border-bottom: 1px solid rgba(52, 116, 81, .3);
    margin-bottom: 27px;
    font-size: 0;
}

.tilTabUl li {
    display: block;
    width: auto;
    float: left;
    position: relative;
}
.tilTabUl li::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.tilTabUl li.on::before{
    display: none;
}
.tilTabUl li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    box-sizing: border-box;
    /* margin: 0 5px; */
    font-size: 2.2rem;
}

.tilTabUl li.on a {
    background: #68ad46;
    font-size: 2.8rem;
    color: #fff;

}

.mode1 .tabListBox li {
    margin-bottom: 13px;
}

.mode1 .tabListBox li:last-child {
    margin-bottom: 0;
}

.mode1 .tabListBox li.on .mode1rarticle {
    font-weight: bold;
    color: #347451;
    font-size: 1.8rem;
}

.moreUl {
    position: absolute;
    right: 30px;
    top: 19px;
}

.more_tab {
    color: #6b7d3a;
    padding-left: 28px;
    box-sizing: border-box;
    position: relative;
    display: none;
}
.more_tab.on{
    display:block;
}
.more_tab::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/more.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}


@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.more_tab:hover, .more_tab:focus, .more_tab:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


.mode1 .tabListBox a {
    display: block;
}

.mode1rarticle {
    line-height: 1.82;
    /* line-height: 3.75; */
    color: #333;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    /* margin-bottom: -3px; */
}

.mode1rarticle::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #3e8b61;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

.mode1rsummary {
    color: #999;
    line-height: 2.03;
    /* line-height: 3.75; */
    padding-left: 20px;
    box-sizing: border-box;
}

/* mode2 */
.mode2 {
    overflow: hidden;
    padding: 40px 0;
    box-sizing: border-box;
    background: url(../images/mode2bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.mode2l, .mode2r {
    width: calc(50% - 10px);
    padding: 0px 36px 40px;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
    background: #fff;
}

.title {
    padding: 15px 0 0px;
    box-sizing: border-box;
    margin-bottom: 23px;
    border-bottom: 1px solid #d9d9d9;
}

.tit {
    display: inline-block;
    box-sizing: border-box;
    color: #333;
    padding-bottom: 12px;
    box-sizing: border-box;
    position: relative;
}

.tit::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #68ad46;
    position: absolute;
    left: 0;
    bottom: 0;
}

.more_tab2 {
    display: inline-block;
    line-height: 42px;
}

.mode2lTop {
    overflow: hidden;
    display: block;
    margin-bottom: 38px;
}

.mode2lPic {
    width: 305px;
}

.mode2lImg {
    padding-bottom: 62.3%;
}

.mode2lRight {
    margin-left: 305px;
    padding: 16px 36px 22px 21px;
    box-sizing: border-box;
    background: #f5f5f5;
}

.mode2larticle {
    color: #347451;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
}

.mode2lsummary {
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: #999;
    margin-bottom: 17px;
}

.date {
    line-height: 23px;
    color: #347451;
}

.date2 {
    color: #999;
    display: inline-block;
    margin-left: 10px;
    line-height: 24px;

}

.mode2ltxt {
    line-height: 24px;
    padding-left: 23px;
    position: relative;
    box-sizing: border-box;
    color: #333;
}

.mode2ltxt::before {
    content: '';
    display: block;
    width: 14px;
    height: 10px;
    background: url(../images/ye.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.mode2lUl li {

    margin-bottom: 16px;
}

.mode2lUl a {
    display: block;
    transition: all .3s ease-in-out;
}

.mode2lUl li:hover a {
    transform: translateX(5px);
}

.mode2lRight2 {
    margin-left: 0;
    padding: 14px 26px 22px 29px;
}

.mode2rUl {
    margin: 0 -10px;
    overflow: hidden;
    font-size: 0;
}

.mode2rUl li {
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.mode2lTop {
    margin-bottom: 33px;
}

.mode2rUl li a {
    display: block;
    margin: 0 10px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 11px 0;
    box-sizing: border-box;
    height: 84px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.mode2rUl li:hover a {
    transform: translateX(5px);
}

.mode2rUl li:hover .mode2rRight p {
    color: #347451;
}

.date3 {
    width: 70px;
    height: 60px;
    background: #68ad46;
    padding: 5px 0px;
    box-sizing: border-box;
}

.date3inner p {
    line-height: 1;
}

.date3inner p.gp-f24 {
    margin-bottom: 8px;
}

.mode2rRight p {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    color: #333;
    text-align: left;
}

.mode2rRight {
    margin: 2px 15px 0 76px;
}

.mode2r {
    padding-bottom: 11px;
}

.mode3 {
    padding: 40px 0 56px;
    box-sizing: border-box;
    position: relative;
}

.mode3l, .mode3r {
    width: calc(50% - 10px);
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,.05);
    box-sizing: border-box;
    padding: 0 35px 24px 35px;
    position: relative;
    z-index: 10;
}

.mode3::before {
    content: '';
    display: block;
    background: url(../images/mode3bg.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 384px;
    position: absolute;
    left: 0;
    top: -20px;
}
.mode3tab{
    /* overflow: hidden; */
}
.mode3tabl{
    width: 332px;
    overflow: hidden;
   
}
.mode3Pic{
    padding-bottom: 141.57%;
}
.mode3tabUl{
    margin-left: 355px;
}
.mode3lart{
    line-height: 44px;
}
.mode3tabUl .date2{
    line-height: 44px;
}
.mode3tabUl li a{
    display: block;
    transition: all .3s ease-in-out;
}
.mode3tabUl  li:hover a{
    transform: translateX(5px);
}
.mode3tabUl  li:hover .mode3lart{
    color: #347451;
}
.mode3rUl{
    margin: 0 -5px;
    overflow: hidden;
}
.mode3rUl li{
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.mode3rUl li a{
    display: block;
    margin: 0 5px;
    padding: 16px 0px;
    box-sizing: border-box;
    height: 152px;
    border: 1px solid rgba(205,229,195,1);
    transition: all .3s ease-in-out;
}
.mode3rUl  li:hover a{
    transform: translateX(5px);
}
.mode3rUl  li:hover .mode3Article{
    color: #347451;
}
.mode3Article{
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #333;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 32px;
    position: relative;
}
.mode3Article::before{
    content: '';
    display: block;
    width: 3px;
    height: 30px;
    background: #347451;
    position: absolute;
    left: 0;
    top: 0;
}
.date4{
    line-height: 1;
    color: #347552;
    padding: 0 30px;
    box-sizing: border-box;
}
@media screen and (max-width: 1460px) {
    .mode1l {
        width: 620px;
    }

    .mode1r {
        margin-left: 640px;
    }

    .tilTabUl {
        margin-bottom: 5px;
    }

   .mode1 .tabListBox li {
        margin-bottom: 1px;
    }
    .slick{
        width: 620px;
    }

}

@media screen and (max-width: 1201px) {
    .mode1l, .slick {
        width: 520px;
    }

    .mode1r {
        margin-left: 540px;
        padding: 0 20px 15px;
    }

    .tilTabUl li a {
        font-size: 2rem;
        padding: 0 10px;
    }

    .tilTabUl li.on a {
        font-size: 2.4rem;
    }

    .mode1rarticle {
        line-height: 1.58;
    }

    .mode2lPic {
        width: 276px;
    }

    .mode2lRight {
        margin-left: 276px;
    }

    .mode2lRight2 {
        margin-left: 0;
    }

    .mode2larticle {
        margin-bottom: 10px;
    }

    .mode2lsummary {
        margin-bottom: 5px;
    }
    .mode3tabl {
        width: 242px;
    }
    .mode3tabUl {
        margin-left: 262px;
    }
    .mode3lart,.mode3tabUl .date2 {
        line-height: 31px;
    }
    .mode3Article{
        line-height: 24px;
        height: 48px;
        margin-bottom: 8px;
    }
    .mode3rUl li a{
height:auto;}
}

@media screen and (max-width: 1100px) {
    .mode1l, .slick {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .mode2l, .mode2r,.mode3l, .mode3r {
        width: 100%;
        float: none;
    }

    .mode2l {
        margin-bottom: 20px;
    }
    .mode2{
        padding-top:50px
    }
.mode2::before {content: '';display: block;width: 0;height: 0;border: 120px solid transparent;
                border-top: 41px solid #fff;    position: absolute;
                left: calc(50% - 104px);top: 0;z-index: 20;}
    .mode1r {
        margin-left: 0px;
        padding: 0 20px 15px;
    }

    .mode1rarticle {
        line-height: 1.82;
    }

    .mode1 .tabListBox li {
        margin-bottom: 14px;
    }
    .mode3l,.mode3r{
        padding: 0 20px 20px;
    }
    .mode3l{
       margin-bottom: 20px;
    }
    .mode3Article{
        max-height: 72px;
    }
}

@media screen and (max-width:600px) {
    .mode2lPic,   .mode3tabl  {
        width: 100%;
        float: none;
    }
    .mode3tabl {
        margin-bottom: 15px;
    }
    
    .mode3tabUl {
        margin-left: 0px;
    }
    .mode2lRight {
        margin-left: 0;
        padding: 15px 10px;
    }

    .mode2lUl li {
        margin-bottom: 8px;
    }

    .mode2lTop {
        margin-bottom: 15px;
    }

    .mode2l, .mode2r {
        padding: 0px 20px 20px;
    }
    .mode3Article,.date4{
        padding: 0 20px;
    }
     .mode2{
        padding-top:50px
    }
.mode2::before {
                content: '';
                display: block;
                width: 100%;
                height: 47px;
                border: none;
                background: #dbede8;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 20;
                }
}

@media screen and (max-width:479px) {
    .mode2rUl li {
        width: 100%;
        margin-bottom: 15px;
    }
    .mode1lBox {
        padding: 15px;
    }
    .mode1l::before {
        height: 100px;
    }
    .mode1r {
        margin-left: 0px;
        padding: 0 10px 15px;
    }
    .mode1 {
        padding: 30px 0 30px;
    }
    .mode2::before{
        height: 30px;
    }
    .mode2 {
        padding-top: 30px;
    }
}
@media screen and (max-width:414px) {
    .mode3rUl li{
        width: 100%;
    }
    .tilTabUl li.on a {
        font-size: 1.8rem;
    }
    .tilTabUl li a {
        font-size: 1.6rem;
        padding: 0 3px;
        height: 30px;
        line-height: 30px;
    }
    .moreUl {
        position: absolute;
        right: 13px;
        top: 6px;
    }
}