﻿@charset "utf-8";

/* CSS Document */
body {
	/* width: 100%; */
	background-color: #fff;
	font-family: "Microsoft YaHei";
}

.old_header{
display:none;
}
.old_nav{

}
.header {
	width: 100%;
	min-width: 1250px;
	height: 129px;
	background-color: #fff;
	border-top: 4px solid #1157a5;
	position: relative;
}

.box {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	margin-top: 26px;
	margin-left: 10px;
	width: 331px;
}

.search {
	margin-left: 30px;
	margin-top: 47px;
	width: 410px;
	height: 46px;
	background-color: #ffffff;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
}

.search select {
	width: 95px;
	height: 44px;
	padding: 10px 0 10px 10px;
	border: none;
	font-size: 16px;
	color: #666;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: url(select.png) no-repeat 90% center;
}

.search input[type="text"] {
	margin-top: 14px;
	width: 263px;
	height: 18px;
	padding-left: 10px;
	border: none;
	border-left: 1px solid #b5b5b5;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	outline: none;
}

.search input[type="button"] {
	width: 50px;
	height: 44px;
	border: none;
	background: #fff url(search.png) no-repeat center center;
	outline: none;
	cursor: pointer;
}

.header_right {
	padding-top: 35px;
	font-size: 12px;
	line-height: 32px;
	text-align: right;
}

.header_right a {
	margin: 0 5px;
}

.login a {

	color: #1157a5;
}

.nav,
.nav a {
	display: none;
	color: #333;
}

.nav a:hover {
	color: #1157a5;
}

.minnav {
	position: absolute;
	top: 0;
	left: 0;
	/* display: none; */
}

.minnav ul li:hover {
	background: turquoise;
}

.minnav ul {
	position: relative;
}

.xxx {
	position: absolute;
	right: 30px;
	top: -17px;
	font-size: 30px;
	color: #ffffff;
}


.titleimg {
	position: absolute;
	top: 10px;
	right: 20px;
	display: none;
}

.nodis {
	/* display: none; */
	transform: translateY(-100%);
	transition: all .5s ease;
}

.boldis {
	/* display: block; */
	outline: none;
	transform: translateY(0px);
	transition: all .5s ease;
}




/* 主体 */
.contant {
	width: 100%;
	/* height: 100%; */
	/* margin-top: 20px;*/
}

/* 宣传图 */
.banner img {
	width: 100%;
	height: 100%;
}

/* 导航 */
.nav-bg{
        width: 100%;
        background-color: #eaeaea;
}
.Navigation {
	width: 1200px;
	/* height: 100%; */
	margin: 0 auto;
	margin-bottom: 50px;
	/* background-color: #fbfbfb; */
}

.nav-ul {
	margin-top: -4px;
}

.nav-ul li {
	text-align: center;
	float: left;
	display: inline-block;
	width: 110px;
	height: 60px;
	line-height: 60px;
	margin-left: 101px;
}

.nav-ul li:hover {
	color: #FFFFFF;
	background-color: #015293;
}

.nav-ul li:hover a {
	color: #FFFFFF;
	
}

.nav-ul li:nth-child(1) {
	margin-left: 0px;
}

.nav-ul li a {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #015293;
}

/* 最新通告 */
.news {
	width: 1200px;
	/* height: 100%; */
	margin: 0 auto;
}

.news-l {
	width: 700px;
	/* height: 452px; */
	float: left;
	/* background: green; */
}

.news-r {
	width: 450px;
	/* height: 455px; */
	/* background: hotpink; */
	float: right;
	margin-left: 50px;
}

.newstitle {
	width: 700px;
	height: 32px;
	/* line-height: 32px; */
	border-bottom: 1px solid #dcdcdc;
}
.new_mod {
    display: flex;
    justify-content: space-between;
}

.new_mod .m1{
 width: 170px;
 height: 60px;
 border-radius: 10px;
 background-color: #115db2;
 font-size: 18px;
 text-align: center;
 display: flex;
 justify-content: center;
 flex-direction: column;
 padding: 0 10px;
 line-height: 22px;
}

.new_mod .m1 a{
    color: #fff;
    font-size: 16px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.newstitle p {
	font-size: 20px;
	font-weight: bold;
	color: #2e5b9d;
}

.newstitle a {
	color: #333333;
	font-size: 18px;
}

/* 列表 */
.list-title {
	/* height: 46px; */
	width: 700px;
	text-align: center;
	/* line-height: 76px; */

}

.list-title p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}

.list-ul li {
	height: 17px;
	list-style: disc;
	margin-top: 29px;
}

.list-ul li a {
	font-size: 17px;
	color: #333333;
width: 80% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.list-ul li a:hover {
	color: #024ac0;
}

.list-ul li span {
	color: #999999;
}

/* 最新通告右侧图片 */
.news-r>div {
	margin-top: 10px;
}

.news-r>div:nth-child(1) {
	margin-top: 0;
}

/* 版本按钮 */
.edition {
	width: 1200px;
	margin: 0 auto;
}

.edition ul {
	margin-top: 40px;
}

.edition ul li {
	display: inline-block;
	background: cornflowerblue;
	float: left;
	width: 32%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 10px;
	border-radius: 10px;
}

.edition ul li a {
	color: #ffffff;
}

/* 防控知识 */
.Prevention {
	width: 1200px;
	/* height: 100%; */
	margin: 0 auto;
	margin-top: 82px;
}

.Preve {
	width: 570px;
}

.Mediawin {
	margin-left: 59px;
}

/* 便民服务 */
.Convenience {
	width: 1200px;
	/* height: 500px; */
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
}

.contitle {
	width: 1200px;
	height: 32px;
	border-bottom: 1px solid #dcdcdc;
}

.contitle p {
	font-size: 20px;
	font-weight: bold;
	color: #2e5b9d;
}

.convenbuttop {
	margin-top: 30px;
}

.convenbuttop li {
	text-align: center;
	background-color: #fbfbfb;
	border: solid 1px #dddddd;
	margin-left: 13px;
	margin-top: 10px;
	float: left;
	width: 290px;
	height: 200px;
	padding: 0 10px;
	/* background: chartreuse; */
}

.convenbuttop li:nth-child(1),
.convenbuttop li:nth-child(5),
.convenbuttop li:nth-child(9),
.convenbuttop li:nth-child(13) {
	margin-left: 0;
}

.convenbuttop li a {
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.convenbuttop li a img {
	/* display: inline-block; */
	width: 80px;
	height: 80px;
	/* margin: 0 auto; */
	/* margin-left: 52px; */
}

.convenbuttop li a p {
	font-size: 16px;
	color: #333333;
	margin-top: 24px;
        line-height: 20px;
}

.convenbutbot {
	margin-top: 15px;
}

.convenbutbot li {
	text-align: center;
	margin-left: 15px;
	float: left;
	width: 390px;
	height: 200px;
	background-color: #fbfbfb;
	border: solid 1px #dddddd;
}

.convenbutbot li:nth-child(1) {
	margin-left: 0;
}

.convenbutbot li a {
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.convenbutbot li a img {
	/* display: inline-block; */
	width: 80px;
	height: 80px;
	/* margin: 0 auto; */
	/* margin-left: 52px; */
}

.convenbutbot li a p {
	font-size: 14px;
	color: #333333;
	margin-top: 24px;
}

.convenbuttop li:hover {
	box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
	transform: translate3d(0, -2px, 0);
}

/* 媒体查询 */
@media (min-width: 992px) and (max-width:1199px) {
	.titleimg {
		display: block;
	}

	.box {
		margin-top: 20px;
	}

	.header {
		min-width: 100%;
	}

	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}

	.search {
		margin: 20px auto;
	}

	.login {
		display: none;
	}

	.nav {
		display: none;
	}

	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
	}

	.minnav ul {
		margin-top: 20px;
	}

	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}

	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}

	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}

	.box {
		width: 100%;
	}

	.titleimg {
		display: block;
	}

	.Navigation {
		width: 100%;
		margin-bottom: 0px;
	}



	.nav-ul li {
		margin-left: 10%;

	}

	.nav-ul {
		margin: 0 auto;
	}

	.nav-ul li:nth-child(1),
	.nav-ul li:nth-child(4) {
		margin-left: 10%;
	}

	.news {
		width: 100%;
		padding: 15px;
	}

	.newstitle {
		width: 100%;
	}

	.list-title {
		display: none;
	}

	.list-ul {
		width: 100%;

	}

	.list-ul li {
		list-style: none;
		width: 100%;
		height: 25px;
		line-height: 20px;
	}

	.list-ul li span {
		display: none;
	}

	.news-r {
		width: 100%;
		margin-top: 20px;
	}

	.news-r>div>a>img {
		width: 100%;
	}

	.news-l {
		width: 100%;
		padding: 15px;
	}

	.Prevention {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.Convenience {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.contitle {
		width: 100%;
	}

	.edition {
		width: 100%;
	}

	.Mediawin {
		margin-left: 0px;
	}

	.convenbutbot li {
		margin-left: 0px;
		width: 100%;
	}

	.edition {
		padding: 0 15px;
		margin-top: -50px;
	}

	.edition ul li {
		width: 100%;
		display: inline-block;
		background: cornflowerblue;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		/* margin-left: 10px; */
		margin: 10px auto;
		border-radius: 10px;
	}

	.convenbuttop li {
		text-align: center;
		background-color: #fbfbfb;
		border: solid 1px #dddddd;

		margin-top: 10px;
		float: left;
		width: 180px;
		height: 180px;
		padding: 0;
	}

	.convenbuttop li a p {
		font-size: 14px;
		color: #333333;
		margin-top: 10px;
		line-height: 16px;
	}

	.convenbuttop li:nth-child(3),
	.convenbuttop li:nth-child(5),
	.convenbuttop li:nth-child(7),
	.convenbuttop li:nth-child(9),
	.convenbuttop li:nth-child(11),
	.convenbuttop li:nth-child(13),
	.convenbuttop li:nth-child(15) {
		margin-left: 0px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.titleimg {
		display: block;
	}

	.box {
		margin-top: 20px;
	}

	.header {
		min-width: 100%;
	}

	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}

	.search {
		margin: 20px auto;
	}

	.login {
		display: none;
	}

	.nav {
		display: none;
	}

	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
	}

	.minnav ul {
		margin-top: 20px;
	}

	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}

	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}

	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}

	.box {
		width: 100%;
	}

	.titleimg {
		display: block;
	}

	.Navigation {
		width: 100%;
		margin-bottom: 0px;
	}

	.nav-ul li {
		margin-left: 10%;

	}

	.nav-ul {
		margin: 0 auto;
	}

	.nav-ul li:nth-child(1),
	.nav-ul li:nth-child(4) {
		margin-left: 10%;
	}

	.news {
		width: 100%;
		padding: 15px;
	}

	.newstitle {
		width: 100%;
	}

	.list-title {
		display: none;
	}

	.list-ul {
		width: 100%;

	}

	.list-ul li {
		list-style: none;
		width: 100%;
		height: 25px;
		line-height: 20px;
	}

	.list-ul li span {
		display: none;
	}

	.news-r {
		width: 100%;
		margin-top: 20px;
	}

	.news-r>div>a>img {
		width: 100%;
	}

	.news-l {
		width: 100%;
		padding: 15px;
	}

	.Prevention {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.Convenience {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.contitle {
		width: 100%;
	}

	.edition {
		width: 100%;
	}

	.Mediawin {
		margin-left: 0px;
	}

	.convenbutbot li {
		margin-left: 0px;
		width: 100%;
	}

	.edition {
		padding: 0 15px;
		margin-top: -50px;
	}

	.edition ul li {
		width: 100%;
		display: inline-block;
		background: cornflowerblue;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		/* margin-left: 10px; */
		margin: 10px auto;
		border-radius: 10px;
	}

	.convenbuttop li {
		text-align: center;
		background-color: #fbfbfb;
		border: solid 1px #dddddd;

		margin-top: 10px;
		float: left;
		width: 180px;
		height: 180px;
		padding: 0;
	}

	.convenbuttop li a p {
		font-size: 14px;
		color: #333333;
		margin-top: 10px;
		line-height: 16px;
	}

	.convenbuttop li:nth-child(3),
	.convenbuttop li:nth-child(5),
	.convenbuttop li:nth-child(7),
	.convenbuttop li:nth-child(9),
	.convenbuttop li:nth-child(11),
	.convenbuttop li:nth-child(13),
	.convenbuttop li:nth-child(15) {
		margin-left: 0px;
	}
}

@media (min-width: 480px) and (max-width:767px) {
	.titleimg {
		display: block;
	}

	.box {
		margin-top: 20px;
	}

	.header {
		min-width: 100%;
	}

	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}

	.search {
		margin: 20px auto;
	}

	.login {
		display: none;
	}

	.nav {
		display: none;
	}

	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
	}

	.minnav ul {
		margin-top: 20px;
	}

	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}

	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}

	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}

	.box {
		width: 100%;
	}

	.titleimg {
		display: block;
	}

	.Navigation {
		width: 100%;
		margin-bottom: 0px;
	}

	.nav-ul li {
		margin-left: 10%;

	}

	.nav-ul {
		margin: 0 auto;
	}

	.nav-ul li:nth-child(1),
	.nav-ul li:nth-child(4) {
		margin-left: 10%;
	}

	.news {
		width: 100%;
		padding: 15px;
	}

	.newstitle {
		width: 100%;
	}

	.list-title {
		display: none;
	}

	.list-ul {
		width: 100%;

	}

	.list-ul li {
		list-style: none;
		width: 100%;
		height: 25px;
		line-height: 20px;
	}

	.list-ul li span {
		display: none;
	}

	.news-r {
		width: 100%;
		margin-top: 20px;
	}

	.news-r>div>a>img {
		width: 100%;
	}

	.news-l {
		width: 100%;
		padding: 15px;
	}

	.Prevention {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.Convenience {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.contitle {
		width: 100%;
	}

	.edition {
		width: 100%;
	}

	.Mediawin {
		margin-left: 0px;
	}

	.convenbutbot li {
		margin-left: 0px;
		width: 100%;
	}

	.edition {
		padding: 0 15px;
		margin-top: -50px;
	}

	.edition ul li {
		width: 100%;
		display: inline-block;
		background: cornflowerblue;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		/* margin-left: 10px; */
		margin: 10px auto;
		border-radius: 10px;
	}

	.convenbuttop li {
		text-align: center;
		background-color: #fbfbfb;
		border: solid 1px #dddddd;
		margin-top: 10px;
		float: left;
		width: 180px;
		height: 180px;
		padding: 0;
	}

	.convenbuttop li a p {
		font-size: 14px;
		color: #333333;
		margin-top: 10px;
		line-height: 16px;
	}

	.convenbuttop li:nth-child(3),
	.convenbuttop li:nth-child(5),
	.convenbuttop li:nth-child(7),
	.convenbuttop li:nth-child(9),
	.convenbuttop li:nth-child(11),
	.convenbuttop li:nth-child(13),
	.convenbuttop li:nth-child(15) {
		margin-left: 0px;
	}


}

@media (max-width:479px) {
	.titleimg {
		display: block;
	}

	.box {
		margin-top: 20px;
	}

	.header {
		min-width: 100%;
	}

	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}

	.search {
		margin: 20px auto;
	}

	.login {
		display: none;
	}

	.nav {
		display: none;
	}

	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
	}

	.minnav ul {
		margin-top: 20px;
	}

	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}

	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}

	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}

	.box {
		width: 100%;
	}

	.titleimg {
		display: block;
	}

	.Navigation {
		width: 100%;
		margin-bottom: 0px;
	}

	.nav-ul li {
		margin-left: 10%;

	}

	.nav-ul {
		margin: 0 auto;
	}

	.nav-ul li:nth-child(1),
	.nav-ul li:nth-child(4) {
		margin-left: 10%;
	}

	.news {
		width: 100%;
		padding: 15px;
	}

	.newstitle {
		width: 100%;
	}

	.list-title {
		display: none;
	}

	.list-ul {
		width: 100%;

	}

	.list-ul li {
		list-style: none;
		width: 100%;
		height: 25px;
		line-height: 20px;
	}

	.list-ul li span {
		/* display: none; */
	}

	.news-r {
		width: 100%;
		margin-top: 20px;
	}

	.news-r>div>a>img {
		width: 100%;
	}

	.news-l {
		width: 100%;
		padding: 15px;
	}

	.Prevention {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.Convenience {
		width: 100%;
		padding: 15px;
		margin-top: 0px;
	}

	.contitle {
		width: 100%;
	}

	.edition {
		width: 100%;
	}

	.Mediawin {
		margin-left: 0px;
	}

	.convenbutbot li {
		margin-left: 0px;
		width: 100%;
	}

	.edition {
		padding: 0 15px;
		margin-top: -50px;
	}

	.edition ul li {
		width: 100%;
		display: inline-block;
		background: cornflowerblue;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		/* margin-left: 10px; */
		margin: 10px auto;
		border-radius: 10px;
	}

	.convenbuttop li {
		text-align: center;
		background-color: #fbfbfb;
		border: solid 1px #dddddd;

		margin-top: 10px;
		float: left;
		width: 180px;
		height: 180px;
		padding: 0;
	}

	.convenbuttop li a p {
		font-size: 14px;
		color: #333333;
		margin-top: 10px;
		line-height: 16px;
	}

	.convenbuttop li:nth-child(3),
	.convenbuttop li:nth-child(5),
	.convenbuttop li:nth-child(7),
	.convenbuttop li:nth-child(9),
	.convenbuttop li:nth-child(11),
	.convenbuttop li:nth-child(13),
	.convenbuttop li:nth-child(15) {
		margin-left: 0px;
	}
}