body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica","Arial","Verdana","sans-serif","PingHei","Hiragino Sans GB";
    -webkit-font-smoothing: subpixel-antialiased;
}
a{
	color:#666;
	text-decoration: none;
}

/* @group 初始化无样式列表 */
.list-unstyle,
.list-inline{
	padding:0;
	margin:0;
}
.list-unstyle li{
list-style: none;
}
.list-inline li{
	display: inline-block;
        padding: 0;
}
/* @end 初始化无样式列表 */
.clearfix{
	content: " ";
	display: table;
}
.floatright{
	float: right;
}
.floatleft{
	float: left
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.aligncenter{
	text-align: center;
}

.body-container{
	display: block;
	width: 100%;
	height: 100%;
}
.container{
	width:1070px;
	margin: 0 auto;
        padding: 0;
}

.fixed_logo {
    z-index:1000;
	position:fixed;
	top:0px;
}

.header{
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height:66px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	filter:alpha(opacity=60);  
	-moz-opacity:0.60; 
	opacity:0.60;
	z-index: 999;
}
.header-subpage{
	border-bottom: 1px solid #333;
	filter:alpha(opacity=100);  
	-moz-opacity:1; 
	opacity:1;
	box-shadow: 1px 10px 10px #eee;
}

.header a:hover{
    color:#98794a;
    text-decoration:none;
}
.header li.active a{
    color:#98794a;
}

.logo img{
	width:115px;
	height:66px;
}
.toolbar{
	margin-top:30px;
	text-align: right;
	font-size: 14px;
}
.toolbar a{
	color:#000;
}
.toolbar li{
	margin-right:12px;
}
.navi,
.subnavi{
	float: right;
	margin-right:18px;
	border-right:1px solid #000;
}

.subnavi_search input{
	width: 70px;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.navi li a{
	display: block;
	color:#000;
	text-decoration: none;
    font-weight:400;
}
.navi li a.active{
    color:#98794a;
}
.slider{
	position: relative;
	width: 100%;
	overflow:hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-menu{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:40px;
	background-color: #fff;
	filter:alpha(opacity=60); 
	-moz-opacity:0.60; 
	opacity:0.60
}
.bottom-menu .container{
	margin-top:8px;
}

.bottom-menu a{
	display: block;
	height:24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.bottom-menu a span.en{
	display:none;
	font-size:11px;
}
.bottom-menu a:hover{
        color: #98794a;
        text-decoration: none;
}
.bottom-menu ul{
	width:100%;
}
.bottom-menu ul li{
	width:15%;
}

.breadcrumb{
	/* position: fixed; */
	height:32px;
	line-height: 32px;
	/* padding-top:40px; */
	font-size:12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: left;
	background-image: url(../image/icon-home.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color:#ddd;
	background-color: #fff;
	z-index: 666;
}
.breadcrumb a{
	color: #999;
}
.breadcrumb li.first{
	margin-left:24px;
}
.breadcrumb a.back{
	color:#98794a;
	background-image: url(../image/icon-subpage.png);
	background-repeat: no-repeat;
	background-position: 0 -306px;
	padding-left: 24px;
}
.panel{
	position: relative;
	width: 100%;
}
.container-subpage{
	margin-top:80px; 
}
.left-column{
	float: left;
	width:210px;
	height:100%;
	/* padding-top:90px; */
	color:#333;
	text-align: right;
}
.left-column a{
	color:#333;
}
.left-column a:hover{
	color:#630;
	text-decoration: underline;
}
.list-unstyle dd,
.list-unstyle dl,
.list-unstyle dt{
	padding:0;
	margin: 0;
}
.left-column span{
	display: block;
}
span.year{
	font-size:3.8em;
	font-family: helvetica;
}
.title-name{
	font-size:1.2em;
}
.left-column dd a{
	font-size:14px;
}
.left-column p{
	font-size: 0.8em;
	line-height: 1.8em;
}
.left-column p span{
	text-decoration: underline;
}
.map{
	border-bottom: 1px solid #ddd;
}
.bidding-room{
	background-image: url(/images/icon-video-side-big.png);
	background-repeat: no-repeat;
	background-position: 0 18px;
}
.bidding-room .title-name{
	height:60px;
	line-height: 60px;
}
.bidding-room .btn{
	display: block;
	float: right;
	/*width: 100px;*/
	padding-left: 15px;
	padding-right: 15px;
	height:36px;
	line-height: 36px;
	margin-top:20px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border:1px solid #666;
	border-radius: 4px;
	text-align: center;
	color:#333;
	font-size: 16px;
}
.left-column-a{
	width:830px;
	text-align: left;
}
.right-column{
	/* padding-top:100px; */
	margin-left: 270px;
	width:800px;
	text-align: left;
}
.right-column dd{
	width:100%;
	margin-top:40px;
}
.subpage-mainpic{
	position: relative;
	width:800px;
	height: 500px;
}
.subpage-mainpic img{
	width:100%;
}
.subpage-mainpic .info{
	position: absolute;
	width: 21.25%;
	height: 100%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	background-color: #000;
	filter:alpha(opacity=70);  
	-moz-opacity:0.70; 
	opacity:0.70;
	color: #fff;
	font-size: 14px;
}
.subpage-mainpic .info.left {
	top:0;
	left: 0;
}
.subpage-mainpic .info.right {
	top:0;
	right: 0;
}
.subpage-mainpic .info.bottom {
        width: 97.5%;
	bottom: 0;
        height: 24%;
}
.subpage-mainpic .list-inline{
	position: absolute;
	left:20px;
	bottom:20px;
}
.subpage-mainpic .list-inline a{
	display: block;
	width:12px;
	height: 12px;
	background-color: #000;
	filter:alpha(opacity=70);  
	-moz-opacity:0.70; 
	opacity:0.70;
	border:1px solid transparent;
	border-radius: 10px;
}
.subpage-mainpic .list-inline a.active{
	border:1px solid #fff;
	background-color:#f80;
}
.subpage-mainpic .item a{
	margin-bottom:0;
}
.left-box{
	display: inline-block;
	float: left;
	width:25%;
}
.left-box img{
	width:100%;
}
.right-box{
	float:right;
	display: inline-block;
	width:67.5%;
	margin-left:7.5%;
}
.right-box h3{
	margin-top: 0;
	margin-bottom:12px;
	font-size: 22px;
	font-weight: normal;
}
.right-box h3 small{
	font-size:14px;
}
.right-box h3 a{
	color:#000;
}
.tools{
	height:44px;
	line-height: 44px;
	margin-bottom: 16px;
	background-color: #f4efea;
	color: #a17f53;
}
.tools ul {
    padding-left: 10px;
}
.tools ul li {
    background-image: none;
    float: left;
    height: 100%;
    line-height: 44px;
    padding-left: 2px;
}

.tools a{
	display: inline-block;
	margin-left: 10px;
	color: #a17f53;
	background-image:url(../image/icon-subpage.png);
	background-repeat: no-repeat;
	padding-left:30px;
	background-position: 0 13px;
}
.tools a.catalog{
	background-position: 0 -87px;
}
.tools a.video{
	background-position: 0 -187px;
}
.tools a.price{
	background-position: 0 -487px;
}
.tools a.rate{
	background-position: 0 -587px;
}
.tools-type-a{
	padding-top:20px;
	padding-bottom:20px;
	border-top: 1px solid #f1f1f1;
	font-size: 13px;
	color:#333;
}
.tools-type-a a{
	color:#333;
}
.tools-type-a li{
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #f1f1f1;
}
.tools-type-a input{
	width:120px;
	height:24px;
	line-height: 24px;
	padding-left: 6px;
	padding-right:6px;
	border:1px solid #333;
}
.tools-type-a li a{
	display: inline-block;
	color:#333;
	background-image:url(../image/icon-subpage.png);
	background-repeat: no-repeat;
	padding-left:30px;
	background-position: 0 -701px;
}
.tools-type-a li a.img-view{
	background-position: 0 -800px;
}
.tools-type-a li a.e_catalog {
        background-image:url(../images/icon-book.png);
        background-position: 0 0;
}

.tools-type-a li a.weixin{
	background-position: 0 -900px;	
}
.tools-type-a li a.sort-price-down{
	background-position: 0 -1000px;		
}
.tools-type-a li a.sort-appraisal_price-down{
	background-position: 0 -1000px;
}
.tools-type-a li a.sort-price-up{
	background-position: 0 -1050px;		
}
.tools-type-a li a.advanced-search{
	background-image:url(/images/icon-down.png);
    background-position: 0 0;
}
.tools-type-a li a.sort-datetime-down{
	background-position: 0 -1000px;
}

.tips{
	padding-top:20px;
	padding-bottom:20px;
	color:#9e8155;
	font-size: 14px;
}
.waterfall{
	position: relative;
	text-align: justify;
}
.waterdrop{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin:6px;
    font-size:12px;
}
.waterdrop a{
	display: block;
	padding:10px;
	margin-bottom: 20px;
	border:1px solid #eee;
}
.waterdrop a:hover{
	background-color:#9e8155;
	color: #fff;
}
.waterdrop img{
	width:100%;
}
.download-side{
	display: block;
	height:21px;
	line-height: 21px;
	background-image: url(../images/icon-download-side.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.pagination{
	padding-left: 20px;
	font-size: 13px;
	background-color: #f4f4f4;
	color: #333;
	padding:10px;
}
.pagination a{
	color: #333;
}
.pagination .select2-container .select2-choice{
	height: 20px;
	line-height: 20px;
}
.pagination .select2-container .select2-choice .select2-arrow b{
	background-position: 0 -3px;
}
.pagination-normal{
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagination-normal li a{
	display: block;
	height:24px;
	line-height: 24px;
	padding:4px 10px;
	border:1px solid #ccc;
	border-radius: 2px;
}
.pagination-normal li a:hover,
.pagination-normal li a.active{
	background-color: #f4efea;
	color: #a17f53;
}



.right-box li{
	line-height: 30px;
	padding-left:30px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.right-box li a{
	font-size:14px;
}
.right-box .date{
	float: right;
	color:#ccc;
	font-size:12px;
	font-family: helvetica;
}
.back2top{
	font-size: 12px;
	padding-top: 20px;
	margin-bottom: 30px;
	text-align: right;
}
.back2top a{
	text-decoration: underline;
	color:#98794a;
}

.table-bid{
	width: 100%;
	font-size: 13px;
	margin-bottom:40px;
}
.table-bid h4{
  margin-top:4px;margin-bottom:4px;
}
.table-bid a{
	font-size: 14px;
}
.table-bid td{
	padding:8px 4px;
}
.table-bid caption{
	text-align: left;
	font-size: 20px;
	height:50px;
}
.table-bid caption small{
	margin-left: 20px;
	color:#333;
	font-size:14px;
}
.table-bid caption small span{
	padding-right: 20px;
}
.table-bid caption .floatright{
	margin-top:10px;
}
.table-bid thead{
	color: #98794a;
    border-bottom:2px solid #98794a;
}
.table-bid thead th{
	padding:8px;
}
.table-bid tbody tr{
	border-bottom: 1px solid #eee;
}

.table-auction{
	width: 100%;
	font-size: 13px;
	margin-bottom:40px;
}
.table-auction h4{
  margin-top:4px;margin-bottom:4px;
}
.table-auction a{
	font-size: 13px;
}
.table-auction td{
	padding:8px 4px;
}
.table-auction caption{
	text-align: left;
	font-size: 20px;
	height:50px;
}
.table-auction caption small{
	margin-left: 20px;
	color:#333;
	font-size:13px;
}
.table-auction caption small span{
	padding-right: 20px;
}
.table-auction caption .floatright{
	margin-top:10px;
}
.table-auction thead{
	color: #98794a;
    border-bottom:2px solid #98794a;
}
.table-auction thead th{
	padding:8px;
}
.table-auction tbody tr {
    border-bottom: 1px solid #eee;
}
.super-item dd{
	margin-bottom: 5px;
}
.picture-suite{
	width:100%;
}
.picture-suite .others li{
	display: inline-block;
	width:100px;
	padding:0;
	margin-right:20px;
	vertical-align: top;
}
.item-description h4{
	color: #000;
	margin-bottom: 10px;
	padding-top:20px;
	border-top: 1px dotted #333;
}
.item-description{
	line-height: 28px;
}

/* @group 搜索页 搜索框 */
.search-box{
	padding:15px 20px;
	font-size: 14px;
	background-color:#f5f5f5;
	color:#333;
}
.search-box .search-icon{
	margin-right: 10px;
}
.search-box input{
	padding:4px 10px;
}
.btn{
	display: inline-block;
	height:14px;
	line-height: 14px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-search{
	margin-left: 10px;
	border:1px solid #a57d48;
	background-color:#bc9f7e;
	color:#fff;
}
.btn-deep{
    height: 30px;
	border:1px solid #a57d48;
	background-color:#bc9f7e;
	color:#fff;
}
.btn-light{
	border:1px solid #ccc;
	background-color:#fff;
	color:#666;
}
.btn-large{
	font-size:18px;
	height:20px;
	line-height:20px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}
/* @end 搜索页 搜索框 */

.blog-post{
	padding-bottom:20px;
	border-bottom: 1px solid #eee;
}
.blog-post h2 a{
	color:#000;
}
.reading-more a{
	color:#a57d48;
	text-decoration: underline;
}
.font-light{
	color:#999;
}
.date{
	background-image: url(../image/icon-subpage.png);
	background-position: 0 -1100px;
	background-repeat: no-repeat;
	text-indent: 30px;
}

.menu{
	margin-bottom:30px;
}
.menu li{
	width:100%;
	border-bottom: 1px solid #fcfaf6;
	font-size:14px;
	position: relative;
}
.menu li a{
	display: block;
	padding:10px;
	color: #000;
	text-decoration: none;
}
.left-column .menu li.active a:hover,
.left-column .menu a:hover{
	background-color:#fff;
	text-decoration: none;
}
.menu li.active a{
	background-color:#fff;
	color: #784900;
	text-shadow:2px 2px 2px #ccc;
}
.menu li.active b,
.menu li:hover b{
	display: block;
	position: absolute;
	top: 25%;
	right:0px;
	width:2px;
        height: 50%;
	background-color: #a57d48;
}
.menu li.active b{
	display:none;
}

.news-content{
	line-height: 28px;
}
.table{
	border-spacing: 0;
	border-collapse: collapse;
}
.table th,
.table td{
	padding:4px;
}
.table-chrono th{
	background-color:#a57d48;
	color: #fff;
}
.table-chrono{
	width:100%;
	border:1px solid #e9e5db;
}
.table-chrono td{
	border-bottom:1px solid #e9e5db;
	vertical-align: top;
}
/* 登录页样式 */
.login-box{
	text-align: center;
	padding-top:80px;
	padding-bottom: 40px;
}
.login-box ul{
	width:80%;
	margin:0 auto;
	padding:0 auto;
	padding:30px;
	margin-bottom:30px;
	border:1px solid #ccc;
	text-align: left;
	background-color: #fff;
	box-shadow: 2px 2px 2px #ddd;
}
.login-box ul li{
	padding: 10px;
        text-align: center;
}
.login-box ul li label{
	display: inline-block;
	text-align: right;
        width: 85px;
}
.login-box ul li label.radio-gender{
	width:80px;
	text-align: left;
}
.login-box .btn {

}
.radio-gender input{
	width:auto;
}


.message-box{
	margin-bottom:30px;
	padding:20px;
	border:1px solid #ddd;
	border-radius: 4px;
	background-color:#f9f9f9;
	text-align: left;
}
.message-box span{
	/*display: block;*/
}
.message-box div.clearfix{
	width:100%;
}
.message-box .user-name{
	float: left;
	color: #98794a;
	text-indent: 36px;
	background-image: url(../image/icon-subpage.png);
	background-repeat: no-repeat;
	background-position: 0px -1147px;
	
}
.message-box .date{
	float: right;
	text-indent: 30px;
	font-size: 13px;
	color: #aaa;
}
.message-box .reply{
	margin-left:80px;
	padding-top:20px;
	border-top:1px dotted #ccc;
}
.message-box .reply .user-name{
	background-position: 0px -1200px;
	background-color:#f9f9f9;
	color: green;
}
.message-box ul li{
	padding: 10px;
}
.message-box ul li label{
	display: block;
	height: 40px;
	line-height: 40px;
}
.message-box textarea{
	width:98%;
	height:300px;
	padding:6px;
	background-color: #fff;
	border:1px solid #ccc;
}

.user-box{
    border: 2px solid #a57d48;
    font-size: 16px;
	text-align: left;
    padding-left: 20px;
	padding-top:30px;
	padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 50px
}

.bid-box{
    height:600px;
    font-size: 18px;
	text-align: left;
    padding-left: 0px;
	padding-top:0px;
	padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 50px
}
.bid-box

.tab{
	height:40px;
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
}
.tab li a{
	height:39px;
	line-height: 39px;
	padding-left:20px;
	padding-right:20px;
	display: block;
	border:1px solid #ccc;
	background-color: #faf5ec;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tab li a:hover{
	background-color:#fff;
}
.tab .active a{
	border-bottom: 1px solid #fff;
	background-color: #fff;
}



.pdf .each{
	border-bottom:1px dotted #ccc;
	float: left;
}
.pdf .each{
	display: inline-block;
	width:33%;
	height:130px;
	margin-bottom: 20px;
	color: #000;
	background-repeat: no-repeat;
	font-size: 14px;
	
}
.pdf .each div,
.pdf .each a{
}
.pdf .name{
	font-size:24px;
}
.pdf a.btn{
	margin-top:20px;
}
.pdf .name a{
	margin-left:0;
	color:#000;
}




footer{
	position: relative;
	width: 100%;
	padding-top: 6px;
	padding-bottom:6px;
	font-size: 11px;
	color: #666;
	line-height: 18px;
}
footer .floatleft{
	text-align: left;
}
footer .floatright{
	text-align: right;
}
.subpage-footer{
	border-top: 1px solid #ccc;
}

.search-tag li{
	margin-right: 20px;
	color: #666;
}

/* 首页幻灯片 三色箭头 */

.slide-left div,
.slide-right div {
	padding: 7%;
        position:absolute;
        top: 46%;
        width: 58px;
        height: 58px;
        border-radius: 50%;
	/*background-color: #fff;*/
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60
}

.slide-left div {
    left: 10%;
}

.slide-right div {
    right: 10%;
}

.slide-left img,
.slide-right img {
    width: 24px;
}

.list-unstyled{
	padding-left: 0;
	list-style: none;
}
.hidden{
	display: none !important;
	visibility: hidden !important;
}
.container{
	padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container::before, .container::after{
	display: table;
	content: " ";
}
.container:after{
	clear:both;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.en{
	font-family: helvetica;
}
.sub-caption{
	display:inline-block;
	font-size:14px;
}
.pagination .select2-container{
	width:10%;            
}



/* 自适应设置 */

@media screen and (max-width: 2560px){
	.float-menu{
		display: none;
	}
}




@media screen and (max-width: 1200px){
	.float-menu{
		display: none;
	}
	.header .toolbar{
	}
	.carousel-captions a.title {
  		font-size: 10px !important;
	}
	.carousel-captions a.description{
  		font-size: 11px !important;
	}
	.carousel-captions p.name {
    	/*width: 30px;*/
    	font-size: 14px !important;
	}
}

@media screen and (max-width: 992px){
	/* 首页样式 */
	.header{
		display:none;
	}
	.fixed_logo{
		position: relative;
	}
	.float-menu{
		display: block;
		height:66px;
	}
	.float-menu div{
		display: inline-block;
		margin-top:13px;
		line-height: 40px;
	}
        .float-menu_block {
                 width:40px;
                 height:40px;
        }
	.float-menu div a{
		color: #000;
	}
	.float-menu div a:hover{
		color: #a17f53;
	}
	.float-menu .active{
		background-color:#a17f53;
		color:#fff;
	}
    .float-menu ul{
		position: absolute;
		right: 0;
                top: 50px;
		z-index: 99999;
		width: 200px;
		background-color: #a17f53;
		opacity: 0.95;
		color: #fff;
		line-height: 40px;
		text-align: left;
                margin-top: 0;
    }
    .float-menu ul li{
  		border-bottom: 1px solid #ab8c6a;
  		color:#fff;
    }
    .float-menu ul li:last-child{
    	border-bottom: none;
    }
    .float-menu ul li a{
    	display: inline-block;
    	width: 100%;
    	color:#fff;
    	text-decoration: none;
    	text-indent: 10px;
    }
    .float-menu ul li a:hover{
    	background-color: #947553;
    }
	.bottom-menu{
		position: relative;
		height:auto;
		padding-bottom:10px;
		opacity: 1;
	}
	.bottom-menu ul li{
		float:left;
		width:50%;
		border-bottom:1px solid #ccc;
	}
	.bottom-menu ul li:last-child{
		/*border:none;*/
	}
	.bottom-menu ul li a{
		height:40px;
		line-height: 40px;
		font-size: 1.1em;
		text-align: left;
	}
	.bottom-menu ul li img{
	}
	
	.tools{
		position: relative;
		height:auto;
		opacity: 1;
	}
        .tools ul {
            padding-left: 3%;
        }
	.tools ul li{
                float: none;
		width: 89%;
		border-bottom:1px solid #ccc;
	}
	.tools ul li:last-child{
		border:none;
	}
	.tools ul li a{
                margin-left: 0;
		height:40px;
		line-height: 40px;
		font-size: 1.1em;
		text-align: left;
	}

	/* 下级页样式 */
	.container{
		width: 90%;
	}
	.container-subpage{
		margin-top:0;
	}
	.breadcrumb{
		width:100%;
	}
	.left-column dd{
		display: none;
	}
    .left-column{
		width: 100%;
		padding-bottom: 30px;

	}
    .left-column dl{
        width:100%;
		position: relative;
		height:auto;
		opacity: 1;
	}
	.menu li{
		border-bottom: hidden;
		padding-top: 1px;
	}
    .menu li a{
        padding: 0;
	}
    .left-column ul li a{
		/*height:40px;*/
		width: auto;
		line-height: 30px;
		font-size: 1.1em;
		text-align: left;
		float: left;
		padding-right: 30px;
	}
	.right-column{
		width:100%;
		margin: 0;
	}
	.subpage-mainpic{
		width: 100%;
		height:auto;
	}
	.left-column-a{
		width:100%;
	}
	.search-box span.search-icon,
	.search-box input,
	.search-box .select2-container,
	.search-box .btn{
		display: block;
		margin-bottom:10px;
	}
	.search-box .select2-container{
		width:100%;
	}
	.search-box .btn{
		margin-left:0;
	}
	.tools-type-a li{
		display: block;
		margin-bottom: 10px;
		padding-bottom:10px;
		border-bottom:1px solid #ccc;
		border-right:none;
	}
	.tools-type-a li a{
		display: block;
		height:1.5em;
		line-height: 1.5em;
	}
	.tools-type-a .sub_search{
		float: none;
		clear:both;
		padding:10px;
		margin-bottom: 10px;
		border:1px solid #ccc;
		background-color:#f1f1f1;
	}
	.subpage-mainpic .carousel-inner .item img{
		width:100%;
	}
	.subpage-mainpic .info .info-detail-trival{
    display:none;
	}
	.pdf .each{
		width:50%;
		height:auto;
		padding-bottom:20px;
		margin-bottom: 20px;
	}
	.table-auction caption small{
		display: inline-block;
		clear:left;
		padding:0;
		margin: 0;
	}
	.display-none-md{
		display: none;
	}

        .slide-right div,
        .slide-left div {
            width: 29px;
            height: 27px;
            padding: 0;
        }
        .slide-left img,
        .slide-right img {
            width: 12px;
            margin-bottom: 3px;
        }

	.carousel-captions a.title {
  		font-size: 8px !important;
	}
	.carousel-captions a.description{
  		font-size: 9px !important;
	}
	.carousel-captions p.name {
    	/*width: 30px;*/
    	font-size: 11px !important;
	}
}

@media screen and (max-width: 768px){
	.container{
		width:90%;
		margin-right:5%;
		margin-left:5%;
	}
	.header .toolbar{
		display:none;
	}
	footer div.floatright{
		float: left;
		text-align: left;
	}

	.carousel-captions {
		display: none !important;
	}

	.pdf .each{
		width:100%;
		height:auto;
		padding-bottom:20px;
		margin-bottom: 20px;
	}
	.tab{
		height:auto;
		border:none;
	}
	.tab .lili{
		display:block;
		width:100%;
	}
	.tab .lili a{
		border:none;
		border-bottom:1px solid #ccc;
	}
	.table-auction caption{
		margin-bottom:20px;
	}
	.display-none-sm{
		display: none;
	}
	.left-box{
		display: none;
	}
	.right-box{
		float: none;
		width: 100%;
		margin-left:0;
	}
	.right-box h3 small{
		display: block;
		clear:both;
	}
	.right-box .list-unstyle li a{
		display: inline-block;
                line-height: 30px;
		overflow: hidden;
	}
	.pagination .select2-container{
		width:15%;            
	}
	.post-body{
		overflow-x: scroll
	}
    .post-body img {
/*        width: 100%;
*/
      margin: 10px 0;
    }
}






