.rig.fr.w390 {
    background: #fff;
    padding: 0px 20px 3px;
    width: 215px;
}
.title {
  width: 100%;
  height: 41px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}

.title span {
  font-size: 16px;
  font-weight: bold;
  color: #0455a9;
  height: 60px;
  line-height: 35px;
  padding-left: 43px;
  position: relative;
}

.title span img {
  position: absolute;
  left: 10px;
  top: 34%;
  transform: translateY(-50%);
}

.title a {
  font-size: 16px;
  color: #999;
  line-height: 60px;
}

.xxgk_h .list {
  height: 252px;
}

.xxgk_h .lef {
  background: #fff;
  padding: 10px 20px 20px;
}
.xxgk_h a:hover {
    color: #0455a9;
    text-decoration: none;
}
.xxgk_h .rig {
  background: #fff;
  padding: 10px 20px 20px;
}

.xxgk_h .rig ul {
  width: 95%;
  padding: 4px 13px;
  overflow: hidden;
  position: relative;
}

.xxgk_h .rig ul li {
  width: 100%;
  height: 38px;
  transition: all .2s linear;
  margin-bottom: 16px;
  border: 1px solid #f5f5f5;
}

.xxgk_h .rig ul li a {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 38px;
  font-size: 16px;
  padding-left: 10px;
}

.xxgklist li a .img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: all .2s linear;
}

.xxgklist li a .img.img1 {
  background: url(xxicon1.png) center center no-repeat;
}

.xxgklist li a .img.img2 {
  background: url(xxicon2.png) center center no-repeat;
}

.xxgklist li a .img.img3 {
  background: url(xxicon3.png) center center no-repeat;
}

.xxgklist li a .img.img4 {
  background: url(xxicon4.png) center center no-repeat;
}

.xxgklist li a .img.img5 {
  background: url(xxicon5.png) center center no-repeat;
}

.xxgklist li:hover a .img.img1 {
  background: url(xxicon1on.png) center center no-repeat;
}

.xxgklist li:hover a .img.img2 {
  background: url(xxicon2on.png) center center no-repeat;
}

.xxgklist li:hover a .img.img3 {
  background: url(xxicon3on.png) center center no-repeat;
}

.xxgklist li:hover a .img.img4 {
  background: url(xxicon4on.png) center center no-repeat;
}

.xxgklist li:hover a .img.img5 {
  background: url(xxicon5on.png) center center no-repeat;
}
.xxgk_h .rig .xxgklist li:hover {
  border-color: #0455a9;
}
