@charset "UTF-8";
.input_disabled .search_input {
  border: 1px solid #d2d2d2 !important; }

.input_disabled .search_input:disabled {
  background: #FFFFFF; }

.input_disabled .search_icon {
  background: url(../images/search_icon_disabled.jpg) no-repeat center center !important; }

.search_wraper {
  background: #fff; }

.result_wrapper {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 10px; }

.hg_list {
  width: 100%;
  padding-left: 45px;
  box-sizing: border-box;
  overflow: hidden; }
  .hg_list .item {
    width: 256px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #FFFFFF; }
    .hg_list .item a {
      display: block; }
    .hg_list .item .top_img {
      width: 100%;
      height: 162px;
      overflow: hidden; }
    .hg_list .item .bottom_text {
      width: 100%;
      height: 110px;
      background: #fff;
      padding: 5px 10px;
      box-sizing: border-box;
      position: relative;
      border: 1px solid #ddd;
      border-top: none; }
      .hg_list .item .bottom_text .item_tit {
        font-size: 14px;
        color: #666;
        font-family: "Microsoft YaHei"; }
      .hg_list .item .bottom_text .small_text {
        color: #999;
        font-size: 12px;
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-family: Arial;
        line-height: 20px; }
        .hg_list .item .bottom_text .small_text p:nth-of-type(1) {
          font: 12px "宋体";
          color: #666666 !important; }
      .hg_list .item .bottom_text .detail_btn {
        font-size: 14px;
        width: 58px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        background: #d1af72;
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #FFFFFF; }

.list {
  width: 100%;
  padding-left: 45px;
  box-sizing: border-box;
  overflow: hidden; }
  .list .item {
    width: 256px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #FFFFFF; }
    .list .item a {
      display: block; }
    .list .item .top_img {
      width: 100%;
      height: 162px;
      overflow: hidden; }
    .list .item .bottom_text {
      width: 100%;
      height: 110px;
      background: #fff;
      padding: 10px 10px;
      box-sizing: border-box;
      position: relative;
      border: 1px solid #ddd;
      border-top: none; }
      .list .item .bottom_text .item_tit {
        font-size: 14px;
        color: #545454; }
      .list .item .bottom_text .small_text {
        color: #8b8b8b;
        font-size: 14px;
        position: absolute;
        bottom: 10px;
        left: 10px; }
      .list .item .bottom_text .detail_btn {
        font-size: 14px;
        width: 58px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        background: #d1af72;
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #FFFFFF; }

.list_zz {
  padding-left: 80px; }
  .list_zz .item {
    width: 222px;
    margin-right: 50px;
    margin-bottom: 50px; }
    .list_zz .item .top_img {
      width: 100%;
      height: 288px;
      overflow: hidden;
      margin-bottom: 0; }
    .list_zz .item .bottom_text {
      height: 50px; }
      .list_zz .item .bottom_text .item_tit {
        line-height: 30px;
        top: 12px; }
