
        .main-left{
            float:left;
            width:260px;
        }
        .tab-title{
            cursor:pointer;
        }
        .main-right{
            float:right;
            width:720px;
        }
        .martyr-box{}
        .martyr-box-top{
            padding-bottom:12px;
            height:54px;
            border-bottom:1px solid #ccc;
            text-align:center;
        }
        .martyr-total{
            float:left;
            position: relative;
            top:11px;
            border:1px solid #ccc;
            border-bottom-color:white;
            padding:0 18px;
            height:42px;
            line-height:42px;
            font-size:18px;
            font-weight:bold;
        }
        .martyr-search{
            float:right;
            font-size: 0;
            display:none;
        }
        .martyr-search input{
            box-sizing:border-box;
            padding-left:20px;
            outline:none;
            border:1px solid #ccc;
            background: #f3f3f3;
            width:240px;
            height:42px;
            font-size: 18px;
            font-family: "Microsoft Yahei";
            vertical-align: middle;
        }
        .martyr-search button{
            border:none;
            outline:none;
            background: #b81a02;
            width:110px;
            height:42px;
            color:white;
            font-size:20px;
            vertical-align: middle;
            cursor:pointer
        }
        .martyr-search button:active{
            background:#4577bf;
        }
        .martyr-box-row{
            padding:20px 0;
            border-bottom:1px solid #ccc;
            font-size:0;
        }
        .martyr-row-title{
            padding-bottom:14px;
            font-size:12px;
            color:#aa230b;
        }
        .martyr-box-row a{
            display: inline-block;
            width:12.5%;
            padding:2px 0;
            font-size:14px;
            text-align: center;
            cursor:pointer;
        }
        .martyr-box-row a:hover{
            color:#b81a02;
        }
    