@charset "utf-8";

/* CSS Document */
* {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-decoration:none;
	border:none;
	outline:none;
	color:#333;
	font-size:16px;
}
body{
	overflow:hidden;
}
div,h1,h2,h3,h4,h5,h6 {
	display:block;
	font-size:16px;
}
audio {
	margin:15px 0 50px;
	float:left;
}
.downloadaudio {
	display: inline-block;
	height: 38px;
	margin: 15px 20px 50px;
	line-height: 38px;
	border: solid 1px;
	padding: 0 20px;
}
.l {
	float:left;
	width:20%;
	height:100%;
	background-color:#eee;
}
.ltop {
	height:80px;
	background-color:#666;
}
.ltop span {
	display:block;
	height:80px;
	color:white;
	text-align:center;
	line-height:80px;
}
.ltop span a {
	color:white;
	margin-left:10px;
	font-size:14px;
}
/* 滚动内容样式 */
.lscroll {
	height: 100%;
	overflow: hidden;
}
/* 滚动条 */
.lbar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.lslider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.lslider:hover{
	opacity: 1
}
.lnav {
	position:relative;
}
.lnav a {
	display:block;
	height:60px;
	line-height:60px;
	padding-left:40px;
}
.lnav a:hover {
	background-color:#fff;
}
.lnav a.cur {
	background-color:#fff;
}
.r {
	float:left;
	width:80%;
	height:100%;
}
.con {
	width:100%;
	text-align:center;
	padding:30px 0;
}
.con span.tit {
	display:block;
	width:90%;
	height:50px;
	margin:0 auto 10px;
}
.con span.tit h4 {
	float:left;
	font-size:24px;
	height:50px;
	line-height:50px;
	padding:0px 20px;
}
.con span.tit a {
	float:left;
	font-size:14px;
	height:21px;
	line-height:21px;
	margin:20px 20px 0 0;
}
.con span.op {
	float:left;
	height:50px;
}
.con span.op input,.con span.op #filter,.con span.op #t1,.con span.op #t2,.con span.op #a,.con span.op select {
	float:left;
	margin-top:20px;
	height:21px;
	border:solid 1px #666;
}
.con span.op select {
	height:23px;
}
.con span.op #t1,.con span.op #t2 {
	width:100px;
}
.con span.op #search {
	width:200px;
	padding: 0 10px;
}
.con span.op font {
	float:left;
	font-size:14px;
	height:21px;
	line-height:21px;
	margin-top:20px;
	margin-left: 10px;
}
.con span.op a {
	float:left;
	font-size:14px;
	height:21px;
	line-height:21px;
	margin:20px 0 0;
	border:solid 1px #666;
	padding:0 5px;
	background-color:#ccc;
}
.con span.op #filter {
	height:23px;
}
.lists {
	width:90%;
	margin:0 auto;
}
.lists,.lists tr,.lists td {
	border:none;
	font-size:16px;
}
.lists td b {
	margin:0 2px;
}
.lists tr {
	height:42px;
}
.lists tr.tit td {
	background-color:#666;
	color:#fff;
	font-weight:bold;
	height:50px;
}
.lists tr.btm td {
	background-color:#999;
	color:#fff;
	font-weight:bold;
}
.lists tr.btm td a:hover {
	text-decoration:underline;
}
.lists tr.rec:hover {
	background-color:#eee;
}
.lists tr.bggray {
	background-color:#ddd;
}
.lists tr.rec td a:hover {
	text-decoration:underline;
}
.page {
	text-align:center;
	height:38px;
	line-height:38px;
	padding:10px 0;
	margin-top:30px;
}
.page a {
	margin:0 10px;
	border:solid 1px #666;
	padding:5px 12px;
}
.page a:hover {
	background-color:#666;
	color:#fff;
}
.page a.cur {
	background-color:#666;
	color:#fff;
}
.page a.dot {
	border:none;
}
.page a.dot:hover {
	background-color:#fff;
	color:#333;
}

.login_form {
	height:350px;
	width:500px;
	margin:0 auto;
	background-color:#fff;
	border-radius:5px;
}
.login_form input.txt {
	color:#333;
}
.login_form input.intxt {
	border:solid 1px #999;
	height:30px;
	border-radius:3px;
	padding:0 10px;
}
.login_form table {
	height:150px;
	width:80%;
	margin:0 auto;
}
.login_form table tr td {
	height:50px;
}
.login_form table tr td.txt {
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.login_form span.login_tit {
	display:block;
	background-color:#666;
	color:#fff;
	font-weight:bold;
	text-align:center;
	height:60px;
	line-height:60px;
	font-size:22px;
	padding:0 20px;
	border-radius:5px 5px 0 0;
	margin-bottom:30px;
}
.login_form span.login_btn_box {
	display:block;
	height:40px;
	width:120px;
	padding:20px 190px 50px;
}
.login_form .login_btn_box .login_btn {
	background-color:#999;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border:none;
	border-radius:5px;
	cursor:pointer;
}
.login_form .captcha {
	height:32px;
	width:90px;
	vertical-align: middle;
	margin-left:10px;
}


.monsk {
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.5);
	display:none;
}
.showin {
	height:400px;
	width:650px;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
}
.showin_tit {
	height:60px;
	width:100%;
	background-color:#666;
}
.showin_tit span {
	font-size:22px;
	color:#fff;
	float:left;
	margin-left:40px;
	line-height:60px;
}
.showin_tit img {
	height:22px;
	width:22px;
	margin:19px 30px;
	float:right;
	cursor:pointer;
}
.showin_body {
	height:335px;
	width:596px;
	background-color:#fff;
	padding:20px 27px 20px;
}
.showin_body input {
	height:40px;
	width:200px;
	font-size:20px;
	line-height:40px;
	text-align:center;
	border:solid 1px #666;
}
.showin_body a {
	display:block;
	height:40px;
	width:100px;
	cursor:pointer;
	background-color:#666;
	color:#fff;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	margin:10px auto;
}
.font-bold {
	font-weight:bold;
}
tr.ign {
	background-color:#eee;
}
.ign td {
	color:#bbb;
}

.form_table {width:90%;margin:30px auto;}
.form_table tr {height:50px;}
.txtint {border:solid 1px #666;height:40px;line-height:40px;width:400px;padding:0 10px;}
.txtarea {border:solid 1px #666;height:150px;line-height:30px;width:80%;padding:0 10px;resize:none;margin:10px 0;}
.rdoint {margin:0 5px 0 10px;}
.sumbtn {height:40px;width:100px;cursor:pointer;background-color:#666;color:#fff;line-height:40px;font-size:20px;font-weight:bold;border-radius:5px;margin:0 20px;}
.media_box {position:relative;}
.file_btn {border:solid 1px #666;border-left:none;line-height:40px;width:100px;padding:0 10px;}
.file {position:relative;left:-100px;opacity:0;height:40px;width:100px;}
.form_select {border:solid 1px #666;height:40px;line-height:40px;width:150px;padding:0 10px;}
.form_select option {height:40px;line-height:40px;width:150px;padding:0 10px;}