@charset "utf-8";

.yewu_box_nav {
	width: 1200px;
	height: 45px;
	margin:-19px auto;
	margin-bottom: 24px;
}
.yewu_box_nav ul li {
	float: left;
	display: inline-block;
	width: 105px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #333;

	margin: 0 13px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.yewu_box_nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.yewu_box_nav ul li:hover, .yewu_box_nav ul li.on {
	background:url(../images/hover_03.png) no-repeat;
	width: 105px;
	height: 45px;
	color: #fff;
	cursor: pointer;
}
.yewu_box_nav ul .hover{
	background:url(../images/hover_03.png) no-repeat;
	width: 105px;
	height: 45px;
	color: #fff;
	cursor: pointer;
}
.yewu_box_nav ul li:hover a, .yewu_box_nav ul li.on a {
	color: #fff;
}

.box {
font-family: 'Ubuntu', sans-serif;
overflow: hidden;
position: relative;
transition: all 0.3s;
margin:0 0 15px 0;
}
.box:hover {
box-shadow: 0 0 15px -5px #000;
}
.box:before {
content: '';
background-color: transparent;
background-image: radial-gradient(circle at 20% 80%, transparent 29%, rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 33%, transparent 34%),  radial-gradient(circle at 80% 20%, transparent 29%, rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 33%, transparent 34%);
background-size: 30px 30px;
height: 100%;
width: 100%;
opacity: 0;
position: absolute;
left: 0;
top: 0;
z-index: 1;
transition: all 0.3s ease 0.2s;
}
.box:hover:before {
opacity: 1;
}
.box img {
width: 100%;
height: 280px;
overflow:hidden;
transition: all 0.3s ease 0s;
}
.box:hover img {
filter: blur(2px);
}
.box .box-content {
color: #fff;
background-color: rgba(0,0,0,0.6);
text-align: center;
width: 100%;
height: 59%;
padding: 18% 0 0 0;
position: absolute;
left: 0;
top: -100%;
z-index: 2;
transition: all 0.3s ease 0s;
}
.box:hover .box-content {
top: 0;
}
.box .title {
color: #fff;
font-size: 23px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0;
}
.box .post {
color: #ed7100;
font-size: 14px;
font-style:normal;
text-transform: capitalize;
letter-spacing: 2px;
}
.box .icon {
background: rgba(237,113,0,0.6);
text-align: center;
height: 39%;
width: 100%;
padding: 15px 0 0;
margin: 0;
list-style: none;
transform: translateX(50%);
position: absolute;
right: 50%;
bottom: -100%;
z-index: 1;
transition: all 0.3s;
}
.box:hover .icon {
bottom: 0;
}
.box .icon li {
display: inline-block;
margin: 0 3px;
}
.box .icon li a {
color: #ed7100;
background-color: #fff;
font-size: 18px;
line-height: 40px;
height: 40px;
width: 40px;
border-radius: 40%;
display: block;
transition: all 0.3s;
}
.box .icon li a:hover {
color: #fff;
background-color: #ffd156;
box-shadow: 0 0 0 3px rgba(255,255,255,0.5), 0 0 5px rgba(0,0,0,0.5) inset;
}

@media only screen and (max-width:990px) {
.box {
margin-bottom: 30px;
}
}

@media only screen and (max-width:479px) {
.box .title {
font-size: 20px;
}
}

























