* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	/* font-family: 黑体; */
}

a:hover {
	text-decoration: none;
	/* font-family: 黑体; */
}

ul,
ol {
	list-style: none;
}

/* 头部 */
.headert {}

.headert .header_top {
	width: 100%;
	height: 160px;
	background-color: #002b79;
	padding: 30px 0;
}

.headert .header_top .top_logo {
	display: flex;
}

.headert .header_top .top_logo img {
	width: 430px;
	/*height: auto;*/
	/*height: 80px;*/
	padding-right: 10px;
	border-right: 3px solid #fff;
	margin-right: 10px;
}

.headert .header_top .top_text {
	color: #fff;
	margin-top: 6px;
}

.headert .header_top .top_text b {
	font-size: 46px;
	font-family: 楷体;
}
.sidet{
	margin: 10px 10px 10px 10px;
	font-size: 24px;
	font-family: 楷体;
	color: #fff;
}


/* 移动端导航 */
.navbar {
	background-color: #002b79;
	border-bottom: #002b79;
	position: absolute;
}

.navbar .top_text {
	color: #fff;
	margin-top: 3px;
}

.header {
	height: 50px;
	background-color: #0d3c8c !important;
	color: white;
	margin: 0 -15px;
}

.header a {
	font-size: 14px;
	color: white;
}

.navi {
	position: relative;
	height: 50px;
	width: 85%;
}

.navi ul {
	display: flex;
	justify-content: space-around;
}

.navi li {
	float: left;
	list-style: none;
}

.navi li>a {
	display: block;
	font-size: 18px;
	color: #fff !important;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}

.navi li.on>a,
.navi li:hover>a {
	color: black !important;
}

.navi li.on,
.navi li:hover {
	background: #fff;
	color: black;
}

.navi ul li {
	float: left;
}

.two-nav {
	/* padding: 15px; */
	position: absolute;
	/* left: 0px; */
	background-color: #fafbfc;
	width: 150px;
	/* height: 196px; */
	margin-top: -1px;
	z-index: 9999;
	display: none
}

.two-nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 150px;
	padding: 0px 15px;
	font-size: 16px;
	background: #002b79;
	text-align: center;
}

.two-nav a:hover {
	color: #e6e8eb !important;
}



.banner{
    background-image: url("/statics/images/zc/2zc.jpg");
	height: 480px;
	background-size: 100% 100%;
	margin-top: -1px;
	
}
.more {
	line-height: 40px;
}
.bd img{
    width: 100%;
    height: 100%;
    background:#fff center 0 no-repeat;
    background-size: 100% 100%;
    margin-top: -1px;
}

/* 工会动态 */
.tt {
	width: 100%;

}

.image {
	padding-left: 0%;
	padding-right: 0%;
}

.image .wz {
	margin: 0.625rem;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 3.25rem;
}

.image .wz .wz-bottom {
	font-size: 14px;
	margin: 1.25rem;
}
.nt1 .wzs{
	margin: 0.625rem;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 7.25rem;
	text-align: center;
}
.image .wzs .wzs-bottom {
	font-size: 14px;
	margin: 1.25rem;
}
.image a {
	color: #000;
}

.nt1 {
	display: flex;
	height: 15rem;
	width: 100%;
	background-color: #fef6f7;
}

.nt1 img {
	height: 15rem;
	width: 20rem;
}

.nt1-bottom li {
	width: 100%;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dashed #ccc;
	display: flex;
	justify-content: space-between;
	margin: 20px 10px 20px 10px;
	text-overflow: ellipsis;
    overflow: hidden;
}

/* 组织动态 */



.active {
	margin-top: 20px;
}

.active .active_top {
	border-bottom: #e0e0e0 1px solid;
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	line-height: 40px;
}

.active .active_top .xs_top span {
	font-size: 24px;
	color: #002b79;
	font-weight: bold;
}

.active .active_top img {}

.active .active_top span {
	color: #555;

}

.active .text li {

	height: 4.15rem;
}


.active .text li a p {
	font-size: 16px;
	color: #000;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.active .text li span {
	float: right;
}

/* 通知公告 */

/* 最后部分 */
/* 基层风采 文件制度*/

.last {
	margin-top: 10px;
}

.last .last_top {
	margin-bottom: 20px;
	border-bottom: #e0e0e0 1px solid;
	display: flex;
	justify-content: space-between;
}

.last .last_top .xs_top span {
	font-size: 24px;
	color: #002b79;
	font-weight: bold;
}

.last .last_top img {}

.last .last_top span {
	color: #555;
	font-size: 12px;
}

.last .text li {
	line-height: 3.5rem;

}

.last .text li a p {
	font-size: 16px;
	color: #000;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.last .text li span {
	float: right;
}

/* 底部链接 */
/* .link {}

.link .link_box {
	text-align: center;
	border-left: 1px solid #999;
}

.link .link_box:first-of-type {
	border-left: none;
}

.link .link_box img {
	height: 70px;

}

.link .link_box p {
	color: #000000;
	font-size: 16px;
	font-weight: bold;

} */

/* 信息平台 */
.piclist {
	display: block;
	width: 100%;
	height: 145px;
	margin: 15px auto;
	margin-right: 2%;
	background-color: #002b79;
	text-align: center;
}

.piclist img {
	width: 70px;
	height: 7.125rem;
	margin-top: 1.25rem;
}

.piclist p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 10px;
}
.piclist1 {
	display: block;
	width: 100%;
	height: 60 px;
	margin: 15px auto;
	margin-right: 2%;
	background-color: #002b79;
	text-align: center;
	border-radius: 2%;
}
.piclist1 img {
	width: 57px;
	height: 6.125rem;
	margin-top: 0.75rem;
}

.piclist1 p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 10px;
}
.ititle {
	height: 43px;
	background: url("/statics/images/zc/lm.png") no-repeat left 40px;
}

.ititle img {
	height: 30px;
	width: 30px;
}

.ititle h2 {
	float: left;
	margin: 0;
	padding: 0 15px;
	font-size: 20px;
	margin-bottom: 4px;
	line-height: 32px;
	display: block;
	height: 32px;
	color: #000000;
	padding-bottom: 5px;
	margin-left: -10px;
}

/* 成果展示 */

/* 底部 */
footer {
	width: 100%;
	height: 200px;
	background-color: #002b79;
	margin-top: 50px;
	padding: 10px 0;
	font-family: 黑体;

}

footer .all {
	display: flex;
	justify-content: space-between;
}

footer .left {
	display: flex;
	color: #fff;
}

footer .left img {
	margin-top: 20px;
	width: 130px;
}

footer .left .text {
	font-size: 16px;
	line-height: 3rem;
	margin-top: 20px;
}

footer .right {
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

footer .right img {
	width: 100px;
	margin: 5px 0;
}
