.newsall{
    width: 16.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.newsall-left-nav-li{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.newsall-left-nav-li span{
    font-weight: 800;
    font-size: 0.24rem;
    color: #005DB8;
    margin-left: 0.15rem;
    opacity: 0.6;
}
.newsall-left-nav-li img{
    width: 0.36rem;
    height: auto;
    opacity: 0;
}
.newsall-left-nav-li-ave span{
    opacity: 1;
}
.newsall-left-nav-li-ave img{
    opacity: 1;
}
.newsall-left-top-txt1{
    font-weight: 800;
    font-size: 1.15rem;
    color: #005DB8;
    opacity: 0.07;
}
.newsall-left-top{
    position: relative;
}
.newsall-left-top-txt2{
    font-weight: 800;
    font-size: 0.48rem;
    color: #005DB8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.newsall-left-nav{
    margin-top: 0.4rem;
}
.newsall-right{
    width: 11rem;
}
.newsall-right-top{
    border-bottom: 1px solid #E3E2E2;;
    display: flex;
    align-items: baseline;
    justify-content: end;
    padding-bottom: 0.2rem;
}
.newsall-right-top-txt1{
    font-weight: 800;
    font-size: 0.24rem;
    color: #5A5A5A;
}
.newsall-right-top-red{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #E70617;
    margin-left: 0.1rem;
}
.news{
    padding: 0.4rem 0;
}
.newsall-right-list-li-img{
    width: 3.7rem;
    height: 2.14rem;
}
.newsall-right-list-li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3E2E2;
    padding: 0.3rem 0;
}
.newsall-right-list-li-left{
    flex: 1;
    margin-right: 0.4rem;
	overflow: hidden;
}
.newsall-right-list-li-left-txt1{
    font-weight: 400;
    font-size: 0.24rem;
    color: #515557;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsall-right-list-li-left-txt2{
    font-weight: 400;
    font-size: 0.14rem;
    color: #8F8F8F;
    line-height: 0.4rem;
    margin-bottom: 0.15rem;
}
.newsall-right-list-li-left-txt3{
    font-weight: 400;
    font-size: 0.14rem;
    color: #E60012;
    line-height: 0.24rem;
}
.newsall-right-list-page {
    margin-top: 0.24rem;
}
.newsall-right-list-page a {
	float: left;
}
.dynamic-all-left-quanb-page {
	float: left;
}
.dynamic-all-left-quanb-page a {
    margin: 0.1rem 0.24rem;
    font-size: 0.20rem;
}
.dynamic-all-left-quanb-page .ave {
    color: #0052d9;
    font-weight: bold;
}
.cont{
    width: 16.4rem;
    margin: 0 auto;
    padding:  0.4rem 0;
}
.cont-title{
    font-weight: 800;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.36rem;
    margin-bottom: 0.3rem;
}
.cont-info img{
    width: 100% !important;
    height: auto !important;
}
.cont-info p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #898989;
    line-height: 0.36rem;
}
@media screen and (max-width: 1050px) {
    .lanmu {
        margin-top: 1.5rem;
    }

    .lanmu-text {
        width: 100%;
        left: 0.3rem;
        transform: translate(-0%, -50%);;
    }
    .newsall{
        width: auto;
        padding: 0 0.3rem;
        display: block;
    }
    .newsall-left-nav{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .cont{
        width: auto;
        padding: 0.4rem 0.3rem;

    }
	.cont-info p{
		font-size: 0.26rem;
		    color: #898989;
		    line-height: 0.56rem;
	}
	.newsall-right-list-li-left-txt1{
		font-size: 0.28rem
	}
	.newsall-right-list-li-left-txt2{
			font-size: 0.24rem
	}
	.newsall-right{
		width: 100%;
	}
	.newsall-right-list-li{
		display: flex;
		flex-direction: column;
	}
	.newsall-right-list-li-left{
		margin-right: 0;
	}
	.newsall-right-list-li-img{
		width: 100%;
		height: auto;
		    margin-top: 0.2rem;
	}
}