/* 资讯*/
.banner {
    background-image: url(../images/news_banner.png);
   text-align: center;
}
.banner  .ban_con {
    padding-top: 150px;
 }

.head {
    padding: 30px 0;
    border: 1px solid #E0E8FF;
    position: sticky;
    top: 80px;
    left: 0;
}

.news .head p {
    margin: 0 80px;
    background: #E0E8FF;
    color: #333;
    display: block;
}

.news .head p.active {
    background: #0118FF;
    color: #fff;
}

.news .warp{
    display: none;
}
.news .warp.active{
    display: block;
}

.news .new_ul li {
    cursor: pointer;
    border-bottom: 1px solid #E2E0E0;
}

.news .new_ul li a {
    display: flex;
    padding: 25px 0;
}

.news .new_ul li .icon {
    width: 32%;
    height: 200px;
    overflow: hidden;
}

.news .new_ul li .icon img {
    transition: 0.3s ease;
}

.news .new_ul li .info {
    width: 68%;
    position: relative;
    padding-right: 50px;
}

.news .new_ul li .info .tit {
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
    transition: 0.3s ease;
}

.news .new_ul li .info .txt {
    min-height: 32px;
    color: #444;
    margin-top: 20px;
}

.news .new_ul li .info .time {
    width: 100%;
    color: #A6A6A6;
    position: absolute;
    bottom: 5px;
}

.news .new_ul li:hover .icon img {
    transform: scale(1.02);
    transition: 0.3s ease;
}

.news .new_ul li:hover .info .tit {
    color: #0118FF;
    transition: 0.2s ease;
}

.news .new_ul .list {
    padding: 25px 0;
    border-bottom: none;
}

.news .new_ul .list .ul_li_left {
    width: 63%;
    height: 460px;
    display: block;
}

.news .new_ul .list .ul_li_left .icon {
    width: 100%;
    height: 100%;
}
.news .new_ul .list .ul_li_left .icon img{
	width: 100%;
	height: 100%;
}

.news .new_ul .list .ul_li_con {
    width: 35%;
}

.news .new_ul .list .ul_li_con a {
    height: 220px;
    position: relative;
    padding: 0;
	margin-bottom: 20px;
}

.news .new_ul .list .ul_li_con a .icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news .new_ul .list .ul_li_con a margin-bottom {
    margin-bottom: 25px;
}

.news .new_ul .list .ul_li_con a:last-child {
    margin-bottom: 0;
}

.news .new_ul .list a .tit {
    width: 96%;
    position: absolute;
    bottom: 10px;
    left: 2%;
    z-index: 1;
    color: #fff;
}
.news .new_ul .list a{
	position: relative;
	padding: 0;
}

.news .new_ul .list a .bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37,37,37,0) 38%, #161616 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .new_ul .list a .txt{
    display: none;
}
.news .new_ul .list a .time {
    display: none;
}

.news .new_ul .list a:hover .icon img {
    transform: scale(1.02);
    transition: 0.3s ease;
}

.news .new_ul .list a:hover .tit {
    color: #7984fa;
    transition: 0.2s ease;
}
.news .page_info{
    display: flex;
}
.news .newsWarp2{
    display: none;
}

@media (max-width: 1024px) {
   
}

@media (max-width: 768px) {

    .news .new_ul .list .ul_li_left {
        height: 420px;
    }

    .news .new_ul .list .ul_li_con a {
        height: 200px;
        margin-bottom: 20px;
    }
}

@media (max-width: 431px) {
    .banner .warp .ban_con {
        width: 100%;
        padding: 83px 10%;
        background: none;
        backdrop-filter: blur(0px);
    }
	
    .news .head {
            padding: 20px 0;
        }
    
	.news .head p {
		width: 100px;
		height: 40px;
		line-height: 40px;
		margin: 0 30px;
	}
	
    .news .new_ul li a {
        display: block;
        padding: 20px 0;
    }

    .news .new_ul li .icon {
        width: 100%;
        margin-top: 10px;
    }

    .news .new_ul li .info {
        width: 100%;
        padding: 0;
    }

    .news .new_ul li .info .tit {
        font-size: 18px;
        margin-top: 0;
    }

    .news .new_ul li .info .time {
        color: #A6A6A6;
        margin-top: 10px;
        position: unset;
    }

    .news .new_ul .list {
        /* display: none; */
        display: block;
        padding: 0;
    }
    .news .new_ul .list .ul_li_left{
        width: 100%;
        border-bottom: 1px solid #E2E0E0;
    }
    .news .new_ul .list .ul_li_con{
        width: 100%;
    }
    .news .new_ul .list .ul_li_con a {
        height: auto;
        padding: 20px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #E2E0E0;
    }
    .news .new_ul .list .ul_li_con a .icon{
        height: 200px;
        overflow: hidden;
    }
    .news .new_ul .list a .tit{
        color: #333;
        position: initial;
        font-size: 18px;
    }
    .news .new_ul .list a .txt{
        min-height: 32px;
        color: #444;
        margin-top: 20px;
        display: block;
    }
    .news .new_ul .list a .time {
        color: #A6A6A6;
        margin-top: 10px;
        position: unset;
        display: block;
    }
    .news .new_ul .list .ul_li_left .icon{
        height: 200px;
        overflow: hidden;
    }
    .news .new_ul .list a .bg{
        display: none;
    }
    .news .new_ul .list .ul_li_left {
        height: auto;
        padding: 20px 0;
    }
 
}
