﻿.detail-title
{
    line-height:20px;padding:5px;
}
.detail-title span
{
    padding-left:10px;
    padding-right:10px;
}
.to-link
{
    width:100%;margin:0px auto;line-height:30px;border-top:solid 1px #ddd;text-align:left;padding-top:5px;
}
.to-link a
{
    color:#333;text-decoration:none;font-size:16px;
}
.to-link span
{
    color:#777;font-size:16px;
}

/*--加载更多--*/
.loadmore
{
    margin:0.53rem;
    line-height:0.93rem;
    text-align:center;
    border:solid 1px #eee;
    border-radius:25px;
    background:#fff;
}
.loadmore a
{
    font-size:0.4rem;color:#666;
}
.loading
{
    width:130px;margin:0px auto;
}
.loading img
{
    width:35px;height:35px;margin-top:1px;float:left;
}
.loading span
{
    float:left;
    font-size:14px;
    color:#999;
    margin-top:8px;
}
.no-data
{
    line-height:0.93333333rem;
    border-radius:25px;
    text-align:center;
    color:#666;
    font-size:0.42666667rem;
    border:solid 1px #eee;
    margin:0.52rem;
    background:#fff;
}

/*--分隔--*/
.split-line
{
    height:8px;background:#eee;
}
.txt
{
    line-height:0.86666667rem;
    height:0.86666667rem;
    padding-left:5px;
    border-style:none;
    border:solid 1px #fff;
    border-radius:3px;
    box-sizing:border-box;
}

.area
{
    TEXT-ALIGN: left; 
    LINE-HEIGHT: 25px;
    padding:5px;
    border-style:none;
    border:solid 1px #fff;
    border-radius:3px;
    box-sizing:border-box;
}

.btn {
	font-size:0.37333333rem;
	height:0.86666667rem;
	line-height:0.86666667rem;
	border-style:none;
	background:#2caeff;
	color:#fff;
	text-align:center;
    border-radius:3px;
}
.lbtn {
	font-size:0.37333333rem;
	height:0.76666667rem;
	line-height:0.76666667rem;
	border-style:none;
	background:#dd0000;
	color:#fff;
	text-align:center;
    border-radius:3px;
    display:inline-block;
    padding:0 0.3rem;
}


/*上一条、下一条*/
.nip-previous,
.nip-next {
  color: #333;
  margin: 0.26666667rem;
}
.nip-next {
  margin-bottom: 0.26666667rem;
}
.nip-previous span,
.nip-next span {
  font-size: 0.37333333rem;
  color:#777;
  line-height: 0.53333333rem;
  box-sizing:border-box;
}
.nip-previous a,
.nip-next a {
  font-size: 0.37333333rem;
  line-height: 0.53333333rem;
  color: #333;
  box-sizing:border-box;
}

/*依申请公开*/
.apply-box
{
    margin:10px;
    border:solid 1px #f4f4f4;
    border-radius:5px;
    padding-bottom:5px;
}
.apply
{
    border:solid 1px #f4f4f4;
    border-collapse:collapse;
    width:100%;
    margin:10px auto;
    margin-bottom:-1px;
    background:#fff;
}
.apply th
{
    border:solid 5px #f4f4f4;
    line-height:25px;
    text-align:center;
    font-size:0.42666667rem;
    color:#333;
    font-weight:normal;
    padding:10px;
}
.apply td
{
    border:solid 5px #f4f4f4;
    line-height:25px;
    text-align:left;
    font-size:0.42666667rem;
    color:#333;
    font-weight:normal;
    padding:10px;
}

.apply-detail
{
	width:100%;
	border:solid 1px #f4f4f4;
	border-collapse:collapse;
	margin-bottom:-1px;
    background:#fff;
}
.apply-detail th
{
	line-height:0.53333333rem;
	text-align:left;
	color:#777;
	font-size:0.37333333rem;
	border:solid 5px #f4f4f4;
	font-weight:normal;
    padding:0.26666667rem;
}
.apply-detail td
{
	line-height:0.53333333rem;
	text-align:left;
	padding:0.26666667rem;
	border:solid 5px #f4f4f4;
	color:#111;
	font-size:0.37333333rem;
}

label{padding:5px;}
select
{
	FONT-FAMILY: "Microsoft Yahei";
	line-height:30px;
	height:30px;
	border:solid 1px #ddd;
	border-radius:3px;
	padding-left:15px;
	padding-right:15px;
    background:#fff;
}

/*查询*/
.txtSearch
{
    border:solid 1px #ddd;
    line-height:0.90666667rem;
    height:0.90666667rem;
    width:5.33333333rem;
    background:#f8f8f8;
    padding-left:5px;
    border-radius:4px 0px 0px 4px;
    float:left;
}
.btnSearch {
	font-size:0.37333333rem;
	height:0.94666667rem;
	line-height:0.94666667rem;
	padding-left:0.53333333rem;
	padding-right:0.53333333rem;
	border:solid 1px #dd0000;
	background:#dd0000;
	color:#fff;
	border-radius:0px 4px 4px 0px;
    float:left;
}

/*调查征集*/
.survey-item
{
    line-height:0.53333333rem;
    padding:0.26666667rem;
    border-bottom:solid 1px #f2f2f2;
}
.survey-item:last-child
{
    line-height:0.53333333rem;
    padding:0.26666667rem;
    border-bottom:solid 1px #fff;
}
.survey-item .s-title
{
    color:#181818;
    font-size:0.42666667rem;
}
.survey-item .s-time
{
    text-align:right;
    color:#aaa;
    font-size:0.42666667rem;
}

/*图片列表*/
.photo-box
{
    margin:10px 0px;
    border-bottom:solid 1px #eee;
    padding:0 5px 10px 5px;
}
.photo-box:last-child
{
    margin:10px 0px;
    border-bottom:solid 1px #fff;
    padding:0 10px 10px 10px;
}
.photo-item
{
    width:95%;
    margin:5px auto;
}
.photo-title
{
    padding:5px 0px;
    font-size:16px;
    color:#000;
}

.photo-item img
{
    width:100%;
    height:4.5rem;
    border-radius:2px;
    box-shadow:3px 3px 10px #ddd;
}
.photo-item span
{
    padding-right:15px;
    color:#777;
    float:left;
}

/*留言*/
.message-box
{
    margin:10px 0px;
    border:solid 1px #eee;
    border-radius:5px;
    box-shadow:3px 3px 10px #eee;
}
.message-ul
{
    margin:0px;
    margin-bottom:5px;
}
.message-ul li
{
    line-height:1.0rem;
    padding:10px;
    border-bottom:solid 1px #f1f1f1;
}
.message-ul li:last-child
{
    line-height:1.0rem;
    padding:10px;
    border-bottom:solid 1px #fff;
}

.gov-detail
{
	width:100%;
	border:solid 1px #eee;
	border-collapse:collapse;
    background:#fff;
}
.gov-detail th
{
	line-height:0.53333333rem;
	text-align:right;
	color:#777;
    font-size:0.37rem;
	border:solid 1px #eee;
	font-weight:normal;
    padding:0.1333rem;
}
.gov-detail td
{
	line-height:0.53333333rem;
	text-align:left;
	padding:0.1333rem;
	border:solid 1px #eee;
	color:#111;
    font-size:0.37rem;
}