/* body背景 */
body {
  width: 100%;
  height: 100%;
  background: #f3faff url(../images/shouye/bg-img.png) no-repeat center top;

  font-size: 16px;
}

/* 模块阴影 */
.shadow {
  box-shadow: rgba(201, 201, 201, 0.5) 0px 0px 8px;
}

/* 外边距 开始 */
.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

/* 外边距 结束 */

/*********************** 共用部分 开始 ***********************/
.topiclist {
  width: 810px;
  height: 100%;
  padding: 20px 20px 36px;
  background-color: #fff;
}

.topiclist > .tit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 24px;
}

.topiclist .tit > h2 {
  float: left;
  font-size: 18px;
  color: #fff;
  padding: 0 18px;
  border-radius: 5px;
  background: linear-gradient(to right, #4375d0, #699eff);
}

.topiclist .tit > a {
  float: right;
  font-size: 14px;
}

.tit > a:hover,
.newlist a:hover {
  color: #e25656;
}

.topiclist .titlist > .pic {
  margin-right: 42px;
}

.newlist > ul li {
  width: 380px;
  height: 38px;
  line-height: 38px;
}

.newlist > ul li a {
  padding-left: 16px;
  border-left: 3px solid #96b5ee;
}

/*********************** 共用部分 结束 ***********************/

/*** 翻页 开始 ***/
.page {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}
.page span {
  margin: 0 6px;
}
.page .page-btn,
#pagination-btn {
  cursor: pointer;
}
.page .page-btn:hover {
  color: #2159a5;
}
.page .inputTexts input {
  width: 30px;
  height: 24px;
  text-align: center;
  border: 1px solid #ccc;
}

.page .btn {
  font-size: 18px;
  background-color: #fff;
}

.page .btn:hover {
  color: #2159a5;
}

/*** 翻页 结束 ***/
