#panel1 {
  background-color: #fff;
  padding: 60px 0;
}

#panel1 a,
#panel2 a,
#panel3 a {
  display: block;
}

#panel1 .item {
  float: left;
  margin-left: 23px;
}

#panel1 .col1 {
  width: 64%;
}

#panel1 .row1 img {
  width: 27%;
}

#panel1 .row1 .content {
  float: right;
  width: 71.6%;
}

#panel1 .col2 {
  width: 34%;
  float: right;
  margin-left: 0;
}

#panel1 .item:first-child {
  margin-left: 0;
}

#panel1 .item .title {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}

#panel1 .item .title .fl {
  color: #000;
  font-size: 26px;
}

#panel1 .item .title .fr {
  margin-top: 9px;
  color: #999;
  font-size: 16px;
}

#panel1 .item .row1,
#panel1 .item .newlist {
  position: relative;
}

#panel1 .item .row1 .content,
#panel1 .item .newlist .content {
  display: inline-block;
  vertical-align: top;
}

.new-item {
  margin-bottom: 20px;
  position: relative;
}

#panel1 .item .newlist img {
  width: 27.2%;
}

#panel1 .item .newlist .content {
  width: 67.4%;
  float: right;
}

#panel1 .item .row1 .content .c-title,
#panel1 .item .newlist .content .c-title {
  font-size: 18px;
  color: #333;
  line-height: 22px;
}

#panel1 .item .row1 .content .c-text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

#panel1 .item .row1 .content .c-date,
#panel1 .item .newlist .content .c-date {
  position: absolute;
  bottom: 0;
  color: #666;
}

#panel1 .item .row2 {
  margin-top: 30px;
  color: #0b4da0;
  font-size: 16px;
  overflow: hidden;
}

#panel2 {
  background-color: #f6f6f6;
  padding: 60px 0;
}

#panel2 .item {
  float: left;
  margin-left: 2%;
  width: 32%;
}

#panel2 .item img {
  width: 100%;
}

#panel2 .item:first-child {
  margin-left: 0;
}

#panel2 .item .title {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}

#panel2 .item .title .fl {
  color: #000;
  font-size: 26px;
}

#panel2 .item .title .fr {
  margin-top: 9px;
  color: #999;
  font-size: 16px;
}

#panel2 .item .article {
  overflow: hidden;
  font-size: 16px;
  color: #333;
}

#panel2 .item .article .fl,
#panel1 .col1 .row2 .fl {
  max-width: calc(100% - 82px);
}

#panel2 .item .article .fr {
  color: #999;
}

#panel3 {
  background-color: #fff;
  padding: 60px 0;
}

#panel3 .item {
  float: left;
  margin-left: 2%;
  width: 32%;
}

#panel3 .item:first-child {
  margin-left: 0;
}

#panel3 .item .title {
  overflow: hidden;
  margin-bottom: 20px;
}

#panel3 .item .title .fl {
  color: #000;
  font-size: 26px;
}

#panel3 .item .title .fr {
  margin-top: 9px;
  color: #999;
  font-size: 16px;
}

#panel3 .item #swiper2 .swiper-slide {
  position: relative;
}

#panel3 .item #swiper2 .swiper-button-prev,
#panel3 .item #swiper2 .swiper-button-next {
  padding: 5px;
  color: #fff;
  background-color: #3e6ca6;
}

#panel3 .item #swiper2 .swiper-button-prev {
  left: 0;
}

#panel3 .item #swiper2 .swiper-button-next {
  right: 1px;
}

#panel3 .item #swiper2 .swiper-slide .tip {
  height: 46px;
  background-color: #1c1c1c;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  line-height: 46px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#panel3 .item .subtitle {
  color: #333333;
  font-size: 18px;
  margin: 20px 0 10px 0;
}

#panel3 .item .subtext {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

#panel3 .icon-box {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
}

#panel3 .icon-box img {
  display: block;
  width: 65%;
  margin: 7px auto;
}

#indexFooter {
  padding: 60px;
  background-color: #333;
  border-bottom: 1px solid #474747;
}

#indexFooter p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.5;
}

#indexFooter a {
  color: #fff;
}

#indexFooter .no-margin {
  margin: 0 !important;
}

#indexFooter .fl {
  width: calc(85% - 20px);
}

#indexFooter .code {
  width: 15%;
  margin-right: 20px;
  float: right;
  overflow: hidden;
}

#indexFooter .code img {
  width: 100%;
}

#indexFooter .marginleft11 {
  margin-left: 11%;
}

@media screen and (max-width: 768px) {
  #panel1 {
    padding-top: 0px;
  }

  #panel1 .c-date {
    display: none;
  }

  #panel1 .item {
    float: none;
    margin-left: auto !important;
    margin-right: auto;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    clear: both;
  }

  #panel2 .item {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
    margin-top: 20px;
  }

  #panel2 .item:first-child {
    margin-top: 0;
    margin-left: auto;
  }

  #panel3 .item {
    float: none;
    margin-left: auto !important;
    margin-right: auto;
    width: calc(100% - 20px);
    margin-top: 20px;
  }

  #indexFooter .fl {
    width: 100%;
  }

  #indexFooter .code {
    width: 60%;
    padding: 20px 20%;
    margin: 0;
  }
}