﻿/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}

.clearfix {
	*zoom: 1;
}
.blank20{ clear:both; height:20px;}
.w1200{ width:1200px; margin:0 auto; color:#Fff;text-shadow: 0 0 20px #133b78;filter:shadow(Color=#0000ff,Direction=10,Strength=10); height:300px; line-height:300px; font-size:60px; font-weight:bold; text-align:center;}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 16px;
}

.main-body{
	width: 100%;

}

.container{
	width: 1200px;
	margin: 0 auto;
	
}

.floor1{
	width: 800px;
	height: 60px;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 1.55rem;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
}

.matter{
	width: 100%;
}

.item-matter{
	width: 31.3%;
	height: 320px;
	float: left;
	margin-top: 30px;
	background-color: #fff;
	margin-right: 2%;
	 border:1px solid #f1f1f1;
	box-sizing:
	border-box;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 3px 5px 4px #f1f1f1;
}

.item-matter a{
	display: block;
	width: 100%;
	height: 100%;
}

.toptitle{
	width: 100%;
	height: 40px;
	background-color: #054ecf;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.toptitle a{
	color: #ffffff;
}

.content{
	width: 100%;
}

.leftinfo{
	display: block;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 8px 0;
	font-size: 16px;
	text-align: center;
	color: #1449be;
}

.rightcon{
	display: block;
	font-size: 16px;
	float: left;
	width: 75%;
	height: 150px;
	padding:5px;
	line-height: 30px;
}

.timecon{
	display: block;
	font-size: 16px;
	float: left;
	width: 75%;
	padding: 5px 0;
}

.practi{
	width: 80%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color:#73abde;
	margin-top: 10px;
	font-size: 18px;
	cursor: pointer;
}

.practi a{
	color: #ffffff;
}

.practi:hover{
	background-color: #ff5100;
}

/* 重点任务二级页面 */
.ejtop{
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
}

.ejtop iframe{
	border: 0;

}
.wcsj{
	height:50px;
}