body {
    font-family: Arial, "Microsoft Yahei", sans-serif !important;
    padding: 0;
    color: #222;
    margin: 0 auto;
    background: #f9f9f9 !important;
    line-height: 30px;
  }

body>p>br{
    line-height: 50px;
}

.contract {
    padding: 16px;
  }
  .contract p {
    font-size: 14px;
    line-height: 32px;
    color: #222;
  }
  


div.contentarea{
    margin-bottom: 20%;
    margin-top: 15%;
}


div.titlearea{
    /* margin-top: 100px; */
    background-color: white;
    padding: 20px;
}

div.titletitle>span{
    font-family: 微软雅黑, Helvetica, 黑体, Arial, Tahoma;
    font-size: 22px;
}

div.titletitle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

div.titlepicture>p{
    line-height: 40px;

}


div.titlepicture>img{
    width: 100%;
}


div.titlediscription{
    margin: 30px auto;
}

div.titlediscription>div>span{
    color: rgb(0, 0, 0,0.5);

}

div.titlediscription>div{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

div.mainarea{
    line-height: 100px;
    background-color: white;
}
