@charset "utf-8";
/* exam_cate.css */
.exam_cate {
  margin: 20px 0;
  margin-left: 1px;
}
.exam_cate li {
  width: 33.333%;
  float: left;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-left: -1px;
  text-align: center;
  padding: 20px;
}
.exam_cate li.hover {
  border: 1px solid #da251c;
  position: relative;
  z-index: 10;
}
.exam_cate li a:hover {
  color: #333;
  text-decoration: none;
}
.exam_cate li .title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.exam_cate li .info {
  font-size: 14px;
  height: 50px;
  line-height: 25px;
}
.exam_cate li i {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background: url("../images/exam/cate_bg.png") no-repeat;
}
.exam_cate li i.icon1 {
  background-position: 0 0;
}
.exam_cate li i.icon2 {
  background-position: -95px 0;
}
.exam_cate li i.icon3 {
  background-position: -190px 0;
}
.exam_cate li i.icon4 {
  background-position: -285px 0;
}
.exam_cate li i.icon5 {
  background-position: -380px 0;
}
.exam_cate li i.icon6 {
  background-position: -475px 0;
}
