/*---------------list_item-----------------*/
.list_item .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -45px;
}
@media (max-width: 768px) {
  .list_item .row_item {
    margin-right: -20px;
  }
}
@media (max-width: 399px) {
  .list_item .row_item {
    margin-right: 0px;
  }
}
.list_item .row_item .col_item {
  margin-left: 0px;
  margin-right: 0px;
  width: 33.33%;
  float: left;
  margin-bottom: 15px;
  padding-right: 45px;
}
@media (max-width: 768px) {
  .list_item .row_item .col_item {
    width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 399px) {
  .list_item .row_item .col_item {
    width: 100%;
    padding-right: 0px;
  }
}
.list_item .row_item .col_item:last-child {
  border-bottom: none;
}

.list_item .col_item:after {
  content: "";
  display: block;
  clear: both;
}

.list_item .row_item .img {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.list_item .row_item .img a {
  width: 100%;
  display: block;
}
.list_item .row_item .img img {
  width: 100%;
}

.list_item .col_item .info {
  float: none;
  width: 100%;
}

#group-detail.full_content .list_item .row_item .img {
  width: 40%;
}

#group-detail.full_content .list_item .row_item .info {
  width: 60%;
}

.list_item .col_item h3 {
  margin-top: -5px;
}

.list_item .col_item h3 a {
  display: block;
  color: #333333;
  font-size: 15px;
}

.list_item .col_item h3 a:hover {
  color: #337ab7;
}

.list_item .col_item .short {
  margin-top: 7px;
  color: #000;
  display: none;
}

.list_item .col_item .date {
  color: #999999;
  margin-top: 5px;
}
.list_item .col_item .date span {
  padding-right: 15px;
}

.list_item .col_item .btn_detail {
  text-align: right;
}
.list_item .col_item .btn_detail a {
  color: #f00;
  text-decoration: underline;
  font-style: italic;
}
@media (max-width: 499px) {
  .list_item .col_item .btn_detail {
    display: none;
  }
}

.list_item .col_item .date span a {
  padding-left: 5px;
  font-size: 12px;
  color: #1486d8;
}

@media (max-width: 669px) {
  #item_detail > h1 {
    font-size: 23px;
    line-height: 27px;
  }
  .list_item .col_item {
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
  }
  .list_item .col_item h3 a {
    max-height: none;
  }
  .list_item .col_item h3:after {
    content: "";
    display: block;
    clear: both;
  }
  .list_item .col_item .short {
    max-height: none;
  }
}
@media (max-width: 499px) {
  .full.news #tth-column {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=func.css.map */