body {
    background: #F5F7F8;
}

.news2 {
    padding: 115px 0 46px;
    text-transform: capitalize;
}

.news2 form {
    display: block;
    width: 65.86%;
    height: 38px;
    position: relative;
}

.news2 input {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    color: #222;
    outline: none;
}

.news2 input::placeholder {
    color: #DDDDDD;
}

.news2 button {
    width: 26px;
    border: none;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.news3 .main::after {
    content: '';
    width: 31.86%;
}

.news3 .ev {
    width: 31.86%;
    background: #FFFFFF;
    margin-bottom: 30px;
    color: #222222;
    transition: none;
}

.news3 .ev:hover {
    background: #486A00;
    color: #FFFFFF;
}

.news3 .ev .intr {
    padding: 24px 25px 33px 25px;
}

.news3 .ev .intr h2 {
    margin-bottom: 27px;
    font-weight: normal;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news3 .ev:hover .intr h2 {
    font-weight: bold;
}

.news3 .ev .intr p {
    margin-bottom: 50px;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news3 .ev .intr .icon {
    width: 16px;
}

.news3 .ev .intr .icon img {
    transition: all ease .3s;
}

.news3 .C-paging {
    margin-top: 27px;
}

.C-paging {
    color: #222222;
}

.C-paging .pages a {
    border: 1px solid #DDDDDD;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background linear .3s, border linear .3s;
}

.C-paging .switch-page {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 0 17px;
    height: 40px;
    transition: background linear .3s, border linear .3s;
}

.C-paging .pages a:hover,
.C-paging .switch-page:hover,
.C-paging .pages a.active,
.C-paging .switch-page.active {
    background: #486A00;
    color: #FFFFFF;
    border: 1px solid #486A00;
}

.C-paging .switch-page .icon {
    width: 10px;
}

.C-paging .switch-page.prev .icon {
    transform: rotateY(180deg);
    margin-right: 10px;
}

.C-paging .switch-page.next .icon {
    margin-left: 10px;
}

.C-paging input {
    border: 1px solid #DDDDDD;
    width: 40px;
    height: 40px;
    outline: none;
    background: transparent;
    text-align: center;
}

.C-paging .control span {
    margin: 0 10px;
    color: #999999;
}

.C-paging .control .confirm {
    padding: 0 24px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #486A00;
    color: #FFFFFF;
    border: 1px solid #486A00;
    cursor: pointer;
    transition: all ease .3s;
}

.C-paging .control .confirm:hover {
    background: transparent;
    color: #486A00;
}

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

.news4 .group::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 120px);
    background: #D3DFED;
    position: absolute;
    left: 10px;
    top: 120px;
    z-index: 1;
}

.news4 .group .month {
    width: 15.05%;
    position: absolute;
    left: 0;
    top: -10px;
}

.news4 .ev {
    padding-left: 15.05%;
    margin-bottom: 20px;
    position: relative;
}

.news4 .group:not(:first-child) .ev:first-child {
    flex-direction: row-reverse;
}

.news4 .ev::after {
    /*content: '';*/
    display: block;
    width: 1px;
    height: 100%;
    background: #D3DFED;
    position: absolute;
    left: 10px;
    top: 20px;
    z-index: 1;
}

.news4 .ev:first-child:after {
    top: 50%;
}

.news4 .you {
    width: 100%;
}

.news4 .ev .flag {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.news4 .ev .flag .y {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D3DFED;
    transition: all ease .3s;
}

.news4 .ev .flag .y::after {
    content: '';
    display: block;
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transition: all ease .3s;
}

.news4 .ev .flag .day {
    color: #222222;
    margin-left: 10px;
    transition: all ease .3s;
}



.news4 .ev:hover .flag .y {
    background: #486A00;
}

.news4 .ev:hover .flag .y::after {
    background: #D9D9D9;
}

.news4 .ev:hover .flag .day {
    color: #486A00;
}


.news4 .ev .pic {
    width: 400px;
}

.news4 .ev .intr {
    flex: 1;
    padding: 76px 83px 20px 76px;
    background: #FFFFFF;
    color: #222222;
    transition: all ease .3s;
}

.news4 .group:not(:first-child) .ev:first-child .intr {
    padding: 76px 90px 20px 68px;
}

.news4 .ev:hover .intr {
    background: #486A00;
    color: #FFFFFF;
}

.news4 .ev .intr h2 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 30px;
    font-weight: normal;
}

.news4 .ev .time {
    display: flex;
}

.news4 .ev .time .icon {
    width: 18px;
    margin-right: 4px;
    margin-top: 0.2em;
}

.news4 .ev .time .icon img {
    transition: all ease .3s;
}

.news4 .C-paging {
    padding-top: 30px;
}

.news5 {
    padding: 110px 0 0;
}

.news5 .title {
    color: #222222;
}

.news5 .title h1 {
    width: 68.71%;
    text-align: center;
    margin: 0 auto 20px;
}

.news5 .title .info {
    padding-bottom: 60px;
}

.news5 .title li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 22px;
}

.news5 .title li .icon {
    width: 24px;
    margin-right: 4px;
}

.empty {
    color: #222222;
    line-height: 24px;
    padding: 50px 200px 130px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 5px solid #486A00;
}

.empty * {
    white-space: normal !important;
}

.empty img {
    max-width: 100% !important;
    overflow: hidden;
    margin: 20px 0;
    display: inline-block;
}


.news6 {
    padding: 54px 0 120px;
}

.news6 .zuo {
    width: 62.14%;
}

.news6 .zuo a {
    display: flex;
    flex-wrap: wrap;
    color: #222222;
}

.news6 .zuo a:hover {
    color: #486A00;
}

.news6 .zuo a:hover p {
    color: #486A00;
    text-decoration: underline;
}

.news6 .zuo a:first-child {
    margin-bottom: 22px;
}

.news6 .zuo a b {
    width: 5em;
    text-align: right;
}

.news6 .zuo a p {
    flex: 1;
}

.search2 {
    background: #F5F7F8;
    padding: 60px 0 40px;
}

.search2 form {
    width: 100%;
}

.search2 input {
    flex: 1;
    height: 100px;
    border: none;
    background: #FFFFFF;
    padding: 0 34px;
    outline: none;
    color: #222222;
}

.search2 input::placeholder {
    color: #BDBDBD;
}

.search2 button {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #486A00;
    margin-left: 10px;
    cursor: pointer;
}

.search2 .icon {
    width: 36px;
}

.search2 .res {
    margin-top: 30px;
    text-align: center;
}

.search2 .res span {
    color: #FF0000;
}

.search3 {
    padding-bottom: 92px;
    background: #F5F7F8;
    min-height: 40vh;
}

.search3 .ev {
    border-bottom: 1px solid #D9D9D9;
    padding: 30px 0 26px;
    transition: all ease .3s;
    position: relative;
}

.search3 .ev::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #486A00;
    position: absolute;
    right: 100%;
    margin-right: 13px;
    top: 50%;
}

.search3 .ev:hover {
    background: rgba(0, 0, 0, 0.1);
}

.search3 .ev p {
    width: 63.13%;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search3 .C-paging {
    margin-top: 60px;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1680px) {}

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

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

@media screen and (max-width:1025px) {
    .news2 {
        padding: 60px 0 26px;
    }

    .news2 button {
        width: 20px;
    }

    .news3 .ev {
        width: 49%;
        margin-bottom: 20px;
    }

    .news3 .ev .intr h2 {
        margin-bottom: 17px;
    }

    .news3 .ev .intr p {
        margin-bottom: 20px;
    }

    .news2 form {
        width: 100%;
    }

}

@media screen and (max-width:800px) {
    .news4 .group:not(:first-child) .ev:first-child {
        flex-direction: row;
    }

    .news4 .ev::after {
        display: none;
        left: 10px;
        top: 20px;
    }

    .news4 .ev:first-child:after {
        top: 70px;
    }

    .news4 .ev .flag {
        left: 11%;
        top: 5px;
        transform: none;
        position: static;
        width: 100%;
        margin: 20px 0;
    }

    .news4 .ev .intr {
        flex: none;
        width: 100%;
        padding: 50px 30px 30px;
    }

    .news4 .ev {
        padding-left: 0%;
        margin-bottom: 20px;
        position: relative;
    }

    .news4 .group .month {
        position: static;
        margin-bottom: 10px;
    }

    .news5 {
        padding: 60px 0 0;
    }

    .news5 .title h1 {
        width: 90%;
    }

    .news5 .title li {
        margin: 0 12px;
    }

    .news5 .title li .icon {
        width: 18px;
    }

    .news5 .title .info {
        padding-bottom: 30px;
    }

    .empty {
        line-height: 24px;
        padding: 40px 0 40px;
        border-bottom: 3px solid #486A00;
    }

    .news6 .zuo {
        width: 100%;
        margin-bottom: 40px;
    }

    .news6 .flex-column {
        flex-direction: row;
        width: 100%;
    }

    .news6 {
        padding: 54px 0 60px;
    }

    .search2 input {
        height: 50px;
        padding: 0 24px;
    }

    .search2 button {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }

    .search2 .icon {
        width: 16px;
    }

    .search2 .res {
        margin-top: 30px;
    }

    .search3 {
        padding-bottom: 92px;
    }

    .search3 .ev {
        padding: 20px 0 16px;
    }

    .search3 .ev::before {
        display: none;
    }

    .search3 .ev p {
        width: 100%;
        margin-bottom: 0.7em;
    }

    .search3 .C-paging {
        margin-top: 40px;
    }
}

@media screen and (max-width:480px) {
    .news3 .ev {
        width: 100%;
        margin-bottom: 20px;
    }

    .news5 {
        padding: 40px 0 0;
    }

    .empty img {
        margin: 10px 0;
    }

    .news4 .ev .time .icon {
        display: none;
    }

    .search2 {
        padding: 40px 0 20px;
    }
}
