/*V1*/
@charset "utf-8";
@font-face {
    font-family: "ACaslonPro-Regular";
    src: url("../font/fonts/ACaslonPro-Regular.woff2");
}
.logo_main{
    height: 452px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-size: cover;
}
.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.logo_main_navbar{
    padding-top: 25px;
    max-width: 1700px;
    width: 100%;
}

.navbar-dark .logo_main_navbar .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    padding: 0.25rem;
    margin-right: 10px;
    background-color:#ffffff29;
}

.logo img{
    width: 63px;
    height: 54px;
}
.logo div{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.logo_zh_text{
    font-family: fantasy;
    color: #ffffff;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
    font-weight: 600;
}
.logo_en_text{
    font-family: "ACaslonPro-Regular";
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.2px;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.sy_cd_ul{
    color: #ffffff;
}

.xwckgd{
    font-size: 24px;
    color: #5fa4e1;
    float: right;
    text-align: center;
    line-height: 36px;
    font-family: monospace;
    font-weight: 600;
}
.xwckgd:hover{
    color: #3175ae;
}

.collapse.navbar-collapse{
    justify-content: flex-end;
}
.navbar-dark .navbar-nav.sy_cd_ul .nav-link{
    color: #ffffff;
    font-size: 20px;
    padding: 0 1.1vw;
}

.custom-navbar {
    max-width: 1600px;
    margin: 0 auto;
}

.sy_card_title {
    font-size: 48px;
    font-family: "Adobe 黑体 Std R";
    color: #3366cc;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 55px;
    width: 100%;
}

.sy_card_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 105px;
    height: 4px;
    background-color: #3366cc;
    transform: translateX(-50%);
}

.sy_xwdt_title {
    font-size: 30px;
    font-family: "Adobe 黑体 Std R";
    color: #3366cc;
    margin-bottom: 60px;
}

.sy_xwdt_content {
    font-size: 18px;
    font-family: "Adobe 宋体 Std";
    color: #333333;
    margin-bottom: 80px;
    line-height: 36px;
}

.sy_xwdt_button {
    color: #ffffff;
    font-size: 24px;
    width: 130px;
    height: 48px;
    font-family: "Adobe 黑体 Std R";
    background-color: #3366cc;
    border: none;
    /* 去除边框 */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;

}

.sy_xwdt_button:hover {
    background-color: #0056b3;
    /* 悬停色 */
}

.sy_xwdt_button:active {
    background-color: #004494;
    /* 按下时颜色 */
}

.sy_xwdt_imgdiv {
    padding: 0px;
}

.sy_xwdt_imgdiv img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}

.sy_xwdt_maindiv {
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 165px;
}

.gsgg_right_a {
    color: #173F8F;
    display: flex;
    font-size: 24px;
    font-family: 微软雅黑;
    align-items: center;
    padding-top: 70px;
    padding-left: 50px;
}

.gsgg_right_a:hover {
    color: #3464c3;
}


.gsgg_right_a:last-child {
    padding-bottom: 80px;
}

.gsgg_right_a span {
    margin-left: 35px;
}

.sy_select .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.mymain {
    margin-top: 30px;
    margin-bottom: 80px;
}

.gsgg_right_main {
    background: linear-gradient(to bottom right,
    #CEE4FA 0%, /* 左上角 */
    #CEE4FA 0%, /* 右上角 */
    #85B7E9 100%, /* 右下角 */
    #C0DBF7 0% /* 左下角 */
    );
    width: 650px;
    position: relative;
}


.gsgg_left_main {
    width: 1130px;


}

.gsgg_wz_title {
    font-family: "Adobe 黑体 Std R";
    font-size: 24px;
    color: #666666;
}

.gsgg_wz_date {
    font-family: Arial;
    font-size: 24px;
    color: #666666;
    margin-top: 28px;
}

.gsgg_left_wz {
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 132px;
    padding-bottom: 42px;
    border-bottom: 2px solid #BABABA;
    margin-top: 42px;
}

.gsgg_left_wz img{

    width: 433px;
    height: 285px;
    flex-shrink: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}


.gsgg_left_wztext {
    margin-left: 32px;

}


.article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 仿宋;
    font-size: 18px;
    letter-spacing: 2px;
}

.article-list li {
    padding: 12px 0;
    position: relative;
    padding-left: 20px;
}

.article-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 4px;
    background-color: #818181;
    border-radius: 50%;
}



.article-link {
    color: #000000;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 55px;
}

.article-link:hover {
    color: #575757;
}

.article-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
}

.article-title::after {
    content: " ......................................................................................................................................................................................";
    color: #000000;
    letter-spacing: 2px;
    font-family: 微软雅黑;
}

.article-date {
    color: #000000;
    font-size: 0.9em;
    background: white;
    padding-left: 30px;
}


.sy_zfxxgk_content {
    margin: 0 180px
}

.sy_ztzl_item {
    height: 685px;
    width: 390px;
    padding-top: 100px;
    padding-bottom: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
}



.sy_ztzl_img {
    height: 130px;
    width: 130px;
    background-color: #ffffff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
}

.sy_ztzl_title {
    font-size: 36px;
    font-family: "Adobe 黑体 Std R";
    color: #ffffff;
    text-align: center;
    margin-top: 65px;
}

.sy_ztzl_top {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.sy_ztzl_djlj {
    font-size: 30px;
    font-family: 幼圆;
    color: #ffffff;
    border-bottom: 1px solid;
}

.sy_footer_bottom_main {
    padding: 110px 320px 140px 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    flex-direction: row;
    font-size: 18px;
}

.footer_bottom {
    color: #ffffff;
    background-color: #4B4B4B
}

.sy_footer_bottom_main>div {
    display: flex;
    flex-direction: column;
}

.sy_footer_text {
    line-height: 36px;
}


.sy_footer_select {
    display: flex;
    background-color: #97C1EB;
    color: #ffffff;
    max-width: 1110px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.sy_select {
    line-height: 56px;
}

.dropdown.sy_select button {
    font-size: 22px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: inline-block;
    padding: 8px 25px 8px 15px;
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.dropdown-toggle .arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1000;
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #f5f5f5;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.img-container {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    max-width: 100%;
    max-height: 100%;
}

.sy_zfxxgk_cd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 0 150px 30px;
}

.sy_zfxxgk_cditem {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    width: 170px;
    transition: all 0.3s ease;
}

.sy_zfxxgk_cditem:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sy_zfxxgk_cditem.active .img-container img {
    filter:  hue-rotate(277deg) saturate(100%) brightness(100%);

}

.sy_zfxxgk_cdtext {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.bsfw_lb ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0;
}

.bsfw_lb .nav-item {
    position: relative;
    padding: 5px 60px;
    cursor: pointer;
    margin-right: 10px;
    color: #f8f9fa;
    font-size: 22px;
}

.bsfw_lb .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #ffffff;
}

.bsfw_lb .nav-item.active {
    background: #44B862;
    color: white;
}

.bsfw_content .content-item {
    display: none;
    padding: 20px;
    margin-top: 20px;
    margin-left: auto;
    max-width: 1300px;
    border-top-left-radius: 50px;
    margin-right: -15px;
    background: linear-gradient(to bottom right, #173F8F 0%, /* 左上角 */ #194393 0%, /* 右上角 */ #376cbb 100%, /* 右下角 */ #173F8F 0% /* 左下角 */);
}

.bsfw_content .content-item.active {
    display: block;
}

.bsfw_ul {
    margin-left: 330px;
    max-width: 600px;
    list-style: none;
    padding: 0;
}

.bsfw_ul li a {
    padding: 0 15px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0);
    height: auto;
    min-height: 46px;
    display: flex;
    align-items: center;
    word-break: break-word;
    white-space: normal;
    font-size: 22px;
}

.bsfw_ul li a:hover {
    border: 1px solid #ffffff;
}


.myhistory {
    font-family: PingFang SC, "PingFang SC", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #757575;
}

.myhistory a {
    font-weight: 400;
    font-size: 20px;
    color: #757575 !important;
    padding-left: 15px;
    padding-right: 15px;
}

.myhistory a:hover {
    color: #000000 !important;
}

.myhistory span[lay-separator] {
    margin: 0 15px;
}

.myhistory_div {
    display: flex;
}

.myhistory_search {
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
}

.searchdiv {
    display: flex;
}

.lm_cd_item {
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.lm_cd_item img {
    padding-left: 30px;
}

.lm_cd_item_text {
    font-family: "Adobe 黑体 Std R";
    font-size: 30px;
    color: #666666;
    line-height: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
}

.lm_cd {
    background-color: #E3EFFB;
    max-width: 460px;
    width: 100%;

}

.lm_ul_main {
    max-width: 1080px;
    width: 100%;
}

.lm_zcd_main {
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
    display: flex;
    justify-content: flex-end;
}

.lm_zcd_text {
    border-right: 2px solid #000000;
    font-family: 微软雅黑;
    font-size: 22px;
    padding-left: 24px;
    padding-right: 24px;
    color: #666666;
}

.lm_zcd_text.active {
    color: #0056b3;
}

.lm_zcd_text:last-child {
    border-right: none;
}



.ty_article-list {
    list-style: none;
    padding-left: 0px;
    padding-right: 120px;
    padding-top: 55px;
    padding-bottom: 120px;
    margin: 0;
    font-family: 宋体;
    font-size: 16px;
    letter-spacing: 2px;
}

.ty_article-list li {
    padding: 12px 0;
    position: relative;
    padding-left: 20px;
}


.ty_article-link {
    color: #000000;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 55px;
}

.ty_article-link:hover {
    color: #575757;
}

.ty_article-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
}

.ty_article-title::after {
    content: " ......................................................................................................................................................................................";
    color: #000000;
    letter-spacing: 2px;
    font-family: 宋体;
}

.ty_article-date {
    color: #000000;
    font-family: 宋体;
    font-size: 16px;
    padding-left: 30px;
}


.fy_input:focus {
    outline: none;
    border: none;
}

.page_ym {
    display: flex;
    align-items: center;
}

.page_ym a:last-child {
    margin-right: 20px;
    margin-left: 10px;
}

.fy_a {
    color: #666666;
    font-family: 宋体;
    width: 40px;
    line-height: 24px;
    display: block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.fy_a:hover {
    color: #666666;
}

.fy_a_active {
    border: 1px solid #BD1A2D;
    border-radius: 15px;
    color: #BD1A2D;
}

.fy_right {
    font-family: 宋体;
    display: flex;
    align-items: center;
}

.fy_maindiv {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.fy_div {
    display: flex;
    line-height: 40px;
    align-items: center;
}

.fy_button {
    border: 0;
    line-height: 32px;
    width: 50px;
    background: #BD1A2D;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 30px;
}

.fy_button:hover {
    background: #cc4d60;
}

.fy_input {
    height: 30px;
    border: unset;
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
}






.xwmx-title {
    position: relative;
    color: #333333;
    overflow: hidden;
    max-height: 60px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.xwmx-content {
    line-height: 24px;
    color: #666666;
    word-break: break-all;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.xwmx-date {
    font-size: 18px;
    display: block;
    color: #8f8e8e;
    margin-right: 30px;
    line-height: 40px;
    font-family: ui-monospace;
    margin-top: 15px;
    font-weight: 550;
}

.wz-main {
    margin-left: 10px;
}

.wz-div {
    box-shadow: 0 0 10px rgb(75 75 75 / 20%);;
    padding: 25px;
    position: relative;
    margin-bottom: 40px;
    max-width: 1100px;
    font-family: PingFangSC-Medium, PingFang SC;
    padding-bottom: 15px;
}

.wz-div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(234, 234, 234, 0.7);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.wz-div:hover:after {
    width: 100%;
}
.nav-link.search{
    position: relative;
}
.search-popup {
    position: absolute;
    right: 10px;
    margin-top: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 10px;
    display: none;
    z-index: 1000;
    min-width: 300px;
    height: 55px;
}

.search-content {
    display: flex;
    gap: 8px;
    height: 100%;
}
/* 显示搜索框的动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-popup.show {
    display: block;
    animation: fadeIn 0.3s ease-out;
}
.search-content input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 8px;
    outline: none;
    transition: border-color 0.3s;
    height: 100%;
}

.search-content button {
    background: #1890ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0 12px;
    cursor: pointer;
    transition: background 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-arrow {
    position: absolute;
    top: -6px;
    right: 15px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}

.sy_ztzl_main{
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.sy_ztzl_item {
    transition: all 0.3s ease;
}

.sy_ztzl_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.sy_ztzl_img img {
    transition: transform 0.3s ease;
}

.sy_ztzl_item:hover .sy_ztzl_img img {
    transform: scale(1.2);
}

.sy_ztzl_item:hover .sy_ztzl_djlj {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.7);
}

.menu-close-btn {
    display: none;
}

.lm_cd_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 140px;
}

.lm_container {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;

}

.lm_cd_item.active {
    background-color: #4A8BC3;
}
.lm_cd_item.active img,
.lm_cd_item.active .lm_cd_item_text {
    color: #ffffff;
    filter: brightness(0) invert(1);
}


.lm_cd_item:hover {
    background-color: #4A8BC3;
    transition: background-color 0.5s;
}
.lm_cd_item:hover img,
.lm_cd_item:hover .lm_cd_item_text {
    color: #ffffff;
    filter: brightness(0) invert(1);
}


.bsfw_title{
    padding-top: 50px;
    margin-bottom: 90px;
    color: #ffffff;
}

.sy_card_title.bsfw_title::after {
    background-color: #ffffff;
}
.bsfw_lb {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}


/*文章样式开始----------------------------------------------------------------------------------------------------------------*/

.wztool i{
    color: #087ac5
}
.wztool span {
    border: 1px solid #979797;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}
.wztool span:hover {
    background: rgba(218, 218, 218, 0.64);
}
.article-box{
    padding-top: 20px;
    padding-right: 220px;
    padding-left: 220px;
}
.wztool{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.wzmx-title{
    padding: 15px 40px;
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
    color: #333;
}
.wzmx-info{
    font-size: 16px;
    color:  #027; ;
}
.option {
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px 120px;
    line-height: 30px;
    color: #ccc;
    transition: all .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}





.jfontsize a {
    float: left;
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    margin: 0 4px;
    padding: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url(../img/jfont.png);
    background-repeat: no-repeat;
}

#jfontsize-p2 i {
    background-position: 0 0;
}

#jfontsize-m2 i {
    background-position: -24px 0;
}

#jfontsize-d2 i {
    background-position: -48px 0;
}

a#jfontsize-p2:hover i {
    background-position: 0 -24px;
}

a#jfontsize-m2:hover i {
    background-position: -24px -24px;
}

a#jfontsize-d2:hover i {
    background-position: -48px -24px;
}
.bshare-custom.share .bshare-sinaminiblog {
    background: url(../img/wb.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.bshare-custom.share .bshare-weixin {
    background: url(../img/wx.png) center no-repeat !important;
    background-size: 32px auto !important;
}

.bshare-custom a {
    float: left;
    width: 32px !important;
    line-height: 32px !important;
    height: 32px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}

.bshare-custom.share .bshare-qzone{
    background: url(../img/qzone.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.font_share{
    display: flex  ;
    align-content: center;
    align-items: center;
}
.bshare-custom.share a{
    margin-left: 10px;
}
.jfontsize a{
    margin-right: 5px;
}
/*文章样式结束----------------------------------------------------------------------------------------------------------------*/

/*自适应开始----------------------------------------------------------------------------------------------------------------*/

@media screen  and (max-width: 1599px) {

    /* 专业导航栏设计 */
    .lm_zcd_main {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        margin-right: 20px;
    }
    .xwckgd{
        margin-right: 5%;
    }
    .lm_zcd_text {
        font-size: 20px;
        padding: 8px 10px;
        margin: 0 5px;
        border-radius: 20px;
        color: #4a5568;
        font-weight: 500;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        border: none;
    }

    .lm_zcd_text:hover,
    .lm_zcd_text.active {
        color: #2b6cb0;
        background: rgba(66, 153, 225, 0.1);
        transform: translateY(-2px);
    }

    .lm_zcd_text:active {
        transform: translateY(0);
    }

    .lm_zcd_text::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #4299e1;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .lm_zcd_text:hover::after,
    .lm_zcd_text.active::after {
        width: 60%;
    }

    .lm_zcd_text:last-child {
        margin-right: 0;
    }
}


/*分辨率1440*/
@media screen and (max-width: 1439px) {


    .article-box {
        padding-right: 14vw;
        padding-left: 14vw;
    }

    .bsfw_lb {
        margin-left: auto;
        margin-right: auto;
    }
    .sy_footer_bottom_main {
        padding: 80px 200px 100px 200px;
    }

    .logo_en_text {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0.1px;
    }
    .logo_zh_text {
        font-size: 27px;
        line-height: 48px;
    }

    .logo div {
        margin-left: 20px;
    }
    .navbar-dark .navbar-nav.sy_cd_ul .nav-link {
        padding: 0 0.6vw;
    }

    .sy_xwdt_maindiv {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .sy_xwdt_title {
        margin-bottom: 30px;
    }
    .sy_xwdt_content {
        margin-bottom: 30px;
    }


    .gsgg_left_wz {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .sy_zfxxgk_cd {
        margin: 0 60px 30px;
    }

    .sy_ztzl_title {
        font-size: 28px;

    }

    .sy_ztzl_djlj {
        font-size: 20px;
    }
    .sy_ztzl_item {
        height: 550px;
        width: 100%;
    }

    .sy_zfxxgk_content {
        margin: 0 80px;
    }
}

/*! CSS Used from: https://zrzyhgh.wuhan.gov.cn/material/webfile/ghzx/css/submain1600.css */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .wz-main {
        margin-left: 8vw;
    }

    .wz-div {
        margin-right: 2vw;
    }

    .lm_ul_main {
        width: calc(100vw - 460px);
        max-width: 1080px;
    }

    .ty_article-list {
        padding-right: 5vw;
    }

    /* 新增中等屏幕卡片式菜单样式 */
    .lm_cd {
        max-width: 460px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 20px;
        background-color: transparent;
    }

    .lm_cd_item {
        width: 100%;
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        background-color: #f5f5f5;
        border-radius: 8px;
        transition: all 0.3s ease;
        min-height: auto;
        justify-content: center;
    }

    .lm_cd_item:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .lm_cd_item img {
        width: 40px;
        height: 40px;
        padding: 0;
        margin-bottom: 15px;
    }

    .lm_cd_item_text {
        font-size: 20px;
        line-height: 1.4;
        white-space: normal;
        padding: 0;
    }
}


/*分辨率12000*/

/*! CSS Used from: https://zrzyhgh.wuhan.gov.cn/material/webfile/ghzx/css/submain1200.css */
@media (max-width: 1200px) {
    .option {
        padding: 15px 60px;
    }

    .article-box {
        padding-right: 5vw;
        padding-left: 5vw;
    }


    .sy_zfxxgk_cdtext {
        font-size: 20px;
    }

    /* 公告栏卡片式布局 */
    .gsgg_right_main {
        background: none;
        padding: 15px;
    }

    .gsgg_right_main .d-flex {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
    }

    .gsgg_right_a {
        flex-direction: column;
        align-items: center;
        padding: 20px !important;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        text-align: center;
        margin: 0 !important;
    }

    .gsgg_right_a:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        background: #f8f9fa;
    }

    .gsgg_right_a img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        margin-left: 0 !important;
    }

    .gsgg_right_a span {
        margin-left: 0 !important;
        font-size: 18px;
        color: #3366cc;
    }

    .lm_cd_main {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 60px;
    }

    .lm_cd {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
        padding: 15px;
    }

    .lm_cd_item {
        width: 100%;
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 15px;
        background-color: #f5f5f5;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .lm_cd_item:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .lm_cd_item img {
        width: 40px;
        height: 40px;
        padding: 0;
        margin-bottom: 10px;
    }

    .lm_cd_item_text {
        font-size: 18px;
        line-height: 1.4;
        white-space: normal;
        padding: 0;
    }
    .menu-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        font-size: 24px;
        color: #3366cc;
        cursor: pointer;
        z-index: 10001;
    }

    .navbar-dark .navbar-nav.sy_cd_ul {
        width: 100%;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .navbar-dark .navbar-nav.sy_cd_ul .nav-link {
        color: #3366cc;
        font-size: 18px;
        padding: 12px 15px;
        margin: 5px 0;
        border-radius: 4px;
        transition: all 0.3s ease;
        display: block;
    }

    .navbar-dark .navbar-nav.sy_cd_ul .nav-link:hover {
        background-color: #f0f7ff;
        color: #1a4b9b;
        transform: translateX(5px);
    }

    .navbar-dark .navbar-nav.sy_cd_ul .nav-link:active {
        background-color: #e0edff;
    }

    #sycd {
        position: fixed;
        flex-direction: column;
        right: -300px;
        top: 0;
        height: 100vh;
        width: 300px;
        background-color: #f8f9fa;
        z-index: 10000;
        transition: right 0.3s ease;
        box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
    }

    #sycd.show {
        right: 0;
    }


    .sy_ztzl_item {
        margin-bottom: 30px;
    }

    .gsgg_right_main {
        width: 100%;
    }
    .fy_maindiv {
        justify-content: center;
    }

    .fy_div {
        align-items: center;
        flex-direction: column;
    }

    .layui-nav .layui-nav-item a.nav-link.search {
        display: none;
    }

    .mynav .layui-nav-item:hover>div {
        display: none;
    }
    .wz-div {
        margin-top: 40px;
        width: 90%;
        margin-left: 5%;
    }

    .wz-main {
        margin-left: unset;
    }

    .sy_xwdt_maindiv {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .gsgg_left_wz{
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .sy_zfxxgk_cd {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        margin: 0 5vw 30px;
    }
    .sy_zfxxgk_content{
        margin: 0 2vw;
    }

}

@media (max-width: 992px) {

    .article-box {
        padding-right: 2vw;
        padding-left: 2vw;
    }
    .myhistory_search {
        flex-direction: column;
    }

    .myhistory,.myhistory a {
        font-size: 16px;
    }

    .lm_cd_item {
        width: 100%;
        justify-content: center;

    }
    .searchdiv{
        margin-top: 10px;
    }
    .sy_footer_bottom_main {
        padding: 50px 100px 70px 100px;
    }

    .article-list li::before,.article-title::after  {
        display: none;
    }

    .article-list li {
        display: flex;
        flex-direction: column;
        padding: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
        transition: box-shadow 0.3s ease;
    }

    .article-list li:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .article-link {
        margin-left: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .article-title {
        width: 100%;
        white-space: normal;
        margin-bottom: 8px;
    }

    .article-date {
        align-self: flex-end;
        margin-top: 5px;
        padding-left: 0;
    }
    .sy_ztzl_title{
        margin-top: 30px;
    }

    .bsfw_lb .nav-item:not(:last-child)::after{
        display: none;
    }
    .dropdown.sy_select button {
        font-size: 16px;
    }

    .bsfw_lb .nav {
        flex-wrap: wrap;
        gap: 10px;
    }
    .bsfw_lb .nav-item {
        width: calc(50% - 5px);
        padding: 5px 40px;
        text-align: center;
        margin-right: 0px;
        font-size: 16px;
    }

    .bsfw_ul {
        margin-left: 5vw;
    }

    .bsfw_ul li a{
        height: auto;
        min-height: 46px;
        display: flex;
        align-items: center;
        padding: 8px 15px;
        word-break: break-word;
        white-space: normal;
        font-size: 16px;
    }

    .sy_ztzl_item {
        padding-top: 30px;
        padding-bottom: 20px;
        height: 350px;
    }
    .gsgg_left_wz {
        display: flex;
        flex-direction: column;
    }
    .gsgg_wz_title {
        font-size: 20px;
        margin-top: 15px;
    }

    .gsgg_wz_date {
        font-size: 20px;
        margin-top: 15px;
    }

    .sy_footer_select {
        flex-direction: column;
        max-width: 100%;
        padding: 15px;
        border-radius: 0;
        margin: 0;
    }
    .sy_select {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
}

@media (max-width: 768px) {

    .sy_zfxxgk_cdtext {
        font-size: 18px;
    }
    .gsgg_left_wztext {
        margin-left: 0px;
    }

    .lm_zcd_main {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
        border-bottom: none;
        width: 90%;
        margin: 0 auto;
    }

    .lm_zcd_text {
        font-size: 15px;
        font-weight: 600;
        padding: 12px 15px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
        box-sizing: border-box;
        transition: all 0.3s ease;
        margin-bottom: 8px;
        color: #333;
        background-color: rgba(245, 245, 245, 0.7);
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .lm_zcd_text:hover {
        background-color: #e0e0e0;
        transform: translateX(5px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .lm_zcd_text:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    /* 文章列表卡片式优化 */
    .ty_article-list {
        padding: 15px;
    }

    .ty_article-list li {
        padding: 15px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }

    .ty_article-list li:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transform: translateY(-2px);
    }

    .ty_article-link {
        flex-direction: column;
        margin-left: 0;
    }

    .ty_article-title {
        white-space: normal;
        word-break: break-word;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.5;
    }

    .ty_article-title::after {
        display: none;
    }

    .ty_article-date {
        align-self: flex-end;
        padding-left: 0;
        color: #666;
        font-size: 14px;
    }

    .logo_main_navbar{
        padding-top: 10px;
    }

    .sy_footer_bottom_main {
        padding: 30px 20px 50px 20px;
        flex-direction: column;
        gap: 20px;
    }

    .sy_footer_bottom_main>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logo {
        margin-right: 0;
    }
    .logo_main {
        height: auto !important;
        padding: 15px 0;
    }
    .logo_zh_text {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    .logo_en_text {
        font-size: 10px !important;
        letter-spacing: 0.4px;
        display: none;
    }
    .logo img {
        scale: 0.7;
    }

    .logo div {
        margin-left: 5px;
    }
    .sy_card_title {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }
    .sy_xwdt_title {
        font-size: 22px !important;
        margin-bottom: 30px !important;
    }
    .sy_xwdt_content {
        font-size: 16px !important;
        margin-bottom: 40px !important;
        line-height: 28px;
    }

    .xwmx-title,.xwmx-content,.xwmx-date {
        font-weight: 500;
    }

    .wzmx-title{
        font-size: 20px;
    }

    .option {
        padding: 15px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wzmx-info {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .wzmx-info .hidden-xs{
        display: none;
    }
    .font_share {
        width: 100%;
        justify-content: space-between;
    }

    .jfontsize,
    .bshare-custom.share {
        margin: 5px 0;
    }

    .jfontsize a,
    .bshare-custom.share a {
        margin: 0 5px;
    }

    .sy_zfxxgk_cditem {
        width: 45%;
    }

}


