* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: ' '; */
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {  
/* 产品样式2 */
    .ml_download li {
        padding: 15px 0;
        border-bottom: 1px dashed #ccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ml_download li i {
        font-size: 40px !important;
        color: var(--main-color);
    }
    .ml_download li img {
        width: 55px;
    }   
	.loadnow {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 15px;
    }
    .d_center {
        flex: 1;
        padding: 0 20px;
    }
    .d_center a {
        display: block;
        font-size: 15px;
        color: #303133;
        margin-bottom: 7px;
    }
    .d_center span {
        font-size: 14px;
        color: #444;
        display: inline-block;
        margin-right: 5px;
    }
    .ml_
    /* 选中栏目颜色 */
    .selected_color {
       border-bottom: 1px solid #ffffff;
         color: #0058aa;       height: 55px; line-height: 55px;
    }
    .left_inside {
        /* max-width: 1200px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .left_inside_left {
        width: 250px;background-color: #fafdff;
    }
    .left_inside_right {
        flex: 1;
        padding-left: 40px;
    }
    .left_inside_left strong {
        height: 60px;
        padding-left: 20px;
        background-color: #0058aa;
        display: block;
        width: 100%;
        line-height: 60px;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 20px;
    }

	    .left_inside_left ul{
    
        padding-top: 15px;
      
   
    }

	    .left_inside_left ul li  {
        display: block;   border-bottom: 1px solid #ffffff;
        height: 55px; line-height: 55px;
      
   
    }
    .left_inside_left ul li a.selected_color {
        display: block;   border-bottom: 1px solid #ffffff;
        height: 55px; line-height: 55px;
        margin-top: 3px;
        padding-left: 20px;
        font-size: 20px;
        color: #0058aa; 
    }

	    .left_inside_left ul li a {
        display: block;   border-bottom: 1px solid #ffffff;
        height: 55px; line-height: 55px;
        margin-top: 3px;
        padding-left: 20px;
        font-size: 20px;
        color: #231815; 
    }
    .left_inside_left ul li a:hover { 
        color: #0058aa
    }
    .left_inside_right_top {
        font-size: 16px;
        color: #000000;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #ededed;
    }
 
    .left_inside_right_con {
        padding: 2px 0;
    }
    .left_inside_right_con .title {
        display: none;
    }
}

@media only screen and (max-width: 996px) {
      .ml_download li {
        padding: 15px 0;
        border-bottom: 1px dashed #ccc;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .ml_download li i {
        color: var(--main-color);
        font-size: 25px !important;
    }
    .ml_download li img {
        width: 30px;
    }
	.loadnow {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 15px;
        margin-top: 10px;
    }
    .d_center {
        flex: 1;
        padding: 0 20px;
    }
    .d_center a {
        display: block;
        font-size: 15px;
        color: #303133;
        margin-bottom: 7px;
    }
    .d_center span {
        font-size: 14px;
        color: #444;
        display: inline-block;
        margin-right: 5px;
    }
	/* 选中栏目颜色 */
    .selected_color {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .left_inside {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .left_inside_left {
        width: 100%;
        position: sticky;
        top: 60px;
        background-color: var(--main-color-white);
        z-index: 80;
    }
    .left_inside_right {
        width: 100%;
        margin-top: 10px;
    }
    .left_inside_left strong {
        height: 60px;
        padding-left: 20px;
        background-color: var(--main-color);
        display: block;
        width: 100%;
        line-height: 60px;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 20px;
    }
    .left_inside_left ul li a {
        display: block;
        height: 40px;
        margin-top: 3px;
        line-height: 40px;
        padding-left: 20px;
        font-size: 14px;
        color: var(--main-color-fontColor);
        background-color: #eeeeee;
    }
    .left_inside_left ul li a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .left_inside_right_top {
        font-size: 24px;
        color: var(--main-color);
        position: relative;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed;
    }
    .left_inside_right_top::after {
        position: absolute;
        width: 90px;
        height: 2px;
        content: '';
        bottom: -1px;
        left: 0;
        background-color: var(--main-color);
    }
    .left_inside_right_con {
        padding: 2px 0;
    }
}