@charset "utf-8";


@media screen and (min-width:0px) {

	.yy {
    background: url(../../image/ZR/YY.jpg);
    width: 100%;
    height: 53px;
    background-size: cover;
}
	.middle {
                margin: 0 auto;
		width: 1899px;
		min-height: 944px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background-color: rgb(240, 240, 242);
	}

	 .banner {
    width: 1899px;
    height: 637px;
    margin-top: 6px;
}

.banner img {
    width: 1899px;
    height: 637px;
    background-size: cover;
}

	.mid {
		width: 1579px;
		min-width: 1579px;
		min-height: 754px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.lanmu {
		width: 1579px;
		height: 68px;
		background-color: #064089;
		margin-top: 23px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.i {
		color: white;
		text-decoration: none;
		font-size: 28px;
		font-family: 仿宋体;
		text-align: center;
	}

	.item1 {
		padding-left: 50px;
	}

	.s-page {
		    width: 1577px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(211, 211, 211, 0.51);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(211, 211, 211, 0.51);

	}

	.pagenav {
		width: 375px;
		height: 450px;
		padding-top: 118px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(211, 211, 211, 0.51);

	}

	.navlist {
	    width: 375px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
	}

	.nav-1 {
		width: 375px;
		height: 69px;
		background-color: ;
		list-style: none;
		font-size: 28px;
	}

	.navs1 {
		text-decoration: none;
		color: #000000;
		font-weight: 550;
	}

	.navs1:active {
		color: #0654b3;
	}

	.content {
	    width: 1104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 49px;
	}

	.biaoti {
		width: 1104px;
		height: 50px;
		text-align: center;
	}

	.biaoti- {
		font-size: 31px;
		color: black;
		font-weight: 600;
		cursor: pointer;
	}

	.line {
		width: 1088px;
		height: 19px;
	}

	hr {
		width: 1088px;
		height: 3px;
		background-color: #064089;
		margin-top: 13px;
	}

	.article {
		width: 1104px;
		margin-top: 25px;
		line-height: 44px;
		font-size: 25px;
		cursor: pointer;
	}
}

