.newfuwu {
	margin-bottom: 30px;
}

.newfuwutitle {
	font-weight: bold;
	font-family: 'siyuanbold';
	    font-size: 28px;
	    font-weight: 400;
	    color: #0950A7;
}

.newfuwucon {
	display: flex;
	line-height: 36px;
}

.newfuwuyuan {
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background-color: #000000;
	border-radius: 50%;
	margin-top: 16px;
}

.newfuwuzi {
	font-size: 18px;
	color: #333;
}

.neifen {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.neizi {
	width: 70%;
}

.neitu {
	width: 17%;
}

.neitu img {
	width: 100%;
}


@media (max-width:1200px) {
	.neifen {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.neizi {
		width: 100%;
	}

	.neitu {
		width: 100%;
	}
	.newfuwucon {
	    display: flex;
	    line-height: 25px;
	}
}
@media (max-width:767px){
    .neizi li p{
        font-size: 14px !important;
        line-height: 2 !important;
        color: #666 !important;
    }
    .newfuwutitle{
        font-size: 20px;
    }
    .list-paddingleft-2{
        list-style-type:none !important;
    }
}