
.box-content-img {
	font-size: 16px;
	display: inline-block;
	color: #072FA0;
	margin-top: 16px;
	
	margin-left: 16px;
}

a.svg-prev {
	margin: 20px 0 0 0;
	display: block;
}
.box-content-img .box-content-img-name {
	
}
.xren {
	margin-left: -10px;
}
.box-content-img-hr{
margin: 16px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #072FA0;
    width: 28px;
    display: block;
	
}
.box-content-img .box-content-img-god{
	font-weight: bold;
	margin-top: 16px;
}
section.boxbox-content-img-inc {
display: block;
    width: 280px;
}

section.boxbox-content-img-inc  > a > span {
	    display: block;
    float: right;
    margin-left: 25px;
    margin-top: -35px;
}
.desck{     
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(55, 88, 178, .8);
	opacity:0;
	    overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.antfas-box-big-photo:hover .desck {
	opacity:0.8;
}
.antfas-box-big-photo:hover {
	position: relative;	
	
	
}
