/* ============ÃƒÆ’Ã†'Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†'Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†'Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†'Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨============== */

.box2{	
	float:left;
	padding:10px;
	margin-left:16px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
	border:1px #efecec solid;	
	
}


.box2:hover{	
	
border:1px #ff6800 solid;	
}



.note{
	position:absolute;
	left:50;
	top:3%;
	width:270px;
	height:270px;
	text-decoration:none;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=true,startColorstr=#0F000000,endColorstr=#0F000000);
	background: rgba(254, 93, 19, 0.8);
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}



.note:link,.note:visited,.not:active{
	font:bold 14px/180px Microsoft Yahei;
	text-decoration:none;
	color:#fff;
	opacity:0;		
}

/* æ·»åŠ åå­—åŠ å·æ ·å¼ */
.plus-icon {
	position: relative;
	width: 40px;
	height: 40px;
}

.plus-icon:before,
.plus-icon:after {
	content: '';
	position: absolute;
	background-color: white;
}

.plus-icon:before {
	width: 40px;
	height: 1px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.plus-icon:after {
	width: 1px;
	height: 40px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.title{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;	
	color:#ffffff;
	text-decoration:none;
}