.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
/* 头部 */
header {
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background: url("../img/banner.jpg") no-repeat center;
}
header > .w {
  position: relative;
}
.timeSearch {
  position: absolute;
  top: 43px;
  right: 0;
  display: flex;
  align-items: center;
}
.timeBox {
  font-size: 16px;
  color: #292929;
  margin-right: 30px;
}
.searchBox {
  width: 244px;
  height: 38px;
  border-radius: 50px;
  border: 2px solid #eaeaea;
  display: flex;
  align-items: center;
  padding-left: 22px;
  background: #fff;
}
.search {
  height: 38px;
  border-radius: 50px;
  background: none;
  padding-left: 15px;
  padding-right: 5px;
  border: none;
}
/* 导航 */
nav {
  width: 100%;
  height: auto;
  background: #c60e0e;
}
.navBox {
  height: auto;
  background: #c60e0e;
}
.navBox ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 27px;
}
.navBox ul li {
  margin: 5px 0;
  margin-right: 32px;
  font-size: 18px;
}
.navBox ul li:hover {
  font-weight: bold;
}
.navBox ul li a {
  color: #ffffff;
}
.shortcut_current {
  font-weight: bold !important;
}
/* 二维码 */
.erweima {
  position: absolute;
  left: 195px;
  top: 473px;
  z-index: 1000;
}
.erweimaCurrent {
  position: fixed;
  left: 195px;
  top: 10px;
  z-index: 1000;
}
.erweima ul {
  display: flex;
  flex-direction: column;
}
.erweima ul li {
  text-align: center;
  margin-bottom: 15px;
}
.erweima ul li img {
  width: 117px;
  height: 117px;
  margin-bottom: 10px;
}
/* 头条 */
.headline {
  height: 97px;
  line-height: 97px;
  background: url("../img/headline_bg.png") no-repeat center;
  background-size: contain;
  margin: 19px auto;
  padding: 0 100px;
}
.headline .hot a {
  display: block;
  width: 1000px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #c60e0e;
}
/* 底部 */
footer {
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding-top: 58px;
  padding-bottom: 68px;
  background-color: #c60e0e;
}
.footerCon {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.footerCon .icon {
  width: 48px;
  height: 60px;
  margin-right: 30px;
}
.footerCon .icon img {
  width: auto;
  height: auto;
}
.text {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text div {
  color: #fff;
  display: flex;
  margin-bottom: 7px;
  margin-right: 4px;
}
.text a {
  color: #fff;
}
.text div img {
  margin: 0 9px;
}
.footerIcon {
  width: 18px;
  height: 20px;
}
/* 分页 */
#pages {
  padding: 14px 0 10px;
  font-family: 宋体;
  font-size: 16px;
  margin-top: 10px;
}
#pages a {
  display: inline-block;
  /* height: 30x; */
  line-height: 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
  padding: 0 10px;
}
#pages a.a1 {
  background: url(../images/admin_img/pages.png) no-repeat 0 5px;
  width: 56px;
  padding: 0;
}
#pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
}
#pages span {
  display: inline-block;
  /* height: 30px; */
  line-height: 30px;
  background: #c60e0e;
  border: 1px solid #c60e0e;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.page .noPage {
  display: inline-block;
  width: 56px;
  height: 22px;
  line-height: 22px;
  background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}
#pages  .layui-laypage-curr {
  margin: 0 5px;
}
.text-c {
  text-align: center;
}
body #pages .disabled {
  background: none;
  border: 1px solid #dedede;
  color: #333;
}
body #pages .rows {
  margin-right: 5px;
}
