@charset "utf-8";
html {
	font-weight: normal;
	position: relative;
	height: 100%;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}

ul {
	list-style: none;
}


/* 基础部分*/

.content {
	width: 1150px;
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}
.top{
	margin-top: 12px;
	margin-bottom: 23px;
	display: flex;
}
.top .topImg1{
	width: 50%;
	height: 331px;
	margin-left: 5px;
	margin-right: 9px;
}
.top .topImg2{
	width: 50%;
	height: 331px;
}

/*图片列表*/
/*容器*/
.piclist {
	width: 1150px;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 27px;
}
/*ul*/
.listul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	background-color: ;
}

.listul li {
	float: left;
	width: 233px;
	height: 400px;
	position: relative;
	border: 1px solid white;
	margin: 6px;
	padding: 30px 20px;
	background-color: #f2f3f8;
	text-align: center;
	color: rgb(0,19,108);
}
.skinDiv{
	width: 248px;
	height: 209px;
	margin-bottom: 30px;
	text-align: center;
}
.skinTitle{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 14px;
}
.skinImg{
	height: 100%;
}
.skinContentDiv{
	font-size: 16px;
	height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(2,11,79);
	padding-bottom: 10px;
}
.skinSize{
	margin-bottom: 14px;
}
.skinMore{
	font-size: 16px;
	color: rgb(2,11,79);
	border: 2px solid rgb(2,11,79);
	padding: 5px;
	font-weight: bold;
}

/*.listul li span {
	position: absolute;
	bottom: 30px;
	width: 240px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	color: #fff;
	font-size: 15px;
	padding: 3px 0;
}*/


/*分页样式*/

.fydiv {
	width: 320px;
	text-align: center;
	height: 30px;
	margin: 0 auto;
	margin-top: 30px;
}

.fenye {
	text-align: center;
	height: 30px;
	margin: 0 auto;
}

.fenye li {
	float: left;
	
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
}

.fenye li:hover {
	background-color: #f1f1f1;
}

.fenye li a {
	text-decoration: none;
	color: #rgb(0,19,108);
	display: block;
}

.prev {
	width: 66px;
	border: none;
}

.next {
	width: 66px;
}

.numb {
	width: 26px;
}

.choose {
	border: 1px solid #357973!important;
}

.choose a {
	color: #357973!important;
}
.skinBtn{
	width: 9px;
	height: 17px;
	padding-top: 5px;
}
