BODY {
  scrollbar-face-color: #dbdbdb;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #000000;
  lbar-dark-shadow-color: #ffffff;
  margin: 0;
  padding: 0;
  margin-top: 0;
  font: normal 14px "微软雅黑", verdana, "宋体";
  background: #ffffff;
  color: #000;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
}
.cboth {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.yw {
  font-family: "Century Gothic", "Microsoft Sans Serif", "verdana", "Arial";
}

A:link {
  color: #000;
  text-decoration: none;
}
A:visited {
  color: #000;
  text-decoration: none;
}
A:active {
  color: #000;
  text-decoration: underline;
}
A:hover {
  color: #000;
  text-decoration: none;
}

.hw_top {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  padding-top: 10px;
  background: url(../images/gl_topbj.png);
  color: #fff;
  text-align: center;
  z-index: 1000;
}
.hw_top img {
  height: 40px;
}

.wap_ss {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.wap_ss input {
  border: none;
  padding: 2px;
  background-color: transparent;
  width: 100%;
  color: blue;
}
.search {
  text-align: center;
}
.search button {
  border: none;
  background: #16595C;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
}

.ss_key {
  width: 95%;
  margin: 0 auto;
  color: crimson;
  line-height: 20px;
  font-size: 12px;
}
.notice {
  font-size: 12px;
  color: brown;
  margin-top: 5px;
}

.cp_list {
  width: 92%;
  margin: 0 auto;
  margin-top: 10px;
}
.cp_list li {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.cp_list li img {
  width: 100%;
  box-shadow: 1px 2px 5px rgb(233, 227, 227);
  border: 1px solid #8a96d7;
}
.srq_wz {
  float: left;
  width: 100%;
  font-size: 14px;
  padding-left: 15px;
  line-height: 21px;
  color: #16595C;
}
.cp_list li h2 {
  font-size: 30px;
  font-weight: 500;
  padding-left: 15px;
  margin-top: 10px;
  color: #16595C;
}
.cpfl {
  font-size: 12px;
  background: #16595C;
  color: #fff;
  padding: 3px 15px;
  border-radius: 15px;
  opacity: 0.8;
}

#fy {
  text-align: center;
  margin-top: 20px;
}

.foot {
  width: 100%;
  height: 65px;
  line-height: 65px;
  color: #fff;
  background: #16595C;
  position: fixed;
  bottom: 0;
  font-size: 16px;
  text-shadow: 1px 1px 1px #000;
}
.foot li {
  float: left;
  width: 50%;
  border-right: 1px solid #9DF7FA;
  text-align: center;
}
.foot li a {
  color: #fff;
}
.foot li:last-child {
  border-right: none;
}

/*分页*/
.page-num:not(:disabled) {
  cursor: pointer;
}
.page-num, .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #17a2b8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
  text-decoration: none;
}
.layui-laypage .page-num-current {
  z-index: 1;
  color: #fff;
  background-color: #16595C;
  border-color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
