.ggcell{
  width: 580px;
  float: right;
}
.contain{
  overflow: hidden;
}

.ggcell ul {
  overflow: hidden;
 background-color: #fff;

}
.ggcell .item li{
  float: left;
  width: 290px;
  height: 54px;
  background: url(../images/item.png) no-repeat;
  font-size: 30px;
  font-family: fangsong;
  line-height: 54px;
  text-align: center;
  color: #0864ba;
}
/*.ggcell .gg.hover{
  background: url(../images/gghover.png) no-repeat;
  color: #fff;
}
.ggcell .kf.hover{
  background: url(../images/kfhover.png) no-repeat;
  color: #fff;
}
.ggcell .fw.hover{
  background: url(../images/fwhover.png) no-repeat;
  color: #fff;
}
.ggcell .fz.hover{
  background: url(../images/fzhover.png) no-repeat;
  color: #fff;
}
*/
.ggcell .item li a{
  color: #0864ba;
}
.fz.hover a,.gg.hover a,.kf.hover a,.fw.hover a{
  color: #fff;
}
.ggul{
  padding: 28px 15px;
    box-sizing: border-box;
    height: 260px;
}
.more {
position: absolute;
right: 5px;
    top: 10px;
			
		}
.ggcell li.hover {
  background: url(../images/itemhover.png) no-repeat;
}
.ggcell li.hover a {
 color: #fff !important;
}