body,ul,li,dl,dt,dd,p,ol,h1,h2,h3,h4,h5,h6,form,img,table,fieldset,legend{margin:0; padding:0;}
ul,li,ol{list-style:none;}
img,fieldset{border:0; }
img{display:block;}
a{text-decoration:none; color:inherit;}
h1,h2,h3,h4,h5,h6{font-weight:100;}
body{font-size:16px; font-family:"MicrosoftYaHei-Bold";}
input,a{outline:none;}
img{
	display: inline-block;
	vertical-align: middle;
}

button {
	outline: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
body {
	background: url("../../images/bg.png") no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #F4F4F4;
}

.main{
	min-width: 1200px;
	overflow: hidden;
}

#main_con {
	width: 1200px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#foot_icon{
	width: 250px;
	float: right;
	margin-top: 25px;
	margin-right: 220px;
}

/****common_mod.css拷贝样式 begin****/
.floor {
	background-color: #ffffff;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.left {
	float: left;
}
.right {
	float: right;
}
/***list稿件列表****/
.artcletitle {
	/*超出省略*/
	float: left;
	max-width: 80%;
	max-width: calc(100% - 89px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.artcletitle:hover{
	color: #00A0E9;
}
.artcleDate {
	float: right;
	font-size: 14px;
	color: #606060;
}
.dot .artcletitle:before {
	/*黄点*/
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../../images/dott.png) center center no-repeat;
}
/***list稿件列表 end****/
/*选项卡切换*/
.artcleChannelWrap {
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
}
.artcleChannelWrap .title{
	display: inline-block;
	width: 106px;
	height: 35px;
	line-height: 35px;
	color: #00a0e9;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	border-bottom: 2px solid #00a0e9;
}
.artcleList,
.artcleList li {
	width: 100%;
	overflow: hidden;
}
.artcleList {
	margin-top: 10px;
	overflow: hidden;
}
.artcleChannel {
	display: inline-block;
	padding: 0 18px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	margin-right: 6px;
	text-align: center;
	background-color: #F4F4F4;
	box-sizing: border-box;
}
.artcleChannel:hover {
	background-color: #00a0e9;
	color: #FFFFFF;
}
.artcleChannel.on {
	background-color: #00a0e9;
	color: #FFFFFF;
}
.artcleChannel.on:after {
	content: "";
	display: block;
	width: 13px;
	height: 6px;
	background-image: url(../../images/public_9.png);
	background-repeat: no-repeat;
	margin: auto;
}
.more1 {
	float: right;
	margin-top: 15px;
	color: #606060;
}
.more1:hover{
	color: #00a0e9;
}
/*选项卡切换*/

/** 当前导航位置 **/
.floor_lead ul li {
	float: left;
}
.floor_lead ul li:nth-child(1){
	margin-right: 5px;
}
.floor_lead {
	padding-bottom: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.main，.main #main_con,.main #main_con .floor,.main #main_con .floor .bottomwrap{
	overflow: unset;
}


/****common_mod.css拷贝样式 end****/
@media screen and (max-device-width:768px) {
	.main {
		min-width: 100%;
	}

	#main_con {
		width: 100%;
		height: auto;
		padding: 10px 10px 20px 10px;
		margin-bottom: 0;
		box-sizing: border-box;
		background-color: #FFFFFF;
	}
	#f1{
		margin-top: 0;
	}
	.floor {
		padding: 0;
		height: auto;
	}
	.floor_lead{
		padding-bottom: 10px;
	}
	.artcleListMod .artcleChannelWrap{
		border: none;
	}
	.organization img{
		width: 100%;
	}
}