.header {
			width: 100%;
			height: 6.25rem;
			/* background: RGBA(0, 52, 102, 1); */
			/* border-bottom: 0.0625rem solid RGBA(78, 166, 240, 1); */

		}

		.header>div {
			width: 92%;
			margin-left: 4%;
			display: flex;
			height: 6.25rem;
			align-items: center;
			justify-content: space-between;
		}
		
		.navView{
			/*    width: 2.8125rem;
			    height: 2.8125rem;
			    border: 1px solid rgba(98, 98, 98, 0.4);
			    display: flex;
			    align-items: center;
			    justify-content: center; */
		}

		.header>div>img:nth-child(2) {
			margin-left: 2.1875rem;
		}

		.header>div>img:nth-child(3) {
			margin-left: 11.0375rem;
		}

		.tanchuView {
			width: 100%;
			height: 100vh;
			background: white;
			position: fixed;
			top: 0;
			z-index: 1000;
			display: none;
			/* background: red; */
			/* background: RGBA(0, 51, 102, 1); */
		}

		.list {
			width: 90%;
			margin-left: 5%;
			height: 7.5rem;
			display: flex;
			align-items: center;
			justify-content: space-between;
			border-bottom: 0.0625rem solid  #e3e3e3;
			padding-left: 2%;
			padding-right: 2%;
		}

		.list img {
			width: 1.875rem;
		}

		.list>div:nth-child(1) {
			font-size: 2rem;
			color: black;
			height: 7.5rem;
			line-height: 7.5rem;
			width: 31.25rem;
		}
		
		.list>div:nth-child(2) {
width: 6.25rem;
text-align: right;
		}
		.zhux{
		}
		.zhux img{
			width: 65%;
		}

		.list_children>div {
			width: 90%;
			margin-left: 5%;
			padding-left: 4%;
			padding-right: 4%;
			line-height: 7.5rem;
			font-size: 2.2rem;
			height: 7.5rem;
			border-bottom: 0.0625rem solid #e3e3e3;
		}

		.list_children {
			display: none;
		}
		.tanchuView>div:nth-child(2) img{
			display: none;
		}
		
		
		
		<style>
		.pagination {
			margin: 20px auto;
			text-align: center;
			font-size: 18px;
			text-align: center;
		}
		
		.pagination li {
			display: inline-block;
			padding: 0.75rem 1.25rem;
			background: #e7e7e7;
			margin-right: 7px;
			border-radius: 4px;
			cursor: pointer;
		}
		
		.pagination .ggy {
			display: inline-block;
			margin-left: 30px;
		}
		
		.pagination .ggy .ts {
			color: #2b499f;
		}
		
		.pagination li:hover {
			background: #2b499f;
			color: #fff;
			transition: 0.5s;
		}
		
		.pagination .active {
			background: RGBA(213, 183, 120, 1) !important;
			color: #fff;
		}
		
		.erjinewlist {
			margin-top: 58px;
		}
		
		.erjinewlist li {
			border-bottom: 1px solid #DDDDDD;
			padding: 36px 24px 36px 0;
			cursor: pointer;
			transition: all 0.5s;
			cursor: pointer;
		}
		
		.erjinewlist li .top {
			align-items: center;
		}
		
		.erjinewlist li .top .tit {
			font-size: 20px;
			color: #545454;
			align-items: center;
			transition: all 0.5s;
		}
		
		.erjinewlist li .top .tit .fk {
			width: 9px;
			height: 17px;
			background: #E1E1E1;
			margin-right: 14px;
			transition: all 0.5s;
		}
		.erjinewlist li .top .tit .titcon{
			max-width: 859px;
		}
		.erjinewlist li .top .time {
			font-size: 20px;
			font-family: SourceHanSansCN;
			color: #9E9E9E;
			flex-shrink: 0;
		}
		
		.erjinewlist li .neir {
			font-size: 14px;
			font-family: SourceHanSansCN;
			font-weight: 400;
			color: #B4B4B4;
			line-height: 26px;
			margin-top: 25px;
			padding: 0 26px;
			transition: all 0.5s;
		}
		
		.erjinewlist li:hover {
			box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
		}
		
		.erjinewlist li:hover .top .tit .fk {
			background: #2b499f;
		}
		
		.erjinewlist li:hover .titcon {
			color: #2b499f;
		}
		
			</style>