@charset "utf-8";

/* css document */
/*分站 样式*/

/*条件筛选*/

.filter{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.filter ul{
	float: left;
	width:1150px;
	margin:0 25px;
}
.filter ul li{
	float: left;
	margin: 15px 5px 15px 5px;
}
.filter ul li samp{
	float: left;
	color:#999;
	font-size: 14px;
	line-height: 35px;
	margin-right: 10px;
}
.filter ul li select{
	float: left;
	width: 138px;
	height:35px;
	border-radius: 2px;
	border:1px solid #e3e3e3;
	text-indent: 10px;
}
.filter ul li input{
	float: left;
	width: 157px;
	height:33px;
	border:1px solid #1cb177;
	border-right: none;
	border-radius: 2px 0 0 2px;
	text-indent: 10px;
}
.filter ul li a{
	float: left;
	width: 99px;
	height:35px;
	background:#1cb177;
	color:#fff;
	border-radius: 0 2px 2px 0;
	font-size: 16px;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}
.filter ul li a b{
	float: left;
	width: 20px;
	height:19px;
	background:url(../../image/research/search.png) no-repeat;
	margin: 8px -7px 0 16px;
}
.filter ul li a:hover{
	background: #159966;
}
.filter ul li button{
	float: left;
	width:128px;
	height:35px;
	border:1px solid #1cb177;
	border-radius: 2px;
	color:#1cb177;
	font-size: 14px;
	background: #fff;
	line-height: 33px;
}
.filter ul li button:hover{
	color:#fff;
	background:#1cb177;
}

.sition{
	width: 1200px;
	height: auto;
	float: left;
	background: #fff;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding-bottom: 50px;
}
.sition .site-title{
	float: left;
	width: 1170px;
	margin-left: 10px;
	margin-bottom:17px;
}
.sition .site-title b{
	width: 6px;
    height: 18px;
    float: left;
    background: #1cb177;
    margin-top: 10px;
    margin-right: 10px;
}
.sition .site-title h5{
	float: left;
    margin-top: 8px;
    font-size: 18px;
    color: #222;
}
.sition .site-main{
	float: left;
	width: 100%;
	height:auto;
}
.sition .site-main>ul{
	float: left;
	margin:0 0 10px 25px;
	width: 1175px;
	min-height: 300px;
}
.sition .site-main>ul li{
	float: left;
	width:260px;
	height: 148px;
	background: #f0f0f0;
	margin:0 33px 20px 0;
}
.sition .site-main>ul li img{
	margin:10px 10px 8px;
	float: left;
	width: 240px;
	height: 82px;
}
.sition .site-main>ul li p{
	float: left;
	color:#222;
	font-size: 14px;
	margin:0 10px;
}
.sition .site-main>ul li:hover{
	background: #fff;
    -webkit-box-shadow: 0 1px 10px #a5aeb4;
    box-shadow: 0 1px 10px #a5aeb4;
}

div.tc-common-tips .main .confirm p {
	text-align: left;
	font-size: 14px;
	color: #717076;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	word-wrap: break-word;
	word-break: break-all;
}
