.overflows {
  overflow: hidden;
}
/*header*/
.header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  transition: all 0.3s;
}
.header .h_top {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.header .h_top p {
  float: left;
  font-size: 14px;
  color: #666;
}
.header .h_top .rights {
  float: right;
  padding-top: 20px;
  height: 12px;
  color: #666;
  display: flex;
  align-items: center;
}
.header .h_top .rights img {
  width: 20px;
  height: 17px;
  margin-right: 16px;
}
.header .h_top .rights span {
  font-size: 15px;
  font-weight: 600;
  color: #2874c9;
}
.header .mainsVw .container {
  overflow: initial;
}
.header .mainsVw .container .logo {
  float: left;
}
.header .mainsVw .container .logo a {
  display: block;
  padding: 12px 0;
}
.header .mainsVw .navs {
  float: right;
}
.header .mainsVw .navs > ul > li {
  float: left;
  overflow: hidden;
  font-size: 16px;
  line-height: 90px;
  height: 90px;
  position: relative;
}
.header .mainsVw .navs > ul > li > a {
  padding: 0 1em;
  font-size: 16px;
  border-top: 2px solid transparent;
}
.header .mainsVw .navs > ul > li > a.active {
  color: #2874c9;
  border-color: #2874c9;
}
.header .mainsVw .navs > ul > li .zk {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 24px;
  padding: 0 8px;
  transition: all 0.3s;
}
.header .mainsVw .navs > ul > li .zk.active {
  transform: rotate(45deg);
}
.header .mainsVw .navs > ul > li .list {
  position: absolute;
  top: 90px;
  left: 0;
  margin-top: 50px;
  width: 353px;
  opacity: 0;
  padding: 0 20px;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.header .mainsVw .navs > ul > li .list ul {
  padding: 10px;
  overflow: hidden;
  background: #fff;
  float: left;
}
.header .mainsVw .navs > ul > li .list ul li {
  font-size: 14px;
  line-height: 27px;
  transition: all 0.5s;
}
.header .mainsVw .navs > ul > li .list ul li a {
  position: relative;
  font-size: 14px;
  text-align: left;
  transition: all 0.3s;
}
.header .mainsVw .navs > ul > li .list ul li a:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: -8px;
  width: 2px;
  height: 16px;
  margin-top: -8px;
  background-color: #2874c9;
}
.header .mainsVw .navs > ul > li .list ul li a:hover {
  color: #2874c9;
}
.header .mainsVw .navs > ul > li .list ul li a:hover:after {
  display: block;
}
.header .mainsVw .navs > ul > li .list ul li:nth-last-child(1) a {
  border-bottom: 0;
}
.header .mainsVw .navs > ul > li .list .images {
  float: right;
  width: 164px;
  padding: 10px 0;
}
.header .mainsVw .navs > ul > li:hover {
  overflow: initial;
}
.header .mainsVw .navs > ul > li:hover > a {
  color: #2874c9;
}
.header .mainsVw .navs > ul > li:hover:after {
  opacity: 1;
}
.header .mainsVw .navs > ul > li:hover .list {
  opacity: 1;
  margin-top: 0;
  transition: all 0.5s;
}
.header .mainsVw .search {
  float: right;
  display: inline-block;
  margin-left: 29px;
  margin-top: 34px;
}
.header .mainsVw .search a {
  width: 18px;
}
.header .mainsVw .search_con {
  position: fixed;
  top: -130px;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  transition: all linear 0.5s;
}
.header .mainsVw .search_con.active {
  top: 0;
  opacity: 1;
}
.header .mainsVw .search_con form {
  width: 90%;
  float: left;
  margin-top: 65px;
  border-bottom: 1px solid #999;
}
.header .mainsVw .search_con form input {
  width: 92%;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 0;
  outline: none;
  background-color: transparent;
}
.header .mainsVw .search_con form button {
  width: 38px;
  height: 38px;
  outline: none;
  border: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: url("../images/home_06.png") no-repeat center center / auto;
}
.header .mainsVw .search_con .search_gb {
  float: right;
  height: 30px;
  margin-top: 65px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  z-index: 9999;
  overflow: hidden;
}
.header .mainsVw .search_con .search_gb span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: relative;
  z-index: 666;
}
.header .mainsVw .search_con .search_gb span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.header .mainsVw .search_con .search_gb span:nth-child(2) {
  top: 13px;
  transform: rotate(-45deg);
}
.header .mainsVw .lang {
  float: right;
  margin-left: 33px;
  margin-top: 34px;
  font-size: 16px;
  color: #999;
}
.header .mainsVw .lang a {
  margin: 0 11px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.header .mainsVw .lang a.active {
  color: #2874c9;
}
@media (max-width: 1200px) {
  .header .mainsVw .navs > ul > li > a {
    padding: 0 1em;
  }
  .header .mainsVw .search {
    margin-left: 7px;
  }
  .header .mainsVw .lang a {
    margin: 0 2px;
  }
  .header .mainsVw .lang {
    margin-left: 15px;
  }
  .header .mainsVw .container .logo a {
    width: 180px;
    padding: 17px 0;
  }
}
@media (max-width: 992px) {
  .header {
    height: 72px;
  }
  .header .h_top {
    display: none;
  }
  .header .mainsVw .lang {
    display: none;
  }
  .header .mainsVw .container .logo a {
    padding: 5px;
  }
  .header .mainsVw .navs {
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-left: 0;
    background-color: #fff;
  }
  .header .mainsVw .navs.op {
    display: block;
  }
  .header .mainsVw .navs .s_icon {
    display: block;
  }
  .header .mainsVw .navs > ul {
    display: block!important;
    padding-top: 10px;
    padding-bottom: 90px;
  }
  .header .mainsVw .navs > ul > li {
    width: 100%;
    float: none;
    height: auto!important;
    line-height: 48px!important;
  }
  .header .mainsVw .navs > ul > li:after {
    display: none;
  }
  .header .mainsVw .navs > ul > li .zk {
    display: inline-block;
  }
  .header .mainsVw .navs > ul > li > a {
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-left: 40px;
    color: #000;
  }
  .header .mainsVw .navs > ul > li > a:after {
    display: none;
    margin-left: 12px;
    border-bottom-color: #005eb3;
  }
  .header .mainsVw .navs > ul > li .list {
    display: none;
    position: initial;
    width: 89%;
    opacity: 1;
    margin-top: 0;
    margin-left: 40px;
    box-shadow: none;
  }
  .header .mainsVw .navs > ul > li .list ul {
    padding-right: 0;
  }
  .header .mainsVw .navs > ul > li .list ul li {
    line-height: 38px;
  }
  .header .mainsVw .navs > ul > li .list ul li a {
    padding-left: 22px;
    font-size: 16px;
    text-align: left;
  }
  .header .mainsVw .navs > ul > li.active > a {
    color: #00408f !important;
  }
  .header .menuBtn {
    margin-top: 21px;
  }
  .header .mainsVw .search {
    border-left: 0;
    margin-top: 27px;
    padding-left: 0;
    margin-right: 10px;
  }
  .header .mainsVw .search_con {
    height: 72px;
  }
  .header .mainsVw .search_con form,
  .header .mainsVw .search_con .search_gb {
    margin-top: 20px;
  }
  .header .mainsVw .search a {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .header .mainsVw .navs > ul > li .list {
    width: 88%;
  }
  .header .mainsVw .navs > ul > li > a {
    padding-left: 15px!important;
  }
  .header .mainsVw .navs > ul > li .list {
    margin-left: 15px;
  }
  .header .mainsVw .navs > ul > li .list ul {
    padding-left: 15px;
  }
  .header .mainsVw .navs > ul > li .list ul li {
    font-size: 13px;
  }
  .header .mainsVw .navs > ul > li .search .s_icon form input {
    width: 80%;
  }
  .header .mainsVw .search_con form input {
    width: 82%;
    padding: 0 10px;
  }
  .header .mainsVw .search_con form {
    width: 88%;
  }
  .header .mainsVw .container .logo a {
    padding: 7px 0;
  }
}
/*footer*/
#footer {
  background-color: #333;
}
#footer .f_con {
  justify-content: space-between;
  padding-bottom: 67px;
  padding-top: 59px;
}
#footer .f_con .f_left .images {
  width: 210px;
}
#footer .f_con .f_left .calls {
  margin-top: 15px;
  width: 190px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #2874c9;
  border-radius: 24px;
}
#footer .f_con .f_left .calls img {
  width: 20px;
}
#footer .f_con .f_left .calls span {
  font-size: 18px;
  color: #fff;
}
#footer .f_con .f_right {
  width: 70%;
  justify-content: space-between;
}
#footer .f_con .f_right dl dt {
  margin-bottom: 13px;
  font-size: 15px;
  color: #fff;
}
#footer .f_con .f_right dl dd a {
  font-size: 13px;
  line-height: 28px;
  color: #ccc;
}
#footer .f_con .f_right dl dd a:hover {
  color: #fff;
}
#footer .f_con .f_right dl.wx dt {
  max-width: 120px;
}
#footer .f_con .f_right dl.wx dd {
  text-align: center;
  font-size: 13px;
  color: #eee;
}
#footer .link span {
  font-size: 14px;
  color: #fff;
}
#footer .link a {
  margin: 0 18px;
  font-size: 14px;
  color: #ccc;
  display: inline-block;
}
#footer .link a:hover {
  color: #2874c9;
}
#footer .f_bottom {
  margin-top: 13px;
  padding: 23px 20px;
  text-align: center;
  border-top: 1px solid #3d3d3d;
}
#footer .f_bottom p {
  display: inline-block;
  font-size: 13px;
  color: #ccc;
}
#footer .f_bottom p a {
  margin-left: 53px;
  font-size: 13px;
  display: inline-block;
  color: #ccc;
}
#footer .f_bottom p a:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  #footer .f_con {
    padding-bottom: 21px;
  }
  #footer .link {
    display: none;
  }
}
@media (max-width: 991px) {
  #footer .f_con .f_right {
    width: auto;
  }
  #footer .f_con .f_right dl {
    display: none;
  }
  #footer .f_con .f_right dl.wx {
    display: block;
  }
}
@media (max-width: 767px) {
  #footer .f_con {
    padding-top: 36px;
    padding-bottom: 3px;
  }
  #footer .f_con .f_left .images {
    width: 180px;
  }
  #footer .f_con .f_left .calls {
    width: 163px;
    height: 40px;
    line-height: 40px;
  }
  #footer .f_con .f_right dl.wx dd,
  #footer .f_bottom p {
    font-size: 12px;
  }
  #footer .f_bottom p a {
    display: block;
    margin-left: 0;
  }
}
/*T_img*/
#Top_position {
  padding-top: 110px;
}
@media (max-width: 992px) {
  #Top_position {
    padding-top: 72px;
  }
}
#Top_position .mainsVw {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#Top_position .mainsVw .container {
  height: 100%;
  position: relative;
}
#Top_position .mainsVw .container .title {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
#Top_position .mainsVw .container .title h2 {
  padding-bottom: 19px;
  font-size: 36px;
  position: relative;
}
#Top_position .mainsVw .container .title h2:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #999;
}
#Top_position .mainsVw .container .title p {
  padding-top: 18px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  #Top_position .mainsVw {
    height: 250px;
  }
}
@media (max-width: 767px) {
  #Top_position .mainsVw {
    height: 200px;
  }
  #Top_position .mainsVw .container .title h2 {
    padding-bottom: 15px;
    font-size: 24px;
  }
  #Top_position .mainsVw .container .title p {
    padding-top: 14px;
    font-size: 12px;
  }
}
#Top_position .mainsVw .container .titleWhite h2 {
  color: #fff;
}
#Top_position .mainsVw .container .titleWhite h2:after {
  background-color: #d9d9d9;
}
#Top_position .mainsVw .container .titleWhite p {
  color: #fff;
}
/*menuBtn*/
.menuBtn {
  float: right;
  display: none;
  width: 50px;
  margin-top: 38px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .menuBtn {
    display: block;
  }
}
@media (max-width: 767px) {
  .menuBtn {
    margin-right: 0px;
  }
}
.menuBtn.onBtn span:nth-child(1) {
  position: relative;
  top: 9px;
  transform: rotate(45deg);
}
.menuBtn.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menuBtn.onBtn span:nth-child(3) {
  display: none;
}
.menuBtn span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  margin: 7px auto;
  transition: all 0.5s;
}
/*page*/
.page {
  margin-top: 12px;
  position: relative;
  top: -5px;
  text-align: center;
  padding-top: 0;
}
.page a {
  display: inline-block;
}
.page a span {
  padding: 9.5px 16px;
  font-size: 14px;
  display: inline-block;
  color: #333;
  background-color: #f0f0f0;
  transition: all 0.3s linear;
}
.page a:hover span {
  color: #2874c9;
}
.page a.active span {
  color: #fff;
  background-color: #2874c9;
}
@media (max-width: 767px) {
  .page a span {
    padding: 9px 13px;
  }
}
#subNav .row {
  justify-content: space-between;
}
#subNav .row ul li {
  float: left;
}
#subNav .row ul li a {
  height: 81px;
  padding: 0 56px;
  font-size: 16px;
  line-height: 81px;
}
#subNav .row ul li a:hover {
  color: #2874c9;
}
#subNav .row ul li a.active {
  color: #fff;
  background-color: #2874c9;
}
#subNav .row .position {
  margin-top: 28px;
}
@media (max-width: 767px) {
  #subNav .row .position {
    width: 100%;
  }
}
#subNav .row .position .p_con {
  color: #666;
}
#subNav .row .position .p_con span {
  margin-right: 10px;
  display: inline-block;
  width: 14px;
  vertical-align: text-bottom;
}
#subNav .row .position .p_con a {
  margin: 0 5px;
  display: inline-block;
  font-size: 15px;
  color: #666;
}
#subNav .row .position .p_con a:hover {
  color: #2874c9;
}
@media (max-width: 992px) {
  #subNav {
    height: auto;
  }
  #subNav .row ul li a {
    height: 45px;
    font-size: 14px;
    padding: 0 17px;
    line-height: 45px;
  }
  #subNav .row .position {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  #subNav .row ul li a {
    padding: 0 10px;
  }
  #subNav .row .position .p_con {
    display: none;
    text-align: right;
    font-size: 12px;
  }
  #subNav .row .position .p_con span {
    margin-right: 0;
  }
  #subNav .row .position .p_con a {
    font-size: 12px;
  }
}
.m_title h2 {
  position: relative;
  padding-bottom: 28px;
  font-size: 30px;
  color: #222;
  text-align: center;
}
.m_title h2:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: #ddd;
}
@media (max-width: 1024px) {
  .m_title h2 {
    padding-bottom: 19px;
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .m_title h2 {
    font-size: 20px;
  }
  .m_title h2:after {
    margin-left: -15px;
    width: 30px;
  }
}
@media (max-width: 1200px) {
  #header .mainsVw .language {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .Top_position .mainsVw .container .title h1 {
    padding-top: 18%;
  }
}
@media (max-width: 767px) {
  .Top_position .mainsVw {
    height: 240px;
  }
  .Top_position .mainsVw .container .title h1 {
    padding-top: 23%;
    font-size: 26px;
  }
  .Top_position .mainsVw .container .position .p_con a {
    font-size: 14px;
  }
  .Top_position .mainsVw .container .position {
    bottom: 10px;
  }
  .Top_position .mainsVw .container .position .p_con {
    font-size: 12px;
  }
  #header .mainsVw .language .l_list {
    width: 95px;
  }
}
/*新闻*/
.newList ul {
  margin-left: -50px;
}
.newList ul li {
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .newList ul li {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .newList ul li {
    margin-bottom: 30px;
  }
}
.newList ul li a {
  margin-left: 50px;
}
.newList ul li a .images {
  overflow: hidden;
}
.newList ul li a .images img {
  transition: all 0.5s;
}
.newList ul li a .text {
  padding-top: 33px;
}
.newList ul li a .text h3 {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
}
.newList ul li a .text p {
  margin-top: 16px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.newList ul li a .text span {
  padding-top: 17px;
  display: block;
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  .newList ul li a .text {
    padding-top: 20px;
  }
  .newList ul li a .text h3 {
    font-size: 16px;
  }
  .newList ul li a .text p {
    margin-top: 10px;
  }
}
.newList ul li a:hover .images img {
  transform: scale(1.2);
}
.newList ul li a:hover .text h3 {
  color: #2874c9;
}
/*推荐侧边栏*/
/*.relevant{
  width: 26.155%;
  float: right;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(3, 0, 0, 0.15);
  @media(max-width:768px){
    margin-bottom:0px!important;
  }
  .r_title{
    padding-top:17px;
    @media(max-width:768px){
      padding-left:0;
    }
    @media(max-width:767px){
      padding-left:0;
    }
    h3{
      position:relative;
      font-size: 20px;
      font-weight: 500;
      line-height:46px;
      padding-left:20px;
      margin-bottom:13px;
      &:before{
        content:"";
        display:block;
        position:absolute;
        top:50%;
        left:1px;
        width: 4px;
        height: 20px;
        margin-top:-10px;
        background-color: #1a50a7;
      }
    }
  }
  .r_list{
    padding:0 20px 26px;
    @media(max-width:768px){
      border-left:0;
      padding:0;
    }
    @media(max-width:767px){
      padding-left:0;
      border-left:0;
    }
    li{
      width:300px;
      margin-bottom:32px;
      @media(max-width:768px){
        width:48% !important;
        float:left;
        &:nth-child(2n-1){margin-right:4%;}
      }
      a{
        .images{
          max-height:210px;
          overflow:hidden;
          margin-bottom:16px;
          img{
            height:100%;
            transition:all 0.8s;
          }
        }
        &:hover{
          .images{
            img{
              transform:scale(1.1);
            }
          }
        }
        p{
          height:21px;
          font-size: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition:color 0.3s;
          @media(max-width:1024px){
            font-size: 14px;
          }
        }
        &:hover{
          color: #2874c9;
        }
      }
      @media(max-width:1100px){
        width:auto;
        a{
          .images{
            !*height:146px;*!
            !*@media(max-width:768px){
              height:108px;
            }
            @media(max-width:767px){
              height: 180px;
            }*!
          }
        }
      }
    }
  }
  @media(max-width:768px){
    width: 100%;
    margin-bottom:30px;
    box-shadow: 0 0 black;
  }
}*/
/*左边导航区块*/
.list_nav_public {
  float: left;
  width: 24.167%;
}
.list_nav_public h2 {
  padding-left: 32px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  color: #fff;
  background-color: #1a5eb1;
}
.list_nav_public .list_con ul li {
  margin-bottom: 1px;
}
.list_nav_public .list_con ul li a {
  padding-left: 32px;
  height: 55px;
  font-size: 15px;
  line-height: 55px;
  color: #333;
  background-image: url("../images/about_icon_1.png");
  background-repeat: no-repeat;
  background-position: 91% 19px;
  background-size: 16px;
  background-color: #ebf0f5;
}
.list_nav_public .list_con ul li a:hover {
  color: #1a5eb1;
}
.list_nav_public .list_con ul li.active a {
  color: #1a5eb1;
  background-image: url("../images/about_icon_2.png");
}
.list_nav_public .images a {
  margin-top: 25px;
  position: relative;
}
.list_nav_public .images a p {
  position: absolute;
  top: 50%;
  right: 38px;
  font-size: 15px;
  margin-top: -8px;
  color: #333;
}
@media (max-width: 1024px) {
  .list_nav_public h2 {
    font-size: 22px;
  }
  .list_nav_public .list_con ul li a {
    padding-left: 16px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .list_nav_public {
    display: none;
    /*width:100%;
    .list_con{

      ul{
        li{
          float:left;
          width:50%;
          a{
            padding-left:6px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            background-image:none;
            &:hover{color: #1a5eb1;}
          }
          &.active{
            a{
              color: #1a5eb1;
              background-image: none;
            }
          }
        }
      }
    }*/
  }
}
/*返回列表按钮*/
.return {
  width: 170px;
  height: 50px;
  margin: 33px auto 2px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background-color: #2874c9;
  border-radius: 25px;
}
.return span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s;
}
.return i {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background: url('../images/news_Detail_01.png') no-repeat top left / 100%;
}
.return:hover span {
  margin-left: 0;
}
@media (max-width: 767px) {
  .return {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
.more {
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #2874c9;
  text-align: center;
  border: solid 1px #2874c9;
  border-radius: 30px;
  transition: all 0.3s;
}
.more span {
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 20px;
  background: url("../images/home_38.png") no-repeat center;
}
.more:hover {
  color: #fff;
  background: #2874c9;
}
.more:hover span {
  background-image: url("../images/home_66.png");
}
@media (max-width: 992px) {
  .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .more span {
    margin-left: 5px;
  }
}
.public_list {
  margin-left: -44px;
}
.public_list li {
  margin-bottom: 37px;
}
.public_list li a {
  margin-left: 44px;
  border: solid 1px #eee;
}
.public_list li a .images {
  background-color: #fff;
  overflow: hidden;
}
.public_list li a .images img {
  transition: all 0.5s;
}
.public_list li a h4 {
  border-top: solid 1px #eee;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  background-color: #ddd;
  border: solid 1px #eee;
}
.public_list li a h4 .ico {
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url("../images/px1.png") no-repeat center #ccc;
  text-align: left;
  margin-left: 16px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.public_list li a:hover h4 {
  color: #2874c9;
}
.public_list li a:hover h4 .ico {
  background-image: url("../images/px2.png");
}
.public_list li a:hover .images img {
  transform: scale(1.1) translateY(-5px);
}
@media (max-width: 1200px) {
  .public_list {
    margin-left: -15px;
  }
  .public_list li a {
    margin-left: 15px;
  }
  .public_list li a h4 .ico {
    margin-left: 8px;
  }
}
/*# sourceMappingURL=public.css.map */