﻿/* ---- 头条新闻 ---- */
.topline {
	width: 1000px;
	margin: 0 0 20px;
	overflow: hidden;
}
.topline p {
	display: block;
	float: left;
}
.topline span {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	text-align: right;
	width: 844px;
}
.topline span p {
	position: relative;
	text-align: center;
	width: 844px;
}
.topline span p.tit {
	height: 24px;
	line-height: 24px;
}
.topline span a.title {
	display: inline-block;
	width: 814px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: #004f99;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.topline span p a {
	color: #c00;
}
.topline span p a.more {
	color: #333;
	padding-left: 20px;
}
.topline span a img {
	clear: both;
	display: block;
	margin: 5px auto;
}
/*---- 图片slider特效左右滚 ----*/
.JQ-slide {
	width: 360px;
	height: 295px;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
}
.JQ-slide-content {
	position: absolute;
}/*必须要的元素*/
.JQ-slide-content li {
	width: 360px;
	height: 295px;
	float: left;
	display: inline;
	position: relative;
}
.JQ-slide-content li img {
	width: 360px;
	height: 295px;
}
.JQ-slide-content li span {
	display: block;
	background: #F3F2F2;
	color: #000;
	font-weight:bold;
	font-size: 16px;
	padding: 0 90px 0 10px;
	line-height: 32px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 10;
	width: 260px;
	overflow: hidden;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.JQ-slide-nav {
	position: absolute;
	bottom: 14px;
	right: 3px;
	z-index: 30;
	bottom: 8px;
}
.JQ-slide-nav li {
	float: left;
	display: inline;
	background: #ccc;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 5px;
	font-size: 14px;
	color: #333333;
}
.JQ-slide-nav li.on {
	background: #026eab;
	color: #FFF;
}
/* ---- 热词 ---- */
.hotwWords {
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 50px;
	background: url(hotwWords.gif) left center no-repeat;
	text-align: left;
	overflow: hidden;
}
.hotwWords a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 14px;
	color: #333333;
}
.hotwWords a:hover {
	color: #ad0101;
}
/* ---- 好人365 Style ---- */
.nicer {
	height: 46px;
	line-height: 46px;
	padding: 0 0 0 78px;
	background: url(nicer.gif) left center no-repeat;
	font-size: 16px;
	color: #ad0101;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nicer a {
	color: #ad0101;
}
/* ---- 宣传栏 Style ---- */
.billboard {
	border-top: 1px solid #ad0101;
	background: #f3f3f3;
	box-sizing: border-box;
	padding: 0 14px 20px;
}
.billboard .title {
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #ad0101;
	margin: 0 0 14px;
}
.billboard .adsKinds {
	overflow: hidden;
	padding: 0 0 10px;
	border-bottom: 1px dotted #999999;
	margin: 0 0 2px;
	_height: 84px;
}
.billboard .adsKinds li {
	display: inline-block;
	float: left;
	margin: 0 16px 12px 0;
	width: 88px;
	height: 30px;
}
.billboard .adsKinds li.nom {
	margin: 0 0 12px;
}
.billboard .adsKinds li a {
	display: block;
	height: 28px;
	line-height: 28px;
	width: 86px;
	text-align: center;
	border: 1px solid #e3e3e3;
	background: #FFF;
	font-size: 14px;
	color: #333333;
}
.billboard .adsKinds li a:hover {
	border: 1px solid #ad0101;
}
.billboard .attention {
	border-top: 1px dotted #999999;
	padding: 20px 0 0px;
	overflow: hidden;
}
.billboard .attention li {
	display: inline-block;
	float: left;
	margin: 0 0 0 16px;
	width: 88px;
}
.billboard .attention li.first {
	margin: 0;
}
.billboard .attention li:first-child {
	margin: 0;
}
.billboard .attention li img.tit {
	display: block;
	margin: 0 auto 13px;
}
.billboard .attention li img.c2 {
	display: block;
	width: 88px;
	height: 88px;
	margin: 0 0 6px;
}
.billboard .attention li span {
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}
/* ---- 左图右新闻 Style ---- */
.picNews {
	overflow: hidden;
}
.picNews .pic {
	width: 140px;
	float: left;
	height: 80px;
}
.picNews .pic img {
	width: 140px;
	height: 80px;
}
.picNews .title {
	width: 170px;
	float: right;
	padding: 10px 0;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.picNews .title a {
	font-size: 16px;
	color: #004f99;
}
.picNews .title a:hover {
	color: #ad0101;
}
/* ---- 主题活动 Style ---- */
.theme {
	width: 100%;
	overflow: hidden;
}
.theme li {
	width: 256px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
	padding: 1px;
}
.theme li img {
	width: 256px;
	height: 77px;
}
/* ---- 志愿者 Style ---- */
.volunteer {
	overflow: hidden;
}
/* ---- 志便民查询 Style ---- */
.queryTable {
	border-collapse: collapse;
	width: 100%;
}
.queryTable td {
	border: 1px solid #e3e3e3;
	height: 64px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #cc0000;
}
.queryTable td a {
	display: block;
	padding: 40px 0 0;
	color: #cc0000;
	line-height: 24px;
	height: 24px;
}
.queryTable td a:hover {
	color: #004f99;
}
.queryTable td a.tq {
	background: url(query_tq.gif) center 10px no-repeat;
}
.queryTable td a.hc {
	background: url(query_hc.gif) center 10px no-repeat;
}
.queryTable td a.hb {
	background: url(query_hb.gif) center 10px no-repeat;
}
.queryTable td a.df {
	background: url(query_df.gif) center 10px no-repeat;
}
.queryTable td a.gjj {
	background: url(query_gjj.gif) center 10px no-repeat;
}
.queryTable td a.sb {
	background: url(query_sb.gif) center 10px no-repeat;
}
.queryTable td a.tq:hover {
	background: url(query_tq_a.gif) center 10px no-repeat;
}
.queryTable td a.hc:hover {
	background: url(query_hc_a.gif) center 10px no-repeat;
}
.queryTable td a.hb:hover {
	background: url(query_hb_a.gif) center 10px no-repeat;
}
.queryTable td a.df:hover {
	background: url(query_df_a.gif) center 10px no-repeat;
}
.queryTable td a.gjj:hover {
	background: url(query_gjj_a.gif) center 10px no-repeat;
}
.queryTable td a.sb:hover {
	background: url(query_sb_a.gif) center 10px no-repeat;
}
.peccancy {
	overflow: hidden;
}
.peccancy li {
	overflow: hidden;
	height: 20px;
	margin-bottom: 9px;
}
.peccancy li label {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}
.peccancy li select {
	box-sizing: border-box;
	height: 18px;
	border: 1px solid #e3e3e3;
	width: 194px;
	background: #FFF;
	outline: none;
	line-height: 18px;
	font-size: 12px;
	color: #333;
}
.peccancy li input.text_input {
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
	border: 1px solid #e3e3e3;
	background: #FFF;
	outline: none;
	line-height: 18px;
	font-size: 12px;
	color: #333;
	padding: 0 5px;
}
.peccancy li input.submit_input {
	width: 76px;
	box-sizing: content-box;
	display: block;
	height: 20px;
	line-height: 20px;
	background: #ad0101;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	outline: none;
	cursor: pointer;
}
/*---- 视频 ----*/
.video {
	border: 5px solid #e9e9ea;
	padding: 1px;
	background: #fff;
	overflow: hidden;
	height: 248px;
}
.video img {
	height: 248px;
	width: 308px;
}
.video_title {
	min-height: 30px;
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px dotted #999999;
	font-size: 16px;
	color: #333;
	text-align: center;
}
/*---- 民俗 ----*/
.folkways {
	overflow: hidden;
}
.folkways li {
	position: relative;
	height: 115px;
	margin-top: 20px;
}
.folkways li:first-child {
	margin: 0px;
}
.folkways li img {
	width: 260px;
	height: 115px;
}
.folkways li p {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	height: 24px;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/*---- 网站群 ----*/
.websites_head {
	height: 26px;
	padding: 1px 0 0;
	border-bottom: 1px solid #cc0000;
	position: relative;
}
.websites_head h1 {
	height: 26px;
	line-height: 26px;
	width: 70px;
	font-size: 20px;
	color: #990000;
	float: left;
	font-weight: normal;
}
.websites_head ul {
	height: 28px;
	position: absolute;
	top: 0px;
	left: 80px;
}
.websites_head ul li {
	padding: 1px 15px 1px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	float: left;
	cursor: pointer;
}
.websites_head ul li.hover {
	padding: 0px 14px 1px;
	border: 1px solid #cc0000;
	border-bottom: none;
	color: #ad0101;
	background: #fff;
}
.websites_con a {
	display: inline-block;
	margin-right: 13px;
	line-height: 25px;
	font-size: 12px;
}
.websites_con span {
	display: inline-block;
	margin-right: 0 13px;
	line-height: 25px;
	font-weight: bold;
	color: #ad0101;
}
/*---- 城市，名片 ----*/	
.cityCard {
	position: relative;
}
.cityCard .title {
	position: absolute;
	top: 19px;
	height: 20px;
	line-height: 20px;
	width: 77px;
	background: #cc0000;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.cityCard .title a {
	color: #fff;
}
.cityCard .title i {
	width: 11px;
	height: 8px;
	background: url(cityCard_arrow.png) no-repeat;
	position: absolute;
	right: -11px;
	bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}
.ranklist {
	height: 144px;
	overflow: hidden;
	width:230px;
	position: absolute;
	right:0px;
	bottom:26px;
}
.ranklist li {
	width:230px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
.gogo{}