﻿@charset "utf-8";
#app{
	/*width:1200px;*/
	margin:0 auto;
}
body fieldset {
	border: 1px solid #D8D8D8;
	padding: 10px;
}

body fieldset legend {
	padding: 3px 8px;
	font-weight: 700;
	border: 1px solid #D8D8D8;
	background-color: #F9F9F9;
}

body fieldset.blue {
	border: 1px solid #dce3ed
}

body fieldset.blue legend {
	padding: 3px 8px;
	font-weight: 700;
	color: #347add;
	background: none;
	border: none
}

#myform {
}

.picBut {
	background: url("../images/admin_img/picBnt.png") no-repeat 0 -28px;
	color: #FFF;
	float: left;
	text-align: center;
	font-weight: 700;
	height: 28px;
	line-height: 26px;
	*line-height: 30px;
	margin-right: 10px;
	width: 75px
}

.picBut a {
	color: #fff;
	text-decoration: none;
	width: 75px;
	height: 28px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.table-list td, .table-list th {
	padding-left: 12px
}

.table-list thead th {
	height: 30px;
	background: #eef3f7;
	border-bottom: 1px solid #d5dfe8;
	font-weight: normal
}

.table-list tbody td, .table-list .btn {
	border-bottom: #eee 1px solid;
	padding-top: 5px;
	padding-bottom: 5px
}

div.btn {
	background: #f6f6f6;
	padding: 6px 12px 0 12px;
	height: 30px;
	line-height: 30px
}

.table-list tr:hover, .table-list table tbody tr:hover {
	background: #fbffe4
}

.nHover tr:hover, .nHover tr:hover td {
	background: none
}

.table-list .input-text-c {
	padding: 0;
	height: 18px
}

.input-text-c {
	border: 1px solid #A7A6AA;
	height: 18px;
	padding: 2px 0 0;
	text-align: center
}

.td-line {
	border: 1px solid #eee
}

.td-line td, .td-line th {
	border: 1px solid #eee
}

/* .button {
	background: #0777d6;
	padding: 3px 6px;
	width: 120px;
	text-align: center;
	margin-right: 25px;
	border: 1px dashed #eee;
	cursor: pointer;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #fff;
} */

.table-list tr.on, .table-list tr.on td, .table-list tr.on th, .table-list td.on, .table-list th.on {
	background: #fdf9e5;
}

a.close-own {
	background: url(../images/cross.png) no-repeat left 3px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	outline: none;
	right: 7px;
	top: 8px;
	text-indent: 200px;
	overflow: hidden
}

a.close-own:hover {
	background-position: left -46px
}

/*通用表单*/
.common-form {
}

.common-form div.contentWrap {
	padding-right: 20px
}

.common-form ul li {
	color: #444;
	clear: both;
	vertical-align: middle
}

.common-form ul li span.text {
	width: 60px
}

.common-form .set {
	border: 1px dashed #e0e7ed;
	zoom: 1;
	background: #f2f7fb;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px
}

.common-form .set table td, .common-form .set table th {
	padding-left: 12px
}

.common-form .set table th {
	font-weight: normal;
	text-align: left;
	padding: 0 8px
}

.common-form .set table td {
	padding: 3px 0 3px 5px
}

.common-form .set table td.y-bg {
	background: url(../images/admin_img/set_y_line.png) repeat-y right top
}

.common-form .set table td input {
	background-image: none;
	height: 18px;
	font-size: 12px
}

.input-text, .measure-input, textarea, input.date, input.endDate, .input-focus {
	height: 25px;
	padding: 3px 8px;
	float: left;
}

.input-focus {
	background: #FFF url(../images/admin_img/input_focus.png) repeat-x;
	border-color: #afcee6;
	font-size: 12px;
}

input.date, input.endDate {
	background: #fff url(../images/admin_img/input_date.png) no-repeat right 3px;
	padding-right: 18px;
	font-size: 12px;
}

textarea, textarea.input-text, textarea.input-focus {
	font-size: 12px;
	height: auto;
	padding: 5px;
	margin: 0;
}

select {
	vertical-align: middle;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	border-style: solid;
	border-width: 1px;
	color: #333;
	padding: 3px 8px;
}

.search-form {
	margin-bottom: 10px
}

/*表格表单*/
.table_form {
	font-size: 12px
}

.table_form td {
	padding-left: 12px
}

.table_form th {
	font-weight: normal;
	text-align: right;
	color: #777;
	font: 14px 'Microsoft YaHei';
}

.table_form td label {
	vertical-align: middle
}

.table_form td, .table_form th {
	padding-top: 13px;
	padding-bottom: 13px;
}

.colorpanel tbody td, .colorpanel tbody th {
	padding: 0;
	border-bottom: none;
}

/*select美化*/
.js ul.newList {
	left: -9999px;
}

ul.newList * {
	margin: 0;
	padding: 0;
}

ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	background: #fff;
	position: absolute;
	border: 1px solid #ccc;
	top: 22px;
	left: 0;
	overflow: auto;
	z-index: 9999;
}

.newListSelected {
	color: #000;
	height: 22px;
	padding: 4px 0 0 6px;
	float: left;
	background: url(../images/select-bg.png) no-repeat right 0;
	border-left: 1px solid #dfdfdf
}

.newListSelected span {
	display: block;
}

ul.newList li a {
	padding: 3px 8px;
	display: block;
	text-decoration: none;
}

.selectedTxt {
	overflow: hidden;
	height: 16px;
	padding: 0 23px 0 0;
}

.measure-input {
	background: url("../images/ruler.gif") repeat-x scroll 0 9px transparent
}

.hiLite {
	background: #e0ebf4 !important;
	color: #444 !important;
}

.newListHover {
	background: #f2f7fb !important;
	color: #000 !important;
	cursor: default;
}

.newListSelHover, .newListSelFocus {
	background-position: right -26px;
	cursor: default;
}

.newListOptionTitle {
	font-weight: bold;
}

.newListOptionTitle ul {
	margin: 3px 0 0;
}

.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}

/*表单验证*/
.onShow, .onFocus, .onError, .onCorrect, .onLoad, .onTime {
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	background: url(../images/msg_bg.png) no-repeat;
	color: #444;
	line-height: 18px;
	padding: 2px 10px 2px 23px;
	margin-left: 10px;
	_margin-left: 5px;
	float: left;
	margin-top: 5px;
}

#introduceTip {
	margin-top: 27px;
}

.onShow {
	background-position: 3px -147px;
	border-color: #40B3FF;
	color: #959595
}

.onFocus {
	background-position: 3px -147px;
	border-color: #40B3FF;
}

.onError {
	background-position: 3px -47px;
	border-color: #40B3FF;
	color: red
}

.onCorrect {
	background-position: 3px -247px;
	border-color: #40B3FF;
}

.onLamp {
	background-position: 3px -200px
}

.onTime {
	background-position: 3px -1356px
}

/*联动菜单*/
.linkage-menu {
	height: 200px;
	overflow-y: auto;
	padding: 0 4px
}

.linkage-menu h6 {
	border-bottom: 1px solid #e2ecee;
	padding: 2px 0 3px;
	margin-bottom: 5px
}

.linkage-menu h6 a.rt {
	font-weight: normal;
	font-family: '宋体';
	color: #377abe
}

.linkage-menu div.menu a {
	width: 74px;
	line-height: 22px;
	text-decoration: none;
	padding-left: 4px;
	overflow: hidden;
	height: 22px
}

.linkage-menu div.menu a:hover {
	background: #d9e4ed;
	color: #377abe
}

div#areaid {
	border: 1px solid #A7A6AA;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 2px 5px 2px;
	border: 1px solid #d0d0d0;
	background: #FFF url(../images/admin_img/input.png) repeat-x;
	position: relative;
	top: -2px;
	*top: 2px;
}

.picList li {
	padding: 0 0 8px
}

.display {
	display: none
}

/**视频上传**/
.tbsa {
}

.tbsa li {
	float: left;
	width: 25%;
	margin: 8px 0px;
	padding-top: 6px;
}

.tbsa li.ac {
	background-color: #EFEFEF;
}

.r1 {
	width: 132px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.r1 img {
	display: block;
	box-shadow: 0 0 2px #EFEFEF;
}

.r1 h6 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-weight: 100;
	color: #666;
}

.r2 input {
	width: 2em;
}

.r2 .l {
	float: left;
	color: #666;
}

.r2 .l label {
	margin-right: 2px;
}

.r2 .r {
	float: right;
}

.tbb {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-bottom: 8px;
}

.lybform-box {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.guestbook-nav {
	margin-top: 20px;
}

.lyb-nr-box {
	cursor: default;
	text-decoration: none;
	width: 738px;
	overflow: hidden;
	border-bottom: 1px dotted #747474
}

.lyb-nr-title {
	padding: 12px 0px;
	display: inline-block;
	width: 738px;
	float: left;
	color: #1e478a;
	font-weight: bold
}

.lyb-nr-bt {
	display: inline-block;
	overflow: hidden;
	width: 738px;
	overflow: hidden;
	padding-bottom: 18px;
	float: left;
	color: #747474
}

/*20121207*/
.common-form .tpl_style {
}

.common-form .tpl_style li {
	float: left;
	margin-right: 10px;
	clear: none;
	border: 1px solid #ddd;
	background-color: #F5FAFE;
	padding: 4px 12px;
	cursor: pointer;
}

.common-form .tpl_style li.ac {
	border: 1px solid #639DCF;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list_r_list_ul li {
	line-height: 25px;

}

/* .msgList-msg-info, .msgList-msg-reply {
	border: 1px solid #ccc;
	color: #666;
}

.msgList-msg-info {
	border-bottom: 1px solid #fff;
}

.msgList-msg-reply {
}

.msgList-msg-info .title, .msgList-msg-reply .replyUser {
	width: 49%;
	float: left;
	margin-left: 1%;
	margin-top: 6px;
	margin-bottom: 6px;
}

.msgList-msg-info .title img, .msgList-msg-reply .replyUser img {
	width: 25px;
	height: 25px;
	float: left;
}

.msgList-msg-info .msgTime, .msgList-msg-reply .replyTime {
	width: 49%;
	float: left;
	text-align: right;
	margin-right: 1%;
	margin-top: 6px;
	margin-bottom: 6px;
}

.msgList-msg-info .content, .msgList-msg-reply .replyContent {
	width: 98%;
	float: left;
	text-indent: 35px;
	border-top: 1px solid #ccc;
	padding: 8px 1%;
	background: #eee;
} */
.nrhf h3 {
	float: left;
	color: #555555;
	font-size: 15px;
	line-height: 20px;
}

.nrhf p {
	float: left;
}

.xx a {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 5px;
	background: url(/Statics/btswhlygdj/images_new/xingxing.png) no-repeat left -16px;
	transition: all 0.2s ease 0s;
}

.xx a:hover {
	transition: all 0.2s ease 0s;
}
.nrhf span {
	color: #888888;
	font-size: 15px;
	float: left;
	line-height: 20px;
	width: 120px;
}

.box .box_tit {
	font-size: 14px;
	height: 38px;
	background: #fff;
}

.box .box_tit span {
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	padding-left: 10px;
	float: left;
}

.box .box_tit a {
	color: #333;
	font-size: 14px;
	line-height: 38px;
	padding-right: 15px;
	text-decoration: none;
}
.myzh .title {
	height: 38px;
	border-top: #e9e9e9 1px solid;
	background: url(/Statics/btswhlygdj/images_new/bj.jpg);
}

.myzh .title h2 {
	font-size: 16px;
	line-height: 38px;
	font-weight: 700;
	float: left;
	padding-left: 37px;
	margin-left: 235px;
}

.myzh .title a {
	float: right;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	margin-top: 8px;
	background: url(/Statics/btswhlygdj/images_new/gb.jpg) no-repeat;
	cursor: pointer;
}

.myzh-c ul {
	float: left;
	width: 255px;
}

.myzh-c li {
	color: #333333;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	border-bottom: #f1f1f1 1px solid;
}

.myzh-c li h3 {
	float: left;
	width: 87px;
	font-size: 14px;
}

.myzh-c li span {
	float: right;
	width: 35px;
	text-align: center;
}

.myzh-c li p {
	float: left;
	width: 110px;
	margin-top: 15px;
}

.myzh-c .n1 {
	font-size: 14px;
	font-weight: 700;
	color: #555555;
}

.myzh-c .n1 span {
	float: none;
}
#messSum {
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 16;
	padding-top: 25px;
	overflow: hidden;
	text-align: center;
}

#messSum span {
	float: left;
	width: 33%;
}

.msgCaption li {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666666;
	line-height: 40px;
}