.new_banner {
    /*    height: 700px;*/
    overflow: hidden;
    position: relative;
}

.new_banner img {
    width: 100%;
}

img {
    transition: .5s;
}

.news_conter {
    padding: 120px 120px;
}

.ly_nav {
    display: flex;
}

.ly_nav a {
    font-size: 18px;
    color: #606060;
    padding-right: 64px;
}

.ly_nav a:hover:after {
    width: 100%;
}

.ly_nav a:after {
    content: "";
    width: 0;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    background-color: #606060;
    transition: .5s;
}

.active:after {
    content: "";
    width: 100% !important;
    height: 2px;
/*    margin-top: 10px;*/
    margin-bottom: 10px;
    display: block;
    background-color: #fff;
    transition: .5s;
}


.news_list {
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.news_list a {
    display: block;
    width: 22%;
    height: 430px;
    position: relative;
    background-color: #f6f6f6;
    color: #444444;
    overflow: hidden;
    margin-top: 50px;
}

.news_list a {
    box-sizing: border-box;
    color: #666666;
    transition: .3s ease-in-out !important;
    margin-right: 44px;
    width: calc((100% - 33px*4)/ 4);
    /*//这里用calc动态计算宽度，用于适配不同尺寸的屏幕都是四列，
			  值得注意的是，如果这里有padding，还需要减去padding的值，
			  这里的宽度应该是除去padding和margin之后的*/
}

.news_list a:hover .news_li_img img {
    transform: scale(1.2)
}

.news_list a:hover .news_li_time img {
    margin-right: 20px;
}

.news_list::after {
    content: "";
    flex: auto;
    width: 22% !important;
    margin-right: 0px;
    /*            background-color: red*/
}

.news_list a:nth-child(4n+4) {
    /*            background-color: crimson;*/
    margin-right: 0px;
}

.news_li_img {
    width: 100%;
    height: 242px;
    overflow: hidden;
    background-color: aqua;
}

.news_li_img img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.news_li_text {
    height: 188px;
    font-size: 18px;
    padding: 25px 25px 0px 25px;
    line-height: 30px;
    display: flex;
    /*            background-color: antiquewhite;*/
    flex-wrap: wrap;
    align-content: space-between;
}

.news_li_time {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-top: 1px solid #d3d3d3;
    bottom: 0px;
    /*            position: absolute;*/
}

.news_li_text > p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_bigtitle {
    position: absolute;
    left: 120px;
    bottom: 160px;
    font-size: 65px;
    color: white;
    letter-spacing: 6px;
}
.news_bigtitle span{
    font-size: 70px;
}

/*新闻内容页*/
.news_cont1 {
    width: 100%;
    /*            height: 800px;*/
    /*            background-color: aqua;*/
    display: flex;
    justify-content: space-between;
}

.news_conter1 {
    padding: 70px 120px;
}

.news_news {
    width: 80%;
}

.news_1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    align-items: center;
}

.news_1 h3 {
    font-size: 30px;
    font-weight: 520
}

.news_1 p {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #838383;
}

.fanhui_list {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #E5E5E5;
    font-size: 14px;

}

.fanhui_list:hover {
    background: #4F189A;
}

.fanhui_list:hover a {
    color: #fff;
}

.fanhui_list a {
    color: #838383;
}

.news_rfa {
    padding-top: 20px;
    color: #4d4d4d;
    line-height: 25px;
}

.news_list1 {
    width: 18%;
    padding: 15px;
    padding-bottom: 60px;
    /*            height: 600px;*/
    background-color: #FAFAFA;
}

.news_list1 h3 {
    font-size: 24px;
    font-weight: 500;
    height: 50px;
    border-bottom: 1px solid #b6b6b6;
}

.news_list1 a {
    color: #838383;
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_list1 a:hover {
    color: #4E1797
}



.page>div {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 80px;
}


.page a {
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    color: #898989;
    display: block;
    border: 1px solid #dedede;
    transition: .5s
}

.page a:hover {
    background: #BF0404;
    color: white
}
.page1 {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
}

.page1 a {
    text-align: center;
/*    margin-right: 20px;*/
    color: #898989;
    transition: .5s
}

.page1 a:hover {
    color: #BF0404
}
