.files{
    text-align: left;
    padding: 20px 0;
}
.files li{
    display: block;
    width: 100%;
    color: #333;
}
.files li a{
    color: #333;
    font-size: 15px;
}
.files li span{
    background-color: rgb(221,221,221);
    width: 150px;
   font-size: 15px;
}
.content_article {
    background-color: #fff;
    padding: 26px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.content_right {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    width: 920px;
}

.content_article ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-basis: auto;
}

.Breadcrumbs ul {
    display: flex;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}

.Breadcrumbs ul a {
    color: rgba(0, 0, 0, 1);
}

.article_content h4  {
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 32px 0;
}
.article_content h5 {
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 32px 0;
}
.article_content h7 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px;
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 23.5px;
    width: 326px;
    height: 47px;
    padding-left: 15px;
}

.select-box {
    margin-right: 8px;
    font-size: 14px;
    color: rgba(124, 124, 124, 1);
}

.select-box select {
    font: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.icon-dropdown {
    width: 10.2px;
    height: 5.9px;
    background: rgba(21, 21, 21, 1);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin-right: 18px;
    transform: rotate(180deg);
}

.search-box {}

.search-container input {
    font-size: 14px;
    width: 150px;
    z-index: 999;
}

.search-container input::placeholder {
    font-size: 14px;
    color: rgba(124, 124, 124, 1);
}

.icon-search {
    width: 31px;
    height: 31px;
    background: url('/assets/img/serach.png') center/cover no-repeat;
    /* Replace 'search-icon.png' with your actual image URL */
    cursor: pointer;
}

.j_select {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    background: #fff;
    display: inline-block;
}

.j_select .current_select {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    /* border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ccc; */
    outline: none;
}

.j_select .current_select .select_icon {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

.j_select ul {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 2px;
    display: none;
    box-shadow: 1px 1px 2px #ccc;
    background: #fff;
    position: absolute;
    width: calc(100% - 2px) !important;
    min-width: 70px;
    max-height: 302px;
    overflow: auto;
    outline: none;
    z-index: 99 !important;
}

.j_select ul li {
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-indent: 1em;
    list-style: none;
}

.j_select ul li:hover {
    background: rgba(31, 76, 194, 1);
    color: #fff;
    cursor: default;
}

.j_select ul li.current_item {
    background: rgba(31, 76, 194, 1);
    color: #fff;
    cursor: default;
}

.page_select {
    width: 100px;
    height: 25px;
    line-height: 25px;
    position: relative;
    display: inline-block;
}


/*checkbox选中显示option*/

.page_select #page_tt:checked+label+.page_option {
    display: block;
    width: 150px;
}

.page_select .page_tt {
    text-align: center;
    padding-right: 30px;
    border-radius: 12px;
    color: rgba(0, 0, 0, 1);
    display: block;
    font-size: 14px;
    width: 100px;
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 显示省略号来表示被截断的文本 */
}

.page_select .page_option {
    background: #fff;
    overflow: hidden;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
}


/*option的定位*/

.page_select label.sizenum {
    display: flex;
    flex-direction: column;
    align-items: left;
    font-size: 14px;
    padding: 2px 10px;
}


/*option hover的状态*/

.page_select label.sizenum:hover {
    background-color: rgba(31, 76, 194, 1);
    color: #fff;
}

.page_select input[type="radio"],
.page_select input[type="checkbox"] {
    display: none;
}


/*option选中的状态*/

.page_select input[type="radio"]:checked+label {
    background: #dddddd;
    color: #444444;
}

.sizenum:hover {
    background-color: rgba(31, 76, 194, 1);
}

.class17 {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.class17 label {
    font-size: 18px;
    font-weight: bold;
}

.img_list {
    float: right;
    width: 100%;
}

.img_list .img_1 {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.img_list img {
    width: 273px;
    height: 209px;
}

.img_list .img_border {
    border: 1px solid rgba(234, 234, 234, 0.67);
    padding: 12px;
    margin-right: 10px;
}

.cus_class a {
    font-size: 20px;
    color: rgba(1, 47, 167, 1);
}

.cus_class {
    margin-bottom: 10px;
}
.article_content .zhizhi{
    /*width: 100%;*/
    margin: 10px 0;
}
.zhizhicontent{
   display:  flex;
    flex-flow:  column;
    justify-content: center;
    align-items:  center;
    padding-top: 20px;
}
.content_mobile{
    display:  flex;
    flex-flow:  column;
    justify-content:  center;
    align-items:  center;
    flex-direction: row;
    padding: 250px 0;
}
.content_mobile img{
    width: 54px;
    height: 53px;
    margin-right: 16px;
}
.content_mobile span{
    color: rgba(136, 136, 136, 1);
    font-size: 16px;
}
.content_mobile p{
    font-size: 36px;
    color: rgba(52, 52, 52, 1);
}
@media screen and (min-width:1201px) {
    .content_article .nav_left ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        font-size: 15px;
        background-color: rgba(226, 226, 226, 1);
        width: 100%;
        margin-bottom: 1px;
    }
    .content_article .nav_left ul li a {
        color: rgba(21, 21, 21, 1);
        display: block;
        width: 100%;
        height: 100%;
        flex: 1 1 0%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content_article .nav_left ul li:hover {
        background-color: rgba(1, 47, 167, 1);
    }
    .content_article .nav_left ul li a:hover {
        color: #fff;
    }
    .content_article .nav_left ul li .cur {
        background-color: rgba(1, 47, 167, 1);
        color: #fff;
    }
    .content_article .nav_left ul li:first-child {
        width: 242px;
        height: 80px;
        background: linear-gradient(to top right, rgba(1, 47, 167, 1) 50%, rgba(31, 76, 194, 1)50%);
        color: #fff;
        font-size: 24px;
    }
    .nav_left {
        margin-right: 38px;
    }
    .con_title {
        padding: 14px 4px;
        border-bottom: 1px solid rgba(225, 225, 225, 1);
    }
    .con_title span {
        font-size: 20px;
        color: rgba(0, 0, 0, 1);
        font-weight: bold;
        border-left: 5px solid rgba(1, 47, 167, 1);
        padding: 0 4px;
    }
    .content {
        display: block;
    }
    .m_index {
        display: none;
    }
    #szyw_list img{max-width:920px;}
}

@media screen and (max-width:1201px) {
    
    .article_content *{
        width: 90% !important;
    }
    #szyw_list img{width:100%;}
    .article_content .zhizhi{
    width: 100%;
    margin: 10px 0;
}
    .swiper-container {
        display: none;
    }
    .pagination p {
        margin: 0;
        cursor: pointer
    }
    .pagination {
        height: 40px;
        padding: 20px 0px;
    }
    .pagination a {
        display: block;
        float: left;
        margin-right: 10px;
        height: 39px;
        border: 1px #cccccc solid;
        background: #fff;
        text-decoration: none;
        color: #808080;
        font-size: 12px;
        line-height: 39px;
        text-align: center;
        padding: 0 15px;
    }
    .pagination a:hover {
        color: rgba(0, 34, 140, 1);
        background: white;
        border: 1px rgba(0, 34, 140, 1) solid;
    }
    .pagination a.cur {
        border: 1px #cccccc solid;
        background: rgba(0, 34, 140, 1);
        color: #fff;
        height: 39px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 39px;
    }
    .pagination p {
        float: left;
        font-size: 12px;
        height: 39x;
        line-height: 39px;
        color: #bbb;
        border: 1px #ccc solid;
        background: #fcfcfc;
        margin-right: 8px;
        padding: 0 15px;
    }
    .pagination p.pageRemark {
        border-style: none;
        background: none;
        margin-right: 0px;
        padding: 4px 0px;
        color: #666;
    }
    .pagination p.pageRemark b {
        color: red;
    }
    .pagination p.pageEllipsis {
        border-style: none;
        background: none;
        padding: 4px 0px;
        color: #808080;
    }
    .dates li {
        font-size: 14px;
        margin: 20px 0
    }
    .dates li span {
        float: right
    }
    .content {
        display: none;
    }
    .m_index {
        display: block;
    }
    .mobile_cue_title{
        display: block;
        text-align: center;
        background-color: #fff;
        padding: 2rem 0;
        font-size: 2rem;
    }
    .mobile_cue_content p img{
        width: 100%;
    }
    .tab .hitom .list li .cur{
        background-color: rgba(1, 47, 167, 1);
    color: #fff;
    }
    .files{
        text-align: left;
        padding: 1rem 0;
    }
    .files li{
        display: block;
        width: 100%;
        color: #333;
    }
    .files li a{
        color: #333;
        font-size: 1rem;
    }
    .files li span{
        background-color: rgb(221,221,221);
        width: 150px;
       font-size: 1rem;
    }
}