a:hover{
            text-decoration: none;
        }
        .caseCent-right{
            width: 890px;
            float: right;
            margin-top: 50px;
            /*background: darkgray;*/
        }
        .caseCent-right h5{
            display: inline-block;
            width:49%;
            font-size: 16px;
            color: #4a4a4a;
        }
        .caseCent-right h5>span{
            font-size: 14px;
            color: #2c3a91;
        }
        .caseCent-right h5.caseRight-topBT{
            font-size: 20px;
            color: #2c3a91;
            text-align: right;
        }
        .caseCent-right .caseRight-topBT font{
            font-size: 16px;
            font-weight: bold;
            padding-left: 8px;
            color: #acacac;
        }
        hr{
            margin-top:0;
            margin-bottom: 20px;
            border: 0;
            border-top: 3px solid #41A4E6;
        }
        .caseCent-right .caseRightAge{
            width: 900px;
            padding: 20px 4px 20px 4px;
            background-color: #f8f8f8;
        }
        .caseCent-right .caseRightAge:after{
            content:'';
            display: block;
            clear: both;
        }
        p{margin: 0;}
        ul{
            list-style: none;
            margin: 0;
            padding:0;
        }
        .showPagePaging{
            margin: 50px auto;
        }
       #download{
           background-color: #f5f5f5;
       }
        #download>.down_table{
            border: 1px solid #ddd;
            width: 90%;
            margin: 0 auto;
        }
        #download tr{
             height: 60px;
            border-bottom: 1px dotted #ddd;
        }
        #download td{
            padding: 10px;
        }
        #download tr>td:last-child{
            text-align: right;
        }
        #download td:first-child>a{
            color:#808080;
        }
        #download td:last-child>a>i{
            margin-left: 5px;
        }
        #download td:first-child>a:hover{
            color: #337ab7;
        }