.floor_l {
  width: 316px;
}

.floor_r {
  width: 814px;
  overflow: hidden;
}

#f1_l a { 
  display: block;
  height: 58px;
  font-weight: bolder;
  line-height: 58px;
  border-radius: 11px;
}

#f1_l a:not(:first-child) {
  margin-top: 12px;
}

#f1_l a img {
  margin: 0 16px 0 20%;
}

#btn1 {
  color: #e6ad4c;
  background-color: #fff2da;
  border: 1px solid #e6ad4c;
}

#btn2 {
  color: #32bdb7;
  background-color: #e9f4f4;
  border: 1px solid #32bdb7;
}

#btn3 {
  color: #fb9191;
  background-color: #ffebeb;
  border: 1px solid #fb9191;
}

#btn4 {
  color: #6299ea;
  background-color: #e1edff;
  border: 1px solid #6299ea;
}

#btn5 {
  color: #9d6bcb;
  background-color: #efe1fc;
  border: 1px solid #9d6bcb;
}

#btn7 {
  color: #5b639f;
  background-color: #dbe2fe;
  border: 1px solid #5687b7;
}

#btn8 {
  color: #8db4dc;
  background-color: #8db4dc57;
  border: 1px solid #8db4dc;
}

#btn0 {
  display: none !important;
  color: #4a63a2;
  background-color: #d9e3fc;
  border: 1px solid #556fb5;
}

#btn1:hover,
#btn2:hover,
#btn3:hover,
#btn4:hover,
#btn5:hover,
#btn6:hover,
#btn7:hover,
#btn8:hover {
  transform: scale(0.9);
  transition: 0.3s;
}

#f1_r .artcleListWrap {
  /* height: 388px; */
  overflow: hidden;
  line-height: 42px;
}

#f2_l a {
  display: block;
  width: 152px;
  height: 120px;
  margin-bottom: 8px;
  text-align: center;
  border: 1px solid #dcdcdc;
}

#f2_l a:hover,
#f4 .content a:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

#f2_l a img {
  margin: 25px 0 5px 0;
}

#f2_r .artcleListWrap {
  height: 213px;
  overflow: hidden;
  line-height: 39px;
}

#f3 img {
  display: block;
  float: left;
  width: 550px;
  height: 100px;
}

#f3 a {
  float: left;
  margin-left: 20px;
}

#f3 a:nth-child(1) {
  margin-left: 20px;
}

/*#btn7 {
      margin: 0 22px;
  }*/

#f4 .emphasis_head {
  width: 100%;
  height: 40px;
  background-image: url(../images/zwgk/zdlyxxgk.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#f4 .content {
  overflow: hidden;
}

#f4 .content li {
  float: left;
  width: 14.28%;
  margin-top: 20px;
}

#f4 .content a {
  display: block;
  width: 90%;
  height: 104px;
  margin: auto;
  color: #4483cf;
  text-align: center;
  background-color: #e9f7ff;
}

#f4 .content a img {
  margin: 24px 0 15px 0;
}

/*专题专栏轮播*/
.special_logo {
  width: 80px;
  height: 94px;
}

.slide_special {
  width: 1072px;
  height: 94px;
  overflow: hidden;
}

.slide_special ul {
  overflow: hidden;
  list-style-type: none;
}

.slide_special .bd {
  width: 1072px;
}

.slide_special .bd img {
  width: 279px;
  height: 94px;
}

.slide_special ul li {
  float: left;
  margin-left: 15px;
}

/*专题专栏轮播 end*/

#f6 .artcleChannel {
  float: left;
  width: 50%;
  margin: 0;
  font-size: 20px;
  text-align: center;
  background-color: #ffffff;
}

#f6 .artcleChannel:hover {
  font-size: 24px;
  font-weight: bolder;
  background-color: #00a0e9;
}

#f6 .artcleChannelWrap {
  height: 45px;
}

#f6 .artcleChannel.on {
  font-size: 24px;
  font-weight: bolder;
  background-color: #00a0e9;
}

#f6 .artcleList {
  line-height: 35px;
}

#f6 .artcleList li {
  float: left;
  width: 20%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#f6 .artcleList li a:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/zwgk/sj.jpg) center center no-repeat;
}

.artcleListCon .artcleList li {
  white-space: nowrap;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}

#main_con a {
  transition: 0.5s;
}

.artcleListCon .artcleList li a {
  display: inline-block;
  white-space: nowrap;
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artcleListCon .artcleList li a:hover {
  color: #00a0e9;
}

.artcleListCon .artcleList li p.artcleDate {
  float: initial !important;
  width: 10% !important;
  text-align: end;
}

@media screen and (max-device-width: 768px) {

  .floor_l,
  .floor_r {
    width: 100%;
    margin-bottom: 20px;
  }

  .artcleListCon .artcleList li a {
    width: 80%;
  }

  .artcleListCon .artcleList li p.artcleDate {
    width: 20% !important;
  }

  .artcleChannelWrap {
    height: 55px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .artcleChannel {
    display: inline-block;
  }

  .more1 {
    display: none;
  }

  #f1_r {
    margin-bottom: 0;
  }

  #f2,
  #f3 {
    margin-top: 0;
  }

  #f2_l a {
    float: left;
    width: 45%;
    margin: 10px 2%;
  }

  #f3 img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  #btn7 {
    margin: 0;
  }

  #f4 .content li {
    width: 50%;
  }

  .special_logo {
    display: none;
  }

  .artcleChannel.on:after {
    display: none;
  }

  #f6 .artcleChannelWrap {
    height: 51px;
  }

  #f6 .artcleList li {
    width: 48%;
    margin: 10px 0.5% 0 0.5%;
  }
}