@charset "utf-8";

ul, ol, li {
	list-style:none;
	padding:0;
	margin:0;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	/*color:#18A689;*/
}

.empty-data {
	position:relative;
	text-align:center;
	margin:20px 0;
	font-size:15px;
	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:14px;
	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 th{
	padding:14px 0 14px 18px;
	border-top:1px solid #535353;
	border-bottom:1px solid #aaa;
	font-size:14px;
	color:#222;
	white-space: nowrap;
	font-weight:normal;
	text-align:left;
}

table.bbs td{
	color:#444;
	padding:11px 0 11px 18px;
	border-bottom:1px solid #e7e7e7;
	font-size:14px;
	text-align:left;
}
table.bbs td a {
	display:inline-block;
	max-width: 80%;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}
table.bbs tr:nth-child(even) td {
	/*
	background:#fcfcfc;
	*/
}

table.bbs tbody tr:hover {
	background:#f7f9fb
}
table.bbs.grid th {
	text-align:left;
	border:1px solid #ddd;
	background:#f7f9fb;
}
table.bbs.grid tr td {
	text-align:left;
	border:1px solid #ddd !important;
}
table.bbs.grid tr:nth-child(even) td {
	background:#fff;
}
table.bbs.view th {
	text-align:center;
	font-size:17px;
	background:#fff;
	padding:18px 0px;
}
table.bbs.view td {
	padding:12px;
	background:#fbfbfb;
	border-right:1px solid #ddd;
}
table.bbs.view td span {
	display:inline-block;
	min-width:80px;
	font-weight:bold;
}
table.bbs.view td:last-child {
	border-right:none;
}
div.bbs-html {
	margin-top:-1px;
	border-bottom:1px solid #e2e2e2;
	padding:20px 10px;
	font-size:14px;
}
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-search {
	clear:both;
	border:1px solid #e7e7e7;
	border-radius:3px;
	background:#f7f9fb;
	margin-bottom:20px;
	min-height:58px;
	height:auto;
	padding:10px;
	font-size:14px;
}
.bbs-search .right-zone{
	float:right;
}
.bbs-search button + button {
	margin-left:0 !important;
}
.bbs-search button + button:last-child {
	border-radius:0 3px 3px 0
}
.bbs_card {
	float:left;
	position:relative;
	width:25%;
	height:340px;
	padding:10px
}
.bbs_card > a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	padding:25px;
	margin:0;
	background:#fff;
	border:1px solid #e3e4e5;
	border-top-color:#efefef;
	border-left-color:#efefef;
	border-radius:3px;
}
.bbs_card .bbs_card_body .category {
    display: inline-block;
    padding: 4px 10px;
    margin: 0;
	font-size:14px;
    border-radius: 8px 0 8px 0;
    background: #dd5044;
    color: #fff;
}
.bbs_card .bbs_card_body .title {
	margin:10px 0;
	font-weight:500;
	font-size:18px;
	letter-spacing:-0.041667em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*word-wrap:break-word;*/
	word-break: keep-all;
	-ms-word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	height: 2.4em;
	display:block;
	overflow:visible;
}
.bbs_card .bbs_card_body .clicks {
	display:inline-block;
	position:relative;
	overflow:hidden;
	height:20px
}
.bbs_card .bbs_card_body .clicks li {
	float:left;
	position:relative;
	font-size:13px;
	line-height:16px;
	color:#000
}
.bbs_card .bbs_card_body .clicks li i {
	font-size:15px;
	color:#dd5044
}
.bbs_card .bbs_card_body .clicks li + li {
	margin-left:10px;
}
.bbs_card .cnts_desc {
	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;
}

.bbs_card.photo .thumb_img img {
	width:100%;
}
.bbs_card.photo .category {
	display:block;
	padding:1px 0;
	margin:0px;
	font-size:14px;
	color:#c8c8c8;
	background:#fff;
}


.pagenav {text-align:center; margin:40px 0 50px;}
.pagenav span {width:39px; height:39px; display:inline-block; border:1px solid #ddd; text-align:center; overflow:hidden; line-height:39px; margin-left:7px;}
.pagenav span a {color:#767676; display:block; width:100%; height:100%;}
.pagenav span.active {background:#36456e; border-color:#36456e;}
.pagenav span.active a {color:#fff;}
.pagenav span.control {margin-left:1px;}
.pagenav span.start a {background:url("/webroot/images/sub/pagenav_arr01.png")center center no-repeat;}
.pagenav span.start a:hover {background:url("/webroot/images/sub/pagenav_arr01_over.png")center center no-repeat;}
.pagenav span.prev a {background:url("/webroot/images/sub/pagenav_arr02.png")center center no-repeat;}
.pagenav span.prev a:hover {background:url("/webroot/images/sub/pagenav_arr02_over.png")center center no-repeat;}
.pagenav span.next a {background:url("/webroot/images/sub/pagenav_arr03.png")center center no-repeat; }
.pagenav span.next a:hover {background:url("/webroot/images/sub/pagenav_arr03_over.png")center center no-repeat;}
.pagenav span.end a {background:url("/webroot/images/sub/pagenav_arr04.png")center center no-repeat;}
.pagenav span.end a:hover {background:url("/webroot/images/sub/pagenav_arr04_over.png")center center no-repeat;}

.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:16px;
	vertical-align:middle;
	display:inline;
}

.paging-area .paging li a {

	/*display:inline-block;
	width:34px !important;
	height:34px !important;*/
	text-align:center;
	/*border-radius:50%;*/
	line-height:35px;

}
.paging-area .paging li a[href="#"] {
	cursor:no-drop
}
.paging-area .paging .current a, .paging-area .paging li a:hover {
	transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;
	background-color:#36456E;
	color:#fff;
}
.paging-area div.total {
	font-size:14px;
	padding-top:5px;
	color:#999;
	float:left;
}
.paging-area div.total span {
	color:#dd5044
}

.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:768px){
	.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;
	}
}

.ercaro .bbs_card {
	height: auto;
}
.ercaro .bbs_card.photo .thumb_img {
	height: 300px;
}
.ercaro .bbs_card.photo .thumb_img img {
	height: 100%;
}