
        .main-left{
            float:left;
            width:260px;
        }
        .main-right{
            float:right;
            width:720px;
        }
        .deed-box{
            padding:20px;
            border:1px solid #ccc;
            overflow: hidden;
            min-height:600px;
        }
        .deed-search{
            font-size:0;
            text-align:center;
            display:none;
        }
        .deed-search input{
            box-sizing:border-box;
            padding-left:20px;
            outline:none;
            border:1px solid #ccc;
            background: #f3f3f3;
            width:240px;
            height:42px;
            line-height:42px;
            font-size: 18px;
            font-family: "Microsoft Yahei";
            vertical-align: middle;
        }
        .deed-search button{
            border:none;
            outline:none;
            background: #b81a02;
            width:110px;
            height:42px;
            color:white;
            font-size:20px;
            vertical-align: middle;
            cursor:pointer
        }
        .deed-search button:active{
            background:#4577bf;
        }
        .deed-item{
            float:left;
            background:#f3f3f3;
            margin-top:20px;
            padding:15px 0;
            height:170px;
        }
        .deed-img,.deed-no-img{
            float:left;
            height:142px;
        }
        .deed-no-img{
            box-sizing: border-box;
            line-height:98px;
            writing-mode: tb-rl;
            font-size:16px;
            color:white;
            text-align:center;
            background:#656565;
        }
        .deed-img img{
            height:100%;
            width:100px;
        }
        .deed-world{
            float:left;
            width:200px;
            padding:0 15px;
        }
        .deed-name{
            padding-bottom:4px;
            font-size:20px;
        }
        .deed-text{
            line-height:20px;
            font-size:12px;
            text-indent:2em;
            font-family: 'Microsoft Yahei';
            text-align:justify;
            white-space: pre-line;
            text-justify:inter-ideograph;
        }
        .deed-text a{
            text-decoration: none;
            color:#b91802;
        }
    