    /**/
    .azyd_hide{
        display: none;
    }

    .azyd_content_postion{
        width: 100%; border-bottom: 1px solid #4ab344;margin: 15px 0 15px;height: 25px;font-size: 14px;
    }
    .azyd_menu_span > a,
    .azyd_menu_span > a:hover{
        color: #333;
        text-decoration: none;
    }
    .azyd_content{
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        font: initial;
    }
  
    .azyd_content_left{
        width: 70%;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        padding-bottom: 30px;
    }
    .azyd_content_left .table-default{
        border-collapse: separate; /* 关键 */
        border-spacing: 2px; /* 单元格间距，调这个值控制空隙大小 */
    }
    .azyd_content_left .table-default th,
    .azyd_content_left .table-default td
    {
        border: 1px solid #000; /* 给每个单元格加边框 */
    }
    
    .azyd_content_left_item_page{
        padding: 5%;
    }
    .azyd_content_left a{
        color: #333;
        text-decoration: none;
    }
    .azyd_content_left h3{
        font-size: 20px;
        margin-bottom: 10px;
        color: #666;
    }
    .azyd_content_left h6{
        display: block;
        font-size: 0.67em;
        margin-block-start: 2.33em;
        margin-block-end: 2.33em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
    }
    .azyd_content_right{
        width: 27%;
        float: right;
        position: relative;
        right: 0;
        padding: 10px 0px 0px 30px;
    }
    .azyd_content_left_item_content > p{
        margin-bottom: 10px !important;
        line-height: 30px;
    }
    .azyd_content_left_item_content > li{
        margin-left: 28px;
        list-style: disc;
    }
    .azyd_content_menu_all >span,
    .azyd_content_menu_item > a,
    .azyd_content_menu_item > span{
        display: block;
        font-size: 16px;
        line-height: 24px;
        background: url(/public/static/picture/arr2.png) 0 14px no-repeat;
        padding: 6px 0 5.5px 18px;
        text-decoration: none;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
    }
    .azyd_content_menu_all >span:hover,
    .azyd_content_menu_item > a:hover,
    .azyd_content_menu_item > spana:hover {
        color: #1e50ae;
        cursor: pointer;
        text-decoration: none;
    }
    .azyd_content_menu_head{
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 18px;
        border-bottom: 1px solid #e8e8e9;
        color: #333;
    }
    .azyd_content_left_item_title{
        font-size: 36px;
        color: #333;
        line-height: 36px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .azyd_content_left_item_content{
        line-height: 30px;
        font-size: 16px;
        color: #666;
        height: 100vh;
        overflow-y: scroll;
    }
    .azyd_content_left_item_page_num{
        text-align: center;
        margin-top: 30px;
    }
    .azyd_content_left_item_page_num > span{
        padding:4px 5px;
        font-size: 13px;
        min-width: 30px;
        border-radius: 2px;
        margin: 0 5px;
        display: inline-block;
        font-weight: 500;
        text-align: center;
        height: 28px;
    }
    .azyd_content_left_item_page_num_active{
        background-color: #409eff;
        color: #606266;
        cursor: pointer;
    }
    .azyd_content_left_item_page_num_inactive{
        background-color: #f4f4f5;
        cursor: pointer;
        color: #606266;
    }
    .page_disable{
        color: #c0c4cc;
        cursor: not-allowed;
    }
    .azyd_language{
        cursor: pointer;color: #666;font-style: normal;
    }
    .azyd_language:hover{
        cursor: pointer;color: #4ab344;font-style: normal;
    }
    

    /*列表*/
    .azyd_i{
        width: 40px;
        display: inline-block;
        text-align: center;
        font-style: normal;
        list-style: none;
        color: #fff;
        float: none;
    }
    .azyd_span{
        text-align: right;
        line-height: 60px;
        color: #fff;
    }
    .azyd_span a{
        text-align: right;
        line-height: 60px;
        color: #fff;
        text-decoration: none;
    }
    .azyd_span a:hover {
        color: #1e50ae;
        cursor: pointer;
        text-decoration: none;
    }
    .azyd_sort_ul{
        padding: 3.3% 0;
        width: 1200px;
        margin: 0 auto;
        display: flex; flex-wrap: wrap; height: auto; 
    }
    .azyd_sort_li{
        width: 16.6%;
        line-height: 25px;
        font-size: 14px;
        float: left;
        padding-left: 20px;
    }
    .azyd_sort_box{
        padding: 30px 0 0;
        height: 480px;
        background: #fff;
        text-align: center;
        transition: all 0.3s ease;
    }
    .azyd_sort_box:hover
    {
        box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
        transform: translate3d(0, -2px, 0);
    }

    .azyd_sort_box h2{
        line-height: 61px;
        font-size: 20px;
        color: #333;
        background: url(/public/static/picture/linebg2.gif) bottom no-repeat;
    }
     .azyd_sort_box > dl > dd
    {
        line-height: 25px;
        font-size: 14px;
        background: url(/public/static/picture/linebg2.gif) bottom no-repeat;
    }
     .azyd_sort_box > dl > dd:hover
    {
        line-height: 25px;
        font-size: 14px;
        background-color: #f4f4f4;
    }
     .azyd_sort_box > dl > dd >a
    {
        line-height: 25px;
        font-size: 14px;
        display: block;
        padding: 5px 0;
        color: #333;
        text-decoration: none;
    }
     .azyd_sort_box > dl > dd >a:hover
    {
        line-height: 25px;
        font-size: 14px;
        display: block;
        padding: 5px 0;
        color: #1e50ae;
        text-decoration: none;
    }
    