@charset "gb2312";
/* CSS Document */

body { background: #FFF; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin:0;
	padding:0;
}
body, button, input, select, textarea {
	font:14px/160% "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", Helvetica, Arial, simsun;
	vetical-align:top;
}
address, cite, dfn, em, var { font-style:normal; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
img { border-style: none; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { }
.l { float: left; }
.r { float: right; }
.b { font-weight: bold; }
.c {
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}
.wrap-row {
	margin: 0px auto 40px;
	width: 1000px;
	position: relative;
	clear: both;
	overflow: hidden;
}
#gg-logo { height: 70px; }
#gg-logo div {
	margin-right: 20px;
	width: 235px;
	float: left;
	height: 70px;
	position: relative;
}
#gg-logo div.last { margin-right: 0px; }
.gg {
	clear: both;
	position: relative;
}
.hd {
	position: relative;
	background: url(../images/bg-line.png) repeat-x left 14px;
	height: 26px;
	overflow: hidden;
	margin-bottom: 8px;
}
.col-main-small .hd {
	background: url(none);
	height: 24px;
}
.hd h3 { font: 16px/26px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "黑体"; }
.hd h3 a, .hd h3 strong {
	display: block;
	float: left;
	background: #FFF;
}
.hd h3 strong { font-weight: normal; 
}
.col-main-small .hd h3 a {
	display: block;
	float: left;
}
.hd h3 em {
	font-size: 12px;
	text-transform : uppercase;
	display: block;
	float: left;
	background: #FFF url(../images/bg-h3.png) no-repeat right 8px;
	height: 26px;
	padding: 2px 60px 0px 10px;
	overflow: hidden;
}
.col-main-small .hd h3 em {
	height: 24px;
	line-height: 24px;
	background: url(none);
}
.bd {
	clear: both;
	position: relative;
}
.bd h4 {
	font: bold 16px/24px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "tahoma";
	margin-bottom: 5px;
}
.col-main-small .bd .item-list h4 {
	margin-bottom: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
/* tab-btn */
.tab { padding-top: 7px; }
.tab-btn {
	height:32px;
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 8px;
}
.tab-btn li {
	float:left;
	position:relative;
	font: 16px/32px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "tahoma";
	border: 1px solid #D8D8D8;
	margin-left: -1px;
	height: 31px;
}
.tab-btn li a {
	display:block;
	float:left;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	padding: 0px 12px;
}
.tab-btn li a:hover { text-decoration: none; }
.tab-btn li.current { border-bottom: 1px solid #FFF; }
/* tab-content */
.tab-content {
	position:relative;/*必要元素*/
	overflow:hidden;
}
.tab-content .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tab-content .sublist { }
/* leftcon */
#leftcon .subbox { width:9999em; }
#leftcon .subbox .sublist {
	float:left;
	width:664px;
}
/* sublist */
.sublist { clear: both; }
.column-title {
	border-bottom: 2px solid #CCC;
	font: 18px/30px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "tahoma";
	height: 40px;
	margin-bottom: 15px;
	position: relative;
}
.column-title h2 {
	float: left;
	font-weight: normal;
	border-bottom: 2px solid #06C;
	height: 40px;
}
.column-title h2 em {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	text-transform: uppercase;
}
.column-title .sub-class {
	font-size: 16px;
	border-left: 4px solid #fff;
	height: 42px;
	line-height: 35px;
	float: left;
}
.column-title .sub-class a { margin-left: 20px; }
.column-title .sub-class .more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.column-title .more a {
	background: url(../images/icon.png) no-repeat right -37px;
	padding-right: 10px;
}
.img img { display: block; }
.col-main, .col-sub {
	float: left;
	position: relative;
	width: 635px;
	margin-right: 25px;
}
.col-sub {
	float: right;
	position: relative;
	width: 340px;
	margin-right: 0px;
}
.col-main-big {
	float: left;
	width: 370px;
	margin-right: 25px;
	position: relative;
}
.col-main-small {
	float: left;
	width: 240px;
	font-size: 12px;
	position: relative;
}
.detail {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.detail .img {
	float: left;
	margin-right: 10px;
	position: relative;
}
div.detail .img { margin-top: 5px; 
}
.detail .img img { }
.detail .content-wrap p { }
.item-list { position: relative; }
.col-main-small .item-list {}
.item-list li {
	float: left;
	overflow: hidden;
	position: relative;
}
.item-list .img { float: left; }
.item-list .img img { }
.item-list a:hover .img img { }
.col-main-small .item-list li {
	width: 115px;
	margin-right: 10px;
}
.col-main-small .item-list li.detail {
	width: 240px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.col-main-small .item-list li.last { margin-right: 0px; }
.col-main-small .item-list li h4 { font-size: 12px; }
.s140 li { width: 142px; }
.s132 li { width: 134px; }
.s128 li { width: 130px; }
.s108 li { width: 110px; }
.last { margin: 0px; }
.contentMod {
	clear: both;
	position: relative;
	margin-bottom: 12px;
}
.arc-list { }
.arc-list li {
	font-size: 14px;
	line-height: 27px;
	background: url(../images/icon.png) no-repeat left -9px;
	padding-left: 8px;
	overflow: hidden;
	height: 27px;
}
.col-main-small .arc-list li {
	font-size: 12px;
	line-height: 26px;
	height: 26px;
}
.rank-list {
	position:relative;
	overflow:hidden;
	zoom:1;
}
.rank-list li {
	position:relative;
	float:left;
	width:100%;
	line-height:26px;
	overflow:hidden;
	border-top:#E3E3E3 solid 1px;
	padding-top: 6px;
	padding-bottom: 8px;
}
.rank-list li em {
	position:absolute;
	width:20px;
	font-size:13px;
	font-family:Arial;
	text-align:center;
	left: 0px;
	height: 20px;
	background-color: #cacaca;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	top: 10px;
}
.rank-list li span {
	margin-top: 6px;
	font-size: 13px;
	float: right;
	position: relative;
}
.rank-list li a {
	width:236px;
	overflow:hidden;
	white-space:nowrap;
	margin-left: 28px;
	display: block;
}
.rank-list li span {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.rank-list li.no1 { border: none; }
.rank-list li.no1 em, .rank-list li.no2 em, .rank-list li.no3 em { background: #900; }
#gotop {
	overflow: visible;
	width:48px;
	text-align:center;
	position:fixed;
	_position:absolute;
	_top: 800px;
	left:50%;
	bottom:50px;
	_bottom:auto;
	cursor:pointer;
	margin-left: 510px;
	height: 153px;
	font: 12px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "tahoma";
}
#gotop div {
	height: 48px;
	width: 48px;
	margin-bottom: 3px;
	overflow: hidden;
}
#gotop a {
	display: block;
	text-decoration: none;
	background:#B7C5CA url(../images/gotop.png) no-repeat left -48px;
	padding: 27px 8px 0;
	height: 44px;
}
#gotop a:hover {
	text-decoration: none;
	background: #59A9C6 url(../images/gotop.png) no-repeat left 0px;
}
#gotop .search a {
	background:#B7C5CA url(../images/gotop.png) no-repeat -96px -47px;
}
#gotop .search a:hover {
	background: #59A9C6 url(../images/gotop.png) no-repeat -96px 0px;
}
#gotop .gotop a {
	background:#59A9C6 url(none);
	height: 44px;
	padding-top: 4px;
	font-size: 14px;
}
/* 页头 */
#top-nav {
	background: #FCFCFC;
	border-top: 3px solid #0095C6;
	text-align: center;
	border-bottom: 1px solid #EDEEF0;
	position: relative;
}
#top-nav-wrap {
	height: 38px;
	font: 14px/38px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "黑体";
	margin: auto;
	width: 1000px;
	position: relative;
}
#top-nav-wrap a {
	padding: 0px 15px;
	display: block;
}
#top-nav-wrap a:hover {
	background: #EDEEF0;
	text-decoration: none;
}
#top-nav-wrap .r ul {
	position: relative;
}
#top-nav-wrap .r ul li { float: left; }
.wapweb-open {
	text-align: center;
	font-size: 12px;
	display: none;
	position: absolute;
	width: 200px;
	height: 240px;
	top: 38px;
	left: 0px;
	border: 1px solid #ccc;
	z-index: 99;
	background: #fff;
	line-height: 16px;
}
#top-nav-wrap .wapweb-open a {
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
.wapweb-open img {
	display: block;
}
#top-nav-wrap #weather {
	font-size: 14px;
	position: absolute;
	top: 8px;
	left: 300px;
}
#header {
	margin: auto;
	width: 1000px;
	height: 75px;
	position: relative;
}
#header #logo {
	width: 210px;
	position: absolute;
	height: 50px;
	left: 0px;
	top: 15px;
}
#header #logo h2 a {
	width: 210px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	background: url(../images/logo.jpg);
}
input,select{vertical-align:middle;}
textarea,input{word-wrap:break-word;word-break:break-all;padding:0px;}
/* search */
#search {
	border:1px solid #f58400;
	height:30px;
	line-height:30px;
	width:300px;
	z-index: 999;
	position: absolute;
	top: 10px;
	right: 0px;
	background: #FFF;
}
#search select { display:none; }
#search .select_box {
	font-size:14px;
	color:#999999;
	width:70px;
	float:left;
	position:relative;
}
#search .select_showbox {
	height:30px;
	background:url(../images/search_ico.png) no-repeat 50px center;
	text-indent: 15px;
}
#search .select_showbox.active { background:url(../images/search_ico_hover.png) no-repeat 50px center; }
#search .select_option {
	border:1px solid #f58400;
	border-top:none;
	display:none;
	left:-1px;
	top:30px;
	position:absolute;
	background:#fff;
	text-indent: 15px;
}
#search .select_option li {
	width:60px;
	cursor:pointer;
}
#search .select_option li.selected {
	background-color:#F3F3F3;
	color:#999;
}
#search .select_option li.hover {
	background:#BEBEBE;
	color:#fff;
}
#search input.inp_srh, #search input.btn_srh {
	border:none;
	background:none;
	height:30px;
	line-height:30px;
	float:left
}
#search input.inp_srh {
	outline:none;
	width:180px;
}
#search input.btn_srh {
	background:#f58400;
	color:#FFF;
	font-size:14px;
	width:50px;
	float: right;
}
#header #search {
	border:2px solid #f58400;
	height:35px;
	line-height:35px;
	width:400px;
	top: 20px;
	left: 300px;
}
#header #search .select_showbox {
	height:35px;
	text-indent: 15px;
}
#header #search .select_option {
	border:2px solid #f58400;
	border-top: none;
	display:none;
	left:-2px;
	top:35px;
	text-indent: 15px;
}
#header #search input.btn_srh {
	width:60px;
}
#header #search input.inp_srh, #header #search input.btn_srh {
	height:35px;
	line-height:35px;
}
#header #search input.inp_srh {
	width:270px;
}

#header #top-gg {
	position: absolute;
	top: 15px;
	right: 0px;
}


/* 导航 */
#nav {
	position: relative;
	height: 65px;
	width: 1000px;
	margin: auto;
	background: url(../images/bg-line.png) repeat-x left -40px;
}
#nav ul { font: 14px/26px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "黑体"; }
#nav ul li {
	width: 260px;
	float: left;
	overflow: hidden;
	height: 26px;
}
#nav ul li.last { width: 220px; }
#nav ul li strong{
	float: left;
}
#nav ul li a {
	margin-left: 12px;
	white-space: nowrap;
	float: left;
}
#top-rec {
	height: 75px;
	border-bottom: 2px solid #eaeaea;
}
#top-rec .item-list li {
	width: 320px;
	margin-right: 20px;
	position: relative;
}
#top-rec .item-list li.last { margin-right: 0px; }
#top-rec .item-list li .img {
	height: 75px;
	width: 100px;
	margin-right: 10px;
	margin-top: 5px;
}
#top-rec .item-list li .content-wrap h4 {
	line-height: 26px;
	font-size: 14px;
}
#headLines { height: 80px; }
#headLines h3 {
	background: #669ACC;
	float: left;
	height: 80px;
	width: 84px;
	margin-right: 16px;
	text-align: center;
	letter-spacing: 5px;
	font: normal 24px/32px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "黑体";
}
#headLines h3 a {
	display: block;
	padding-top: 6px;
	padding-left: 6px;
}
#headLines h3 a:hover { text-decoration: none; }
#headLines #headLines-img {
	overflow: hidden;
	text-align: center;
	float: left;
}
#headLines #headLines-img h2 {
  font-size: 30px;
  line-height: 50px;
  width: 897px;
}
#headLines #headLines-img h2 a {
  text-decoration: none;
  color: #F80000;
}
#headLines #headLines-related {
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}
#headLines #headLines-related a {
	text-align: center;
	margin: 0px 10px;
}
#banner1, #top-rec, #headLines { margin-bottom: 10px; }
#footer {
	width: 1000px;
	margin: auto;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
}
#footer #foot-warp { }
#footer #foot-nav {
	background: #F7F7F7;
	margin-bottom: 10px;
}
#footer #foot-nav a { margin: 0px 10px; }
#footer #copyright p { }
#wrap-row-1 { height: 858px; }
#wrap-row-1 .col-main {
	float: left;
	position: relative;
	width: 605px;
	margin-right: 0px;
}
#wrap-row-1 .col-sub {
	float: left;
	position: relative;
	width: 370px;
	margin-right: 25px;
}
#wrap-row-1 #fsD1 { margin-bottom: 20px; }
#wrap-row-1 .col-main-big {
	margin-right: 0px;
	width: 340px;
}
#normalcon { margin-top: 12px; }
.line-top {
	margin-top: 15px;
	background: url(../images/icon.png) repeat-x left -175px;
	padding-top: 11px;
}
#wrap-row-1 .col-main-small { margin-right: 25px; }
#wrap-row-1 .col-main-small .detail { height: 150px; }
#wrap-row-1 .col-main-small .detail .content-wrap {
	position: absolute;
	left: 0px;
	background: url(../images/bg-translucent.png) repeat left top;
	width: 240px;
	bottom: 0px;
}
#wrap-row-1 .col-main-small .detail .content-wrap h4 a {
	padding: 4px 8px 0;
	display: block;
}
.col-main-small .item-list li { margin-bottom: 10px; }
#wrap-row-zhengwu { height: 463px; }
#wrap-row-zhengwu .col-main-small {}
#wrap-row-zhengwu .col-main-small .detail {
	height: 165px;
}
#wrap-row-zhengwu .col-main-small .detail .content-wrap h4 {
	position: absolute;
	left: 0px;
	background: url(../images/bg-translucent.png) repeat left top;
	width: 240px;
	top: 135px;
	height: 30px;
}
#wrap-row-zhengwu .col-main-small .detail .content-wrap h4 a {
	padding: 4px 8px 0;
	display: block;
}
.col-main-small #cjh { margin-bottom: 5px; }
#cjh .item-list li { margin-top: 5px; }
.col-main-small #zt .detail {
	height: 80px;
}
#wrap-row-czh { height: 340px; }
#wrap-row-czh .col-main-small .item-list li.detail, 
#wrap-row-ny .col-main-small .item-list li.detail {
	margin-bottom: 15px;
	height: 175px;
}
#wrap-row-ewm  {
	background: #f4f4f4;
}
#wrap-row-ewm .item-list {
	margin: 0px;
	padding: 20px 10px 15px;
}
#wrap-row-ewm .item-list li {
	width: 16.66%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
#wrap-row-ewm .item-list li p {
	margin-top: 5px;
}
#county .county-list {
	position: absolute;
	top: 0px;
	right: 0px;
}
.county-list-show {
	font-size: 12px;
	background: #FFF;
	width: 450px;
	position: absolute;
	z-index: 999;
	top: 36px;
	right: 0px;
	display: none;
	-moz-box-shadow: 0px 1px 6px #999; /* 老的 Firefox */
	box-shadow: 0px 1px 6px #999;
	padding-top: 10px;
}
#nav .county-list {
	background: url(../images/icon.png) no-repeat 8px -62px;
	padding-right: 14px;
	display: block;
	height: 30px;
	float: left;
	line-height: 27px;
}
#nav .county-list-show {
	width: 450px;
	z-index: 999;
	top: 26px;
	right: 1px;
	display: none;
	padding-top: 6px;
	padding-bottom: 10px;
}
.county-list-show em {
	display: block;
	clear: both;
	margin-left: 12px;
	line-height: 18px;
}
.county-list-show a {
	font-weight: normal;
}
.column-title .sub-class .county-list-show a {
	font-size: 12px;
	line-height: 18px;
	margin-left: 12px;
}

#county .detail { height: 98px; }
#county .name-list { margin-bottom: 10px; }
#county .name-list li {
	width: 85px;
	font-size: 14px;
	line-height: 27px;
	float: left;
}
#wrap-row-ny { height: 340px; }
#wrap-row-ny .col-main-small { }
#wrap-row-ny .col-main-small .arc-list li.blank {
	margin-bottom: 15px;
	background: url(../images/icon.png) repeat-x left -135px;
	padding-bottom: 15px;
}
#wrap-row-ny .col-main-small .detail { height: 160px; }
#wrap-row-ny .col-main-small .detail .content-wrap {
	position: absolute;
	left: 0px;
	background: url(../images/bg-translucent.png) repeat left top;
	width: 240px;
	bottom: 0px;
}
#wrap-row-ny .col-main-small .detail .content-wrap h4 a {
	padding: 4px 8px 0;
	display: block;
}
#wrap-row-tour { height: 434px; }
#wrap-row-tour .col-main-big .detail {
	height: 380px;
}
#wrap-row-tour .col-main-big .detail .img {
	height: 380px;
	display: block;
	float: none;
	width: 370px;
	overflow: hidden;
}
#wrap-row-tour .col-main-big .detail .content-wrap {
	position: absolute;
	left: 0px;
	background: url(../images/bg-translucent.png) repeat left top;
	width: 370px;
	bottom: 0px;
}
#wrap-row-tour .col-main-big .detail .content-wrap h4 a {
	padding: 6px 12px 0;
	display: block;
	font-weight: normal;
}
#wrap-row-tour .col-main-big .detail .content-wrap p {
	padding: 0px 12px 10px;
	display: block;
}
#wrap-row-tour .col-main-small { }
#wrap-row-tour .col-main-small .name-list {
	height: 74px;
	overflow: hidden;
}
#wrap-row-tour .col-main-small .name-list li {
	float: left;
	white-space: nowrap;
	margin-right: 20px;
	line-height: 25px;
}
#wrap-row-newcounty { height: 460px; }
#wrap-row-newcounty .col-main-big { margin-right: 0px; }
#wrap-row-newcounty .col-main-small { float: right; }
#wrap-row-newcounty .col-main-small .item-list li {
	float: none;
	height: 175px;
	margin-bottom: 15px;
	width: 240px;
}
#wrap-row-czh .col-main-small .item-list li.detail .content-wrap, 
#wrap-row-ny .col-main-small .item-list li.detail .content-wrap, 
#wrap-row-newcounty .col-main-small .item-list li .content-wrap {
	position: absolute;
	left: 0px;
	background: url(../images/bg-translucent.png) repeat left top;
	width: 240px;
	bottom: 0px;
}
#wrap-row-czh .col-main-small .item-list li.detail .content-wrap h4 a , 
#wrap-row-ny .col-main-small .item-list li.detail .content-wrap h4 a ,
#wrap-row-newcounty .col-main-small .item-list li .content-wrap h4 a {
	padding: 4px 12px;
	display: block;
	font-weight: normal;
}
#links {
	overflow: visible;
	margin-bottom: 20px;
}
#links .hd {
	position: absolute;
	height: 70px;
	width: 24px;
	left: -25px;
	top: 5px;
	background: #FEFBBC url(none);
	z-index: 10;
	border-top: 1px solid #FF9;
	border-right: 0px solid #FF9;
	border-bottom: 1px solid #FF9;
	border-left: 1px solid #FF9;
}
#links .hd h3 {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	display: block;
	padding: 4px;
}
#links .bd {
	border: 1px solid #EDEEF0;
	padding: 10px 5px 10px 20px;
}
#links .bd ul li {
	white-space: nowrap;
	width: 136px;
	line-height: 26px;
	float: left;
	text-align: center;
	overflow: hidden;
}
#website { margin-bottom: 20px; }
.scroll-img {
	width: 1000px;
	height: 65px;
	overflow: hidden;
	font-size: 0;
}
.scroll-img ul {
	width: 2000px;
	margin: 0;
}
.scroll-img ul li {
	display: inline-block;
	margin: 5px 5px 0px 5px;
}

/*焦点图*/
.focus {
	position:relative;
	width:100%;
	height:305px;
	overflow: hidden;
}
.focus img { 	width:605px; 
}
.focus .btn {
	position:absolute;
	bottom:34px;
	left:510px;
	overflow:hidden;
	zoom:1;
}
.focus .btn a {
	position:relative;
	display:inline;
	width:13px;
	height:13px;
	border-radius:7px;
	margin:0 5px;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
	cursor:pointer;
	background:#fc114a;
}
.focus .fPic {
	position:absolute;
	left:0px;
	top:0px;
}
.focus .shadow {
	width:100%;
	position:absolute;
	left:0px;
	z-index:9;
	height:40px;
	line-height: 40px;
	display:block;
	text-align:left;
	background: url(../images/bg-translucent.png) repeat left top;
	font-size: 16px;
	top: 265px;
}
.focus .shadow a {
	text-decoration:none;
	overflow:hidden;
	margin-left:10px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}
.focus .fcon {
	position:relative;
	width:100%;
	float:left;
	display:none;
	background:#000
}
.focus .fcon img {
	display:block;
	min-height:305px;
	_height:305px;
}
.focus .fbg {
	bottom:8px;
	right:10px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 200;
}
.focus .fbg div {
	margin:4px auto 0;
	overflow:hidden;
	height:14px;
	zoom:1;
	height:16px;
	z-index:10;
	position: absolute;
	right: 0px;
	width: 100px;
}
.focus .D1fBt a {
	position:relative;
	display:inline;
	width:10px;
	height:10px;
	border-radius:7px;
	margin:0 5px;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
	overflow: hidden;
}
.focus .D1fBt .current, .focus .D1fBt a:hover { background: #FC0; }
.focus .D1fBt img { display:none }
.focus .D1fBt i {
	display:none;
	font-style:normal;
}
.focus .prev, .focus .next {
	position:absolute;
	width:40px;
	height:74px;
	background: url(../images/../images/focus_btn.png) no-repeat;
}
.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position:0 -74px;
	cursor:pointer;
}
.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position:-40px -74px;
	cursor:pointer;
}
.focus .prev:hover { background-position:0 0; }
.focus .next:hover { background-position:-40px 0; }

/* 全局导航 */
.global-nav {
	border-top: 3px solid #0095C6;
	text-align: center;
	border-bottom: 1px solid #E6E7EA;
	width: 100%;
	z-index: 9999;
	background: #FCFCFC;
	font-size: 14px;
	line-height: 40px;
	margin: auto;
}
.fixednav {
	position:fixed;
	top:0px;
	left:0px;
	background: #0095C6;
	border: none;
	font-size: 16px;
	line-height: 48px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-box-shadow: 0px 1px 6px #999; /* 老的 Firefox */
	box-shadow: 0px 1px 6px #999;
	height: 48px;
} 
.global-nav-wrap {
	height: 40px;
	margin: auto;
	width: 1000px;
	position: relative;
}
.global-nav-wrap ul li {
	float: left;
}
.global-nav-wrap ul li a {
	text-align: center;
	display: block;
	padding: 0px 15px;
}
.fixednav .global-nav-wrap ul li a {
	padding: 0px 13px;
}
.fixednav .global-nav-wrap ul li.current a {
	background: #FFF;
}
.global-nav-wrap ul li a:hover { text-decoration: none; 	backgroun: #EDEEF0;}
.fixednav .global-nav-wrap ul li a:hover {
	text-decoration: none;
}
.sub-nav {
	border-bottom: 2px solid #EAEAEA;
	height: 48px;
	margin: 0px auto 30px;
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	clear: both;
}
#no-sub-nav {	height: 10px;
}
body#ztlist-page .sub-nav { 	height: 10px;}
body.show-page .sub-nav {
	margin: -50px auto 30px;
}
.sub-nav-fixed {
	position: static;
	top: 0px;
	width: 100%;
	z-index: 99;
}
.sub-nav-wrap {
	padding-top: 13px;
	width: 100%;
	text-align: center;
}
.fixedsubnav {
	position:fixed;
	top:0px;
	left:0px;
	right: 0px;
	background: #0095C6;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-box-shadow: 0px 1px 6px #999; /* 老的 Firefox */
	box-shadow: 0px 1px 6px #999;
	z-index: 1000;
}
.sub-nav-wrap ul {
	height: 35px;
	margin: auto;
	width: 1000px;
	overflow: hidden;
}
body.show-page .sub-nav-wrap ul {
	width: auto;
	right: 0px;
	position: absolute;
}
.sub-nav-wrap ul li {
	font: 16px/20px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "黑体";
	float: left;
	height: 33px;
}
.sub-nav-wrap ul li a {
	text-align: center;
	display: block;
	padding: 0px 23px;
	border-left: 1px solid #EAEAEA;
}
.sub-nav-wrap ul li.first a {
	border-left: none;
}
.sub-nav-wrap ul li.current{
	border-bottom: 2px solid #ff8500;
}
.fixedsubnav ul li.current{
	border-bottom: none;
}
.global-nav-wrap ul li a:hover { text-decoration: none; }
#global-header {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}
body.show-page #global-header { margin-bottom: 15px; }
#global-header h1 {
	font: bold 36px/50px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "黑体";
}
body.show-page #global-header h1 {
	margin-bottom: 5px;
}
#global-header .crumbs {
	background: url(none);
	padding-left: 0px;
}
#global-header .crumbs .logo {
	float: left;
	margin-right: 15px;
}
#global-header .crumbs .logo a {
	background: url(../images/logo-m.jpg) no-repeat left 12px;
	height: 50px;
	width: 126px;
	text-indent: -999px;
	float: left;
}
#global-header .crumbs h1 {
	font-size: 22px;
	float: left;
}
#global-header .crumbs span {
	font-weight: normal;
	margin-right: 5px;
}
body.show-page #global-header .crumbs span {
	margin-right: 0px;
}
/* 县域频道 */
.name-pic-list .item-list li {
	width: 100px;
	height: 110px;
	margin-right: 10px;
}
.name-pic-list .item-list li.last { margin-right: 0px; }
.name-pic-list .item-list li .content-wrap h4 {
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
}
#allmap {
	height: 250px;
	width: 100%;
}
/* 频道页 */
body.channel .col-main .contentMod {
	margin-bottom: 40px;
}
body.channel .col-main #fsD1 {
	margin-bottom: 40px;
}
body.channel .col-main .detail {
	border-top: 1px solid #EAEAEA;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
}
body.channel .col-main .first {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}
body.channel .col-main .detail h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin: 5px auto;
}
body.channel .col-main .detail .img {
	margin-right: 15px;
}
body.channel .col-main .detail .content-wrap {
	line-height: 180%;
}
/* 影视频道 */
body#channel-ys .banner-full {
	background: url(../images/banner-ys.jpg) no-repeat center top;
	position: relative;
	height: 250px;
}
body#channel-ys .banner-full h1 {
	background: url(../images/logo-ys1.png) no-repeat center center;
	text-indent: -9999px;
	margin: 60px auto auto;
	height: 53px;
	width: 390px;
}
body#channel-ys .banner-full h2 {
	background: url(../images/logo-ys2.png) no-repeat center center;
	text-indent: -9999px;
	margin: 20px auto auto;
	height: 76px;
	width: 268px;
}

/* 列表页 */
body.list-page #banner1, body.channel #banner1 { margin: 10px auto 0px; }
.read-main, .list-main {
	margin: 0px 0px 0 0;
	clear: both;
	position: relative;
}
.list-main { margin-bottom: 20px; }
.list-main #vod { margin-left: 35px; }
.list-main #vod iframe{
	margin-bottom: 20px;
	background: #f4f4f4;
}
.list-main #vod .arc-list li {
	font-size: 20px;
	margin-bottom: 10px;
}

.list-main .arc-list { margin: 0px 0px 20px; }
.list-main .arc-list li {
	font-size: 14px;
	position: relative;
	width: 620px;
}
.list-main .arc-list li span {
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.list-main .detail {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 25px;
}
.list-main .detail h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin: 5px auto 5px;
}
.list-main .detail .img {
	margin-right: 15px;
}
.list-main .detail .content-wrap {
	line-height: 180%;
}
.list-main .detail .arc-info {
	clear: both;
	float: none;
	position: relative;
	padding-top: 15px;
}
.list-main .detail .arc-info span { margin-right: 30px; 
}
.list-main .detail .arc-info span.pl {
	margin-right: 0px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.list-main .detail .arc-info span.tags a {
	margin-right: 10px;
}
#pic-list .item-list {
	position: relative;
	width: 1030px;
}
#pic-list .item-list li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 184px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#pic-list .item-list .img {
	float: none;
	height: 130px;
	overflow: hidden;
	position: relative;
 }
#pic-list .item-list .img img {
	height: 138px;
	width: 184px;
}
#pic-list .item-list li .content-wrap {
}
#pic-list .item-list li .content-wrap h4 {
	font-weight: normal;
	font-size: 14px;
	margin-top: 4px;
}
#website-list #pic-list .item-list li {
  width: 190px;
  margin-right: 5px;
  margin-left: 5px;
  height: 110px;
}
#website-list #pic-list .item-list .img {
	float: none;
	height: 60px;
	overflow: hidden;
	position: relative;
 }
#website-list #pic-list .item-list .img img {
	height: 60px;
	width: 190px;
}
.rsrm-class {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 20px;
	height: 100px;
	width: 100%;
}
.rsrm-class a {
	display: block;
	width: 130px;
	float: left;
	line-height: 24px;
}

/* 内容显示页 */
body.show-page #global-header .crumbs {
	height: 50px;
	line-height: 46px;
	background: url(../images/logo-s.jpg) no-repeat left center;
	padding-left: 20px;
}	
#content { }
#content .col-sub .contentMod {
	margin-bottom: 20px;
	margin-left: 24px;
}
#content .col-main {
	width: 650px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
	margin-right: 0px;
}
#content .col-sub {
	width: 324px;
	float: right;
	border-left: 1px solid #EAEAEA;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
body.show-page .col-main #pic-big {
	margin-bottom: 30px;
}
#content .col-main .focus img { 	width:650px;}
#content .col-main .focus .btn {
	left:560px;
}
#content .hd h3 {
	font-size: 20px;
}
.read-main {
	padding-bottom: 20px;
}
.main-title {
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom:15px;
}
.ftitle {
	font-size: 18px;
	font-weight: normal;
}
#page-info {
	position:relative;
	border-bottom: 2px solid #EAEAEA;
	height: 45px;
	line-height: 35px;
	margin-bottom: 30px;
}
.page-tools {
	position: relative;
	float: right;
	margin-top: -30px;
}
.page-tool-i {
	height:20px;
	float:left;
	padding:0 20px;
	border-left:1px solid #d0d0d0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	position:relative;
}
#share {
	width: 30px;
	overflow: visible;
	margin: 0px;
}
.page-tool-i .bottom-border {
	position:absolute;
	left:0;
	height:2px;
	right:0;
	background-color:#ff8500;
	bottom:-20px;
	z-index:100;
*bottom:-19px;
	display:none
}
.page-tool-i:hover .bottom-border { display:block }
.page-tool-i a {
	display:block;
	width:30px;
	height:40px;
	position:relative;
	margin-top:-10px;
	background:url(../images/main_desktop.png) no-repeat;
	text-indent:-9999em;
}
.first-page-tool { border-left:none }
.page-tool-c { cursor:pointer; }
.page-tool-c:hover a { background-position:0 -44px }
.page-tool-c:hover span { color:#ff8500 }
.page-tool-c a {
	background-position:0 7px;
	float:left
}
.page-tool-c span {
	float:left;
	position:relative;
	margin:-10px 0 0 10px;
	line-height:40px;
	color:#333;
	font-size:14px
}
#share a.jiathis {
	display:block;
	width:30px;
	height:40px;
	position:relative;
	margin-top:-10px;
	background:url(../images/main_desktop.png) no-repeat -40px 7px;
	text-indent:-9999em;
	margin: -10px 0px 0px;
	padding: 0px;
}
#share a:hover { background-position:-40px -43px }
.page-tool-f a { background-position:-80px 7px; }
.page-tool-f a:hover { background-position:-80px -44px }
.page-tool-f .favorited { background-position:-80px -44px }
.page-tool-p a { background-position:-120px 7px; }
.page-tool-p a:hover { background-position:-120px -44px }
.page-tool-u a { background-position:-160px -44px; }
.page-tool-u a.biggerenable { background-position:-160px 7px; }
.page-tool-u a:hover { background-position:-160px -97px }
.page-tool-d a { background-position:-200px -44px; }
.page-tool-d a.smallerenable { background-position:-200px 7px; }
.page-tool-d a:hover { background-position:-200px -94px }
.bottom-tool {
	position: relative;
	_margin-bottom: 15px;
	height: 60px;
}
.page-tool-bshare {
	float: left;
	position:relative;
	width: 100%;
}
.page-tool-bshare .page-tool-i{
	float: left;
	position:relative;
	height: 40px;
	width: 30px;
	text-indent: -9999px;
	background:url(../images/main_desktop.png) no-repeat -40px 0px;
	margin: 2px 15px 0px 0px;
	padding: 0px;
	border-style: none;
}
.page-tool-bshare .jiathis_style_24x24{ margin-top: 5px; }
.bottom-tool .page-tools { margin-top: -35px; }

.bottom-tool .page-tool-c span {
	overflow:hidden
}
.bottom-tool .page-tool-s { padding:0 10px 0 20px }
#picshow img {
	max-width: 1000px;
	height: auto;
}

/* 评论 */
body#pllist-page #page-info{ margin-top: -30px; }
.comment-form .user-info strong {
	font-size: 18px;
	margin-right: 20px;
}
.comment-form .user-info a {
	margin-right: 20px;
}
.comment-form label {
	margin-right: 4px;
}
.comment-form .inp-txt {
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 0px 4px;
}
.comment-form textarea {
	border: 1px solid #ccc;
	padding: 6px;
	height: 100px;
	width: 635px;
	margin-top: 15px;
	font-size: 16px;
}
.comment-reg {
	height: 80px;
	float: right;
	margin-top: 10px;
}
.comment-form .inp-sub {
	padding: 3px 20px;
	background: #f58400;
	text-align: center;
	border: 1px solid #f58400;
	color: #FFF;
}
#comments-list {
	margin-top: 20px;
}
.comments {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 20px;
}
.comment-txt {
	font-size: 16px;
	margin-bottom: 10px;
	background: #f8f8f8;
	padding: 10px;
}
.comment-info {
	position: relative;
	height: 30px;
}
.comment-info .area {
	position: absolute;
	top: 0px;
	right: 0px;
}
.comment-info .name a { font-weight: bold; }
.comment-action {
	position: relative;
	height: 30px;
	font-size: 12px;
}
.comment-action .comment-tool {
	position: absolute;
	top: 0px;
	right: 0px;
}
.comment-action .comment-tool span { color: #F00; 
}
.comment-face {
	position: relative;
	height: 75px;
	width: 400px;
	float: left;
	margin-top: 15px;
}
#main-body {
	font-size: 16px;
	line-height: 190%;
	position: relative;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom: 20px;
}
#main-body a {
	color: #2F72A8;
	text-decoration: none;
}
#main-body p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#main-body table {
	width: 100%;
}
#main-body img {
	max-width: 650px;
 height: auto!important;
}

#main-body legend {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 30px;
}
#main-body legend span {
    color: #06C !important;
}
#article-info { margin-bottom: 40px; }
.wapurlpic {
	text-align: center;
	margin-bottom: 2em;
	font-weight: bold;
}
.wapurlpic img {
	display: block;
	margin: auto;
}
#otherLink .item-list {
	position: relative;
	width: 1030px;
}
#otherLink .item-list li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 184px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#otherLink .item-list .img {
	float: none;
	height: 120px;
	overflow: hidden;
	position: relative;
 }
#otherLink .item-list .img img {
	height: 138px;
	width: 184px;
}
#otherLink .item-list li .content-wrap {
	position: absolute;
	left: 0px;
	background: url(../images/bg-translucent.png) repeat left top;
	width: 184px;
	height: 28px;
	bottom: 0px;
	overflow: hidden;
}
#otherLink .item-list li .content-wrap h4 {
	margin: 0px 8px;
	line-height: 28px;
	font-weight: normal;
}
.otherLink-arc {
	margin-bottom: 0px;
	border-top: 2px solid #666;
	padding-top: 20px;
}
.otherLink-arc .hd { background: url(none); }
.otherLink-arc .hd h3 strong {
	border-left: 4px solid #F60;
	padding-left: 10px;
}
.otherLink-arc .hd h3 em { background: url(none); }

#otherLink .detail {
	border-top: 1px solid #EAEAEA;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#otherLink .first {
	border-top: none;
	margin-top: 0px;
}
#otherLink .detail h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin: 5px auto;
}
#otherLink .detail .img {
	margin-right: 15px;
}
#otherLink .detail .content-wrap {
	line-height: 180%;
}
#content .col-sub .item-list {
	position: relative;
}
#content .col-sub .item-list li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 140px;
	margin-right: 20px;
	margin-top: 10px;
}
#content .col-sub #zt .item-list li {
	width: 100%;
	margin-right: 0px;
	float: none;
}
#content .col-sub .item-list li.last {
	margin-right: 0px;
}
#content .col-sub .item-list .img {
	float: none;
	position: relative;
}
#content .col-sub #zt .item-list .img {
	margin-right: 0px;
	margin-top: 5px;
}
#content .col-sub .item-list .img img {
	height: 100px;
	width: 140px;
}
#content .col-sub #zt .item-list .img img {
	height: 100px;
	width: 100%;
}
#content .col-sub .item-list li .content-wrap {
}
#content .col-sub .item-list li .content-wrap h4 {
	font-weight: normal;
	font-size: 14px;
}
#content .col-sub .bd .detail h4 {
	font: normal 16px/24px "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "tahoma";
	margin-bottom: 5px;
}
#content #info-tags {
	position: relative;
}
#content #info-tags a { }
#content .bshare-custom {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 180px;
}
#comment {
	border: 1px solid #d5d5d5;
	padding: 1px;
}
.comment-inner {
	border: 4px solid #f4f4f4;
	padding: 10px;
	height: 220px;
}
#comment .hd { height: 30px; }
#comment .hd h4 { font-size: 14px; }
#comment .hd .more {
	position: absolute;
	top: 0px;
	right: 0px;
}
#comment #post { margin-top: 5px; }
#comment #post .post-login span { margin-right: 8px; }
#comment #post .input-text {
	border: 1px solid #e5e5e5;
	margin-left: 2px;
	margin-right: 4px;
	line-height: 16px;
	height: 15px;
	padding: 2px 0px;
	text-indent: 2px;
}
#comment #post .input-sub {
	font-size: 14px;
	padding: 2px 8px;
	line-height: 18px;
}
#comment #post textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	margin:10px 0;
	height: 100px;
}
#comment #post .post-action { text-align: right; }
#comment #post #post-face {
	margin-top: -30px;
	margin-bottom: 10px;
}
.pages {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-bottom {
}
.pages a {
	margin-right: 3px;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #ddd;
}
.pages a:hover {
	margin-right: 3px;
	border: 1px solid #a0a0a0;
	padding: 2px 5px;
	text-decoration: none;
}
.pages span.current {
	margin-right: 3px;
	border: 1px solid #e0e0e0;
	background: #f8f8f8;
	padding: 2px 5px;
}
.pages span.disabled {
	margin-right: 3px;
	padding: 2px 5px;
	border: 1px solid #f3f3f3;
}
#rec-pic .hd, #rec-info .hd {
	line-height: 32px;
	background: #f2f2f2;
	overflow: hidden;
	height: 32px;
}
#rec-pic { display: none; }
#rec-pic .hd, #rec-info .hd h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
}
.aui_outer {
	background: rgba(255,255,255,1);
	padding: 10px;
}
.aui_titleBar {
	position: relative;
}
.aui_close {
	position: absolute;
	top: 0px;
	right: 5px;
}
.aui_buttons button {
	padding: 2px 4px;
	margin-right: 10px;
}
.txygg {
	position: absolute;
	width: 100%;
	top: 122px;
	text-align: center;
	z-index: 999;
}

/* 视频频道 */
#content .col-main #video{
	height: 404px;
	margin-bottom: 40px;
}
#content .col-main .video-piclist li{
	width: 200px;
	margin-right: 25px;
	margin-bottom: 20px;
}
#content .col-main .video-piclist .last{
	margin-right: 0px;
}
#content .col-main .video-piclist li img {
	width: 200px;
	height: 150px;
}
#content .col-main .video-piclist li .content-wrap h4 {
    font-weight: normal;
    font-size: 14px;
}

/* 字体颜色*/
body, h1, h2, h3, h4, h5, h6, p, hr, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, .pages a:hover, .fixednav .global-nav-wrap ul li a:hover, .fixednav .global-nav-wrap ul li.current a, .fixednav .global-nav-wrap ul li.current a:hover { color: #333; }

.hd h3 a, .tab-btn li.current a, .column-title .sub-class a, .hd h3 strong, body.channel .col-main .column-title h2 a { color: #069; }
#gotop a, #gotop a:hover, #headLines h3 a, #wrap-row-1 .col-main-small .detail .content-wrap h4 a, #wrap-row-zhengwu .col-main-small .detail .content-wrap h4 a, #wrap-row-tour .col-main-big .detail .content-wrap h4 a, #wrap-row-ny .col-main-small .detail .content-wrap h4 a, #wrap-row-tour .col-main-big .detail .content-wrap p, #wrap-row-tour .col-main-big .detail .content-wrap p a, #wrap-row-newcounty .col-main-small .item-list li .content-wrap h4 a, #otherLink .item-list li .content-wrap h4 a, #wrap-row-czh .col-main-small .item-list li.detail .content-wrap h4 a , 
#wrap-row-ny .col-main-small .item-list li.detail .content-wrap h4 a , #otherLink .item-list li .content-wrap h4 a:hover, .focus .shadow a, #pages a, .fixednav .global-nav-wrap ul li a, .fixedsubnav ul li a, .rank-list li em { color: #fff; }
.focus .btn a, .focus .D1fBt a { color:#B0B0B0; }
a:hover, .hd h3 a:hover, .column-title .sub-class a:hover, #wrap-row-tour .col-main-big .detail .content-wrap p a:hover, #footer #foot-nav a:hover, .rank-list li span, body.channel .col-main .column-title h2 a:hover { color: #F60; }
#headLines h3 a:hover, .fixednav .global-nav-wrap ul li a:hover, .fixedsubnav ul li a:hover, .fixedsubnav ul li.current a { color: #FF9; }
.hd h3 em, .column-title h2 em, #footer #foot-nav { color: #999; }
.column-title .more a, #footer #foot-nav a, .detail .content-wrap p, #footer #copyright p, .list-main ul li span { color: #666; }
.title-info { color:#7E7E7E; }
.pages a, .pages span.current { color: #aaa; }
.pages span.disabled { color: #ccc; }
i.fa-video-camera {
	color: #C00;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix { height:1%; }
