body{
	background: #F7F7F7;
}


.news-list{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	margin-top:50px;
}


.news-list .nav-news{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.news-list .nav-news a{
    display: inline-block;
    font-size: 20px;
    margin-right: 40px;
    height: 100%;
    line-height: 50px;
    border-bottom: 2px solid rgba(0,0,0,0) !important;
}

.news-list .nav-news a:last-child{
    margin-right: 0;
}

.news-list .nav-news .avtie{
    color: #0c54a9;
    border-bottom: 2px solid #0c54a9 !important;
}

.news-list .nav-news a:hover{
    border-bottom: 2px solid #0c54a9 !important;
}

.news-list .news-li{
	width:calc(25% - 30px);
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}
.news-list .news-li:nth-child(4n+4){
	margin-right:0;
}
.news-list .news-li .new-top{
	    width: 100%;
    min-height: 337px;
    max-height: 337px;
    position: relative;
	overflow:hidden;
}
.news-list .news-li .new-top img{
	    transition: all 400ms;
		    width: 100%;
}
.news-list .news-li .new-top .riqik{
	width: 100px;
	height: 44px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(172, 169, 187, 0.14);
	border-radius: 0px 0px 22px 22px;
	position: absolute;
    top: 0;
    left: 50%;
	margin-left:-50px;
}	
.news-list .news-li .new-top .riqik h4	{
	position: absolute;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    color: #ACA9BB;
	
}
.news-list .news-li .new-bottom {
    width: 100%;
    background-color: #fff;
    border-bottom: none;
    box-sizing: border-box;
    padding: 0px;
    overflow: hidden;
	height:60px;
	box-sizing:border-box;
	    background: #fff;
	padding:0 15px;
	transition: all 400ms;
}
.news-list .news-li .new-bottom h5{
	line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #070707;
    line-height: 34px;
	float:left;
	max-width:80%;
	margin-top: 14px;
	
}
.news-list .news-li .new-bottom p {
    margin-top: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 28px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: none;
    float: right;
	margin-top: 16px;
}
.news-list .news-li .new-bottom p img{
	width:24px;
	height:24px;
}
.news-list .news-li .new-bottom p img:nth-child(2){
	display:none;
}	
.news-list .news-li:hover .new-bottom{
	background: #3e66e8;
}
.news-list .news-li:hover .new-bottom h5{
	color:#fff;
}
.news-list .news-li:hover .new-top img{
	    transform: scale(1.06);
}
.news-list .news-li:hover .new-bottom p img:nth-child(1){
	display:none;
}
.news-list .news-li:hover .new-bottom p img:nth-child(2){
	display:inline-block;
}
.news-list .news-li:hover .new-top .riqik h4{
	color: #2250E4;
}

@media screen and (max-width: 1280px){
	.news-list {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 30px;
	}
	.news-list .news-li {
		width: calc(25% - 15px);
		float: left;
		margin-right: 20px;
		margin-bottom: 40px;
	}
	.news-list .news-li .new-top {
		width: 100%;
		min-height: initial;
		max-height: none;
		position: relative;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px){
    .news-list .nav-news{
        height: 40px;
        margin-bottom: 10rpx;
    }
    
    .news-list .nav-news a{
        font-size: 16px;
        line-height: 40px;
        margin-right: 20px;
    }
    
	.news-list .news-li {
		width: calc(50% - 10px);
		float: left;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.news-list .news-li:nth-child(even) {
		margin-right: 0;
	}	
	.news-list .news-li .new-bottom {
		width: 100%;
		background-color: #fff;
		border-bottom: none;
		box-sizing: border-box;
		padding: 0px;
		overflow: hidden;
		height: 40px;
		box-sizing: border-box;
		background: #fff;
		padding: 0 5px;
		transition: all 400ms;
	}
	.news-list .news-li .new-bottom h5 {
		line-height: 16px;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #343434;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #070707;
		line-height: 34px;
		float: left;
		max-width: 100%;
		margin-top: 0px;
	}
	.news-list .news-li .new-bottom p{
		display:none;
	}
}