.result_main .result_left {
  width: 825px;
  float: left;
}
.result_main .result_left .top_nav {
  border-bottom: 1px solid #56c7b3;
  font-size: 18px;
}
.result_main .result_left .top_nav a {
  color: #000;
  padding: 0 27px;
  height: 37px;
  display: inline-block;
  line-height: 37px;
}
.result_main .result_left .top_nav a.on {
  background-color: #eeeeee;
}
.result_main .result_left .product_list {
  padding-top: 24px;
}
.result_main .result_left .product_list li {
  width: 191px;
  margin-right: 20px;
  position: relative;
  float: left;
  margin-bottom: 22px;
  padding: 1px 3px 5px;
}

.result_main .result_left .product_list li:nth-child(4n) {
  margin-right: 0px;
}
.result_main .result_left .product_list li .pic {
  width: 100%;
  height: 191px;
  position: relative;
  display: block;
  margin-bottom: 7px;
}
.result_main .result_left .product_list li .p_name {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  height: 40px;
  margin-bottom: 6px;
  padding: 0 5px;
}
.result_main .result_left .product_list li .p_name a {
  color: #333;
}
.result_main .result_left .product_list li .p_name a:hover {
  color: #1eaa9e;
}
.result_main .result_left .product_list li .price {
  font-size: 13px;
  color: #999999;
  padding: 0 5px;
}
.result_main .result_left .product_list li .price i {
  color: #ed1821;
}
.result_main .result_left .zx_list {
  padding-top: 20px;
}
.result_main .result_left .zx_list li {
  margin-bottom: 40px;
}
.result_main .result_left .zx_list li .p_name {
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
}
.result_main .result_left .zx_list li .p_name a {
  color: #01728d;
}
.result_main .result_left .zx_list li .p_name a:hover {
  color: #36b6a7;
}
.result_main .result_left .zx_list li .txt {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
  height: 66px;
  margin-bottom: 15px;
}
.result_main .result_left .zx_list li .date {
  color: #999999;
  font-size: 13px;
}
.result_main .result_right {
  width: 337px;
  float: right;
}
.result_main .result_right .gz_box {
  width: 337px;
  margin-bottom: 20px;
}
.result_main .result_right .gz_box span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #01728d;
  margin-bottom: 7px;
}
.result_main .result_right .gz_box .gz_list {
  padding: 20px 10px 4px 13px;
  border: solid 1px #e6e6e6;
}

.result_main .result_right .gz_box .gz_list li {
  float: left;
}
.result_main .result_right .gz_box .gz_list a {
  display: inline-block;
  padding: 0 12px;
  line-height: 27px;
  font-size: 13px;
  color: #000;
  margin-bottom: 17px;
  background-color: #ebebeb;
  margin-right: 8px;
}
.result_main .result_right .gz_box .gz_list a:hover {
  background-color: #01728d;
  color: #fff;
  font-weight: bold;
}
.result_main .result_right .top_article {
  border: solid 1px #e6e6e6;
  border-top: 4px solid #137992;
  width: 337px;
  padding: 10px 35px 10px 23px;
}
.result_main .result_right .top_article span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 7px;
}
.result_main .result_right .top_article .top_article_list li {
  border-bottom: dashed 1px #e6e6e6;
  padding-bottom: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result_main .result_right .top_article .top_article_list li:last-child {
  border-bottom: 0px;
}
.result_main .result_right .top_article .top_article_list li a {
  color: #000000;
}
.result_main .result_right .top_article .top_article_list li a:hover {
  color: #36b6a7;
}


/* 动态线框*/
.pro_box {position: relative;}
/*.pro_box .inner {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}*/
.pro_box:before,.pro_box:after,.pro_box .inner:before,.pro_box .inner:after {background-color: #01728d;position: absolute;content: "";display: block;-webkit-transition: -webkit-transform .5s;transition: -webkit-transform .5s;transition: transform .5s;transition: transform .5s,-webkit-transform .5s;}
.pro_box:before,.pro_box:after {left: 0;width: 100%;height: 1px;-webkit-transform: scaleX(0);transform: scaleX(0);}
.pro_box:before {top: 0; -webkit-transform-origin: right center;transform-origin: right center;}
.pro_box:after {bottom: 0;-webkit-transform-origin: left center;transform-origin: left center;}
.pro_box .inner:before,.pro_box .inner:after {top: 0;width: 1px;height: 100%;-webkit-transform: scaleY(0);transform: scaleY(0);}
.pro_box .inner:before {left: 0;}
.pro_box .inner:after {right: 0;}
.pro_box:hover:before,.pro_box:hover:after {-webkit-transform: scaleX(1);transform: scaleX(1);}
.pro_box:hover .inner:before,.pro_box:hover .inner:after {-webkit-transform: scaleY(1);transform: scaleY(1);}
.pro_box .inner:hover:before,.pro_box .inner:hover:after {-webkit-transform: scaleY(1);transform: scaleY(1);}
.pro_box .inner:before {-webkit-transform-origin: top center;transform-origin: top center;}
.pro_box .inner:after {-webkit-transform-origin: bottom center;transform-origin: bottom center;}
.pro_box:hover .inner:before {-webkit-transform-origin: bottom center;transform-origin: bottom center;}
.pro_box:hover .inner:after {-webkit-transform-origin: top center;transform-origin: top center;}
.pro_box:hover:before {-webkit-transform-origin: left center;transform-origin: left center;}
.pro_box:hover:after {-webkit-transform-origin: right center;transform-origin: right center;}