@charset "UTF-8";

/* 列表分页样式 */
.page_div {
  width: 100%;
  padding: 10px 20px 30px;
  position: relative;
  box-sizing: border-box;
}

.page_div .page {
  text-align: center;
}

.page_div .page a.active {
  background: #0962be !important;
}

.list_ul{
  width: 100%;
  display: inline-block;
}

/* 公共列表样式 */
.list_body {
  width: 1280px;
  margin: 50px auto;
  border: 1px solid #dedede;
  background: #fff;
}

.list_navbar {
  padding: 0 40px;
  margin-bottom: 10px;
}

.list_nav {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  background-color: #0962be;
}

.list_type {
  width: 100%;
  margin: 20px 0 10px;
  padding: 10px 5px;
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.list_type li {
  /* white-space: nowrap; */
  margin-bottom: 10px;
  text-align: center;
  margin-right: 10px;
}

.list_type li:last-child() {
  margin-right: 0px
}

.list_type li a {
  font-size: 14px;
  color: #2c2c2c;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 6px;
  /* margin: 0 5px; */
}

.list_type li.active a,
.list_type li:hover a {
  background-color: #0962be;
  color: #ffffff;
}

/* 列表 */
.list_con {
  width: 100%;
  padding: 10px 10px 0px 10px;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
}

.list_ul li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
  float: left;
  width: 25%;
  padding: 10px;
  /* height: 262px; */
  cursor: pointer;
}

.list_ul li img {
  width: 100%;
  height: 180px;
  vertical-align: middle;
}

.list_ul li .title {
  width: 100%;
  color: #000000;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 42px;
}

.list_ul li .date {
  font-size: 12px;
  color: #919191;
  margin-top: 10px;
}

/* 集团领导 */
.list_leader_ul {
  width: 100%;
  list-style: none;
  padding: 0 30px;
  box-sizing: border-box;
}

.list_leader_ul li {
  height: 52px;
  line-height: 52px;
  list-style: none;
  font-size: 14px;
}

.list_leader_ul li span {
  font-size: 16px;
  margin: 0 20px 0 0;
  color: #0075c6;
}

/* 信箱 */
.list_leader_ul1 {
  width: 100%;
  list-style: none;
  padding: 0 30px;
  box-sizing: border-box;
}

.list_leader_ul1 li {
  height: 52px;
  line-height: 52px;
  list-style: none;
  font-size: 14px;
}

.list_leader_ul1 li span {
  font-size: 16px;
  margin: 0 20px 0 0;
  color: #0075c6;
}

/* 电台栏目、党务公开 */
.list_rtv_ul {
  width: 100%;
  list-style: none;
  padding: 0 30px;
  box-sizing: border-box;
}

.list_rtv_ul li {
  width: 100%;
  padding: 10px 0px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.list_rtv_ul li .title {
  font-size: 18px;
  color: #000000;
  margin: 10px 0;
}

.list_rtv_ul li .date {
  font-size: 12px;
  color: #0075c6;
}

.list_rtv_ul li .desc {
  font-size: 12px;
  color: #919191;
  line-height: 24px;
  margin: 10px 0;
}

.list_rtv_ul li .host {
  font-size: 12px;
  color: #919191;
}

.list_rtv_ul li .time {
  font-size: 12px;
  color: #919191;
}

/* 电视栏目 */
.list_tv_ul {
  width: 100%;
  list-style: none;
  padding: 0 30px;
  box-sizing: border-box;
}

.list_tv_ul li {
  width: 100%;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.list_tv_ul li .img_div {
  width: 150px;
  height: 100px;
  float: left;
}

.list_tv_ul li .img_div img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.list_tv_ul li .info_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  margin-left: 8px;
  flex: 1;
}

.list_tv_ul li .info_div .title {
  width: 100%;
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
}

.list_tv_ul li .info_div .desc {
  width: 100%;
  font-size: 12px;
  color: #4c4c4c;
  line-height: 1.5;
}

.list_tv_ul li .time {
  font-size: 12px;
  color: #919191;
  margin-bottom: 10px;
}

/* 搜索结果 */

.pagination {
  width: 100%;
  height: 100%;
  text-align: center;
}

.pagination a {
  text-decoration: none;
  border: 1px solid #AAE;
  color: #15B;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.1em 0.4em;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pagination .current {
  background: #26B;
  color: #fff;
  border: 1px solid #AAE;
}

.pagination .current.prev,
.pagination .current.next {
  color: #999;
  border-color: #999;
  background: #fff;
}



@media (max-width: 992px) {
  .list_ul li {
    width: 50%;

  }

  .page_div {
    padding: 10px 0 30px 0;
  }

  .list_type li {
    /* width: 33%; */
  }
}

@media (max-width: 576px) {

  /* 公共列表样式 */
  .list_body {
    width: 100%;
  }

  .list_tv_ul{
    padding: 0;
  }

  .list_ul li img {
    height: 100px;
  }

  .list_navbar{
    padding: 0 10px;
  }

  .list_type{
    grid-template-columns: 33% 33% 33%;
  }

  .list_tv_ul li .info_div .title{
    padding: 0 5px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.pagebar-wrap {
  text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #26B !important;
}