.jqxw-container{
            margin-left:auto;
            margin-right:auto;
            width: 1300px;
        }
        .headImage img{
            width:100%;
            height:150px;
            padding-top:10px;
            
        }
      
        .right-panel{
            float: left;
            width: 100%;
            margin:20px 20px 100px 0;


        }
        .right-panel a{
            color: #000;
            text-decoration: none;
        }
        .right-panel a:hover{
            color: #3CB0FD;
            text-decoration: underline;
        }
        
    .right-bottom{
            width: 110%;
          
            
        }
        .small-panel{
            float: left;
            border: solid 1px lightgray;
            width: 28%;
            height: 400px;
            margin-top: 20px;
            margin-right: 70px;
           
        }
        .small-panel-title{
            display: inline-block;
            width: 100%;
            height: 60px;
            padding-left: 20px;
            border-bottom: solid 1px lightgray;
            padding-top: 15px;

        }
        .more a{
             color:white;
         }
          .more a:hover{
             color:black;
         }
        .small-panel-content ul{
            margin-top:50px;
            color:  #3CB0FD;
            line-height: 50px;
           
        }
        .small-panel-content ul li a{
            color: black;
            text-decoration: none;
        }
        .small-panel-content ul li a:hover{
            color:  #3CB0FD;
            text-decoration:underline;

        }
     