html,
body {
  padding: 0px;
  margin: 0px;
  font-family: '微软雅黑';
min-width: 1200px;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  cursor: pointer;
  color: #ce0201;
}
.header {
  height: 486px;
  min-width: 1200px;
  background: url('../../img/fxjz-banner-index.jpg') no-repeat center top;
  /* css 注释说明：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */
}
.header > a {
  position: absolute;
  top: 24px;
  width: 375px;
  height: 75px;
}
@media screen and (min-width: 1200px) {
  .header > a {
    left: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .header > a {
    left: 12%;
  }
}
@media screen and (min-width: 2000px) {
  .header > a {
    left: 37%;
  }
}
.main {
  width: 960px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
.main .top-banner {
  background: url('../../img/senlinfanghuo/main-banner.jpg') no-repeat center top;
  height: 100px;
}
.main .content > ul {
  margin-top: 50px;
}
.main .content > ul #page_div{
background-color: #e3e3e3;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 20px;
    color: #666;
}

.main .content > ul #page_div > .pagination-first > .pagination-index{
      color: #666;
     margin: 0 3px;
    padding: 0 6px;
    display: inline-block;
    border-radius: 3px;
}
.main .content > ul #page_div > .pagination-first > .pagination-num {
    color: #666;
    margin-right: 6px;
}
.main .content > ul #page_div > .pagination-last> span {
     margin: 0 3px;
    padding: 0 6px;
    display: inline-block;
    border-radius: 3px;
}
.main .content > ul > li {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.main .content > ul > li > i {
  margin-left: 20px;
  color: #456a04;
  transform: scale(0.6);
  display: flex;
  align-items: center;
}
.main .content > ul > li > a {
  color: #8e8a8a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  margin: 0 40px 0 20px;
  font-size: 18px;
}
.main .content > ul > li > a:hover {
  color: #2857af;
}
.main .content > ul > li > span {
  margin-right: 20px;
  color: #a9a6a6;
}
.main .page-bar {
  background-color: #e3e3e3;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 20px;
  color: #666;
}
.main .page-bar span {
  color: #666;
  cursor: pointer;
  margin: 0 10px;
}
.main .page-bar span .page-input {
  width: 50px;
}
.main .page-bar a {
  color: #666;
  margin: 0 10px;
}
.foot {
  min-width: 1100px;
}
.float-menu {
 display:none;
}
