﻿@charset "utf-8";
body {background: #f5f5f5 !important; font-family:"微软雅黑","Arial","宋体"; color: #333; font-size: 12px; min-width:1300px;}
/*body {background:url(/Content/special/special03/images/bg.jpg) no-repeat center top #fff;}*/

/* 清除浮动 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clrfix:before, .clrfix:after {content:""; display:table;}  
.clrfix:after {clear:both;}  
.clrfix {zoom:1;}
/* 清除浮动 适用100% */
.overflowfix {overflow:auto; zoom:1;}
.displayfix {display:inline-block; *display:inline; zoom:1; width:100%; _width: auto;}

/* 特有 */
.clr{clear:both; font-size:0; height:0; line-height:0;}
.clr10{clear:both; font-size:0; height:10px; line-height:normal;}
.clr15{clear:both; font-size:0; height:15px; line-height:normal;}
.clr20{clear:both; font-size:0; height:20px; line-height:normal;}
.clr30{clear:both; font-size:0; height:30px; line-height:normal;}
.clr40{clear:both; font-size:0; height:40px; line-height:normal;}
.clr50{clear:both; font-size:0; height:50px; line-height:normal;}
.clr80{clear:both; font-size:0; height:80px; line-height:normal;}
.clr100{clear:both; font-size:0; height:100px; line-height:normal;}

/*公用*/
.block {
	width:1000px;
	margin:0 auto;
}
.block_index {
	width:1200px;
	margin: 0 auto;
	padding:50px;
	background:#FFF;
}
.block_bg {
	width:1000px;
	margin: 50px auto;
	padding:15px;
	background:#FFF;
}
.block_01 {
	width:1200px;
	margin:0 auto;
}
.block_01 .area_l {
	width:580px;
	float:left;
}
.block_01 .area_r {
	width:590px;
	float: right;
}

/*header*/
.header .logo {
	background:#F8F8F8;
	text-align:right;
	font-family:"宋体";
	line-height:35px;
}
.header .logo a {
	color:#666;
}
.header .logo a:hover {
	color:#FF6600;
}
.header .logo img {
	height:25px;
	padding-right:15px;
	vertical-align:middle;
}
.header .banner img {
	width:100%;
}
.mainnav .mainnav_bg {
	background:#710000;
	height:70px;
	line-height:70px;
}
.mainnav ul {
	width:1200px;
	margin:0 auto;
	text-align:center;
	/*background:url(/Content/special/special03/images/mainnav_x.png) no-repeat 0 0;*/
}
.mainnav li {
	display:inline-block; *display:inline; zoom:1;
	/*background:url(/Content/special/special03/images/mainnav_x.png) no-repeat right 0;*/
	padding:0 2px;
}
.mainnav li a {
	font-family:"微软雅黑","黑体";
	padding:0 82px;
	display:inline-block; *display:inline; zoom:1;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}
.mainnav li a:hover, .mainnav li.on a {
	/*background:url(/Content/special/special03/images/mainnav_hover.png) no-repeat center 0;*/
	color:#FFFF33;
}

/*footer*/
.footer {
	/*background:url(/Content/special/special03/images/footer_bg.jpg) repeat-x #EAEAEA;*/
	background: #970101;
}
/*.footer .logo {
	padding:100px 0 15px;
}*/
.footer .footer_bg {
	color:#fff;
	text-align:center;
	padding:70px 0;
	line-height:40px;
	font-size:14px;
}
.footer a {
	color:#666;
}
.footer i {
	font-style: normal;
	padding:0 10px;
}
/*.footer .footer_r {
	float:right;
	padding:110px 0 0;
}
.footer .footer_l {
	float: left;
	padding-top:25px;
}*/

/*弹出层*/
.myPage { line-height:3; overflow:auto; width:100%; height:100%;}
.lightBox, .popupCover, .popupIframe, .popupComponent { position: fixed; left:0; top:0; width:100%; height:100%; z-index:9999;}
.popupComponent { z-index:9998; /*display:none;*/}
.popupIframe { display:none; _display:block; _filter:alpha(opacity=0);}
.popupCover { background:#000; opacity:0.50; filter:alpha(opacity=50);}
.lightBox { text-align:center; overflow:auto;}
.lightBoxContent { display:inline-block; *display:inline; zoom:1; background:#fff; vertical-align:middle; width:1000px;}
.lightBoxMaxHeight { display:inline-block; vertical-align:middle; height:100%; *height:99.5%; width:1px; overflow:hidden; margin-left:-1px;}
.lightBoxWrapper { text-align:left;}
.lightBoxClose { color:#f00;}
.lightBoxSubmit {padding:0 0 15px;}
.lightBoxContent {
	background:url(/areweb/images/popup/bg.png);
	padding:10px;
	border-radius:8px;
}
.lightBoxContent .lightBox_title {
	background:url(/areweb/images/popup/part_bg.gif) repeat-x;
	height:39px;
	line-height:39px;
	border-bottom:1px solid #CCCCCC;
	padding:0 15px;
	text-align:left;
}
.lightBoxContent .lightBox_title p {
	font-size:16px;
	color:#000;
	font-family:"微软雅黑","黑体";
}
.lightBoxContent .lightBox_title span {
	float:right;
	padding-top:13px;
}
.lightBoxContent .lightBox_title span a {
	background:url(/areweb/images/popup/close_bg.png) no-repeat;
	width:15px;
	height:14px;
	display:block;
}
.lightBoxContent .lightBox_title span a:hover {
	background-position:0 bottom;
}
.lightBoxContent .lightBoxWrapper {
	background:#FFF;
	padding: 0;
}
/*弹出层-视频*/
.video_layer {
    width: 100% !important;
    height: 600px !important;
}

/*public*/
.public_banner img {
	width:100%;
}

/*column*/
.column_01 .column_t {
	margin-top:-25px;
}

/* 焦点图 */
.silbo-slide_03, .silbo-slide_03 .Slides li, .silbo-slide_03 .Slides img {
	width:580px !important;
    height:365px !important;
}
.silbo-slide_03 .Slides li .SlideTitle, .silbo-slide_03 .Slides li .SlideTitle b {
	width:580px !important;
}
.silbo-slide_03 .Slides img, .silbo-slide_03 .Slides {
    height:365px !important;
}

/*part*/
.part_01 {
	padding-top:25px;
}
.part_01 .part_l {
	float:left;
	width:600px;
}
.part_01 .part_r {
	float: right;
	width:550px;
}
.part_01 .hot .title {
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.part_01 .hot .title a {
	font-size:24px;
}
.part_01 .hot .sum {
	height:60px;
	line-height:30px;
	overflow:hidden;
	padding:20px 0 0;
	font-size:16px;
}
.part_01 .list li {
	height:40px;
	line-height:40px;
}
.part_01 .list li a {
	background:url(/Content/special/special03/images/list_01.png) no-repeat 0 15px;
	display:block;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis; white-space:nowrap; *white-space: normal; /*IE7有时会出问题*/
	padding-right:10px;
	padding-left:25px;
}
.part_01 .list li .time {
	float: right;
	color:#999;
	padding-left:20px;
	font-size: 14px;
}
.part_01b .list li {
	width:600px;
	float:left;
}
.part_01b .list li .time {
	padding-right:30px;
}
.part_02 .list {
	margin:0 -10px;
	padding-top:35px;
}
.part_02 .list li {
	float:left;
	padding:0 10px;
}
.part_02 .list li img {
	width:275px;
	height:208px;
	border-radius:10px;
}
.part_02b .list {
	padding-top:25px;
}
.part_03 .list {
	margin:0 -10px;
	padding-top:25px;
}
.part_03 .list li {
	float:left;
	padding:10px 10px 15px;
	width:284px;
}
.part_03 .list li img {
	width:100%;
	height:194px;
	/*border-radius:5px;*/
}
.part_03 .list li .title {
	display:block;
	font-size:16px;
	height:40px;
	line-height:40px;
	overflow: hidden;
	text-align:center;
}

/*程序页码*/
.page_box {
	text-align: right;
	color:#999;
}
.page_box .flickr.right a, .page_box .flickr.right span {
	display:inline-block; *display:inline; zoom:1;
	padding:0 15px;
	line-height:34px;
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:normal;
	font-size:14px;
	margin-left:4px;
	/*border-radius:3px;*/
}
.page_box .flickr.right a:hover, .page_box .flickr.right span.current {
	background:#F07816;
}
.page_box .info {
	padding-left:8px;
}