
/**
 FOOTER 样式，历史遗留代码，为了与孔子网其他页面统一
 不兼容响应式，todo：使用 bootstrap 重构为响应式布局
 */

.middle{
  width: 1180px;
  height: auto;
  margin: 0 auto;
}

/*友情链接*/
.links-title {
  font-size: 20px;
  border-bottom: 3px solid #2d49c2;
  width: 7%;
  padding-bottom: 3px;
}

.links-hr {
  border: 0;
  border-bottom: 1px #ccc solid;
  height: 1px;
  margin-top: -1px;
}

.bottom-links {
  font-size: 16px;
}

.link_list {
  overflow: hidden;
}

.link_list ul {
  text-align: left;
  float: left;
  padding: 10px 0;
}

.link_list li {
  display: inline-block;
  float: left;
  margin: 3px 10px;
}

.nav_item {
  /*overflow: hidden;*/
}

.nav_item a {
  font-size: 14px;
  float: left;
  color: black;
  padding: 10px 5px;
}

.nav_item a:hover {
  color: #2d49c2;
}

.link-list h1 {
  color: #2d49c2;
  margin-top: 20px;
}

.link-list {
  padding-bottom: 20px;
}

.link {
  clear: both;
}

.link p {
  line-height: 41px;
  color: white;
  margin-left: 44px;
  margin-top: 8px;
}

.zf {
  margin-left: 56px;
  margin-top: 19px;
}

.opt {
  font-size: 14px;
  color: #165794;
}

.le {
  float: left;
}

.sel {
  width: 200px;
  height: 30px;
  background-color: #c4d6ea;
  font-size: 14px;
  color: #2d49c2;
  border: none;
  outline: none;
}


/*footer*/

footer {
  position: absolute;
  background: url(/static/ccacc2023/footer/footBg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 350px;
  width: 100%;
  left: 0;
}

.foot-box {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.foot-erweima {
  display: inline-block;
}

.ewm-weixin{
  background: url(/static/ccacc2023/footer/eq1.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 25px;
}
.ewm-app{
  background: url(/static/ccacc2023/footer/eq2.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 25px;
}
.ewm-weibo{
  background: url(/static/ccacc2023/footer/eq3.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 5px;
}
.ewm-toutiao{
  background: url(/static/ccacc2023/footer/eq4.png) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 5px;
}
.ewm-douyin{
  background: url(/static/ccacc2023/footer/eq5.png) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 5px;
}
.ewm-rxzx{
  background: url(/static/ccacc2023/footer/eq6.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 25px;
}
.ewm-yjsy{
  background: url(/static/ccacc2023/footer/eq7.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 25px;
}
.ewm-ky{
  background: url(/static/ccacc2023/footer/eq8.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 25px;
}
.ewm-kb{
  background: url(/static/ccacc2023/footer/eq9.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 25px;
}
.ewm-my{
  background: url(/static/ccacc2023/footer/eq10.jpg) center center no-repeat;
  background-size: cover;
  height: 105px;
  width: 105px;
  float: left;
  margin: 40px 25px;
}
.ewm span{
  position: relative;
  font-size: 14px;
  color: #fff;
  top: 105px;
}

.copyright {
  margin-top: 30px;
}

.copyright p {
  font-size: 14px;
  color: #fff;
}
