#container {
  padding-top: 20px;
}

content {
  background: #fff;
}

/*---------------list_group-----------------*/
.list_group .row_item-title {
  color: #2363c9;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 2px;
}

.list_group .row_item .img {
  float: left;
  border: 3px solid #ffffff;
  margin-right: 12px;
  width: 177px;
  height: 118px;
  overflow: hidden;
}

.list_group .row_item .title a {
  font-size: 12px;
  color: #353636;
}

.list_group .row_item .date {
  font-size: 11px;
  font-weight: normal;
  color: #777777;
}

.list_group .row_item .short {
  font-size: 11px;
  line-height: 15px;
  max-height: 45px;
  overflow: hidden;
}

.list_group .row_item .other {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 0px;
}

.list_group .row_item .other li a {
  background: url(../images/icon_other.gif) no-repeat 0px 5px;
  padding-left: 10px;
}

/*---------------list_item-----------------*/
.list_item .col_item {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 12px;
  padding-bottom: 14px;
}

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

.list_item .row_item .img {
  float: left;
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.list_item .row_item .img img {
  width: 100%;
}

.list_item .col_item .info {
  float: left;
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
}

#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;
  font-size: 18px;
}

.list_item .col_item .short {
  margin-top: 7px;
}

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

/*-------------------item_detail----------------*/
#item_detail > h1 {
  font-size: 20px;
  color: #08651e;
  font-weight: bold;
  margin-bottom: 4px;
}

#item_detail > .item-date {
  font-style: italic;
  color: #888888;
  margin-top: 5px;
  margin-bottom: 10px;
}

#item_detail > .item-date > .time {
  display: none;
}

#item_detail > .tool-share {
  margin-bottom: 10px;
}

#item_detail > .tool-share > .tool-share-item {
  display: inline-block;
}

#item_detail > .item_related {
  margin-bottom: 20px;
}

#item_detail > .item_related ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px;
}

#item_detail > .item_related ul li a {
  background: url(../images/icon_other.gif) no-repeat 0px 12px;
  padding: 5px 0px 5px 17px;
  color: #666666;
  display: inline-block;
  border-bottom: 1px dashed #cbcbcb;
}

#item_detail > .item_related ul li a:hover {
  color: #d01062;
}

#item_detail > .item_related ul li .date {
  color: #999999;
}

#item_detail > .item-short {
  font-weight: bold;
}

#item_detail > .item-content * {
  max-width: 100% !important;
}

#item_detail > .item-content table {
  width: 100% !important;
}

#item_detail > .item-content table img {
  width: 100% !important;
}

#item_detail > .fanpage {
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  margin-bottom: 10px;
}

#item_detail > .detail-banner > .banner_item {
  text-align: center;
}

#item_detail > .detail-banner > .banner_item a,
#item_detail > .detail-banner > .banner_item img {
  display: inline-block;
  max-width: 100%;
}

/*-------------------list_other----------------*/
.list_other {
  margin-top: 30px;
}

.list_other .list_other-title {
  color: #555;
  text-transform: initial;
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid #888;
  padding-bottom: 0px;
  margin-bottom: 15px;
  display: inline-block;
}

.list_other ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px;
}

.list_other li {
  margin-bottom: 7px;
  list-style: none;
}

.list_other li a {
  padding-left: 17px;
  color: #444444;
  display: inline-block;
  position: relative;
}

.list_other li a:hover {
  text-decoration: underline;
}

.list_other li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #cf9a2b;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.list_other li .date {
  color: #999999;
}

.box_mid .box_mid-content {
  padding-top: 40px;
}

.box_mid .box_mid-title {
  margin-top: 0px;
  border: 0px;
}

.box_mid .box_mid-title .mid_title_l {
  margin: 0px;
  font-size: 30px;
  color: #1718e6;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: capitalize;
  line-height: 44px;
}

#item_detail p {
  padding: 0px;
  margin: 0px;
  line-height: 24px;
}

.box_emp > .title {
  color: #182641;
  font-size: 14px;
  padding: 0 0 5px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: solid 1px #cf9a2b;
  float: left;
  width: 100%;
}

.box_emp {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.box_emp ul {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  float: left;
  width: 100%;
}

.box_emp ul li {
  list-style: none;
  padding: 3px 0px;
}

.box_emp ul li i {
  font-size: 10px;
  color: #cf9a2b;
  padding-right: 5px;
  vertical-align: 1px;
}

.box_emp ul li a {
  outline: none;
}

.box_emp ul li a:hover {
  text-decoration: underline;
  color: #444444;
}

.box_emp ul li a.current {
  color: #cf9a2b;
}

.box_emp .readmore {
  text-align: center;
  color: #182641;
  display: inline-block;
  width: 100%;
  outline: none;
}

.box_emp .readmore:hover {
  text-decoration: underline;
}

.box_emp p {
  margin: 0px;
  padding: 0px;
}

.box_emp.box_contact a {
  color: #09a0db;
}

.box_emp.box_contact a:hover {
  text-decoration: underline;
}

.box_emp .box .box-title {
  display: none;
}

.box_emp .box .box-content {
  background: #fff;
}

.box_emp > .content {
  display: inline-block;
  float: left;
  width: 100%;
}

.box_emp .box_news_focus .news_focus-row .img,
.box_emp .box_news_focus .news_focus-row .info {
  margin: 0px 0px;
}

@media (max-width: 850px) {
  #group-detail #column_mini,
.news_focus_main .focus_list {
    width: 100%;
  }
  #group-detail .list_focus .focus-item {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 8px;
  }
  #group-detail .list_focus .focus-item:last-child {
    padding-bottom: 0px;
  }
  #group-detail .list_focus .focus-item:after {
    content: "";
    display: block;
    clear: both;
  }
  #group-detail .list_focus .focus-item .img {
    float: left;
    width: 45%;
    padding-left: 8px;
    padding-right: 8px;
  }
  #group-detail .list_focus .focus-item .img img {
    width: 100%;
  }
  #group-detail .list_focus .focus-item .info {
    float: left;
    width: 55%;
    padding-left: 8px;
    padding-right: 8px;
  }
  #group-detail .list_focus .focus-item h3 {
    margin-top: -5px;
  }
  #group-detail .list_focus .focus-item h3 a {
    display: block;
    color: #444444;
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
  }
  #group-detail .list_focus .focus-item h3 a:hover {
    color: #d01062;
  }
  #group-detail .list_focus .focus-item .short {
    display: block;
    max-height: 90px;
    overflow: hidden;
    margin-top: 8px;
  }
  #group-detail #column_mini .banner_item {
    display: none;
  }
  #group-detail .list_item {
    width: 100%;
  }
  .box_emp .box_news_focus .news_focus-row .img {
    width: 25%;
  }
  .box_emp .box_news_focus .news_focus-row .info {
    width: 75%;
  }
}
@media (max-width: 669px) {
  .list_item .col_item {
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
  }
  .list_item .col_item .info {
    float: none;
    width: auto;
  }
  .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;
  }
}
.btn-contact {
  background: #03A9F4;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  padding: 8px 10px;
}
.btn-contact:hover {
  opacity: 0.8;
  color: #fff;
}