﻿@charset "utf-8";
/* 代码整理：时代Java NowJava.com */
*{ margin:0; padding:0; list-style:none;}
body{ font-size:12px;}
img{ border:0;}

.itagBox { margin: 10px auto 0px; clear: both; width: 650px; overflow: hidden; }
.itagBox ul { width: 700px; }
.itagBox ul li { position: relative; float: left; width: 110px; background: #5C9FE1; height: 80px; color: #FFF; font-weight: bold; overflow: hidden; margin: 0px 6px 6px 0px; }
.itagBox ul .tag1 { width: 206px; }
.tag_yellow { color: #fff601; }
.tag_txt { text-align: center; line-height: 20px; padding-top: 22px; }
.itagBox ul li a { overflow: hidden; position: absolute; left: 0px; top: 0px; line-height: 20px; text-align: center; padding-top: 5px; display: block; color: #FFF; width: 100%; height: 75px; /*filter: alpha(opacity=90); background: #000; opacity: 0.8;*/ background:rgba(0, 0, 0, 0.8) }
.itagBox ul li a:hover { color: #FFF; text-decoration: none; }
.itagBox ul .tag2 { background: #2E71B3; }
.itagBox ul .tag3 { background: url(http://demo.NowJava.com/2014/pic0829/images/itagBg.jpg) no-repeat center center; }