.banner {
  height: 400px!important;
  background: url("../../imgs/banner_2.png") no-repeat center;
  background-size: cover;
}
.banner .inner p:nth-child(1) {
  color: #fff;
  padding-top: 100px;
  font-size: 36px;
}
.banner .inner p:nth-child(2) {
  color: #fff;
  padding-top: 32px;
  font-size: 18px;
}
.list_sider_1 .tabClick {
  text-align: center;
  height: 100px;
  border-bottom: 1px solid #1b868c;
}
.list_sider_1 .tabClick .item {
  width: 180px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  margin: 20px 12px;
  display: inline-block;
}
.list_sider_1 .tabClick .itemAc {
  background: #1b868c;
  color: #fff;
}
.list_sider_1 .content {
  padding-top: 48px;
}
.list_sider_1 .content .item {
  min-height: 800px;
}
.list_sider_1 .content .item .first .img {
  float: left;
  height: 288px;
  width: 384px;
}
.list_sider_1 .content .item .first .first-cont {
  width: 792px;
  margin-left: 24px;
  float: left;
}
.list_sider_1 .content .item .first a{
	color:#333;
}
.list_sider_1 .content .item .first .first-cont .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.list_sider_1 .content .item .first .first-cont .time {
  margin: 24px 0px;
  color: #888888;
  font-size: 14px;
}
.list_sider_1 .content .item .first .first-cont .words {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.list_sider_1 .content .item .list {
  margin-top: 14px;
}
.list_sider_1 .content .item .list li {
  cursor: pointer;
  padding: 0 10px;
}
.list_sider_1 .content .item .list li p {
  height: 60px;
  line-height: 60px;
  float: left;
}
.list_sider_1 .content .item .list li p:nth-child(1) {
  width: 984px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_sider_1 .content .item .list li p:nth-child(2) {
  margin-left: 100px;
}
.list_sider_1 .content .item .list a{
	display:inline-block;
   color:#333;
}
.list_sider_1 .content .item .list a:hover {
  color: #fff;
}
.list_sider_1 .content .item .list li:hover {
  background: #1b868c;
}
.list_sider_1 .content .item .pagination {
  margin: 20px 0 30px 0;
  text-align: center;
}
.list_sider_1 .content .item .pagination li {
  display: inline-block;
  margin: 0 5px;
}
.list_sider_1 .content .item .pagination li a {
  color: #333;
  display: inline-block;
}
