
/*一、24格处理*/
#iconWall{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
	padding-top: 20px;
	padding-left: 8px;
    list-style: none;
}

#iconWall li{
    width: 200px;
    height: 200px;
    /*background-color: #fff;*/
    float: left;
    margin: 8px;
    position: relative;

}

/*二、3D反转区域处理 */
.img-back, .img-front{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
	overflow: hidden;
}

li img{
    vertical-align: middle;
}


.img-3d{
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.img-3d img{width: 80%;max-height: 200px;}

.img-back{
    transform: rotateY(180deg);
}

/*测试代码*/
/*li:hover .img-3d{*/
    /*transition: .3s linear;*/
    /*transform: rotateY(180deg);*/
/*}*/

/*三、换一批*/
#btnRefresh{
    text-align: center;
    transition: .3s linear;
    background-color: #fff;
}
.iconRefresh{
    width: 28px;
    height: 28px;
    background: url("../images/refresh.png");
    margin: 77px auto 0;
}
#btnRefresh:hover{
    color: #fff;
    background-color: #dd2727;
    transition: 0s;
}
#btnRefresh:hover .iconRefresh{
    background: url("../images/refresh-white.png");
}


/*四、处理浮层*/
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
	padding-top:30px;
}

.mask img{
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}
.mask p{
    font-size: 14px;
    color: #fff;
    margin-top: 45px;
    text-align: center;
}
.mask a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: red;
    width: 70px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
}

li:hover .mask{
    opacity: 1;
    transition: .3s linear;
}

#iconWall li.enter{
	animation-name: enter-to ;

}

#iconWall li.leave{
	animation-name: leave-to .3s linear ;
	-moz-animation: leave-to .3s linear ;
	-webkit-animation: leave-to .3s linear ;
	-o-animation: leave-to .3s linear ;
}


.lxdh{    
	text-align: right;
    font-size: 13px;
    color: #666666;
    width: 1100px;
    margin: 20px auto;
    padding-right: 20px;
}

@media (max-width: 768px){
	#iconWall{width: 100% !important;}
	#iconWall li{width: 170px;height: 170px;}
	.img-back, .img-front {width: 170px;height: 170px;}
	
	
	#news {padding: 20px 0px 0px;}
	#news.maui-learninglist .c-box{height:auto;}
	#news.maui-learninglist .img img{height:auto;}
	#news .img{width: 150px;height:100px;}
	#news .img img {width: 100%;height:100px;}
	#news .c-box article {min-height: 150px;padding: 5px 5px;margin-left:160px;}
	#news .c-box a h4 {font-size: 14px;line-height: 22px;margin: 5px 5px 0;display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;}
	#news .b-c{margin: 12px 5px 0;font-size: 10px;}
	#news .c-box {margin-bottom: 15px;}
	.Mediflexbreadcrumb {padding: 30px 0px 10px;}
	.Mediflexbreadcrumb h2{line-height: 30px;margin: 35px 0 5px 0;font-size: 20px;}
	.Mediflexbreadcrumb .links li a{font-size:14px;}
	
	#news .pagination{margin:0;}
	.lxdh{width:100% !important;  }
}