﻿
.itagBox  li{position:relative;float:left;width:240px;background:#fff;height:140px; overflow:hidden; margin:0 10px 20px 10px; }


.itagBox  .tag1{width:240px;}


.itagBox  li a{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
	display: block;
	color: #FFF;
	width: 100%;
	height: 140px;
	filter: alpha(opacity=95);
	background: #de0517;
	opacity: 0.95;
	text-decoration: none;
}
.itagBox  li a .xq{
	-moz-border-radius: 80px;     
    -webkit-border-radius: 80px;  
    border-radius:80px;
	border:2px solid #FFF;
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	font-size:18px;
	margin:10px auto;
	}
