﻿.footer{
  background: url(/Content/Areas/Common/images/common/footer_bg.png) no-repeat;
  background-size: cover;
  color: #fff;
}
.footer_In_center{
display: flex;
align-items: center;
}
.article_right .article_cont p{
text-indent: initial !important;
}
.footer a{
  color: #fff;
}
.footer_con{
  width: 64.5vw;
  margin: 0 auto;
  padding: 3.33vw 0vw;
}
.footer_FriendLink .FriendLink{
  display: flex;
  color: #fff;
  align-items: center;
}
.footer_FriendLink .linktitle{
  font-size: 18px;
  font-weight: bold;
  margin-right: 2.6vw;
}

.link_con .linkli{
  display: inline-block;
  margin-right: 2.6vw;
}
.link_con .linkli:last-of-type{
  margin-right: 0;
}
.linkli a{
  color: #fff;
}
.footer_FriendLink{
  margin-bottom: 2.92vw;
}
.footer_In{
  display: flex;
  justify-content: space-between;
}
.footer_In_left{
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.footer_In_right{
  width: 29%;
}
.footer_In_left_con{
  text-align: center;
}
.logo_beian{
  margin-bottom: 0.68vw;
}
.beian{
  line-height: 30px;
  font-size: 13px;
}
.footer_line{
  width: 2px;
  background: #fff;
  margin: 0 2.76vw;
}
.hos_desc_list{
  margin-top: 0.63vw;
}
.hos_desc_item{
  margin-bottom: 0.89vw;
  font-size: 14px;
  line-height: 24px;
}
.hos_desc_item:last-of-type{
  margin-bottom: 0;
}
.footer_In_right_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_In_right_item{
  width: 48%;
  margin-right: 2%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 1vw;
  margin-bottom: 0.89vw;
  display: flex;
  align-items: center;
}
.footer_In_right_item .righ_item_icon{
  margin-right: 20px;
}
.footer_In_right_item:nth-child(2n){
  margin-right: 0;
}
/*滚动置顶按钮*/
.button_gotop{
 
 cursor: pointer;
 transition-duration: 0.3s;
 overflow: hidden;
 right: 30px;
 position: fixed;
 top: 50%;
 opacity: 0;
 width: 80px;
}
.button_gotop img{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer_con{
 width: 100%;
 padding: 30px 10px;
  }
  .footer_In{
 display: block;
 text-align: center;
  }
  .footer_In_left{
 display: block;
 width: auto;
  }
  .footer_FriendLink .linktitle{
 font-size: 14px;
  }
  .footer_In_right{
 display: none;
  }
  .logo_beian img{
 width: 110px;
  }
  .footer_FriendLink .FriendLink{
 margin-bottom: 15px;
  }
  .button_gotop{
 width: 40px;
  }
  .allNews_con_list .span_date{
 margin-top: 5px;
  }
  .allNews_con_list li{
 margin-top: 15px;
  }
  .footer_In_center{
 display: block;
 text-align: center;
 margin-top: 20px;
  }
} 
 