.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.copyright {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
	line-height: 20px;
	background-color: #fff;
}
.l-ad {
	height: 180px;
	background: #fff;
}
.l-ad img{
	max-width: 1200;
	max-height: 180px;
}
.content {
	background: #fff;
}
.content .screen .screen-g {
	padding: 10px;
	border-top: 1px dotted #e9e9e9;
}
.content .screen .active {
	padding:0 15px;
	background: #0089d1;
	color: #fff;
}
.content .screen .screen-g a{
	display: block;
	float: left;
	line-height: 24px;
	margin: 0 10px;
}
.content .screen .screen-g a.screen-t{
	font-weight: 600;
}

.content .infolist {
	margin-top: 10px;
	border-top: 1px solid #e9e9e9;
}
.content .infolist li.p-list{
	padding: 10px;
	border-bottom: 1px dotted #e9e9e9;
}
.content .infolist .p-list .p-img{
	width: 280px;
	height: 160px;
	line-height: 158px;
	text-align: center;
	border :1px solid #e9e9e9;
}
.content .infolist .p-list .p-img img {
	max-width: 278px;
	max-height: 152px;
}
.content .infolist .p-list .p-info {
	width: 865px;
}
.content .infolist ul {
	padding: 10px;
}
.content .infolist li.t-list {
	float: left;
	padding: 10px;
	margin: 10px;
	width: 18%;
	border: 1px solid #e9e9e9;
}
.content .infolist li.t-list .t-img {
	width: 90%;
	height: 185px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #99999;

}
.content .infolist .t-list .t-img img {
	max-width: 100%;
	max-height: 100%;
}
.content .infolist .t-list .t-name {
	padding: 10px;
}
.content .infolist .t-list .t-name h4{
	text-align: center;
}
.content .infolist .t-list .t-name p{;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.search-box {
	padding: 15px;
}
.search-box .search {
	margin: 0 auto;
	width: 550px;
	height: 36px;
	border: 2px solid #0089d1;
}
.search-box .search input {
	float: left;
	width: 466px;
	height: 32px;
	padding-left: 10px;
}
.search-box .search button {
	float: left;
	width: 80px;
	height: 32px;
	background-color: #0089d1;
	font-size: 16px;
	color: #fff;
}