@charset "UTF-8";
.main_container {
  padding-bottom: 60px; }

.news_text {
  padding: 40px 20%;
  line-height: 2.2;
  font-size: 14px;
  color: #666; }
.news_text p {
  font-size: 14px;
  color: #666; }

.news_img img {
  display: block;
  width: 100%; }

.detail_share {
  margin: 60px 0 20px 0; }

.main_container_detail {
  background-color: #fff; }

/* 详情页 */
.work_img {
  min-height: 325px;
  margin-bottom: 1.1%; }

.work_img img {
  display: block;
  width: 100%; }

.text_item .des, .text_item p {
  font-size: 14px;
  color: #a7a7a6; }

.text_item h2 {
  font-size: 20px; }

.work_img_txt {
  position: relative;
  padding-right: 50%; }

.work_img_txt .text_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 0;
  text-align: left;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.work_img_txt .text_item h2, .work_img_txt .text_item .des {
  padding: 0 5%; }

.work_txt_img {
  position: relative;
  padding-left: 50%; }

.work_txt_img .text_item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  padding: 0;
  text-align: left;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.work_txt_img .text_item h2, .work_txt_img .text_item .des {
  padding: 0 5%; }

.work_img_img img {
  float: right;
  width: 49.5%; }

.work_img_img img:first-child {
  float: left; }
.news_txt .info span{
  text-indent: 0;
}
.news_txt .info .type{
 background: url(../images/news-icon.png) left center no-repeat;
 max-width: 37px;
 text-indent: -9999px;
}
.news_txt .info .link{
  padding: 0;
  background: none;
}