@charset "utf-8";

hr{border:0 none}
ul, ol, li {
	list-style:none; 
	padding:0; 
	margin:0; 
}
a {
	
	text-decoration:none;	
}
a:hover {
	
}
.empty-data {
	position:relative;
	text-align:center;
	margin:20px 0;
	font-size:1.1em;
	line-height:24px;
}
.empty-data.left-50 {
	text-align:left;
	padding-left:50px;
}
.empty-data.left-50 i {
	left:0px;
	top:5px;
	font-size:39px;
	position:absolute;
}

.help {
	color:#888;
	line-height:20px;
	font-size:0.9em;
	margin-top:4px;
	padding:3px 0;
}
.block {
	clear:both;
	padding-top:20px;
}

table.bbs {
	table-layout:fixed;
	border-collapse : collapse ; / * IE7 and lower * / 
	border-spacing : 0 ; 
	max-width:100%;
    width: 100%;
}
table.bbs caption {
	display:none
}
table.bbs th {
	background-color:#f7f9fb;
	padding:10px 0; 
	border-top:1px solid #535353;
	border-bottom:1px solid #aaa;
	font-size:0.9em;
	color:#444;
	white-space: nowrap;
	font-weight:normal;
}
table.bbs td {
	color:#888;
	padding:7px 0; 
	border-bottom:1px solid #e7e7e7;
	font-size:0.9em;
	text-align:center;
}
table.bbs th.left, table.bbs td.left {
	padding-left:10px;
	text-align:left;
}
table.bbs td a {
	color:#888;
	display:block;
	max-width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.bbs tbody tr:hover {
	background:#f7f9fb
}
table.bbs.grid th {
	text-align:left !important;
	border:1px solid #ddd;
	background:#f7f9fb;
}
table.bbs.grid tr td {
	text-align:left !important;
	border:1px solid #ddd !important;
}
table.bbs.grid tr:nth-child(even) td {
	background:#fff;
}
table.bbs.view th {
	text-align:center;
	font-size:1.6em;
	background-color:#fbfbfb;
	padding:18px 0px;
}
table.bbs.view td {
	padding:12px;
	text-align:left !important;
	border-right:1px solid #ddd;
}
table.bbs.view td:last-child {
	border-right:none;
}
table.bbs.view td span {
	display:inline-block;
	min-width:80px;
	font-weight:bold;
}
div.bbs-html {
	border-top:1px solid #aaa;
	border-bottom:1px solid #e2e2e2;
	padding:20px 10px;
	font-size:1em;
}
div.bbs-html img {
	max-width:100%;
}
div.bbs-html .bbs-tag {
	width:50%;
	height:60px;
	float:left
}
div.bbs-html .bbs-tag i {
	margin-right:8px;
	font-size:18px;
	color:#a8a7a7;
}
div.bbs-html .bbs-tag a {
	display:inline-block;
	background:#eaeaea;
	color:#a8a7a7;
	border-radius:3px;
	padding:7px;
	margin-right:5px;
}
div.bbs-html .bbs-social {
	width:50%;
	height:60px;
	float:right;
	text-align:right
}
div.bbs-html .bbs-social a {
	margin:0px 1px
}

div.bbs-html .bbs-qrcode {
	margin:40px 0 20px 0;
	text-align:center;
}
div.bbs-html .bbs-qrcode img {
	border:2px solid #e2e2e2;
}
.bbs-num {
	font-size:1.1em;
	margin-bottom:2px;
}
.bbs-num span.line {
	margin:0 5px;
}
.bbs-num span.line:after {
	display:inline-block;
	content:' | ';
	color:#ccc;
}
.bbs-search {
	clear:both;
	border:1px solid #e7e7e7;
	border-radius:3px;
	background-color:#f7f9fb;
	margin-bottom:20px;
	min-height:58px;
	height:auto;
	padding:10px;
	font-size:14px;
	overflow:hidden;
}
.bbs-search .right-zone{
	float:right;
}
.bbs-search button{vertical-align:top}
.bbs-search button + button {
	margin-left:0 !important;
}
.bbs-search button + button:last-child {
	border-radius:0 3px 3px 0
}
.bbs-search input {
	width:200px;
}
.bbs-card .ids {
	margin:2px 0;
}
.bbs-card {
	float:left; 
	position:relative; 
	width:25%; 
	height:330px; 
	padding:10px
}
.bbs-card > a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	padding:20px 10px;
	margin:0;
	background-color:#f4f5f6;
	border:1px solid #e3e4e5;
	border-top-color:#efefef;
	border-left-color:#efefef;
}
.bbs-card .card-body .card-title {
	margin:10px 0;
	font-weight:500;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-0.041667em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break:keep-all;
	word-wrap:break-word; 
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	height: 2.4em;
}
.bbs-card .card-body .card-clicks {
	display:inline-block;
	position:relative;
	overflow:hidden;
	height:20px;
}
.bbs-card .card-body .card-clicks li {
	float:left;
	position:relative;
	font-size:1em;
	line-height:16px;
	color:#888;
}
.bbs-card .card-body .card-clicks li + li {
	margin-left:5px;
	padding-left:5px;
}
.bbs-card .card-body .card-clicks li + li:before {
	content: ' | ';
	padding-right:5px;
	color:#ccc;
}
.bbs-card .cnts_desc {
	font-size:1.1em;
	display:block;
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #ebebeb;
}
.bbs-card .cnts_desc div {
	font-size:14px;
	color:#a8a7a7;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4em;
	height: 11.2em;
}
.bbs-card.photo > a {
	text-align:left;
}
.bbs-card.photo .cnts_desc {
	display:none
}
.bbs-card.photo .thumb_img {
	display:block;
	position:relative;
	z-index:1;
	height:200px;
	margin:-25px -25px 20px;
	overflow:hidden;
	border-bottom:1px solid #efefef;
}
.bbs-card.photo .thumb_img img {
	width:100%;
	min-height:100%;
}
.bbs-card.photo .thumb_img img:hover {
	width:110%;
	min-height:110%;
	margin-left:-5%;
	margin-top:-5%;
}
.bbs-card.photo .category {
	display:block;
	padding:3px 0;
	margin:0px;
	font-size:14px;
	color:#c8c8c8;
	background:#fff;
}
.bbs-faq {
	width:100%;
	word-break:keep-all;
}
.bbs-faq .active {
	background-color:#f4f6f7;
}
.bbs-faq .faq-group {
	border-bottom:1px solid #e1e1e1; 
	font-size:16px;
}
.bbs-faq .faq-group .q {
	display:block; 
	position:relative; 
	padding:20px 20px 20px 60px; 
}
.bbs-faq .faq-group .q button {
	padding:0px;
	font-size:16px;
	border:none;
	color:#1B6AAA
}
.bbs-faq .faq-group .label {
	display:inline-block; 
	position:absolute;
	top:15px;
	left:15px;
	width:33px; 
	height:33px;
	margin-right:10px; 
	border-radius:100%; 
	background-color:#2895ce; 
	font-size:18px;
	color:#fff; 
	text-align:center; 
	line-height:33px; 
	font-family:sans-serif;
}
.bbs-faq .faq-group .a {
	display:none; 
	position:relative; 
	padding:10px 20px 20px 60px;
}
.bbs-faq .faq-group .a img {
	max-width:100% !important;
}
.bbs-faq .faq-group .a .label {
	background-color:#1e4d7d;
}
.bbs-news .thumb_img {
	width:200px;
}
.bbs-news .thumb_img img {
	width:100%;
}
.bbs-news td.news-body {
	vertical-align:top
}
.bbs-news .news-body .news-title {
	display:block;
	max-width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:1.3em;
}
.bbs-news .cnts_desc div {
	font-size:1.1em;
	color:#a8a7a7;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4em;
	height: 5.6em;
}
.bbs-news .news-body .news-clicks {
	margin-top:15px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	height:20px;
}
.bbs-news .news-body .news-clicks li {
	float:left;
	position:relative;
	font-size:1.1em;
	line-height:16px;
	color:#888;
}
.bbs-news .news-body .news-clicks li + li {
	margin-left:5px;
	padding-left:5px;
}
.bbs-news .news-body .news-clicks li + li:before {
	content: ' | ';
	padding-right:5px;
	color:#ccc;
}

.bbs-anchor  {
	margin:20px 0;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
}
.bbs-anchor li {
	padding:15px;
	border-bottom:1px solid #e7e7e7;
}
.bbs-anchor li span {
	display:inline-block;
	font-weight:bold;
	min-width:90px;
}



.paging-area { 
	width:100%; 
	height:40px; 
	clear:both;
	margin:20px 0; 
	text-align:center
}
.paging-area .paging { 
	display:inline-block; 
	width:auto;
}
.paging-area li,
.paging-area a {
	font-size:1em;
	vertical-align:middle;
	display:inline; 
}
.paging-area .paging li a { 	
	display:inline-block; 
	width:33px; 
	height:33px;
	font-size:1.1em;
	line-height:33px; 
	text-align:center; 
	border: 1px solid #d7d7d7;
}
.paging-area .paging li a[href="#"] {
	cursor:no-drop
}
.paging-area .paging .current a, .paging-area .paging li a:hover { 
	background-color:#87B87F;
	border: 1px solid #87B87F;
	color:#fff;
}
.paging-area li.previous a {
	margin-right:10px;
}
.paging-area li.next a {
	margin-left:10px;
}
.paging-area li.first a i, .paging-area li.last a i {
	margin-left:-6px;
	letter-spacing: -12px;
    text-indent: -5px;
}
.paging-area li.total_page { 
	display:none; 
}

.passwd_wrap {
	margin:80px 0
}
.passwd_wrap h1 {
	font-weight: bold;
	font-size: 18pt; 
	color: #595959; 
	line-height: 100%; 
	display:block; 
	text-align:center; 
	width:100%;
}
.passwd_wrap .passwd_form {
	margin:25px 0;
	text-align:center;
}
.passwd_wrap .passwd_form input {
	width:340px;
	font-size:17px;
	padding:16px 15px !important;
	text-indent:0;
	text-align:center;
}
.passwd_wrap .passwd_form button {
	font-size:17px;
	padding:7px 15px !important;
}
.passwd_wrap .message {
	text-align:center;
	margin:30px 0; 
	font-size:15px;
}

@media (max-width:748px){
	table.bbs.view td span {
		width:100%;
		margin-bottom:3px;
	}
	.bbs-search .right-zone {
		width:100%;
		float:none;
	}
	.bbs-search input, .bbs-search select {
		margin:3px 0 !important;
		width:100% !important;
	}
	.bbs-search button {
		border-radius:3px !important;
		margin:3px 0 !important;
		width:100% !important;
	}
	.bbs-news td.thumb_img, .bbs-news td.news-body {
		width:100%;
		display:block;
	}
	.paging-area li {
		display:none
	}
	.paging-area li.total_page, .paging-area li.previous, .paging-area li.next {
		display:inline-block;
	}
}