@charset "utf-8"; 

*{padding:0; margin:0 auto; font-size:12px; color:#333;}
ul,li{list-style:none;}
img{border:none;}
a{color:#333; text-decoration:none;}
a:hover{color:#1c9bfa; text-decoration:underline;}

.floatL{float:left;}
.floatR{float:right;}
.clear{clear:none;}

/* 登录 --------------------------------------------------------------------------------*/
.bgLogin{background:#f4f4f4 url(../images/bg_login.jpg) no-repeat top center;}
.login{
	padding-top:62px; 
	width:1000px;
	overflow:hidden;
}
.login .logo{
	height:39px;
	margin-bottom:16px;
	background:url(../images/logo01.gif) no-repeat center left;
	overflow:hidden;
}
.login .cont{
	width:256px;
	height:280px;
	padding:84px 35px 5px;
	background:url(../images/bg_login_form.png) no-repeat top left;
	_background:url(../images/bg_login_form.gif) no-repeat top left;
	margin:30px 0 0 auto;
	overflow:hidden;
}
.login .cont li{
	height:44px;
	padding-left:42px;
	margin-bottom:3px;
	background:url(../images/bg_login_inputL.png) no-repeat;
	_background:url(../images/bg_login_inputL.gif) no-repeat;
	*float:left;
	*width:100%;
	overflow:hidden;
}
.login .cont li span{
	display:block;
	float:left;
	height:28px;
	padding:8px 8px 8px 0;
	background:url(../images/bg_login_inputR.png) no-repeat top right;
	_background:url(../images/bg_login_inputR.gif) no-repeat top right;
	overflow:hidden;
}
.login .cont li input.ext{
	width:205px;
	height:28px;
	line-height:28px;
	background:none;
	border:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:"微软雅黑";
	color:#333;
	overflow:hidden;
}
.login .cont li input.btn{
	width:248px;
	height:36px;
	border:none;
	cursor:pointer;
	background:url(../images/btn_sign.gif) no-repeat top left;
	overflow:hidden;
}
.login .cont li.l1{background-position:0 0px;}
.login .cont li.l2{background-position:0 -44px;}
.login .cont li.l3{background-position:0 -88px;}
.login .cont li.l4{background-position:0 -132px;}
.login .cont li.l4 input.ext{width:117px;}
.login .cont li.l4 b{
	display:inline-block;
	float:left;
	height:24px;
	padding:2px 5px 2px 12px;
	border-left:1px solid #d5e3fe;
	overflow:hidden;
}
.login .cont li.l4 img{
	height:24px;
	width:70px;
	cursor:pointer;
	vertical-align:bottom;
}
.login .cont li.l5{
	background:none;
	text-align:center;
	padding:6px 0;
	height:36px;
}
.login .cont li.l6{	
	background:none;
	padding:0 8px;
	color:#b2bbfa;
}
.login .cont li.l6 a{
	color:#b2bbfa;
}

.bgSign{background:#fff url(../images/bg_sign_body.png) repeat-x top left;}
.sign{
	min-height:560px;
	_height:560px;
	background:url(../images/bg_sign_main.png) no-repeat top center;
	overflow:hidden;
}
.sign .cont{
	width:405px;
	height:250px;
	padding:100px 100px 0;
	overflow:hidden;
	margin:190px auto 0;
	background:url(../images/bg_sign_form.png) no-repeat top left;
	_background:url(../images/bg_sign_form.gif) no-repeat top left;
}
.sign .cont li{
	padding:5px 0;
	overflow:hidden;
	width:100%;
}
.sign .cont li span{
	display:block;
	width:60px;
	height:40px;
	overflow:hidden;
	float:left;
	line-height:40px;
	text-align:right;
	font-size:14px;
	color:#999;
}
.sign .cont li input.ext{
	width:250px;
	height:40px;
	border:none;
	background:url(../images/bg_sign_input.gif) no-repeat top left;
	overflow:hidden;
	text-indent:10px;
	line-height:40px;
	font-size:14px;
	padding-right:4px;
	float:left;
}
.sign .cont li a{
	display:block;
	float:left;
	margin-left:12px;
	height:40px;
	line-height:40px;
	color:#3a72b7;
	overflow:hidden;
}
.sign .cont li b{
	display:block;
	float:left;
	height:24px;
	overflow:hidden;
	padding:8px 12px;
	background:url(../images/bg_sign_input.gif) no-repeat top right;
}
.sign .cont li b img{ 
	height:30px;/*height:20px;   by fcl*/
	/*vertical-align:bottom;*/
	padding:0px 0px 0px 6px;/*padding:2px 2px 2px 12px; by fcl*/
	border-left:1px solid #d9e8fe;
}
.sign .cont li.btn{
	text-align:left;
	padding-left:62px;
	padding-top:15px;
}
.sign .cont li.btn input{
	width:248px;
	height:36px;
	border:none;
	cursor:pointer;
	background:url(../images/btn_sign.gif) no-repeat 0 -37px;
	overflow:hidden;
	padding-top:36px
}

/* 布局 --------------------------------------------------------------------------------*/
#header{background:#1c9bfa;overflow:visible;}
#sideMenu{
	width:219px;
	float:left;
	background:#d4ecf7;
	border-right:1px solid #ade1f9;
	overflow:hidden;
}
#content{
	background:#f5f5f5;
	float:left;
	overflow:hidden;
}

/* 头部 --------------------------------------------------------------------------------*/
#header .tipbar{
	height:70px;
	overflow:visible;
	position:relative;
	*z-index:9;
}
#header .tipbar .btnA{
	width:70px;
	height:70px;
	border:none;
	border-right:1px solid #6bbefc;
	background:url(../images/icon02.gif) no-repeat center center;
	cursor:pointer;
	float:left;
	overflow:hidden;
}
#header .tipbar .btnB{
	position:absolute;
	top:0;
	right:0;	
	overflow:hidden;
}
#header .tipbar .btnB input{
	width:32px;
	height:70px;
	border:none;
	cursor:pointer;
	background:#1b93ed;
	overflow:hidden;
}
#header .tipbar .logo{
	height:42px;
	float:left;
	padding:14px 10px;
	overflow:hidden;
}
#header .tipbar .nav{
	height:30px;
	float:left;
	padding:24px 0 16px 0;
	line-height:30px;
	color:#bfdcfd;
	overflow:hidden;
}
#header .tipbar .nav a{
	color:#bfdcfd;
	padding:0 10px;
}
#header .tipbar li.floatR{
	overflow:visible;
	position:absolute;
	top:0;
	right:32px;
}
#header .tipbar .user{
	padding:8px 5px 6px 0;
	overflow:visible;
	text-align:right;
}
#header .tipbar .user dt{
	height:24px;
	line-height:24px;
	color:#fff;
	margin-bottom:6px;
	text-align:right;
	margin-right:0;
	overflow:hidden;
}
#header .tipbar .user dt a{
	color:#fff;
	padding:0 8px;
}
#header .tipbar .user dd{
	height:24px;
	margin-right:8px;
	position:relative;
	overflow:visible;
}
#header .tipbar .user dd .name{
	height:24px;
	text-align:right;
	overflow:hidden;
}
#header .tipbar .user dd .name span{
	display:block;
	height:24px;
	color:#fff;
	line-height:24px;
	float:right;
	overflow:hidden;
}
#header .tipbar .user dd .name span.t1{
	width:32px;
	background:url(../images/icon01.gif) no-repeat top right;
}
#header .tipbar .user dd .oper{
	width:150px;
	position:absolute;
	top:28px;
	right:0px;
	z-index:99;
	background:url(../images/bg_user_arrow.gif) no-repeat top right;
	padding-top:4px;
	display:none;
	overflow:hidden;
}
#header .tipbar .user dd .oper .tit{
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:left;
	background:#409cd6;
	font-size:14px;
	padding:0 10px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	overflow:hidden;
}
#header .tipbar .user dd .oper .txt{
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:none;
	padding:5px 0;
	overflow:hidden;
}
#header .tipbar .user dd .oper .txt a{
	display:block;
	color:#666;
	padding:6px 12px;
	height:16px;
	line-height:16px;
	text-align:left;
	background:url(../images/icon01.gif) no-repeat;	
	overflow:hidden;
}
#header .tipbar .user dd .oper .txt a.icon_modify{background-position:120px -305px;}
#header .tipbar .user dd .oper .txt a.icon_see{background-position:120px -335px;}
#header .tipbar .user dd .oper .txt a.icon_set{background-position:120px -365px;}
#header .tipbar .user dd .oper .txt a.icon_lock{
	background-position:120px -392px;
	border-top:1px solid #e5e5e5;
	margin-top:4px;
	padding-top:10px;
}
#header .tipbar .user dd .oper .txt a.icon_quit{background-position:120px -427px;}
#header .navbar{
	height:42px;
	background:#376caf;
	overflow:hidden;
}
#header .navbar a{
	display:inline-block;
	height:42px;
	float:left;
	font-size:18px;
	line-height:42px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	padding:0 15px;
	color:#fff;
	margin-right:2px;
	overflow:hidden;
}
#header .navbar a:hover,
#header .navbar a.sel{
	text-decoration:none;
	background:#2984d5;
}

/* 侧菜单 --------------------------------------------------------------------------------*/
#sideMenu .tips{
	background:#f1f9fc;
	height:35px;
	overflow:hidden;
}
#sideMenu .tips .btn_arrow{
	width:30px;
	height:35px;
	background:#f9fdfe url(../images/icon01.gif) no-repeat 7px -33px;
	border:none;
	border-right:1px solid #e9eff0;
	cursor:pointer;
	float:left;
	overflow:hidden;
}
#sideMenu .tips .btn_nail{
	width:25px;
	height:25px;
	border:1px solid #dfe4e4;
	background:#fff url(../images/icon01.gif) no-repeat 6px -109px;
	cursor:pointer;
	float:right;
	margin:5px 8px 0 0;
	overflow:hidden;
}
#sideMenu .tips span{
	display:inline-block;
	float:left;
	height:35px;
	line-height:37px;
	font-size:14px;
	color:#000;
	padding-left:10px;
	overflow:hidden;
}
#sideMenu .tree{
	padding:20px;
	overflow:hidden;
}

/* 主体 --------------------------------------------------------------------------------*/
#content .navbar{
	height:28px;
	padding:8px 31px 0 0;
	background:#fff url(../images/bg_line_blue.gif) repeat-x bottom left;
	position:relative;
	overflow:visible;
}
#content .navbar .btn_arrow{
	width:30px;
	height:35px;
	background:#fff url(../images/icon01.gif) no-repeat 7px -67px;
	border:none;
	border-left:1px solid #e9eff0;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	z-index:9;
	overflow:hidden;
}
#content .navbar .tips{
	width:30px;
	position:absolute;
	top:0;
	right:0;
	z-index:7;
	overflow:hidden;
}
#content .navbar .tips dl.aid{
	background:#d4ecf8;
	border-left:1px solid #ade1f9;
	margin-left:185px;
	overflow:hidden;
}
#content .navbar .tips dl.aid dt{
	height:35px;
	background:#f1f9fb url(../images/icon01.gif) no-repeat 10px -170px;
	padding-left:32px;
	font-size:14px;
	line-height:35px;
	overflow:hidden;
}
#content .navbar .tips dl.aid dd{
	padding:10px 15px;
	overflow:hidden;
}
#content .navbar .tips dl.aid dd.num{
	font-size:14px;
	border-bottom:1px solid #e9f4fa;
}
#content .navbar .tips dl.aid dd.num b{
	color:#cc0100;
}
#content .navbar .unfold{width:185px;}
#content .navbar .unfold .btn_arrow{background-position:7px -133px;} 
#content .navbar .unfold dl.aid{margin:0;}
#content .navbar .nav{
	float:left;
	height:28px;
	position:relative;
	padding:0 25px;
	overflow:hidden;
}
#content .navbar .nav span.add{
	width:38px;
	height:15px;
	background:url(../images/bg_nav_add.gif) no-repeat top left;
	cursor:pointer;
	position:absolute;
	top:12px;
	right:0px;
	z-index:8;
	overflow:hidden;
}
#content .navbar .nav dl{
	float:left;
	height:28px;
	margin-left:-15px;
	position:relative;
	padding-right:32px;
	overflow:hidden;
}
#content .navbar .nav dl span{
	display:block;
	float:left;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	overflow:hidden;
}
#content .navbar .nav dl span.title{
	height:27px;
	background:#52c6fd;
	border-left:1px solid #52c6fd;
	border-top:1px solid #52c6fd;
	padding:0 10px;
	line-height:27px;
	color:#3d3d3d;
	cursor:pointer;
	overflow:hidden;
}
#content .navbar .nav dl span.close{
	width:32px;
	height:16px;
	background:url(../images/bg_nav.gif) no-repeat 0 -29px;
	text-align:left;
	padding:6px 0;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}
#content .navbar .nav dl span.close input{
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:url(../images/icon03.gif) no-repeat 4px 4px;
	overflow:hidden;
}
#content .navbar .nav dl.sel span{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#content .navbar .nav dl.sel span.title{
	background:#f5f5f5;
	border-left:1px solid #b7e4fa;
	border-top:1px solid #b7e4fa;
}
#content .navbar .nav dl.sel span.close{
	background:url(../images/bg_nav.gif) no-repeat 0 0;
	z-index:3;
}
#content .column{
	padding:18px 2px 2px 18px;
	overflow-x:hidden;
	overflow-y:auto;
}

#content .wrap01{
	background:#fff;
	border:1px solid #e7e7e7;
	padding:10px 0;
	margin-right:1%;
	margin-bottom:15px;
	*margin-right:0.75%;
	overflow:hidden;
}
#content .wrap01 .tit{
	padding:0 15px;
	height:30px;
	overflow:hidden;
}
#content .wrap01 .tit li.t0{
	font-size:14px;
	font-weight:bold;
	color:#5a94b6;
	float:left;
	line-height:30px;
	overflow:hidden;
}
#content .wrap01 .tit li.t1{
	float:right;
	padding:7px 0;
	overflow:hidden;
}
#content .wrap01 .more{
	height:20px;
	line-height:20px;
	padding:0 15px;
	text-align:right;
	color:#e60012;
	overflow:hidden;
}
#content .wrap01 .more a{
	color:#e60012;
}
#content .wrap01 .txt{
	padding:3px 15px;
	overflow:hidden;
}
#content .wrap01 .txt li{
	width:100%;
	*float:left;
	height:16px;
	line-height:16px;
	padding:5px 0;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
#content .wrap01 .txt li a span,
#content .wrap01 .txt li span a{
	color:#ff0000;
}

#content .wrap01 .txt_deal{
	height:205px;
	padding:8px 3px 3px 15px;
	overflow:hidden;
}
#content .wrap01 .txt_deal a{
	display:block;
	float:left;
	width:90px;
	height:30px;
	padding-top:65px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	font-family:"微软雅黑","黑体";
	margin:0 2px 10px 0;
	background:url(../images/icon04.png) no-repeat;
	_background:url(../images/icon04.gif) no-repeat;
	overflow:hidden;
}
#content .wrap01 .txt_deal a.iconD1{background-position:20px 12px;}
#content .wrap01 .txt_deal a.iconD2{background-position:-62px 10px;}
#content .wrap01 .txt_deal a.iconD3{background-position:-158px 17px;}
#content .wrap01 .txt_deal a.iconD4{background-position:20px -82px;}
#content .wrap01 .txt_deal a.iconD5{background-position:-72px -84px;}
#content .wrap01 .txt_deal a.iconD6{background-position:-156px -76px;}
#content .wrap01 .txt_deal a.iconD7{background-position:25px -175px;}
#content .wrap01 .txt_deal a.iconD8{background-position:-72px -180px;}
#content .wrap01 .txt_deal a:hover{
	background-color:#f4f9fe;
	text-decoration:none;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;  
}

#content .wrap01 .txt_progress{
	height:210px;
	padding:3px 15px;
	overflow:hidden;
}
#content .wrap01 .txt_progress dl{
	height:16px;
	padding:5px 0;
	overflow:hidden;
}
#content .wrap01 .txt_progress dl dt{
	height:16px;
	line-height:16px;
	text-align:left;
	width:70%;
	float:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
#content .wrap01 .txt_progress dl dt span.num{
	display:inline-block;
	float:left;
	width:16px;
	height:16px;
	line-height:18px;
	background:url(../images/bg_rank_num.gif) no-repeat center center;
	margin-right:4px;
	text-align:center;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	overflow:hidden;
}
#content .wrap01 .txt_progress dl.t0 dt{
	text-indent:20px;
	font-weight:bold;
	overflow:hidden;
}
#content .wrap01 .txt_progress dl.t0 dd{
	font-weight:bold;
	overflow:hidden;
}
#content .wrap01 .txt_progress dl dd{
	height:16px;
	line-height:16px;
	text-align:center;
	width:29%;
	float:right;
	overflow:hidden;
}

#content .wrap01 .txt_sroll{
	height:180px;
	padding:3px 15px;
	overflow:hidden;
}
#content .wrap01 .txt_sroll .prev,
#content .wrap01 .txt_sroll .next{
	float:left;
	padding-top:70px;
	overflow:hidden;
}
#content .wrap01 .txt_sroll .prev input{
	border:none;
	cursor:pointer;
	width:20px;
	height:40px;
	background:url(../images/btn_prev.gif) no-repeat center center;
	overflow:hidden;
}
#content .wrap01 .txt_sroll .next input{
	border:none;
	cursor:pointer;
	width:20px;
	height:40px;
	background:url(../images/btn_next.gif) no-repeat center center;
	overflow:hidden;
}
#content .wrap01 .txt_sroll .sub{
	width:380px;
	padding:10px 15px;
	line-height:160%;
	color:#818181;
	float:left;
	_zoom:1;
	overflow:hidden;
}
#content .wrap01 .txt_sroll .sub h3{
	font-size:14px;
	margin-bottom:6px;
}
#content .wrap01 .txt_sroll .sub p{
	padding:2px 0;
	color:#818181;
}
#content .wrap01 .txt_sroll .sub p a{
	color:#818181;
}
#content .wrap01 .txt_sroll .sub img{
	width:120px;
	height:160px;
	float:left;
	margin-right:20px;
}

#content .column .w23_210{width:23%;float:left;border-top:2px solid #5a94b6;}
#content .column .w23_210 .txt{height:210px;}
#content .column .w45_210{width:45%;float:left;border-top:2px solid #ffa200;}
#content .column .w45_210 .tit li.t0{color:#ffa200;}
#content .column .w28_210{width:28%;float:left;border-top:2px solid #3f8407;}
#content .column .w28_210 .tit li.t0{color:#3f8407;}

#content .column .w23_160{width:23%;float:left;}
#content .column .w23_160 .txt{height:160px;}
#content .column .w22_160{width:22%;float:left;}
#content .column .w22_160 .txt{height:160px;}
#content .column .w22_160 .txt li{background:url(../images/icon03.gif) no-repeat 0 -87px;text-indent:10px;}
#content .column .w28_160{width:28%;float:left;}
#content .column .w28_160 .txt{height:160px;}

#content .column .w45_180{width:45%;float:left;}


/*--工作台-工作进展改为通知公告 by fcl 20151114--5行----*/ 
#content .column .w28_210 .txt{height:210px;}
#content .column .w28_210 .txt li{background:url(../images/icon03.gif) no-repeat 0 -87px;text-indent:10px;}
/* #content .column .w28_210 .txt dl{background:url(../images/icon03.gif) no-repeat 0 -87px;text-indent:10px;}
*/
#content .wrap01 .txt dl dt {
	background:url(../images/icon03.gif) no-repeat 0 -87px;text-indent:10px;
	float: left;/**/
	
	font-size: 15px;/**/
	text-indent: 10px;
	
    height: 16px;/*20*/
    line-height: 16px;/*20*/
    overflow: hidden;
    padding: 5px 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
#content .wrap01 .txt dl dd {
    color: #999;
    float: left;
    font-family: "Microsoft YaHei","微软雅黑","黑体";
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: right;
    width: 20%;
} 

/* 按钮 --------------------------------------------------------------------------------*/
.btn_set{
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:url(../images/icon03.gif) no-repeat 2px -45px;
	overflow:hidden;
}
.btn_close{
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:url(../images/icon03.gif) no-repeat 4px -71px;
	overflow:hidden;
}
.btn_refresh{
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:rgba(0, 0, 0, 0) url("../images/pagination_icons.png") no-repeat scroll -64px 0 ;
	overflow:hidden;
}
.btn-loading {
    background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll 0 0;
}
/* 前台 --------------------------------------------------------------------------------*/
.pageNum{
	height:32px;
	padding:5px 15px 10px;
	text-align:center;
	overflow:hidden;
}
.pageNum li{
	display:inline-block;
	overflow:hidden;
}
.pageNum li span{
	display:block;
	float:left;
	width:30px;
	height:30px;
	background:#fff;
	border:1px solid #ddd;
	border-right:none;
	line-height:30px;
	text-align:center;
	color:#888;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	overflow:hidden;
}
.pageNum li span:hover{
	color:#1c9bfa;
	font-weight:bold;
}
.pageNum li span.nSel,
.pageNum li span:hover.nSel{
	background:#4ab2ff;
	color:#fff;
	font-weight:bold;
}
.pageNum li span.last{
	border-right:1px solid #ddd;
}
.pageNum li span:hover.first,
.pageNum li span:hover.last{
	font-weight:normal;
}
.pageNum li.listNo{
	height:30px;
	overflow:hidden;
	float:right;
	line-height:32px;
	font-size:14px;
	color:#666;
}
.pageNum li.listNo b{
	font-size:14px;
	color:#e60012;
	padding:0 3px;
}

.bgBody{background:#f5f5f5;}
.bgNav{background:url(../images/bg_sideNav.gif) repeat-y top left;}
.bgNav #sideMenu{margin-left:1px;width:199px;}
#contain{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#contain .crumb{
	height:40px;
	padding:0 20px;
	line-height:40px;
	text-align:left;
	overflow:hidden;
}
#contain .crumb span{
	color:#cbcbcb;
	padding:0 2px;
}
#contain .crumb span a{
	color:#1c9bfa;
}
#contain .main{
	overflow:hidden;
}
#contain .wrapPlat{
	width:780px;
	padding-top:10px;
	float:right;
	overflow:hidden;
}
#contain .wrapPlat .title{
	height:40px;
	padding:10px 30px;
	overflow:hidden;
}
#contain .wrapPlat .title h2{
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size:24px;
	font-weight:bold;
	color:#000;
	line-height:40px;
	float:left;
}
#contain .wrapPlat .title .crumb{float:left;}
#contain .wrapPlat .headline{
	background:#fff;
	padding:20px 35px;
	margin-bottom:15px;
	overflow:hidden;
}
#contain .wrapPlat .headline dl.tit{
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
	margin-bottom:15px;
	overflow:hidden;
}
#contain .wrapPlat .headline dl.txt{_zoom:1;overflow:hidden;}
#contain .wrapPlat .headline dl.txt dt{
	width:124px;
	height:150px;
	float:left;
	overflow:hidden;
}
#contain .wrapPlat .headline dl.txt img{
	width:124px;
	height:150px;
}
#contain .wrapPlat .headline dl.txt dd{
	float:right;
	width:560px;
	text-align:left;
	color:#999;
	font-size:14px;
	line-height:130%;
	overflow:hidden;
}
#contain .wrapPlat .headline dl.txt dd *{
	line-height:130%;
	color:#999;
	font-size:14px;
}
#contain .wrapPlat .headline dl.txt h3{
	text-align:left;
	color:#cc0000;
	font-size:16px;
	padding-bottom:8px;
	overflow:hidden;
}
#contain .wrapPlat .headline dl.txt h3 a{
	color:#cc0000;
}
#contain .wrapPlat .list{
	padding:0 12px;
	text-align:left;
	overflow:hidden;
	_zoom:1;
}
#contain .wrapPlat .list a{
	display:block;
	float:left;
	width:145px;
	height:180px;
	padding:16px 10px 10px;
	text-align:center;
	margin:0 12px 2px;
	overflow:hidden;
}
#contain .wrapPlat .list a img{
	height:150px;
}
#contain .wrapPlat .list a span{
	display:block;
	height:30px;
	line-height:30px;
	font-size:14px;
	overflow:hidden;
}
#contain .wrapPlat .list a:hover{
	background:#fff;
	color:#ff6600;
	text-decoration:none;
}
#contain .wrapPlat .list a:hover span{
	color:#ff6600;
}
#contain .wrapList{
	width:690px;
	padding:20px 30px;
	float:left;
	background:#fff;
	border-top:1px solid #f1f1f1;
	overflow:hidden;
}
#contain .wrapList .title{
	height:40px;
	padding:0 10px;
	border-bottom:1px solid #f1f1f1;
	margin-bottom:5px;
	overflow:hidden;
}
#contain .wrapList .title li.name{
	height:40px;
	float:left;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size:22px;
	line-height:40px;
	overflow:hidden;
}
#contain .wrapList .title li.search{
	border:1px solid #dbdbdb;
	height:26px;
	overflow:hidden;
	float:right;
	margin-top:5px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	*width:264px;
}
#contain .wrapList .title li.search select.ect{
	width:70px;
	height:26px;
	border:1px solid #fff;
	background:#fff;
	float:left;
	line-height:24px;
	text-indent:4px;
	outline:none;
	color:#666;
	*margin-top:3px;
}
#contain .wrapList .title li.search input.ext{
	width:160px;
	height:24px;	
	border:1px solid #fff;
	background:#fff;
	float:left;
	line-height:24px;
	text-indent:4px;
	outline:none;
	color:#777;
	border-left:1px solid #dcdcdc;
}
#contain .wrapList .title li.search input.btn{
	width:32px;
	height:26px;
	float:left;
	border:none;
	border-left:1px solid #dcdcdc;
	cursor:pointer;
	background:url(../images/btnBg_so.gif) no-repeat center center;
	float:left;
	outline:none;
}
#contain .wrapList .sort{
	padding:8px 10px;
	border:1px solid #eee;
	margin:10px 10px 5px;
	overflow:hidden;
}
#contain .wrapList .sort dl.tit{
	height:24px;
	padding:0 10px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	overflow:hidden;
}
#contain .wrapList .sort dl.txt{
	padding:5px 0;
	text-align:left;
	overflow:hidden;
	_zoom:1;
}
#contain .wrapList .sort dl.txt a{
	display:block;
	float:left;
	white-space:nowrap;
	padding:5px 10px;
	font-size:14px;
	overflow:hidden;
}
#contain .wrapList .sort dl.txt a span,
#contain .wrapList .sort dl.txt a:hover span{
	color:#999;
	font-size:14px;
}
#contain .wrapList .sort dl.txt a:hover{
	color:#cc0000;
	text-decoration:none;
}
#contain .wrapList .sort dl.txt a.sel{
	font-weight:bold;
	color:#cc0000;
}
#contain .wrapList .sort dl.txt a.sel span,
#contain .wrapList .sort dl.txt a:hover.sel span{
	color:#555;
	font-weight:normal;
}
#contain .wrapList .list{
	padding:10px;
	overflow:hidden;
}
#contain .wrapList .list dl{
	height:20px;
	padding:5px 0;
	overflow:hidden;
}
#contain .wrapList .list dl dt{
	width:80%;
	height:20px;
	line-height:20px;
	float:left;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:url(../images/icon03.gif) no-repeat 0 -91px;
	text-indent:10px;
	text-align:left;
	overflow:hidden;
}
#contain .wrapList .list dl dt a{
	font-size:15px;
}
#contain .wrapList .list dl dd{
	width:20%;
	height:20px;
	line-height:20px;
	float:left;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size:13px;
	text-align:right;
	color:#999;
	overflow:hidden;
}
#contain .wrapList .list dl.line{
	height:0;
	line-height:0;
	padding:0;
	border-bottom:1px dashed #ccc;
	margin:12px 0;
}
#contain .wrapInfo{
	width:680px;
	padding:20px 35px;
	float:left;
	background:#fff;
	border-top:1px solid #f1f1f1;
	position:relative;
	overflow:hidden;
}
#contain .wrapInfo input.close{
	width:30px;
	height:30px;
	border:none;
	cursor:pointer;
	background:url(../images/btn_close.gif) no-repeat top left;
	position:absolute;
	top:10px;
	right:10px;
	z-index:3;
	overflow:hidden;
}
#contain .wrapInfo * img{
	max-width:580x;
	margin:10px auto;
}
#contain .wrapInfo h2{
	font-size:24px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	letter-spacing:2px;
	line-height:150%;
	text-align:left;
	margin-bottom:8px;
}
#contain .wrapInfo dl.tipbar{
	height:16px;
	margin-bottom:12px;
	overflow:hidden;
}
#contain .wrapInfo dl.tipbar dt{
	height:16px;
	float:left;
	text-align:left;
	overflow:hidden;
}
#contain .wrapInfo dl.tipbar dd{
	height:16px;
	float:right;
	overflow:hidden;
}
#contain .wrapInfo dl.tipbar span{
	display:inline-block;
	height:16px;
	line-height:18px;
	color:#777;
	padding-right:12px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size:13px;
	overflow:hidden;
	float:left;
}
#contain .wrapInfo dl.tipbar span.time{
	background:url(../images/icon01.gif) no-repeat 0 -214px;
	padding-left:20px; 
}
#contain .wrapInfo dl.tipbar span.print{
	background:url(../images/icon01.gif) no-repeat 0 -248px;
	padding-left:15px; 
}
#contain .wrapInfo dl.tipbar span.fonts{
	background:url(../images/icon01.gif) no-repeat 0 -278px;
	padding-left:12px; 
}
#contain .wrapInfo dl.picture{
	width:580px;
	border:1px solid #e8e8e8;
	margin:0 auto 10px;
	overflow:hidden;
}
#contain .wrapInfo dl.picture img{
	margin:0;
	vertical-align:bottom;
}
#contain .wrapInfo dl.article{
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size:16px;
	line-height:180%;
	overflow:hidden;
}
#contain .wrapInfo dl.article *{
	font-size:16px;
	line-height:180%;
}
#contain .wrapInfo dl.article p{
	padding:3px 0;
}
#contain .wrapHot{
	width:190px;
	float:right;
	padding:9px 19px;
	background:#fff;
	border:1px solid #e9e9e9;
	overflow:hidden;
}
#contain .wrapHot .tit{
	height:30px;
	border-bottom:1px solid #d9eefe;
	overflow:hidden;
}
#contain .wrapHot .tit li.name{
	height:30px;
	float:left;
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
}
#contain .wrapHot .tit li.name span{
	font-size:14px;
	color:#cc0000;
}
#contain .wrapHot .tit li.more{
	height:30px;
	float:right;
	line-height:30px;
	overflow:hidden;
}
#contain .wrapHot .tit li.more a{
	color:#aeaeae;
}
#contain .wrapHot .txt{
	padding:8px 0;
	overflow:hidden;
}
#contain .wrapHot .txt li{
	width:100%;
	height:16px;
	padding:5px 0;
	overflow:hidden;
}
#contain .wrapHot .txt li span{
	display:inline-block;
	float:left;
	width:13px;
	height:13px;
	color:#fff;
	line-height:15px;
	text-align:center;
	background:url(../images/bg_hot_num.gif) no-repeat 1px -12px;
	margin:2px 4px 0 0;
	overflow:hidden;
}
#contain .wrapHot .txt li a{
	display:inline-block;
	width:90%;
	line-height:16px;
	float:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:left;
	overflow:hidden;
}
#contain .wrapHot .txt li span.front{
	background:url(../images/bg_hot_num.gif) no-repeat 1px 1px;
}

/* 2015-03 --------------------------------------------------------------------------------*/
#topbar{
	width:1000px;
	height:75px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
#topbar .logo{
	height:41px;
	overflow:hidden;
	padding-left:30px;
	margin:17px 0;
	float:left;
}
#topbar .oper{
	float:right;
	height:20px;
	overflow:hidden;
	margin-top:45px;
}
#topbar .oper a{
	display:inline-block;
	overflow:hidden;
	height:20px;
	line-height:24px;
	margin-right:15px;
	outline:none;
	color:#666;
}
#topbar .oper a.quit{
	background:url(../images/icon05.gif) no-repeat 0 -107px;
	padding-left:24px;
}
#topbar .oper a.search{
	background:url(../images/icon05.gif) no-repeat 0 -143px;
	padding-left:19px;
}
#topbar .welcome{
	position:absolute;
	top:12px;
	right:15px;
	font-family:"Microsoft Yahei","微软雅黑";
	overflow:hidden;
	z-index:3;
}
#topbar .welcome span{
	display:inline-block;
	font-size:14px;
	color:#0c6fb9;
	padding-right:10px;
	overflow:hidden;
}
#topbar .welcome a.goto{
	display:inline-block;
	width:102px;
	height:24px;
	padding-left:12px;
	overflow:hidden;
	line-height:24px;
	background:url(../images/btnBg_goin.gif) no-repeat top left;
	font-size:12px;
	color:#fff;
}
#topbar .welcome a:hover.goto{
	text-decoration:none;
	color:#fefeae;
}
#navbar{
	overflow:hidden;
	margin-bottom:12px;
}
#navbar .menu9{
	height:44px;
	overflow:hidden;
	background:#0c6fb9;
	text-align:left;
}
#navbar .menu9 a{
	display:block;
	float:left;
	height:44px;
	overflow:hidden;
	border-left:1px solid #5c9ed0;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:0 20px;
	line-height:46px;
}
#navbar .menu9 a.norim{border:none;}
#navbar .menu9 a:hover,
#navbar .menu9 a.sel{
	background:#095085;
	text-decoration:none;
}
#navbar .oper{
	padding:10px 6px 4px;
	overflow:hidden;
	font-size:14px;
	text-align:left;
}
#navbar .oper a{
	font-size:14px;
	color:#666;
	padding:0 10px;
}
#navbar .oper a:hover{color:#0c6fb9;}
#navbar .oper span{color:#b7b7b7;}
#navbar .menu9 li,
#navbar .oper li{
	width:1000px;
	margin:0 auto;
}

#contain .banner{
	overflow:hidden;
	margin-bottom:12px;
}
#contain .banner img{
	vertical-align:bottom;
}

#contain .wrap02{
	padding:12px 0;
	overflow:hidden;
	border-top:1px solid #eaeaea;
}
#contain .wrap02 .tit{
	height:30px;
	padding:0 10px;
	overflow:hidden;
}
#contain .wrap02 .tit li.t0{
	height:30px;
	overflow:hidden;
	line-height:30px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#5a94b6;
}
#contain .wrap02 .tit li.more{
	height:30px;
	overflow:hidden;
	float:right;
	line-height:30px;
}
#contain .wrap02 .tit li.more a{
	color:#e60012;
}
#contain .wrap02 .txt{
	overflow:hidden;
	padding:0 8px;
}
#contain .wrap02 .txt li{
	width:100%;
	height:16px;
	line-height:16px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:5px 0;
	font-size:14px;
	*float:left;
	background:url(../images/icon05.gif) no-repeat 0 -72px;
	text-indent:20px;
}
#contain .wrap02 .txt li.icon_video{background-position:0 7px;}
#contain .wrap02 .txt li.icon_image{background-position:0 -23px;}
#contain .wrap02 .txt li *{font-size:14px;}
#contain .wrap02 .txt li .red{color:#ff4c4c;}

#contain .mainWeb{
	background:#fff;
	overflow:hidden;
	margin-bottom:12px;
}
#contain .bgMW1{background:#fff url(../images/bg_web_main.gif) repeat-y top left;}
#contain .bgMW2{background:#fff url(../images/bg_web_main2.gif) repeat-y top left;}
#contain .bgMW3{background:#fff url(../images/bg_web_main3.gif) repeat-y top left;}
#contain .bgMW4{background:#fff url(../images/bg_web_main4.gif) repeat-y top left;}
#contain .wrapW252{
	width:220px;
	padding:1px 20px 1px 12px;
	overflow:hidden;
	float:left;
}
#contain .wrapW446{
	width:422px;
	padding:1px 12px;
	overflow:hidden;
	float:left;
}
 
#contain .wrapW302{
	width:270px;
	padding:6px 12px 1px 20px;
	overflow:hidden;
	float:left;
}
#contain .wrapW476{
	width:410px;
	padding:1px 33px;
	overflow:hidden;
	float:left;
}
#contain .wrapW326{
	width:270px;
	padding:1px 20px 1px 32px;
	overflow:hidden;
	float:left;
}
#contain .wrapW252 .norim,
#contain .wrapW302 .norim{
	border:none;
}

#contain .wrapW252 .wrap02 .txt{padding:0 12px;}
#contain .wrapW252 .wrap02 .txt li{
	background:none;
	text-indent:0;
	padding:4px 0;
}

#contain .wrapW252 a.m_writing,
#contain .wrapW252 a.m_receive{
	display:block;
	width:52px;
	height:43px;
	border:1px solid #d3e5f2;
	overflow:hidden;
	text-align:left;
	padding-left:46px;
	line-height:47px;
	font-size:14px;
	font-weight:bold;
	color:#095085;
}
#contain .wrapW252 a.m_writing{
	background:#f1f9ff url(../images/icon06.gif) no-repeat 9px 8px;
	float:left;
}
#contain .wrapW252 a.m_receive{
	background:#f1f9ff url(../images/icon06.gif) no-repeat 9px -32px;
	float:right;
	position:relative;
}
#contain .wrapW252 a:hover.m_writing,
#contain .wrapW252 a:hover.m_receive{
	text-decoration:none;
}
#contain .wrapW252 a.m_receive span{
	display:block; 
	height:14px;
	line-height:14px;
	background:#fc0000;
	overflow:hidden;
	padding:0 5px;
	border-radius:7px;
	color:#fff;
	position:absolute;
	top:1px;
	right:2px;
}

#contain .wrapW476 .tit{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#0c6fb9;
}
#contain .wrapW476 .tit span{
	padding-left:10px;
	color:#020202;
	font-size:16px;
}
#contain .wrapW476 .txt{
	padding-top:8px;
	overflow:hidden;
	line-height:160%;
}
#contain .wrapW476 .txt p{padding:3px 0;}
#contain .wrapW476 .txt,
#contain .wrapW476 .txt *{font-size:14px;}
#contain .wrapW476 .list{overflow:hidden;}
#contain .wrapW476 .list dl{
	height:20px;
	overflow:hidden;
	padding:4px 0;
}
#contain .wrapW476 .list dl dt{
	width:75%;
	height:20px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:url(../images/icon05.gif) no-repeat -3px -53px;
	text-indent:15px;
	float:left;
}
#contain .wrapW476 .list dl dt,
#contain .wrapW476 .list dl dt *{font-size:14px;}
#contain .wrapW476 .list dl dd{
	width:25%;
	*width:24%;
	height:20px;
	line-height:20px;
	overflow:hidden;
	text-align:right;
	float:right;
}
#contain .wrapW476 .list dl dd,
#contain .wrapW476 .list dl dd *{
	font-size:14px;
	color:#666;
}
#contain .wrapW476 .list dl.name{
	padding:0 15px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

#contain .sideNav{
	width:150px;
	padding:1px 24px;
	overflow:hidden;
	float:left;
}
#contain .sideNav a{
	display:block;
	padding:6px 0;
	overflow:hidden;
	text-align:left;
	font-size:16px;
	color:#000;
}
#contain .sideNav a.sel,
#contain .sideNav a:hover{
	font-weight:bold;
	text-decoration:none;
}
#contain .sideNav h3{
	font-size:16px;
	padding:6px 0;
	text-align:left;
}
#contain .sideNav h3,
#contain .sideNav h3 a{
	color:#0b6fba;
}

#contain .picNews{
	width:270px;
	height:165px;
	overflow:hidden;
	padding:12px 0;
	position:relative;
}
#contain .picNews img{
	width:270px;
	vertical-align:bottom;
}
#contain .picNews .r_label{
	width:75px;
	height:75px;
	overflow:hidden;
	background:url(../images/r_label.png) no-repeat top left;
	_background:url(../images/r_label.gif) no-repeat top left;
	text-indent:-999px;
	position:absolute;
	top:12px;
	right:0;
	z-index:999;
}
#contain .picNews .title{
	width:90%;
	height:30px;
	padding:0 5%;
	background:url(../images/bg_back7.png) repeat top left;
	_filter:alpha(opacity=70);
	overflow:hidden;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	position:absolute;
	bottom:12px;
	left:0;	
	z-index:3;
}
#contain .picNews .title *{
	font-size:14px;
	color:#fff;
}

#contain .progress{
	padding:12px 0;
	overflow:hidden;
	border-top:1px solid #eaeaea;
}
#contain .progress .tit{
	height:30px;
	padding:0 10px;
	overflow:hidden;
	margin-right:11px;
}
#contain .progress .tit li.t0{
	height:30px;
	overflow:hidden;
	line-height:30px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#3f8407;
}
#contain .progress .tit li.more{
	height:30px;
	overflow:hidden;
	float:right;
	line-height:30px;
}
#contain .progress .tit li.more a{
	color:#e60012;
}
#contain .progress .txt{
	padding:0 0 0 10px;
	overflow:hidden;
}
#contain .progress .txt table{width:100%;}
#contain .progress .txt table th,
#contain .progress .txt table td{
	height:24px;
	font-size:13px;
	text-align:left;
}
#contain .progress .txt table td a{font-size:14px;}
#contain .progress .txt table th span{
	display:block;
	width:13px;
	height:13px;
	overflow:hidden;
	text-align:center;
	line-height:13px;
	color:#fff;
	background:url(../images/bg_rank_num.gif) no-repeat top center;
}
#contain .progress dl.percentage{
	width:86px;
	height:13px;
	background:url(../images/bg_percent.gif) no-repeat 0 -19px;
	padding-right:30px;
	overflow:hidden;
	position:relative;
}
#contain .progress dl.percentage dt{
	position:absolute;
	top:1px;
	left:0;
	width:4px;
	height:11px;
	overflow:hidden;
	z-index:9;
	background:url(../images/bg_percent.gif) no-repeat 0 -40px;
}
#contain .progress dl.percentage dd{
	float:left;
	height:13px;
	background:url(../images/bg_percent.gif) no-repeat top right;
	position:relative;
}
#contain .progress dl.percentage dd span{
	display:inline-block;
	width:30px;
	text-align:left;
	position:absolute;
	top:0;
	right:-30px;
}

#contain .itemNews{
	padding-top:12px;
	overflow:hidden;
}
#contain .itemNews *{font-size:16px;}
#contain .itemNews .tit{
	height:30px;
	overflow:hidden;
	border-bottom:1px solid #eaeaea;
	padding:0 12px;
	line-height:30px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
#contain .itemNews .txt{
	padding:12px;
	overflow:hidden;
}
#contain .itemNews .txt dl{
	height:20px;
	overflow:hidden;
	padding:5px 0;
}
#contain .itemNews .txt dl dt{
	width:90%;
	height:20px;
	line-height:20px;
	overflow:hidden;
	float:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:url(../images/icon05.gif) no-repeat 0 -53px;
	text-indent:22px;
	font-family:"微软雅黑", "黑体";
}

#contain .itemNews .txt li.moreNews{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: right;
}


#contain .itemNews .txt dl dt a{color:#666;}
#contain .itemNews .txt dl dt a:hover{color:#1c9bfa;}
#contain .itemNews .txt dl.icon_video dt{background-position:0 6px;}
#contain .itemNews .txt dl.icon_image dt{background-position:0 -24px;}
#contain .itemNews .txt dl.icon_video dt,
#contain .itemNews .txt dl.icon_image dt,
#contain .itemNews .txt dl.icon_video dt a,
#contain .itemNews .txt dl.icon_image dt a{
	font-size:16px;
}
#contain .itemNews .txt dl dd{
	width:10%;
	height:20px;
	line-height:20px;
	overflow:hidden;
	text-align:right;
	color:#a7a7a7;
}
#contain .itemNews .txt dl.headline{
	height:auto;
	text-align:center;
	color:#095085;
	font-family:"微软雅黑", "黑体";
	font-weight:bold;
	font-size:20px;
	line-height:180%;
	padding-bottom:5px;
}
#contain .itemNews .txt dl.headline a{
	color:#095085;
	font-size:20px;
}

#contain .links{
	padding:0 0 0 120px;
	background:url(../images/bg_links.gif);
	border:1px solid #e9e9e9;
	overflow:hidden;
	margin-bottom:12px;
	position:relative;
}
#contain .links .tit{
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#717171;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-10px;
}
#contain .links .txt{
	padding:6px 0 6px 20px;
	overflow:hidden;
	text-align:left;
	line-height:150%;
}
#contain .links .txt a{
	display:inline-block;
	white-space:nowrap;
	padding:2px 15px 2px 0;
}
#contain .webTitle{
	height:54px;
	overflow:hidden;
	background:url(../images/bg_line_gray.gif) repeat-x bottom left;
	margin-bottom:20px;
}
#contain .webTitle .tit{
	height:52px;
	border-bottom:2px solid #0c6fb9;
	overflow:hidden;
	float:left;
	font-family:"微软雅黑", "黑体";
	font-weight:bold;
	font-size:24px;
	letter-spacing:1px;
	color:#0c6fb9;
	padding:0 20px;
	margin-right:15px;
	line-height:54px;
}
#contain .webTitle .sub{
	height:28px;
	padding-left:30px;
	overflow:hidden;
	float:left;
	margin-top:16px;
}
#contain .webTitle .sub a{
	display:block;
	float:left;
	height:28px;
	padding:0 12px;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	color:#5e5e5e;
	background:#f5f5f5;
	margin-right:15px;
}
#contain .webTitle .sub a:hover{
	text-decoration:none;
	background:#0d6fba;
	color:#fff;
}
#contain .webTitle .sub a.sel{
	background:#0d6fba;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
#contain .webTitle .crumb{
	float:left;
	font-size:14px;
	color:#666;
	margin-top:12px;
}
#contain .webTitle .crumb *{
	font-size:14px;
	color:#666;
}
#contain .webTitle .search{
	height:30px;
	overflow:hidden;
	float:right;
	margin-top:12px;
}
#contain .webTitle .search input.ext{
	width:210px;
	height:28px;
	float:left;
	border:1px solid #ddd;
	line-height:28px;
	text-indent:8px;
	font-size:14px;
	color:#666;
}
#contain .webTitle .search input.btn{
	width:50px;
	height:30px;
	line-height:30px;
	float:left;
	border:none;
	cursor:pointer;
	background:#0c6fb9;
	text-align:center;
	font-size:14px;
	color:#fff;
}

#contain .mainWeb .wrapList{
	float:none;
	width:auto;
	padding:0 15px;
}
#contain .mainWeb .wrapList .list *{
	font-size:14px;
	font-family:"宋体";
}
#contain .mainWeb .wrapList .list dl{padding:5px 10px;}
#contain .mainWeb .wrapList .list dl dt span{
	color:#0c6eb7;
	padding-right:10px;
}
#contain .mainWeb .pageNum li span:hover{
	color:#1f5b9a;
}
#contain .mainWeb .pageNum li span.nSel,
#contain .mainWeb .pageNum li span:hover.nSel,
#contain .mainWeb .pageNum li span:hover.first,
#contain .mainWeb .pageNum li span:hover.last{
	background:#1f5b9a;
	color:#fff;
}

#contain .mainWeb .wrapInfo{
	float:none;
	width:auto;
	padding:0 50px;
}
#contain .mainWeb .wrapInfo h2{
	font-size:30px;
	padding:0 30px;
}
#contain .mainWeb .wrapInfo dl.tipbar{
	border-bottom:1px dotted #bbb;
	padding:0px 30px 10px;
	margin-bottom:30px;
}
#contain .mainWeb .wrapInfo dl.tipbar *{
	font-family:"宋体";
	color:#000;
}
#contain .mainWeb .wrapInfo dl.picture{
	border:none;
	width:auto;
	height:auto;
	text-align:center;
}
#contain .mainWeb .wrapInfo dl.picture img{
	width:500px;
}
#contain .mainWeb .wrapInfo dl.article{
	padding:0 30px 30px;
}
#contain .mainWeb .wrapInfo dl.article,
#contain .mainWeb .wrapInfo dl.article *{
	font-size:16px;
	font-family:"宋体";
	color:#000;
}
#contain .wrapInfo dl.keyword{
	border-bottom:1px dotted #bbb;
	padding:0 30px 10px;
	margin-bottom:30px;
	overflow:hidden;
	text-align:right;
	font-size:14px;
}
#contain .wrapInfo dl.keyword b{
	color:#0c6fb9;
	font-size:14px;
}
#contain .wrapInfo dl.attachments{
	padding:0 30px 10px;
	margin-bottom:30px;
	overflow:hidden;
	text-align:left;
	font-size:16px;
}
#contain .wrapInfo dl.attachments b{
	color:#0c6fb9;
	font-size:16px;
}
#contain .relNews{overflow:hidden;}
#contain .mainWeb .relNews{padding:0 80px 2px;}
#contain .relNews .tit{
	font-size:16px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
	padding-bottom:6px;
}
#contain .relNews .txt{overflow:hidden;}
#contain .relNews .txt *{font-size:16px;}
#contain .relNews .txt li{
	width:100%;
	*float:left;
	height:20px;
	line-height:20px;
	padding:5px 0;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#footer{
	padding:12px 0;
	background:#f1f1f1;
	overflow:hidden;
	text-align:center;
	line-height:180%;
	font-size:14px;
	color:#717171;
}
#footer *{font-size:14px;color:#717171;}




.fcl li{
  	width:36px;
	height:36px;
	background:url(../images/fcl.png) no-repeat;
	-webkit-background-size:216px auto
}

.fcl li.l0{background-position:-0 0}
.fcl li.l1{background-position:-36px 0}
.fcl li.l2{background-position:-72px 0}
.fcl li.l3{background-position:-108px 0}
.fcl li.l4{background-position:-144px 0}
.fcl li.l5{background-position:-180px 0}
 

.fclTitle {
    color: #3971b9;
    font-weight: bold;
    height: 20px;
    padding-top: 0px;
    width: auto;
}	

