/*!
 * zyList
 * @version: 0.0.1
 * @author: pangzhicui
 * @update: 2023-07-14 17:56:51
 */
@charset "UTF-8";
.more-nav,
.u-songti {
  font-family: "Songti SC", STSong, SimSun, "WenQuanYi Bitmap Song", serif;
}
body {
  background: url(/default/images/footer_2.jpg) center bottom no-repeat;
}
.index-main {
  background: url(/default/images/bg.png) center top no-repeat;
}
.header-common {
  height: 538px;
  background: url(/default/images/header_common_2.jpg) center no-repeat;
}
.header {
  background-image: url(/default/images/header_index_2.png);
  height: 562px;
}
.index-title {
  padding-top: 50px;
}
.search {
  width: 294px;
  height: 41px;
  line-height: 41px;
  background: url(/default/images/search.png) center no-repeat;
  padding: 0 0 0 14px;
  margin-top: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.search-txt {
  height: 41px;
  line-height: 41px;
}
.nav li {
  padding: 0 25px;
}
.nav li.cur a,
.nav li:hover a {
  color: #4c8ce2;
}
.nav a:visited {
  color: #000;
}
.more .page {
  padding-top: 65px;
}
.footer {
  background: 0 0;
  padding: 50px 0 65px;
}
.more-nav {
  border-bottom: dashed 3px #aaa;
  margin-bottom: 13px;
}
.more-nav a {
  color: #4c8ce2;
  border-radius: 8px;
  border: solid 1px #aaa;
}
.more-nav a:hover,
.more-nav li.cur a {
  background-color: #4c8ce2;
  border: solid 1px #4c8ce2;
}
.more-list li {
  border-bottom: solid 1px #b5b5b5;
  line-height: 45px;
  padding: 23px 0;
  overflow: hidden;
  font-size: 21px;
  padding-left: 43px;
  background: url(/default/images/list.png) left center no-repeat;
}
.more-list li:last-child {
  border: none;
}
.more-list span {
  background-color: #4c8ce2;
  border-radius: 15px;
  padding: 0 18px;
  color: #fff;
}
.more-list a {
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
  width: 960px;
  float: left;
}
.more-list a:hover {
  color: #4c8ce2;
}
.more .page a:first-child,
.more .page a:last-child {
  color: #4c8ce2;
}
.more .page .here,
.more .page a:hover {
  background: #4c8ce2;
}
