/* 顶部链接 */
.m-top {
	background: #eee;
	/* background: #111; */
}
.m-top .top-cont .top-list ul {
	margin-top: 10px;
}
.m-top .top-cont .top-list li {
	position: relative;
	float: left;
	margin-right: 30px;
}
.m-top .top-cont .top-list li::before {
	position: absolute;
	left: -10px;
	top: 50%;
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #666;
}
.m-top .top-cont .top-list li a {
	font-size: 12px;
	color: #666;
}

/* 全国党建网站联盟 */
.m-union {
	background: #f6b84b;
}
.m-union .union-cont {
	position: relative;
}
.m-union .union-cont .union-left {
	padding: 10px 0;
	font-size: 28px;
	font-weight: bolder;
	color: #0f376a;
}
.m-union .union-cont ul {
	position: absolute;
	right: 50px;
	bottom: 10px;
}
.m-union .union-cont ul li {
	float: left;
}
.m-union .union-cont ul li a {
	color: #0000ee;
	font-size: 14px;
	border-right: 1px solid #0000ee;
	padding: 0 5px;
}
.m-union .union-cont ul li:last-child a {
	border: none;
}
.m-union .union-cont .j-key {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #0000ee;
	font-size: 14px;
}
.m-union .union-cont a:hover {
	text-decoration: underline;
}
.j-show {
	display: none;
}

/* 凤阳县 */
.m-fy {
	background: #f3f3f3;
}
.m-fy .fy-cont {
	padding: 20px 0;
}
.m-fy .fy-cont p {
	font-size: 28px;
	font-weight: bolder;
	color: #0f376a;
}
.m-fy .fy-cont p span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}
.m-fy .fy-cont .fy-location {
	margin-top: 20px;
	font-size: 14px;
}
.m-fy .fy-cont .fy-location,
.m-fy .fy-cont .fy-location a {
	color: #666;
}
.m-fy .fy-cont .fy-location a:hover {
	text-decoration: underline;
}

/* 各乡镇 */
.m-sub .sub-cont ul {
	padding: 10px 0;
}
.m-sub .sub-cont li {
	float: left;
	width: 12.5%;
}
.m-sub .sub-cont li a {
	color: #000;
	font-size: 14px;
	font-weight: bolder;
}
.m-sub .sub-cont li a:hover {
	text-decoration: underline;
}



/* banner */
.m-banner {
	width: 100%;
	background-image: linear-gradient(#fff7cf, #fffbef);
}
.m-banner .logo {
	float: left;
	width: 30%;
}
.m-banner .hot-img {
	float: right;
	width: 70%;
}
.m-banner .hot-img li {
	display: none;
}
.m-banner .hot-img li.active {
	display: block;
}

@media (min-width: 1200px) {
	.m-banner {
		height: 183px;
		background-image: linear-gradient(#fff7cf, #fffbef);
	}
	.m-banner .logo img {
		height: 100%;
	}
	.m-banner .hot-img img {
		height: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.m-banner .hot-img img {
		width: 100%;
	}
	.m-banner .logo img {
		width: 100%;
	}
}

/* 首页 导航栏 */
.is-header .m-nav {
	background: #cc1c25;
}
.is-header .m-nav .nav-pc {
	/* display: flex; */
}
.is-header .m-nav .nav-pc div {
	width:11%;
	float:left;
	/* flex: 1; */
}
.is-header .m-nav .nav-pc div a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-left: 1px solid #dc656b;
	font-size: 20px;
}
.is-header .m-nav .nav-pc div:last-child a {
	border-right: 1px solid #dc656b;
}
.is-header .m-nav .nav-pc div a:hover {
	background: #ff9000;
	border: none;
	text-decoration: none;
}
.is-header .m-nav .nav-phone {
	display: none;
	position: relative;
	color: #fff;
	padding: 10px;
}
.is-header .m-nav .nav-phone a {
	font-size: 14px;
	color: #fff;
}
.is-header .m-nav .nav-phone span {
	position: absolute;
	top: 15px;
	right: 15px;
}
.is-header .m-nav .nav-phone .phone-menu {
	display: none;
}
.is-header .m-nav .nav-phone .phone-menu a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}

/* 天气、用户登录与搜索 */
.m-status {
	margin-top: 20px;
}
.m-status .m-sky span {
	color: #333;
	font-size: 14px;
}
.m-status .m-user li {
	float: left;
	font-size: 14px;
	padding: 5px 10px;
	margin-left: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.m-status .m-user li span {
	margin-right: 5px;
}
.m-status .m-user li input {
	width: 70px;
}
.m-status .m-user li:last-child {
	padding: 0;
}
.m-status .m-user li button {
	border: none;
	background: #f2f2f2;
	padding: 5px 10px;
	border-radius: 5px;
	color: #333;
}
.m-status .m-time {
	margin-right:10px;
	padding-top:2px;
	font-size: 14px;
	color: #666;
}
.m-status .m-search {
	position: relative;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #999;
}
.m-status .m-search input[type=text] {
	line-height: 30px;
}
.m-status .m-search input[type=submit] {
	width: 30px;
	height: 30px;
	background: url(../images/icon-search.png) center no-repeat;
}


@media screen and (max-width: 1200px) {
	.m-title .title-cont {
		width: 98%;
		margin: 20px 1%;
	}
	.m-fy .is-w,
	.is-w {
		padding: 20px 1%;
	}
	.m-union .union-cont .j-hidden {
		right: 1%;
	}
	.m-ztzl .ztzl-logo {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.is-header .m-nav .nav-pc {
		display: none;
	}
	.is-header .m-nav .nav-phone {
		display: block;
	}
}
@media screen and (max-width: 484px) {
	.hot-img {
		display:none;
	}
	.m-banner .logo {
		width:100%;
	}
}