.font_white.wzLogin {
  display: none;
}
.rm {
  width: 360px;
}
.bannerwap {
  color: #fff;
  padding: 20px;
}
.bannerwap p {
  line-height: 25px;
}
.bannerwap p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 22px;
}
.bannerwap a {
  background: #fff;
  color: #3375d7;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex .right-titles {
  width: 47%;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
}
.right-titles {
  background-color: #dde8fc;
  color: #3a5fe1;
  font-size: 16px;
  font-weight: bold;
}
.right-titles.cur {
  color: #fff;
  background: #3a5fe1;
}
.ranklist {
  width: 100%;
}
.rank-item {
  display: flex;
  width: 100%;
  margin: 15px 0;
}
.rank-item:nth-child(1) .rankNum,
.rank-item:nth-child(2) .rankNum,
.rank-item:nth-child(3) .rankNum {
  background: #c84635;
  color: #fff;
}
.rank-item .rankNum {
  padding: 0px 7px;
  color: #333;
  text-align: center;
  background: #ddd;
  margin-right: 20px;
}
.rank-item .rank-item-title-text {
  width: 60%;
}
.rank-item .rank-item-title-number {
  width: 30%;
  text-align: right;
}
.top-news {
  margin-top: 10px;
}
.top-news .titles {
  background: #134797;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.jxitem {
  margin-top: 10px;
}
.jingxuan-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 14px;
  cursor: pointer;
  margin: 5px 0;
}
.jingxuan-title:hover {
  color: #134797;
}
.jingxuan-title span {
  color: #c8453e;
  margin-left: 5px;
}
.jingxuan-desc {
  background: #f6f6f6;
  line-height: 25px;
  padding: 10px;
  color: #666;
  font-size: 15px;
  cursor: pointer;
}
.jingxuan-desc:hover {
  color: #134797;
}
.cateFilter {
  display: flex;
}
.cateFilter > span {
  cursor: pointer;
}
.cateFilter .cname2 {
  display: inline-block;
  padding: 8px 40px;
  background-color: #dde8fc;
  color: #3a5fe1;
  font-size: 18px;
  font-weight: bold;
  margin-left: -15px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.cateFilter .cname1 {
  display: inline-block;
  padding: 8px 40px;
  background-color: #dde8fc;
  color: #3a5fe1;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.cateFilter .cur {
  color: #fff;
  background: #3a5fe1;
}
.index-bottom a:hover {
  text-decoration: none;
}
.c1 .menu {
  display: flex;
  flex-wrap: wrap;
  bottom: 50px;
  left: 50px;
}
.c1 .menu a {
  margin: 20px 10px 0 0;
}
.c1 .menu a :hover {
  transition: 0.2s all;
  transform: translateY(-10px);
}
.c1 .menu a img {
  width: 270px;
  height: 110px;
}
.c1 .menu a:nth-child(4n) {
  margin-left: 0;
}
.warp {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.warp img {
  width: 100%;
}
.warp .menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-top: -180px;
}
.warp .menu a {
  margin: 10px 10px 0 0;
  width: calc(50% - 10px);
}
.warp .menu a:nth-child(2n) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .warp .menu {
    margin-top: -500px;
  }
}
/*# sourceMappingURL=zhengqi.css.map */