﻿/*价格查询筛选器*/
.filter-clear:after{clear:both;content:"";display:table}
.filter{width:100%;box-sizing:border-box;border:0px solid #ccc;background:#fff;font-size:14px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.filter-item{border-bottom:1px solid #ccc;height:auto;padding:6px 20px;position:relative;}
.filter-item:last-child{border-bottom:0;font-size:14px;}
.filter-label{width:120px;text-align:right;line-height:30px;position:absolute;top:6px;left:10px;font-size:14px;font-weight:bold;}
.filter-list{list-style:none;padding:0;position:relative;margin:0 0 0 10px;font-size:14px;line-height:23px;}
.filter-option{float:left;cursor:pointer;padding:7px 15px;margin:2px 5px;color:#0E90D2;background:0 0;border-radius: 15px;font-size:14px;}
.filter-option.active,.filter-option:hover{color:#FFF;background:#3399FF;border-radius: 15px;font-size:14px;}
.filter-option.active a,.filter-option a:hover,.filter-option:hover a{color:#FFF;font-size:14px;}
.large-search-box {
	width:100%;
	margin-bottom:20px;
}
.large-search-box table{
	width:100%;
	margin-top:10px;
	font-size:14px;
}
.large-search-box span{
	font-size:14px;
	color:#088FC8;
}
.large-search-box a{
	font-size:14px;
	color:#333;
	margin:0 10px;
}
.large-search-box a:hover{
	font-size:14px;
	color:#088FC8;
}
.large-search-con {
}.input-large-search {
	float:left;
	width:875px;
	border:4px solid #088FC8;
	border-right:none;
	padding:15px 10px 15px 10px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#999
}
.btn-large-search {
	float:left;
	width:160px;
	height:38px;
	background:url(../images/bg_btn_search.jpg) repeat-x;
	color:#fff;
	font:normal 16px/30px Microsoft YaHei;
	border:none;
	cursor:pointer
}

.big-btn-green{display:inline-block;height:45px;line-height:45px;padding:0 25px;background-color:#67C23A;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border:none;border-radius:2px;cursor:pointer;opacity:.9;filter:alpha(opacity=90)}
.big-btn-green:hover{opacity:.8;filter:alpha(opacity=80);color:#fff}
.big-btn-red{display:inline-block;height:45px;line-height:45px;padding:0 25px;background-color:#F56C6C;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border:none;border-radius:2px;cursor:pointer;opacity:.9;filter:alpha(opacity=90)}
.big-btn-red:hover{opacity:.8;filter:alpha(opacity=80);color:#fff}

.maincontent{
    width:1250px;
    padding: 12px 12px 12px 12px;
    -moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
	margin:70px auto;
}
.maincontent h1{
	font-size:16px;
	font-weight:400;
	text-align:left;
}
.maincontent h2{
	font-size:23px;
	font-weight:700;
	color:#0099CC;
	padding-bottom:20px;
	text-align:left;
}
.maincontent h3{
	font-size:16px;
	font-weight:400;
	color:#FF0000;
	padding-left:40px;
	padding-bottom:20px;
}

.medialisttable{
    width:100%;
	margin:0 auto;
}
.medialisttable th{
	background:#fff;
    font-size:14px;
    padding-left:6px;
    padding-right:6px;
  	text-align: center;
	color:#000013;
	border:0;
}
.medialisttable td{
	background:#fff;
    font-size:14px;
    padding-left:6px;
    padding-right:6px;
  	text-align: center;
	border:0;
}
.medialisttable .current{
    font-weight:bold;
    color:#e51313;
}
.medialisttable td p{
    font-size:14px;
}
.medialisttable td .ymd{
	background:#EEEEEE;
	float:left;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	width:100%;
}
.medialisttable td .yy{
	font-weight:normal;
    font-size:14px;
}
.medialisttable td .md{
	font-weight:bold;
    font-size:18px;
}
.medialisttable td .hm{
	font-weight:normal;
    font-size:14px;
}
.medialisttable td .title{
	font-weight:bold;
    font-size:16px;
	text-align:left;
	margin-top:15px;
}
.medialisttable td .con{
	font-weight:normal;
    font-size:14px;
	text-align:left;
}
.medialisttable .img{
	width:270px;
	height:160px;
	border:1px solid #ccc;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
}
.medialisttable td img{
	width:230px;
	height:120px;
	border:0px solid #ccc;
	margin-top:20px;
	margin-bottom:10px;
}
.medialisttable .medianr{
	position:relative;
	width:430px;
	height:220px;
	background:inherit;
	background-color:rgba(255, 255, 255, 1);
	box-sizing:border-box;
	border-width:2px;
	border-style:solid;
	border-color:rgba(255, 255, 255, 1);
	border-radius:0px;
	-moz-box-shadow:0px 3px 15px rgba(174, 174, 174, 0.349019607843137);
	-webkit-box-shadow:0px 3px 15px rgba(174, 174, 174, 0.349019607843137);
	box-shadow:0px 3px 15px rgba(174, 174, 174, 0.349019607843137);
	font-family:'微软雅黑 Regular', '微软雅黑';
	font-weight:400;
	font-style:normal;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
	float:right;
}
.medialisttable .medianr h2{
	font-size:16px;
	color:#000013;
	text-align:center;
}
.medialisttable .medianr p{
	font-size:14px;
	color:#000013;
	text-align:left;
}
.mediabg {
	width:100%;
	height:400px;
}
.mediaimg{
	background: url("../images/mtbanner.jpg") no-repeat;
	width: 100%;
    height: 400px;
	background-size: 100% 100%;
	margin-bottom:20px;
	text-align:center;
}
.mediaimg p{
	font-size: 20px;
	color: #FFF;
	line-height: 60px;
}
.mediaimg a:link,.mediaimg a:active,.mediaimg a:visited{
	color: #fff;
}
.mediaimg a:hover{
	color: #000;
}
.media_title {
	font-size: 36px;
	color: #FFF;
	margin-top:130px;
	margin-bottom: 10px;
}
.medianlink{
	width:100%;
	font-family:'微软雅黑 Regular', '微软雅黑';
	font-weight:400;
	font-style:normal;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	margin-left:5px;
	margin-top:30px;
	margin-bottom:15px;
	overflow:hidden;
}
.medianlink h2{
	font-size:23px;
	color:#FF0000;
	text-align:center;
}
.medianlink li{
	width:170px;
	line-height:35px;
	font-size:16px;
	color:#000013;
	text-align:center;
	float:left;
	list-style:none;
	padding:0 20px 0 0;
	white-space:nowrap;
	overflow:hidden;                                                                         
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}