.inner {
  width: 1120px;
  margin: 0 auto;
}
.box .news_title {
  border-bottom: 2px #efefef solid;
}
.box .news_title .title_l {
  margin-top: 28px;
  text-align: left;
  border-bottom: 2px #a61f23 solid;
  font-size: 16px;
  color: #262626;
}
.box .news_title .title_l .t {
  line-height: 33px;
  display: block;
  text-align: left;
  height: 33px;
}
.box .news_title .title_l .f {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: left;
  color: #ccc;
  display: block;
 
}
.box .news_title .title_r {
  font-size: 14px;
  color: #262626;
  line-height: 91px;
}
.box .content .active {
  border-top: 2px #ac3034 solid!important;
  color: #ac3034!important;
}
.box .content .tab_list {
  border-bottom: 2px #ebebeb solid;
  background: url(../images/project_tab_bg_03.png) no-repeat 654px 34px;
  padding-top: 51px;
}

.box .content .tab:hover{
	   border-top: 2px #ac3034 solid!important;
  color: #ac3034!important;
}
.box .content .tab {
  width: 206px;
  text-align: center;
  font-size: 16px;
  color: #606060;
  float: left;
  line-height: 53px;
  border: 2px #ebebeb solid;
  margin-right: 19px;
  border-bottom: none;
  cursor: pointer;
}
.box .content .product_ {
  margin-top: 54px;
}
.box .content .product_  .product{
  cursor: pointer;
}
.box .content .product_ .product:nth-child(odd) {
  margin-right: 34px;
}
.box .content .product_ .product:nth-child(even) {
  margin-right: 0px;
}
.box .content .product_ .product {
  margin: 13px 0;
}
.box .content .product_ .product .product_pic {
  width: 267px;
  height: 152px;
  position: relative;
}
.box .content .product_ .product .product_msg {
	height: 152px;;
  width: 276px;
  border-bottom: 2px #eaeaea solid;
  border-top: 2px #eaeaea solid;
  padding: 9px 16px 1px 25px;
  text-align: center;
  height: 152px;
}
.box .content .product_ .product .product_msg .title {
  font-size: 16px;
  color: #a61f23;
  line-height: 34px;
  text-align: left;
}
.box .content .product_ .product .product_msg .addr {
  font-size: 14px;
  color: #262626;
  text-align: left;
  line-height: 26px;
}
.box .content .product_ .product .product_msg .details {
  font-size: 13px;
  color: #878787;
  line-height: 18px;
  margin-top: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 4px;
  text-align: left;
   display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  height: 36px;
  overflow: hidden;
}
.box .content .product_ .product .product_msg .href_details:hover{
  color: #a61f23;
}

.box .content .product_ .product .product_msg .href_details {
  font-size: 12px;
  color: #878787;
  line-height: 32px;
  text-align: left;
}
.product_box .product_logo {
  width: auto;
  text-align: center;
  padding-bottom: 32px;
}
