@charset "UTF-8";
/*字号*/
/*浮动*/
/* clearfix */
.clearfix:after,
.footer-main:after,
.footer-main .footer-contact-txt:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.footer-main {
  width: 100%;
  margin: 0 auto;
  background: #1e252c;
  padding: 30px 0;
  color: #fff;
}
.footer-main .footer-left {
  float: left;
  width: 30%;
}
.footer-main .footer-left h4 {
  font-size: 1rem;
  padding: 10px 0;
}
.footer-main .footer-left i {
  color: #797371;
  padding: 10px 0;
}
.footer-main .footer-left p {
  padding: 10px 0;
}
.footer-main .foot-tit {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
.footer-main .footer-col {
  color: #35495D;
  margin-right: 70px;
  float: left;
  line-height: 1.6;
}
.footer-main .footer-right {
  float: right;
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.footer-main .footer-right li p {
  padding: 13px 0;
  cursor: pointer;
}
.footer-main .footer-right li p a {
  color: #fff;
}
.footer-main .bottom {
  border-top: 1px solid;
  margin: 20px 0;
}
.footer-main .bottom p {
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.footer-main .bottom p a {
  color: #797371;
}
.footer-main .bottom p i {
  padding: 0 10px;
}
.footer-main .footer-right .about-us {
  cursor: pointer;
}
.footer-main .footer-right .about-us:hover {
  color: #011D67;
  text-decoration: underline;
}
.footer-main .footer-right .about-us:visited {
  color: #011D67;
}
.fellows-list ul {
  margin: 0 auto;
}
.fellows-list ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.fellows-list li {
  width: 200px;
  height: 80px;
  line-height: 80px;
  float: left;
  padding: 20px 0;
}
li .bugs-pic {
  /* width: 180px;
    height: 34px; */
  max-width: 100%;
  width: 150px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
/*.backTop{*/
/*width: 36px;*/
/*height: 36px;*/
/*position: fixed;*/
/*bottom: 100px;*/
/*right: 100px;*/
/*}*/
/*.backTop:hover{*/
/*cursor: pointer;*/
/*}*/
/*.backTop img{*/
/*display: block;*/
/*width:100%;*/
/*}*/
/*# sourceMappingURL=footer.css.map */
