@charset "utf-8";

.head-page .item.tm-party>a span {
    color: #ff0000;
}
.head-page .item.tm-party>a::after {
    transform: scale(1);
    opacity: 1;
}
.search_box {
    height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    width: 58.85%;
    overflow: hidden;
    position: relative;
    padding: 0 168px 0 26px;
    box-sizing: border-box;
}
.search_box input {
    border: none;
    width: 100%;
    outline: none;
    height: 100%;
}
.search_box .search_btn {
    width: 142px;
    height: 100%;
    background: #ff0000;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
}
.search_box .search_btn img {
    margin-right: 13px;
}
.news_page_search {
    margin: 40px 0 20px;
}
.news_page_search p span {
    color: #ff0000;
    padding: 0 5px;
}
.news_page01 {
    height: 500px;
    margin: 40px 0 20px;
}
.news_page01 .page_tit {
    padding: 155px 50px 100px;
    box-sizing: border-box;
    position: relative;
}
.news_page01 .advice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 198px;
    background: rgba(0, 0, 0, .4);
    padding: 0 80px 0 52px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_page01 .advice_l {
    max-width: 77%;
}
.news_page01 .advice_l .tit a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_page01 .advice_l .con {
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}
.watch_more {
    transition: all .4s;
}
.watch_more::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    transition: all .4s;
}
.watch_smore::after {
    background: url(../img/watch_smore.svg) no-repeat center/cover;
}
.news_page02 .nodata {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.news_page02 .nodata img {
    margin-bottom: 25px;
    max-width: 625px;
}
.news_page02 .list {
    width: 100%;
    display: block;
    padding: 32px 30px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 1px 0px 0 rgb(204, 204, 204);
    transition: all .3s ease-in-out;
}
.news_page02 .news_tit {
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: initial;
}
.news_page02 .news_tit span {
    background: #ffff00;
    color: #ff0000;
}
.news_page02 .news_con {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_l {
    width: calc(100% - 437px);
    background: #F9F9F9;
    padding: 37px 39px;
    box-sizing: border-box;
}
.content_title {
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
    padding-bottom: 21px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.content_title .content_tit {
    font-family: initial;
}
.content_con img {
    padding-bottom: 5px;
    max-width: 100%;
}
.content_con table {
    width: auto !important;
}
.content_con a {
    color: #333;
}
.page_btns {
    border-top: 1px solid #DCDCDC;
    padding: 36px 0 0;
    box-sizing: border-box;
    margin-top: 15px;
}
.page_btn {
    width: 142px;
    height: 42px;
    border: 1px solid #D2D2D2;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_btn::before,
.page_btn::after {
    width: 24px;
    height: 3px;
    display: block;
}
.next_btn {
    margin-left: 40px;
}
.prve_btn::before {
    content: "";
    background: url(../img/prve_btn.png) no-repeat center/cover;
    margin-right: 17px;
}
.next_btn::after {
    content: "";
    background: url(../img/next_btn.png) no-repeat center/cover;
    margin-left: 17px;
}
.content_nav {
    width: 410px;
}
.content_nav .nav {
    width: 100%;
    background: #F9F9F9;
    padding: 36px 40px;
    box-sizing: border-box;
}
.content_nav .nav .nav_tit {
    margin-bottom: 20px;
}
.content_nav .nav .item {
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}
.content_nav .nav .item:last-child {
    border-bottom: none;
}
.content_nav .nav .item::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: url(../img/next_sbtn.png) no-repeat center/cover;
}
.content_nav .nav .item.active {
    color: #ff0000;
}
.content_nav .nav .item.active::after {
    background: url(../img/next_btn.png) no-repeat center/cover;
}
.content_nav .nav_texts {
    width: 100%;
    background: #F9F9F9;
    margin-top: 24px;
    padding: 28px 40px;
    box-sizing: border-box;
}
.content_nav .news_con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin: 10px 0 15px;
}
.content_nav .watch_more::after {
    width: 24px;
    height: 3px;
    background: url(../img/next_btn.png) no-repeat center/cover;
}
@media only screen and (min-width: 960px) {
    .news_page02 .list:hover {
        background-color: rgb(255, 255, 255);
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    }
    .news_page02 .list:hover .news_tit {
        color: #cc0000;
    }
}
@media only screen and (max-width: 1200px) {
    .news_page01 .advice {
        height: 172px;
    }
    .content_nav .nav{
        padding: 30px 25px;
    }
    .content_nav .nav_texts {
        width: 100%;
        padding: 28px 25px;
    }
}
@media only screen and (max-width: 1043px) {
    .news_page01 {
        height: 450px;
    }

    .news_page01 .advice {
        height: 148px;
    }
}
@media only screen and (max-width: 960px) {
    .content_nav .news_con {
        height: 27px;
        -webkit-line-clamp: 1;
    }
    .news_page02 .list:first-child{
        padding-top: 0;
    }
}
@media only screen and (max-width: 750px) {
    .news_page01 .page_tit {
        padding: 30px 15px 30px;
    }
    .news_page01 {
        height: 320px;
        margin: 20px 0;
    }
    .news_page01 .advice {
        padding: 20px;
        flex-wrap: wrap;
        height: auto;
    }
    .news_page01 .advice_l {
        max-width: 100%;
    }
    .advice_r {
        width: 100%;
        margin-top: 15px;
    }
    .news_page01 .advice_l .con {
        height: 48px;
    }
    .search_box {
        height: 40px;
        width: 100%;
        margin-top: 20px;
    }
    .search_box .search_btn {
        width: 92px;
    }
    .news_page02 .list {
        padding: 20px 0;
    }

    .news_page02 .news_tit{
        margin: 10px 0;
    }
    header .l {
        width: 100%;
    }
    .content_l {
        width: 100%;
        padding: 25px 15px;
    }
    .page_btns {
        padding: 30px 0 0;
        justify-content: center;
    }
    .content_nav {
        width: 100%;
        margin-top: 25px;
    }
    .page_btn {
        width: 118px;
        height: 38px;
    }
    .page_btn_r {
        margin-top: 20px;
    }
    .next_btn::after {
        margin-left: 10px;
    }
    .prve_btn::before{
        margin-right: 10px;
    }
    .content_title .content_tit {
        line-height: 1.72;
    }
    .content_nav .nav {
        width: 100%;
        padding: 25px 20px;
    }
    .content_nav .nav .item:last-child {
        padding-bottom: 0;
    }
    .content_nav .nav_texts {
        height: auto;
        margin-top: 24px;
        padding: 28px 20px;
    }
    .news_page02 .nodata img {
        max-width: 100%;
    }
    .next_btn {
        margin-left: 25px;
    }
}