@charset "UTF-8";
body {
  font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-ms-keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 9999;
}

.header .logo {
  float: left;
}

.header .goback {
  float: left;
  width: 105px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3b71bf;
  font-size: 1rem;
  color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-top: 10px;
  transition: .5s;
}

.header .goback:hover {
  background: #1151af;
}

.header .toplink {
  float: right;
  margin-top: 12px;
}

.header .toplink li {
  float: left;
  font-size: .875rem;
  color: #333;
  padding: 0 8px;
  position: relative;
}

.header .toplink li:last-child {
  padding-right: 0;
}

.header .toplink li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #97bef7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.header .toplink li:first-child:after,
.header .toplink li:last-child:after {
  display: none;
}

.header .toplink a {
  color: #1151af;
  display: block;
  padding: 0 8px;
  border-radius: 12px;
  text-align: center;
  transition: .5s;
}

.header .toplink a:hover {
  background: #1151af;
  color: #fff;
}

/* header */
/* 公开专栏 */
.zcpt-page {
  padding: 50px 0 50px;
  background: #f5f9ff;
}

.zcpt-page .row {
  overflow: hidden;
  padding-top: 10px;
}

.zcpt-page .row .left {
  width: 48%;
  float: left;
}

.zcpt-page .row .right {
  width: 48%;
  float: right;
}

.zcpt-page .row .middle {
  width: 100%;
}

.zcpt-jj {
  background: url(../images/zcpt-jjbg.png) no-repeat;
  background-size: 100% 100%;
  height: 162px;
}

.zcpt-jj .tit {
  padding-top: 14px;
  text-align: center;
}

.zcpt-jj .tit img {
  max-width: 80%;
}

.zcpt-jj .txt {
  width: 80%;
  text-align: center;
  margin: 5px auto;
}

.zcpt-jj .txt p {
  font-size: .9375rem;
  color: #fff;
  line-height: 24px;
}

/* 政策平台综合页 */
.ptzhy {
  overflow: hidden;
  margin-top: 30px;
}

.ptzhy .left {
  float: left;
  width: 290px;
}

.ptzhy .right {
  float: right;
  width: calc(100% - 330px);
}

.ptzhy .box {
  margin-top:20px;
}

/* 政策平台综合页 */
.zcwj-search {
  position: relative;
  background: url(../images/zcwj-search.png) no-repeat;
  background-size: cover;
  padding: 15px 20px;
}

.zcwj-search .tit {
  float: left;
}

.zcwj-search input,
.zcwj-search select,
.zcwj-search button,
.zcwj-search option {
  background: #fff;
  border: none;
  outline: none;
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border-radius: 5px;
  width: 100%;
  color: #333;
}

.zcwj-search select,
.zcwj-search option {
  color: #555;
}

.zcwj-search .ss01 {
  float: right;
  width: calc(100% - 150px);
}

.zcwj-search .ss01 .text,
.zcwj-search .ss01 .fwzh {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.zcwj-search .ss01 option {
  padding: 5px 0;
}

.zcwj-search .ss02 {
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
}

.zcwj-search .ss02 .year {
  float: left;
}

.zcwj-search .ss02 .year input {
  width: 100px;
}

.zcwj-search .ss02 .year span {
  margin: 0 10px;
  color: #bcc2c9;
}

.zcwj-search .ss02 .lm {
  float: left;
  width: calc(100% - 470px);
  margin-left: 15px;
}

.zcwj-search .ss02 .btn {
  float: right;
}

.zcwj-search .ss02 .btn button {
  width: 90px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #e2cf94;
  cursor: pointer;
  margin-left: 15px;
}

.zcwj-search .ss02 .btn button:first-child {
  background: #4f85e7;
}

.gkzl-title {
  line-height: 40px;
  position: relative;
  background: #ebf1f8;
}

.gkzl-title h2 {
  line-height: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  background: #1151af;
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.gkzl-title h2:before {
  content: "";
  width: 10px;
  height: 4px;
  background: #e2cf94;
  position: absolute;
  left: 0;
  top: 50%;
}

.gkzl-title .gkzl-more {
  font-size: .875rem;
  color: #739ad2;
  float: right;
  margin-right: 10px;
  transition: .5s;
  display: none;
}

.gkzl-title .gkzl-more:hover {
  color: #1151af;
}

.gkzl-list {
  margin-top: 5px;
}

.gkzl-list li {
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid #e1e9f5;
  position: relative;
}

.gkzl-list li * {
  transition: .5s;
}

.gkzl-list li h2 {
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  transition: .5s;
}

.gkzl-list li h2 p {
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.gkzl-list li h2 span {
  margin-left: 15px;
  width: 79px;
  height: 24px;
  font-weight: normal;
  padding-left: 14px;
  font-size: .875rem;
  color: #654f0b;
  background: url(../images/list-text-ico.png) no-repeat;
  background-size: 100% 100%;
}

.gkzl-list li .has p {
  max-width: calc(100% - 105px);
  width: auto;
}

.gkzl-list li h2:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1151af;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.gkzl-list li .info {
  margin-top: 5px;
  line-height: 24px;
  font-size: .875rem;
  color: #666666;
  padding-left: 15px;
}

.gkzl-list li .info span {
  display: inline-block;
  margin-right: 15px;
}

.gkzl-list li:before {
  content: "";
  background: #1151af;
  width: 0;
  transition: width .5s;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.gkzl-list li:hover:before {
  width: 100%;
}

.gkzl-list li:hover p {
  color: #1151af !important;
}

.gkzl-list li:hover .info {
  color: #1151af;
}

.tabgkzl .hd {
  background: #1657b7;
  line-height: 48px;
}

.tabgkzl .hd ul {
  width: calc(100% - 75px);
  float: left;
  padding-left: 280px;
}

.tabgkzl .hd li {
  float: left;
  padding: 0 25px;
  cursor: pointer;
}

.tabgkzl .hd p {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: .5s;
}

.tabgkzl .hd p:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #e2cf94;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.1s ease-out 0s;
  transform: scaleX(0);
}

.tabgkzl .hd li.on p {
  color: #e2cf94;
  font-weight: bold;
}

.tabgkzl .hd li.on p:after {
  transform: scaleX(1);
}

.tabgkzl .hd h2 {
  background: #0947a3;
  line-height: 56px;
}

.tabgkzl .bd {
  background: #ebf1f8;
  padding: 10px;
  margin-top: 0;
}

.tabgkzl .bd ul {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

.box2 .tabgkzl .hd ul {
  padding-left: 320px;
}

.box3 .tabgkzl .hd ul {
  padding-left: 220px;
}


.index-zmhd-more {
    margin: 10px 0px 0;
    text-align: center;
    background: url(../images/default-more.png) no-repeat;
    background-size: cover;
}

.index-zmhd-more a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #316fca;
    text-align: center;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
}

.index-zmhd-more a:hover {
    background: #0342a1;
    color: #fff;
}



/* 政策文件搜索分类 */
.searchItems * {
  transition: .5s;
}

.searchItems ::-webkit-scrollbar {
  width: 8px;
}

.searchItems ::-webkit-scrollbar-track {
  background-color: #dceaff;
}

.searchItems ::-webkit-scrollbar-thumb {
  background-color: #1151af;
  border-radius: 4px;
}

.searchItems .item {
  margin-bottom: 20px;
}

.searchItems .searchTitle {
  line-height: 35px;
  padding: 12px 15px;
  background: #dceaff;
  cursor: pointer;
}

.searchItems .searchTitle h2 {
  position: relative;
  padding-left: 50px;
}

.searchItems .searchTitle h2:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/ico-sezrch-ico01.png) center center no-repeat #1151af;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.searchItems .searchTitle p {
  font-size: 1.125rem;
  color: #1151af;
  font-weight: bold;
  padding-right: 20px;
  background: url(../images/jiahao.png) right center no-repeat;
}

.searchItems .year h2:before {
  background: url(../images/ico-sezrch-ico02.png) center center no-repeat #1151af;
}

.searchItems .department h2:before {
  background: url(../images/ico-sezrch-ico03.png) center center no-repeat #1151af;
}

.searchItems .wenzhong h2:before{
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/ico-sezrch-ico04.png) center center no-repeat #1151af;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.searchItems ul {
  display: none;
  padding: 15px 40px;
  background: #fff;
  margin-top: -1px;
  position: relative;
  max-height: 320px;
  overflow-y: auto;
}

.searchItems ul li {
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

.searchItems ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #648ff1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.searchItems ul a {
  font-size: .9375rem;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchItems ul li.current a,
.searchItems ul li:hover a {
  color: #648ff1;
}

.searchItems .item.active .searchTitle {
  background: #1151af;
}

.searchItems .item.active .searchTitle h2:before {
  background: url(../images/ico-sezrch-ico01.png) center center no-repeat #e2cf94;
}

.searchItems .item.active .searchTitle p {
  color: #fff;
  background: url(../images/jianhao.png) right center no-repeat;
}

.searchItems .item.active .year h2:before {
  background: url(../images/ico-sezrch-ico02.png) center center no-repeat #e2cf94;
}

.searchItems .item.active .wenzhong h2:before {
  background: url(../images/ico-sezrch-ico04.png) center center no-repeat #e2cf94;
}

.searchItems .item.active .department h2:before {
  background: url(../images/ico-sezrch-ico03.png) center center no-repeat #e2cf94;
}

.searchItems .item.active ul {
  display: block;
}

/* 政策文件搜索分类 */
/* 政策平台专题 */
.zcpt-zt li {
  margin-bottom: 30px;
}

.zcpt-zt li img {
  width: 100%;
}

/* 政策平台专题 */
/* 政策平台列表 */
.zcptlist {
  margin-top: 30px;
}

.zcptlist .left {
  float: left;
  width: 290px;
}

.zcptlist .right {
  float: right;
  width: calc(100% - 320px);
}

.sortbox {
  background: url(../images/sort-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.sortbox .item {
  float: left;
  line-height: 30px;
  color: #333;
}

.sortbox .item span {
  float: left;
  width: 75px;
  font-size: .9375rem;
  font-weight: bold;
  text-align: justify;
  margin-right: 10px;
  position: relative;
}

.sortbox .item ul {
  float: left;
}

.sortbox .item li {
  float: left;
  margin-right: 45px;
  font-size: .9375rem;
}

.sortbox .item li * {
  transition: .5s;
}

.sortbox .item li a {
  padding: 0 10px;
  display: block;
}

.sortbox .item li a:hover {
  background: #1151af;
  color: #fff;
}

.sortbox .item li.current a {
  background: #1151af;
  color: #fff;
}

.table-list {
  margin-top: 20px;
}

.table-list .title h2 {
  font-size: 1rem;
  color: #1151af;
  font-weight: bold;
  line-height: 30px;
}

.table-list .list {
  overflow: hidden;
}

.table-list .th,
.table-list .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}

.table-list .th {
  background: #d3e5ff;
  line-height: 45px;
  text-align: center;
  font-size: 1rem;
  color: #1151af;
  font-weight: bold;
}

.table-list .th .td02 {
  text-align: center;
}

.table-list .tr {
  padding: 15px 0;
  background: #fff;
 
}

.table-list .tr span {
  display: none;
}

.table-list .tr:nth-child(2n+1) {
  background: #f5f9ff;
}

.table-list .td01 {
  width: 60px;
}

.table-list .td02 {
  text-align: left;
  width: calc(100% - 550px);
}

.table-list .td03 {
  width: 175px;
}

.table-list .td04,
.table-list .td05 {
  width: 100px;
}

.table-list .td06 {
  width: 70px;
}

.table-list .page {
  display: block;
/*  overflow: hidden; */
  margin-top: 30px;
  text-align: center;
  line-height: 24px;
}

.table-list .page span {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  margin: 2px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.table-list .page span.active{
  background:#2658d7;color:#fff;
}

.table-list .page .more {
  border: none;
  margin: 0;
}

.table-list .page span.curr {
  border: 1px solid #0947a3;
  background: #0947a3;
  color: #fff;
}

.table-list .page input {
  background: none;
  border: 1px solid #0947a3;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
}

.phone-zt {
  display: none;
}

/* 政策平台列表 */
/* 政策平台综合页 */
/* 底部 */
.footer {
  position: relative;
  background: url(../images/footer-bg.png) center top no-repeat #1151af;
}

.foot-link .link-list {
  width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}

.foot-link .link-list .box {
  float: left;
  width: 25%;
  position: relative;
}

.foot-link .link-list .tit {
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.foot-link .link-list .tit p {
  display: inline-block;
  padding-right: 20px;
  font-size: 1rem;
  background: url(../images/select-ico.png) right center no-repeat;
  color: #fff;
}

.foot-link .link-list ul {
  position: absolute;
  width: 100%;
 max-height: 390px;
  left: 0;
  bottom: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  overflow-y: auto;
  display: none;
}

.foot-link .link-list ul li {
  padding: 5px 0;
}

.foot-link .link-list ul li a {
  display: block;
  font-size: .875rem;
  color: #333;
}

.foot-link .link-list ul li:hover a {
  color: #1151af;
}

.foot-link .link-list ul::-webkit-scrollbar {
  width: 4px;
}

.foot-link .link-list ul::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 5px;
}

.foot-link .link-list ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(45deg, #1151af 0%, #1151af 100%);
}

.foot-info {
  padding: 35px 0 25px;
}

.foot-info .lf {
  float: left;
  padding-top: 25px;
}

.foot-info .lf a {
  float: left;
  margin-right: 28px;
}

.foot-info .lf img {
  vertical-align: middle;
}

.foot-info .mid {
  float: left;
}

.foot-info .mid p {
  font-size: .875rem;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.foot-info .rt {
  float: right;
  margin-top: 0px;
}

.foot-info .rt li {
  float: left;
  margin-left: 25px;
}

.foot-info .rt li h2 {
  height: 80px;
  width: 22px;
  line-height: 22px;
  float: left;
  text-align: center;
  background: url(../images/ewm-bg.png) top no-repeat;
  font-size: .75rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  writing-mode: tb-rl;
  letter-spacing: 1px;
}

.foot-info .rt li img {
  width:100px;
  height: 100px;
}

.cory {
  padding: 10px 0;
  text-align: center;
  background: #0b49a5;
}

.cory * {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.9);
}

.cory img {
  vertical-align: middle;
}

/* 底部 */
/* 右侧导航 */
.page-right {
  position: fixed;
  z-index: 999;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.page-right li {
  width: 106px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 30px;
}

.page-right li a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  overflow: hidden;
  background: #255eb2;
  border-radius: 20px;
}

.page-right li a:before {
  content: "";
  width: 90%;
  height: 80%;
  border: 1px dashed #fff;
  position: absolute;
  top: 8%;
  left: 5%;
  border-radius: 20px;
}

.page-right li:last-child {
  margin-bottom: 0;
}

.page-right li.active a {

  background-size: 100% 100%;
}

#fp-nav {
  display: none !important;
}

/* 右侧导航 */

/* 列表页 */
.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: #f5f8fb;
  padding: 50px 0 60px;
}

.left-nav {
  width: 260px;
  float: left;
  position: relative;
  background: #1151af;
  border-top: 5px solid #729bd8;
}

.left-nav .column {
  padding: 10px 35px;
  background: url(../images/leftnav-titbg.png) center top no-repeat;
  text-align: center;
}

.left-nav .column h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  padding: 30px 15px 160px;
  background: url(../images/leftnav-bg.png) right bottom no-repeat;
}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 10px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
}

.left-nav .sideMenu li > a p {
  padding-right: 15px;
  font-size: 1.125rem;
  color: #fff;
}

.left-nav .sideMenu .haschild > a p {
  background: url(../images/leftnav-ico1.png) right center no-repeat;
}

.left-nav .sideMenu dl {
  padding: 0px 30px 15px 40px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #fff;
  padding: 7px 0 7px;
  position: relative;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #e2cf94;
}

.left-nav .sideMenu li.current p,
.left-nav .sideMenu li:hover p {
  font-weight: bold;
}

.left-nav .sideMenu li.haschild.current p,
.left-nav .sideMenu li.haschild:hover p {
  background: url(../images/leftnav-ico2.png) right center no-repeat;
}

.left-nav .sideMenu li.current {
  background: rgba(82, 141, 226, 0.2);
}

.left-nav .sideMenu li.current dl {
  display: block;
}

.right-con {
  float: right;
  width: calc(100% - 285px);
}

.curr-col {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}

.location {
  overflow: hidden;
  margin-bottom: 10px;
}

.weizhi {
  font-size: 0.875rem;
  color: #666666;
}

.weizhi a {
  font-size: 0.875rem;
  color: #666666;
}

.list-box {
  background: #fff;
}

.list-text {
  overflow: hidden;
}

.list-text * {
  transition: .5s;
}

.list-text li {
  padding: 25px 30px 20px;
  border-bottom: 1px solid #f5f8fb;
}

.list-text li a {
  overflow: hidden;
  display: block;
  padding-left: 20px;
  position: relative;
}

.list-text li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1151af;
  position: absolute;
  left: 0;
  top: 10px;
}

.list-text li h2 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  color: #333333;
}

.list-text li h2 p {
  max-width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;

}

.list-text li h2 p.has {
  max-width: calc(100% - 105px);
}

.list-text li h2 .tip{
  margin-left: 15px;
  width: 79px;
  height: 26px;
  padding-left: 14px;
  font-size: .875rem;
  color: #654f0b;
  background: url(../images/list-text-ico.png) no-repeat;
  background-size: 100% 100%;
}

.list-text li .info {
  margin-top: 15px;
}

.list-text li .info span {
  font-size: .875rem;
  color: #999999;
  margin-right: 25px;
  line-height: 20px;
}

.list-text li:hover a {
  transform: translateX(10px);
}

.list-text li:hover h2 {
  color: #1151af;
}