.common-list-content {
  width: 1176px;
  padding: 0 12px;
  background: #fff;
}

/* 左侧导航 */
.common-list-nav {
  width: 284px;
  margin-right: 25px;
}

/* 导航标题 */
.common-list-title {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(common-list-title.png) no-repeat 100% 100%;
}

/* 导航选项 */
.common-list-nav ul {
  margin-top: 1px;
}

.common-list-nav ul li {
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: url(common-list-nohover.png) no-repeat;
  background-size: cover;
  font-size: 16px;
}

.common-list-nav ul li.hover {
  background: url(common-list-hover.png) no-repeat;
  background-size: cover;
}

.common-list-nav ul li:hover {
  background: url(common-list-hover.png) no-repeat;
  background-size: cover;
}

.common-list-nav ul li a {
  display: block;
}

/* 右侧 */
.common-list-main-content {
  width: 862px;
}

.common-list-right-content .list-search .title,
.common-list-right-content .list-content .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #2183e8 solid;
  margin-top: 20px;
  font-size: 16px;
  display: block;
  width: 1161px;
  padding: 0 0 0 15px;
}

.common-list-right-content .list-search .search {
  width: 100%;
  display: none;
}

.common-list-right-content .list-search div {
  display: inline-block;
  width: 33%;
  padding: 10px 0;
}

.common-list-right-content .list-search label {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.common-list-right-content .list-search input,
.common-list-right-content .list-search select {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  width: 250px;
}

.common-list-right-content .list-search .ver {
  width: 100px;
}

.common-list-right-content .list-search .search-btn {
  display: block;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
  background-color: #1d80d9;
  border-radius: 3px;
  border-color: #2183e8;
}

#zfrySearch label {
  width: 160px;
}

#zfrySearch input {
  width: 190px;
}

#zfrySearch .search-btn {
  width: 100px;
}

#zfrySearch .ver,
#zfrySearch .yzm {
  width: 100px;
}

.common-list-right-content .list-content table {
  margin-top: 20px;
}

.common-list-right-content .list-content table th {
  width: 200px;
  background-color: #c6e3e9;
  font-weight: bold;
}

.common-list-right-content .list-content table th,
.common-list-right-content .list-content table td {
  text-align: center;
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
}

.common-list-right-content .list-content .td-wid {
  width: 400px;
}

/* title */
.common-list-right-title {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: url(common-list-right-title.png) repeat-x;
}

/* 左侧 */
.common-list-title-left i {
  width: 6px;
  height: 20px;
}

.common-list-title-left img {
  margin-top: 13px;
  margin-left: 13px;
  margin-right: 11px;
}

.common-list-title-left span {
  font-size: 20px;
  color: #404040;
  font-weight: bold;
}

/* 右侧 */
.common-list-current-location {
  padding-right: 25px;
}

.common-list-current-location img {
  margin-top: 12px;
  margin-right: 7px;
}

/* end */
/* 内容 */
.common-list-right-content {
  width: 100%;
}

.common-list-right-content ul li {
  overflow: hidden;
  padding: 25px 0 20px 10px;
  border-bottom: 1px dashed #cdcdcd;
}

/* 日期 */
.common-list-date {
  width: 78px;
  margin-right: 31px;
  color: #434343;
}

.common-list-dateDay {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 30px;
  font-weight: bold;
  background: #e6edf4;
}

.common-list-dateYear {
  width: 100%;
  height: 23px;
  text-align: center;
  background: #e6edf4;
  margin-top: 3px;
}

/* 右侧文字内容 */
.common-list-text-content {
  width: 740px;
}

/* 标题 */
.commonList-text-title {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.commonList-text-title a {
  color: #000;
}

/* 文字内容 */
.commonList-text-content {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  text-overflow: -o-ellipsis;
  overflow: hidden;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 分页 */
.qt-page {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.qt-page button,
.qt-page input,
.qt-page p {
  font-size: 12px;
  color: #333;
}

.qt-page .page-show {
  display: inline-block;
}

.qt-page .page-search {
  display: inline-block;
}

.qt-page .pre-page-btn {
  position: relative;
  margin-right: 10px;
}

.qt-page .pre-page-btn.click {
  background: #0085cd;
  color: #fff;
}

.qt-page .next-page-btn {
  position: relative;
  margin-left: 10px;
}

.qt-page button,
.qt-page input {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  height: 25px;
}

.qt-page button {
  margin: 0 5px;
  background: #fff;
  border-color: #d9d9d9;
  color: #666666;
  cursor: pointer;
}

.qt-page .page-search-btn {
  margin: 0 5px 0 10px;
}

.qt-page input {
  width: 50px;
  padding: 0 4px;
  text-align: center;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn {
  width: 30px;
  padding: 0;
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn,
.qt-page .page-btn-number button {
  margin: 0;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.qt-page .page-btn-number {
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .page-btn-number button {
  border-right: none;
}

.qt-page .page-btn-number.current {
  background: #0062b4;
  border-color: #0062b4;
  color: #fff;
}

/*分页结束*/
.common-list-mobile-nav {
  display: none;
}

@media screen and (max-width:1200px) {
  .common-list-content {
    width: 100%;
    padding: 0;
  }

  .common-list-nav {
    display: none;
  }

  /* 手机导航 */
  .common-list-mobile-nav {
    display: block;
    position: relative;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
    height: 1rem;
    font-size: 0.28rem;
    color: #fff;
    background: #1d7acc;
    line-height: 1rem;
    cursor: pointer;
  }

  .common-list-mobile-nav img {
    width: 0.3rem;
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.4rem;
  }

  .common-list-mobile-nav .select-list {
    display: none;
    position: absolute;
    right: 0;
    width: 3.6rem;
    color: #333333;
    border: 0.01rem solid #dedede;
    background: #f1f1f1;
    z-index: 100;
  }

  .common-list-mobile-nav .select-list li {
    width: calc(100% - 0.4rem);
    /* margin: 0 0.2rem; */
    padding: 0 0.2rem;
    height: 0.78rem;
    font-size: 0.22rem;
    line-height: 0.8rem;
    background: #f1f1f1;
    border-bottom: 0.01rem solid #dedede;
  }

  .common-list-mobile-nav .select-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .common-list-mobile-nav .select-list li:hover {
    background: #1d7acc;
    color: #fff;
  }

  /* end */
  .common-list-main-content {
    width: 100%;
  }

  .common-list-right-title {
    display: none;
  }

  .common-list-right-content ul li {
    padding: 0.3rem 0;
  }

  .common-list-date {
    width: 13%;
    margin-right: 1%;
  }

  .common-list-text-content {
    width: 85%;
  }

  .commonList-text-title {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }

  .commonList-text-content {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }

  .common-list-dateDay {
    width: 100%;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.3rem;
    font-weight: bold;
    background: #e6edf4;
  }

  .common-list-dateYear {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.05rem;
    font-size: 0.2rem;
  }

  /* 分页 */
  .qt-page button,
  .qt-page input {
    padding: 0 0.15rem;
    height: 0.4rem;
  }

  .qt-page button {
    margin: 0 0.05rem;
  }

  .qt-page .pre-page-btn {
    position: relative;
    margin-right: 0.05rem;
  }

  .qt-page .next-page-btn {
    position: relative;
    margin-left: 0.05rem;
  }

  .qt-page .page-search {
    display: none;
  }

  .qt-page input {
    width: 0.5rem;
    padding: 0 0.04rem;
    text-align: center;
  }

  .qt-page .page-search-btn {
    display: none;
    margin: 0 0.05rem 0 0.1rem;
  }

  .qt-page button,
  .qt-page input,
  .qt-page p {
    font-size: 0.2rem;
    color: #333;
  }
}