/**
* CancelLogic：网站租赁协议页面样式属性
* @author: ZDX
* @created-date:2016-11-11
* @description:
*	1. 网站租赁协议
*	2. 后台审核
* @history:
*	2016-11-11 ZDX PT206
*   2016-11-22  ZDX PT286  设置租赁协议页面打印样式
*/
body { background-color: #f6f6f6; line-height: 20px;}
ul, p { margin: 0; padding: 0;}
.treaty{ background:#fff; color:#4a4a4a; margin:20px 0; padding:0px 50px 50px;}
.treaty h1 { font-size:14px; text-align:center; line-height: 105px; }
.treaty h2 { font-size:14px; font-weight: 700; }
.treaty .people_info li { display: inline-block; width: 35%; line-height: 24px; }
.treaty .people_info li:first-of-type { margin-right: 190px; }
.treaty .item_title { font-weight: 700; line-height: 24px;}
/*黑色字体 加粗字体 突出显示*/
.black{ color: #000;}
/* .bold { font-weight: bold;} */