@charset "utf-8";

/* PC */
body {
	color: #333;
}

/* PC */

/* 列表 */
.body_bg {
	background: #f1f1f1;
}
.pc-header {
	width: 100%;
	border-bottom: 2px #f63 solid;
	background: #fff;
}
.pc-header-cont {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
.pc-logo {
	display: inline-block;
	width: 365px;
	height: 40px;
	background: url(/app_images/pingan/v10/zhouzhoukan/logo.jpg) no-repeat;
	margin-top: 20px;
}
.pt30 {
	padding-top: 30px
}
.pc-header-cont dl {
	position: absolute;
	bottom: 10px;
	right: 0
}
.pc-header-cont dt, .pc-header-cont dd {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #666;
	margin: 0 3px;
}
.pc-header-cont dd a:hover {
	text-decoration: underline;
}
.wrap-box {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 25px;
	overflow: hidden;
}
.list-box {
	width: 1020px;
	padding: 0 0 30px;
	overflow: hidden;
}
.list-box li {
	float: left;
	display: inline;
	width: 320px;
	margin: 30px 20px 0 0;
}
.list-box li a {
	display: block;
	overflow: hidden;
	color: #333;
	text-decoration: none;
}
.list-box li a:hover {
	text-decoration: none;
}
.list-box li a .pic {
	width: 320px;
	height: 160px;
	background: #ddd url(/app_images/pingan/v10/zhouzhoukan/loading.gif) no-repeat center center;
}
.list-box li a .pic img {
	width: 100%;
	height: 100%;
}
.list-box li a dl {
	border: 1px #d7d7d7 solid;
	background: #fff;
	padding: 5px 15px
}
.list-box li a dt {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.list-box li a dd {
	font-size: 12px;
	color: #949494
}
.list-box li a dd .date {
	line-height: 24px;
}
.list-box li a dd .view {
	float: right;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 5px;
	padding-left: 25px;
	background: url(/app_images/pingan/v10/zhouzhoukan/eye.jpg) no-repeat;
}
.list-box li a:hover dt {
	color: #f60
}
.show_more {
	padding: 15px 0;
	border-top: 1px #ccc solid;
}
.show_more .btn_more {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	text-align: center;
}
.footer {
	width: 100%;
	background: #e6e6e6;
}
.footer-cont {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0 25px;
	position: relative
}
.footer-cont .logo-ft {
	width: 260px;
	margin: 0 auto;
	padding: 25px 0 10px;
	background: url(/app_images/pingan/v10/zhouzhoukan/logo_min.jpg) no-repeat center top;
	font-weight: bold;
	text-align: center
}
.footer-cont .logo-ft .slogan {
	font-size: 20px;
	color: #747474;
	line-height: 36px;
}
.footer-cont .logo-ft .hotline {
	font-size: 20px;
	color: #00955d;
	line-height: 40px;
}
.footer-cont .logo-ft .hotline span {
	font-size: 22px;
}
.footer-cont p {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.footer-cont .qr-code {
	width: 122px;
	background: url(/app_images/pingan/v10/zhouzhoukan/qr_code.jpg) no-repeat left bottom;
	padding: 0 0 130px;
	position: absolute;
	top: 35px;
	right: 30px;
}
.footer-cont .qr-code p {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #666
}
.footer-cont a:hover {
	text-decoration: underline;
}
.m-header {
	display: none;
}

/* 详情页 */
.wrap-box h1 {
	font-size: 24px;
	line-height: 26px;
	color: #666;
	padding: 20px 0 0
}
.wrap-box .push-date {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	padding: 10px 0 0
}
.share-fixed {
	width: 100%;
	height: 60px;
	background: #e6e6e6;
}
.share-wrap {
	width: 100%;
	height: 60px;
	border-top: 1px #ddd solid;
	box-shadow: 0px 0px 4px rgba(3, 3, 3, 0.3);
	position: fixed;
	left: 0;
	bottom: 0;
}
.share-bg {
	width: 100%;
	height: 100%;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
}
.share-box {
	width: 1000px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -500px;
}
.share-box dl {
	height: 30px;
	line-height: 30px;
}
.share-box dt, .share-box dd {
	float: left;
}
.share-box dt {
	font-size: 14px;
	color: #444;
	padding-right: 5px;
}
.share-box dd {
	margin-right: 8px;
}
.share-box dd a:hover {
	text-decoration: none;
}
.fx-wechat, .fx-circle, .fx-weibo, .fx-qq, .fx-qzone, .fx-link {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/app_images/pingan/v10/zhouzhoukan/share_ico.png) no-repeat;
	text-indent: -9999em
}
.fx-wechat {
	background-position: 0 -160px
}
.fx-circle {
	background-position: 0 -128px
}
.fx-weibo {
	background-position: 0 -32px
}
.fx-qq {
	background-position: 0 -64px
}
.fx-qzone {
	background-position: 0 -96px
}
.fx-link {
	background-position: 0 0
}
.content-box > p {
	padding-bottom: 10px;
}
.content-box .col-one {
	width: 310px;
	height: 350px;
	margin: 20px auto 0;
	background: url(/app_images/pingan/v10/zhouzhoukan/img_1.jpg) no-repeat left top;
	padding-left: 420px;
}
.content-box .col-one dt {
	font-size: 48px;
	line-height: 80px;
	font-weight: bold;
	color: #333;
}
.content-box .col-one dt em {
	font-size: 80px;
	font-style: normal;
	padding-left: 20px
}
.content-box .col-one dd {
	font-size: 18px;
	line-height: 26px;
}
.ratio1 {
	font-size: 18px;
	line-height: 24px;
	color: #808080;
	text-align: center
}
.ratio2 {
	font-size: 15px;
	line-height: 24px;
	color: #808080;
	padding: 0 100px;
}
.content-box {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	background: #f3f3f3;
	margin-top: 20px;
	padding: 30px 30px 60px
}
.content-box h2 span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 0 100px 0 30px;
	background: #3b3b3b url(/app_images/pingan/v10/zhouzhoukan/arrow_r.png) no-repeat right bottom;
}
.content-box h2 {
	margin-bottom: 40px;
	margin-top: 40px;
	position: relative;
	left: -29px
}
.content-box h2.spec {
	margin-bottom: 25px !important;
}
.img_title {
	display: block;
	margin: 0 auto;
}
.img_infor {
	font-size: 16px;
	color: #808080;
	display: block;
	line-height: 28px;
	padding-top: 10px;
}
.img_infor i {
	text-align: right;
	font-style: normal;
	display: block;
}
.shibie_tit {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #a62919;
	padding-bottom: 15px !important;
}
.shibie_chaxun {
	color: #666;
}
.shibie_chutai {
	padding-bottom: 20px !important;
}
.shuju_detail {
	padding-top: 25px;
}
.table-detail {
	border: 1px solid #d3d3d3;
}
.table-detail tr td {
	padding-right: 25px;
	text-align: right;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	height: 50px;
	font-size: 20px;
}
.table-detail thead tr td {
	border-right: 1px solid #f9af7e;
	border-bottom: 1px solid #f9af7e;
	background: #f99f63;
	color: #fff;
	height: 72px;
	line-height: 26px;
}
.table-detail tr td.spec {
	border-right: 0;
}
.shuju_chaxun {
	color: #999;
	padding-top: 30px;
	font-size: 18px;
}
.list {
}
.list li {
	position: relative;
	color: #666;
	padding: 4px 0 4px 32px;
}
.list li i {
	position: absolute;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	border-radius: 13px;
	background: #f7605e;
	left: 0;
	top: 6px;
	font-style: normal;
}
.q_a {
	padding: 8px 0;
}
.q_a dt {
	color: #333;
	height: 28px;
	line-height: 28px;
	padding-bottom: 10px;
}
.q_a dt span {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
	background: #4bb492;
	margin-right: 4px;
}
.q_a dd {
	color: #666;
	line-height: 32px;
}