.footer .con p{font-size: 14px;
    line-height: 27px;}
/*政府文件手机端适配*/
@media screen and (max-width:640px) {
.footer{height:auto;}
.footer .con {
    width: 100%;
    height: auto;
}
.footer .con .logo{    width: 100%;
    margin-left: 90px;}

.footer .con p{font-size: 16px;
    line-height: 27px;}











}