.content {
  max-width: 1260px;
  margin: 0 auto;
}
.list_w {
  overflow: hidden;
  padding-top: 20px;
}
.list_w .info_list {
  float: left;
  width: 50%;
  height: 200px;
  padding: 0 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.list_w .info_list dt {
  overflow: hidden;
  line-height: 50px;
}
.list_w .info_list dt b {
  float: left;
  font-size: 18px;
}
.list_w .info_list dt a {
  float: right;
  position: relative;
  top: 10px;
  overflow: hidden;
  text-indent: -100px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/public/img/more.png) no-repeat center center;
  background-size: 60% 60%;
}
.list_w .info_list dd {
  display: flex;
  padding-left: 20px;
  line-height: 50px;
  background: url(/public/img/point.png) no-repeat left center;
  background-size: 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.list_w .info_list dd .title {
  flex: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.list_w .info_list dd .title:hover {
  color: #000;
  text-decoration: underline;
}
.list_w .info_list dd .date {
  color: #999;
}
.tc_list_w {
  max-width: 1200px;
  margin: 0 auto;
}
.tc_list_w .tc_title {
  overflow: hidden;
  line-height: 50px;
}
.tc_list_w .tc_title b {
  float: left;
  font-size: 18px;
}
.tc_list_w .tc_title a {
  float: right;
  position: relative;
  top: 10px;
  overflow: hidden;
  text-indent: -100px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/public/img/more.png) no-repeat center center;
  background-size: 60% 60%;
}
.tc_list_w .tc_list {
  margin-bottom: 50px;
}
.tc_list_w .tc_list .tc_box {
  float: left;
  display: block;
  width: 150px;
  height: 190px;
  position: relative;
  background-color: #333;
}
.tc_list_w .tc_list .tc_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.tc_list_w .tc_list .tc_box .tc_tip {
  position: absolute;
  display: none;
  left: 150px;
  top: 0;
  background-color: #fff;
  width: 300px;
  min-height: 190px;
  padding: 20px;
  border: 2px solid #ccc;
}
.tc_list_w .tc_list .tc_box .tc_tip .tc_name {
  color: #000;
  font-size: 18px;
}
.tc_list_w .tc_list .tc_box .tc_tip .tc_txt {
  color: #999;
  font-size: 14px;
  border: none;
  background: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.tc_list_w .tc_list .tc_box.hover {
  z-index: 10;
}
.tc_list_w .tc_list .tc_box.hover .tc_tip {
  display: block;
}
.tc_list_w .tc_list .tc_box.hover.left .tc_tip {
  left: auto;
  right: 150px;
}
.tc_list_w .tc_list .tc_box.nohover .tc_pic {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .tc_list_w {
    padding: 0 20px;
  }
  .item_img_w {
    display: block;
    width: 100%;
    padding-top: 40%;
    background-size: cover !important;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel-control {
    display: block;
  }
  .list_w .info_list {
    width: 100%;
  }
  .list_w .info_list .title:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .item_img_w {
    display: block;
    width: 100%;
    height: 400px;
  }
  .carousel-indicators {
    display: block;
  }
  .carousel-control {
    display: none;
  }
}
