html,
body {
  width: 100%;
  position: relative;
}
.main {
  /**通用样式**/
}
.main .lm-infos {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.main .lm-infos ul {
  margin: 15px -30px 0 0;
}
.main .lm-infos ul li {
  width: 25%;
  float: left;
}
.main .lm-infos ul li a {
  *height: 42px;
  margin-right: 30px;
  padding-left: 13px;
  line-height: 42px;
  display: block;
  background: url(yjtc_bg_infolist_li_hover.png) no-repeat;
  background-position: left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
  box-sizing: border-box;
}
.main .lm-infos ul li a:hover {
  padding-left: 28px;
  font-weight: bold;
  background-color: #f8f8f8;
  background-position: 13px center;
}
.main .lm-hd {
  margin-top: 25px;
}
.main .lm-hd span {
  padding-bottom: 11px;
  font-size: 20px;
  color: #13559f;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.main .lm-hd span i {
  width: 55%;
  height: 3px;
  background: #13559f;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.main .lm-hd a {
  margin-top: 8px;
  padding: 2px 10px 3px 10px;
  float: right;
  font-size: 14px;
  color: #999;
  border-radius: 3px;
  background: #f5f5f5;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.main .lm-hd a:hover {
  color: #fff;
  background: #115199;
}
