div.wp{
	width: 1200px; /*盲赂禄猫娄聛氓鈥犫�γヂ姑ヅ捖好ヂ奥好ヂ该ヂぢヂ奥徝寂捗β徝β∶ニ喡睹ぢ脚撁モ�奥嵜︹�郝疵︹�撀懊悸伱悸伱悸� */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*氓鈥郝久р�扳�∶ぢ嘎ヂ科捗︹�澛久ヂぢぢ宦Ｃ犅伱ヅ捖好ヅ概�*/

.img-box{/*氓鈥郝久р�扳�∶р�衡�櫭ヂ惷甭幻ヂ惵�*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*氓鈥郝久р�扳�∶ぢ嘎ヂ科捗︹�澛久ヂぢぢ宦Ｃ犅�*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*氓鈥郝久р�扳�∶ぢ嘎ヂ科捗︹�澛久ヂぢぢ宦Ｃ犅伱ヅ捖好ヅ概�*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 忙鈥斅睹┾�斅疵︹�郝裁郝�*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}




/*main-start*/
/**************************************************************/

.title-11{
	padding-bottom: 25px;
}
.title-11 .fl{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.title-11 .fl span{
	text-transform: uppercase;
	font-size: 24px;
	color: #bac2cb;
	font-family: "Times New Roman";
	font-style: italic;
	padding-left: 10px;
}

.title-11 a.fr{
	font-size: 14px;
	color: #999;
	margin-top:10px;
}
.title-11 a.fr:hover{
	color: #0034a2;
}

.main1-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.main1-con{
	padding: 25px 0 30px;
	border-bottom: 2px solid #e4e4e4;
}

.main1-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.main1-h1 a:hover{
	color:#0d3993;
color:#892829;
}

.main1-p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}

.main1-item:hover .main1-con{
	border-color:#0d3993;
	border-color:#892829;
}