.g_layout {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.g-part1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    zoom: 1;
}
.m-part1Left {
    width: 710px;
    float: left;
    margin-right: 36px;
}

/*我要找政策*/

.m-part1Right {
    float: left;
    width: 450px;
}

.right_news {
    /*background: url(/uiFramework/commonResource/image/2024030614485343283.png);*/
    border: 1px solid #dcdcdc;
}

.find_policy h2 {
    background: #dcdcdc;
    height: 90px;
    width: 100%;
    text-align: center;
    font-size: 46px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 26px;
}

.policy_hd {
    width: 346px;
    margin-left: 92px;
    overflow: hidden;
    margin-bottom: 26px;
}

.policy_hd h3 {
    float: left;
    width: 93px;
    text-align: center;
    border-bottom: 2px solid #d1d1d1;
    font-size: 24px;
    font-weight: 400;
    color: #d1d1d1;
    margin-right: 80px;
    padding-bottom: 11px;
    cursor: pointer;
}

.policy_hd h3.cur {
    border-bottom: 2px solid #bc1a2d;
    color: #bc1a2d;
}

.policy_bd {
    width: 320px;
    margin: 0 auto;
}

.policy_bd_box {
    display: none;
}

.policy_bd_box .policy_box {
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    color: #ccc;
    font-size: 18px;
    padding: 0 20px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #d1d1d1;
}

.policy_bd_box .policy_box span {
    display: inline-block;
    width: 200px;
    color: #000;
    padding-left: 40px;
    background: url(/uiFramework/commonResource/image/2024030614491352710.png) right center no-repeat;
    cursor: pointer;
}

.policy_bd_box .policy_box span.cur {
    background: url(/uiFramework/commonResource/image/2024030614570517048.png) right center no-repeat;
}

.policy_bd_box ul {
    position: absolute;
    left: -1px;
    top: 50px;
    z-index: 100;
    height: 172px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #000;
    width: 318px;
    text-align: center;
    display: none;
}

.policy_bd_box ul li {
    font-size: 16px;
    line-height: 2em;
    padding: 0 10px;
    cursor: pointer;
}

.policy_bd_box ul li:hover {
    background: #f0f0f0;
}

.btn_find {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #a91728;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 28px;
}

.category_search_box {
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    background: #fff;
    font-size: 14px;
    color: #666;
}

.category_search_box .category_search_item {
    float: left;
    width: 70px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.category_search_box .category_search_item span {
    display: block;
    background: url(/uiFramework/commonResource/image/2024030614492159234.png) right 18px no-repeat;
}

.category_search_box .category_search_item span.cur {
    background: url(/uiFramework/commonResource/image/2024030614573774112.png) right 18px no-repeat;
}

.category_search_item ul {
    display: none;
    position: absolute;
    top: 40px;
    left: -1px;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 10;
}

.category_search_item ul li {
    width: 70px;
}

.category_search_item ul li:hover {
    background: #e5e5e5;
}

.category_search_box .category_search_txt {
    float: left;
    width: 300px;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 0;
}

.category_search_box .btn_category_search {
    float: left;
    width: 48px;
    height: 40px;
    background: url(/uiFramework/commonResource/image/2024030614490335180.png) center no-repeat;
    border: 0;
    cursor: pointer;
}


/*文号搜索*/

#action {
    height: 40px;
    border-top: 1px solid #dcdcdc;
    line-height: 40px;
    background: #fff;
    font-size: 14px;
    color: #666;
}

#selectSymbol {
    float: left;
    width: 90px;
    border: 0;
    outline: none;
    height: 40px;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    background: transparent;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/uiFramework/commonResource/image/2024030614492159234.png) no-repeat scroll right center transparent;
}

#action select::-ms-expand {
    display: none;
}

#action label {
    float: left;
    height: 40px;
    line-height: 40px;
    display: none;
}

#action-input {
    float: left;
    width: 280px;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 14px;
    color: #666;
}

#action-btn {
    width: 48px;
    height: 40px;
    background: url(/uiFramework/commonResource/image/2024030614490335180.png) center no-repeat;
    border: 0;
    cursor: pointer;float:right;
}

/*政策文件*/

.g-part2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.m-part1Left {
    width: 710px;
    float: left;
    margin-right: 36px;
}
.m-part2Right {
    float: left;
    width: 450px;
    overflow: hidden;
}

.g-part3 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    overflow: hidden;
}
.g-part4Box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 20px;
    background: url(/uiFramework/commonResource/image/2024111114455211216.png) top center no-repeat;
}
.m-xxgktitle {
    width: 1200px;
    margin: 0 auto;
}
.m-xxgkBox {
    width: 1214px;
    margin: 18px auto 0;
    overflow: hidden;
}
.m-picScrollLeft1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
   
}
/* CSS Document */
.clearfix:after{content:"\200B";display:block;height:0;clear:both;}
.clearfix{*zoom:1;}
.noDesktop{display:none;}
.fl{float:left;}
.fr{float:right;}
/*body{min-width:1240px;}*/
/*页面内容区开始*/
.g_layout{max-width:1920px;margin-left:auto;margin-right:auto;overflow:hidden;}
.m_nav a{color:#fff;}

/*区域一part1*/
.g-part1{width:1200px;margin-left:auto;margin-right:auto;margin-top:50px;zoom:1;}
.g-part1:after{content:"";display:block;clear:both;}
.m-part1Left .m-tab{width:100%;height:40px;border-bottom:1px solid #e5e5e5;zoom:1;}
.m-part1Left .m-tab:after{content:"";display:block;clear:both;}
.m-part1Left .m-tab li{float:left;font-size:24px;line-height:24px;color:#959595;margin-right:35px;padding:0 15px 14px 0;cursor:pointer;}
.m-part1Left .m-tab li a{font-size:24px;line-height:24px;color:#959595;}
.m-part1Left .m-tab li.on{border-bottom:2px solid #bd1a2d;color:#010101;}
.m-part1Left .m-tab li.on a{color:#010101;}
/*.m-part1Left .m-tabItem{display:none;margin-top:20px;}*/
.m-part1Left .m-tabItem li{zoom:1;width:100%;font-size:16px;line-height:48px;}
.m-part1Left .m-tabItem li:after{content:"";display:block;clear:both;}
.m-part1Left .m-tabItem li p{float:left;width:590px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#010101;}
.m-part1Left .m-tabItem li p a{color:#010101;font-size: 16px;}
.m-part1Left .m-tabItem li p a i{font-style:normal;padding:0 15px;color:#dcdcdc;}
.m-part1Left .m-tabItem li p a:hover{color:#bd1a2d;}
.m-part1Left .m-tabItem li span{float:right;color:#afafae;padding:0 15px;}
.m-part1Left .council_list li{background:url(/uiFramework/commonResource/image/icon1.png) 0 7px no-repeat;width:680px;padding-left:15px;padding-right:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.m-part1Left .council_list li a{color:#010101;}
.m-part1Left .council_list li a:hover{color:#bd1a2d;}
/*区域一part1*/

/*区域二part2*/
.g-part2{width:1200px;margin-left:auto;margin-right:auto;margin-top:50px;}
.m-part2Right{float:left;width:450px;overflow:hidden;}
.m-part2RightList{width:472px;}
.m-part2RightList li{float:left;width:210px;font-size:16px;height:48px;line-height:48px;text-align:center;border:1px solid #bd1a2d;margin:0 22px 10px 0;}
.m-part2RightList li a{display:block;width:100%;height:100%;}
.m-part2RightList li i{float:left;width:16px;height:18px;background-repeat:no-repeat;background-position:center -18px;margin:17px 0 0 19px;transition:all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
.m-part2RightList li p{float:left;font-size:16px;line-height:48px;margin-left:15px;color:#bd1a2d;}
.m-part2RightList li:hover{background-color:#bd1a2d;}
.m-part2RightList li:hover i{background-position:center 0;}
.m-part2RightList li:hover p{color:#fff;}
.m-part2RightList .m-lis1 i{background-image:url(/uiFramework/commonResource/image/2024111113373380072.png);}
.m-part2RightList .m-lis2 i{background-image:url(/uiFramework/commonResource/image/2024111113394527456.png);}
.m-part2RightList .m-lis3 i{background-image:url(/uiFramework/commonResource/image/2024111113400722644.png);}
.m-part2RightList .m-lis4 i{background-image:url(/uiFramework/commonResource/image/2024111113410290330.png);}
.m-part2RightList .m-lis5 i{background-image:url(/uiFramework/commonResource/image/2024111113411995706.png);}
.m-part2RightList .m-lis6 i{background-image:url(/uiFramework/commonResource/image/2024111113365548246.png);}
.m-part2RightList .m-lis7 i{background-image:url(/uiFramework/commonResource/image/2024111114011990976.png);}
.m-part2RightList .m-lis8 i{background-image:url(/uiFramework/commonResource/image/2024111114014481207.png);}
.m-part2RightList .m-lis9 i{background-image:url(/uiFramework/commonResource/image/icon_xzsy.png); }
.m-part2RightList .m-lis10 i{background-image:url(/uiFramework/commonResource/image/icon_ssj.png); }
.m-part2RightList .m-lis9,.m-part2RightList .m-lis10{margin-bottom:0;}
.m-part2RightDown a{display:block;margin:13px auto;}
.m-part2RightDown a img{width:100%;height:75px;}

/*区域二part2*/

/*区域二part3*/
.g-part3{width:1200px;margin-left:auto;margin-right:auto;margin-top:50px;overflow:hidden;}
.m-part3{width:1212px;}
.m-part3 dl{float:left;width:230px;height:150px;margin-right:12px;position:relative;}
.m-part3 dl:hover dd{display:block;}
.m-part3 dl dt{width:212px;height:114px;padding:36px 0 0 18px;font-size:30px;color:#fff;}
.m-part3 dl dt i{display:block;font-style:normal;height:1px;width:72px;background-color:#fff;margin-top:17px;}
.m-part3 .m-dl1 dt{background:url(/uiFramework/commonResource/image/2024110511000322711.png)no-repeat left top;}
.m-part3 .m-dl2 dt{background:url(/uiFramework/commonResource/image/2024110511011923017.png)no-repeat left top;}
.m-part3 .m-dl3 dt{background:url(/uiFramework/commonResource/image/2024110511031834261.png)no-repeat left top;}
.m-part3 .m-dl4 dt{background:url(/uiFramework/commonResource/image/2024110511040695327.png)no-repeat left top;}
.m-part3 .m-dl5 dt{background:url(/uiFramework/commonResource/image/2024110511044135549.png)no-repeat left top;}
.m-part3 dl dd{display:none;position:absolute;top:2px;left:2px;width:226px;height:146px;background-color:#fffdfa;}
.m-part3 dl dd ul{*zoom:1;padding:18px 0 0 20px;}
.m-part3 dl dd ul:after{content:"\200B";display:block;height:0;clear:both;}
.m-part3 dl dd ul li{float:left;width:96px;font-size:16px;line-height:36px;margin:0 6px 4px 0;}
.m-part3 dl dd li a{color:#010101;font-size: 16px;}
.m-part3 dl dd ul li:hover a{color:#bd1a2d;}

/*区域二part3*/

/*区域二part4*/

.m-xxgktitle{width:1200px;margin:0 auto;}
.m-xxgktitle p{width:222px;color:#010101;font-size:24px;line-height:24px;margin-left:auto;margin-right:auto;color:#010101;padding:0 15px 17px 15px;border-bottom:1px solid #a91728;}
.m-xxgktitle p a{font-size:24px;line-height:24px;color:#010101; }
.m-xxgkBox{width:1214px;margin:18px auto 0;overflow:hidden;}
.m-xxgkList{width:1230px;}
.m-xxgkList li{float:left;width:280px;height:auto;overflow:hidden;padding:7px;text-align:center;line-height:48px;margin:10px 5px 0;font-size:16px;}
.m-xxgkList li a{display:block;width:100%;color:#010101;font-size:16px;}
.m-xxgkList li a b{ display:block; width:130px; height:130px; margin:20px auto 0 auto;}
.m-xxgkList li a .b_img1{background:url(/uiFramework/commonResource/image/2024110511082476792.png)no-repeat center top;}
.m-xxgkList li a .b_img2{background:url(/uiFramework/commonResource/image/2024110511090938920.png)no-repeat center top;}
.m-xxgkList li a .b_img3{background:url(/uiFramework/commonResource/image/2024111114350447188.png)no-repeat center top;}
.m-xxgkList li a .b_img4{background:url(/uiFramework/commonResource/image/zdly_img_4.png)no-repeat center top;}
.m-xxgkList li a .b_img5{background:url(/uiFramework/commonResource/image/2024110511102964437.png)no-repeat center top;}
.m-xxgkList li a:hover .b_img1{-ms-animation:bg_img 1s linear forwards;-moz-animation:bg_img 1s linear forwards;
-webkit-animation:bg_img 1s linear forwards;-o-animation:bg_img 1s linear forwards;animation:bg_img 1s linear forwards;
}
.m-xxgkList li a:hover .b_img2{-ms-animation:bg_img2 1s linear forwards;-moz-animation:bg_img2 1s linear forwards;
-webkit-animation:bg_img2 1s linear forwards;-o-animation:bg_img2 1s linear forwards;animation:bg_img2 1s linear forwards;}
.m-xxgkList li a:hover .b_img3{-ms-animation:bg_img3 1s linear forwards;-moz-animation:bg_img3 1s linear forwards;
-webkit-animation:bg_img3 1s linear forwards;-o-animation:bg_img3 1s linear forwards;animation:bg_img3 1s linear forwards;}
.m-xxgkList li a:hover .b_img4{-ms-animation:bg_img4 1s linear forwards;-moz-animation:bg_img4 1s linear forwards;
-webkit-animation:bg_img4 1s linear forwards;-o-animation:bg_img4 1s linear forwards;animation:bg_img4 1s linear forwards;}
.m-xxgkList li a:hover .b_img5{-ms-animation:bg_img5 1s linear forwards;-moz-animation:bg_img5 1s linear forwards;
-webkit-animation:bg_img5 1s linear forwards;-o-animation:bg_img5 1s linear forwards;animation:bg_img5 1s linear forwards;}
@keyframes  bg_img{
0%{
background:url(/uiFramework/commonResource/image/2024111114304451694.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/2024111114304451694.png)no-repeat center top;opacity:1;
}
}

@keyframes  bg_img2{
0%{
background:url(/uiFramework/commonResource/image/2024111114332296910.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/2024111114332296910.png)no-repeat center top;opacity:1;
}
}

@keyframes  bg_img3{
0%{
background:url(/uiFramework/commonResource/image/2024111114332982329.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/2024111114332982329.png)no-repeat center top;opacity:1;
}
}
@keyframes  bg_img4{
0%{
background:url(/uiFramework/commonResource/image/zdly_imgs_4.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/zdly_imgs_4.png)no-repeat center top;opacity:1;
}
}
@keyframes  bg_img5{
0%{
background:url(/uiFramework/commonResource/image/2024111114333519528.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/2024111114333519528.png)no-repeat center top;opacity:1;
}
}

/*
@keyframes  bg_img{
0%{
background:url(/uiFramework/commonResource/image/2024110511165681209.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);opacity:0.5;}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/2024110511165681209.png)no-repeat center top;opacity:1;
}
}

@keyframes  bg_img2{
0%{
background:url(/uiFramework/commonResource/image/zdly_img_2.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);opacity:0.5;}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/zdly_imgs_2.png)no-repeat center top;opacity:1;
}
}

@keyframes  bg_img3{
0%{
background:url(/uiFramework/commonResource/image/new_zwgk/zdly_img_3.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);opacity:0.5;}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/zdly_imgs_3.png)no-repeat center top;opacity:1;
}
}
@keyframes  bg_img4{
0%{
background:url(/uiFramework/commonResource/image/zdly_img_4.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);opacity:0.5;}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/zdly_imgs_4.png)no-repeat center top;opacity:1;
}
}
@keyframes  bg_img5{
0%{
background:url(../images/new_zwgk/zdly_img_5.png)no-repeat center top;transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);}
50%{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);opacity:0.5;}
100%{transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);background:url(/uiFramework/commonResource/image/zdly_imgs_5.png)no-repeat center top;opacity:1;
}
}
*/


//.m-xxgkList li:hover{background-image:url(/uiFramework/commonResource/image/new_zwgk/xxgk_bg_on.png);}


.swiper .swiper-slide{width:376px;height:180px;margin-top:25px;}
.swiper .swiper-slide img{width:376px;height:180px;}
.swiper-pagination{position: initial!important;padding:30px 0 50px;display:flex;justify-content:center!important;}
.swiper-pagination span{float:left;width:60px;height:6px;border-radius:5px;text-indent:-99999em;background-color:#fff;margin:0 10px;display:block;}
.swiper-pagination span.swiper-pagination-bullet-active{background-color:#bd1a2d;}
.swiper-pagination-bullet{background: var(--swiper-pagination-bullet-inactive-color, #fff); opacity: var(--swiper-pagination-bullet-inactive-opacity,1)!important;}










.m_footer{ display: none; }
.g_footer_2{ display: none; }
.m-part_mo{ display: none; }
/*区域二part4*/

/*页面内容区结束*/

@media screen and (max-width:1200px){
.g_layout{width:96%;}
.g-part1{width:100%;}
.g-part2{width:100%;}
.g-part3{width:100%;}
.m-xxgktitle{width:100%;}
.m-xxgkBox{width:100%;}
.m-xxgkList{width:100%;}
.m-picScrollLeft1{width:100%;}


.m-part1Left{width:65%;margin-right:2%;}
.m-part1Right{width:33%;}
.m-part1Left .m-tabItem li p{width:70%;}
.policy_hd{width: 100%;display: flex;justify-content: space-around;margin-left:0;}
.policy_hd h3{margin-right:0;}
.policy_bd{width:90%;}
.policy_bd_box .policy_box span{width:60%;padding-left:20%;}
#action-input{width:50%;}


.m-part2Right{width:33%;}
.m-part2RightList{width:100%;}
.m-part2RightList li{width:48%;margin-right:3%;}
.m-part2RightList li:nth-child(2n){margin-right:0;}
.m-part3{width:100%;}
.m-part3 dl{width:19%;margin-right:1%;}
.m-part3 dl dt{width:100%;}
.m-xxgkList li{width:25%;margin:0;padding:0;}

}

@media screen and (max-width:1024px){
	.g_main{ width: 100%; }
	.m_left{width:50%;}
	.m_left .picScroll-left{ width: 100%; }
	.picScroll-left .bd{ width: 100%; }
	.m_right{width:45%; margin-left: 30px; float: left;}
	.m_beijing_box{ display: none; } 
	.g-part1{ width: 100%; }
	.m-part1Left{ width: 50%; }
	.m-part1Left .m-tabItem li p{ width: 75%; }
	.m-part1Left .m-tab li{ margin-right: 10px; }
	.g-part2{ width: 100%; }
	.g-part3{ width: 100%; }
	.m-part3{ width: 100%; }
	.m-part3 dl{ width: 20%; margin-right:0; }
	.m-xxgktitle{ width: 100%; }
	.m-xxgkList{ width: 100%; }
	.m-xxgkBox{ width: 100%; }
	.m-xxgkList li{ width: 25%; margin: 0; padding: 0; }
	.m-picScrollLeft1{ width: 100%; margin-top:20px; }
	.t-picScrollLeft .pbd1 ul li{ width: 100% }
	.t-picScrollLeft .pbd1 ul li div{ width: 30%; margin: 0 1.666%; }
	.t-picScrollLeft .pbd1 ul li div img{ width: 100%; }
	.t-picScrollLeft .pbd1{ height: 230px; }
	.t-picScrollLeft .phd1{ bottom:20px; }
	.m_foot1{ margin-left: 0; }
	.g_footer .u_logo{ margin-left: 50px; margin-right: 50px; }
	.g_bottom{ display: none; height: auto; overflow: hidden; line-height: 40px; }
	.m_footer{ display: block; }
        .m-picScrollLeft1{display:none;}
}
@media screen and (max-width:991px){ 
	.ul_ywdt,.ul_zwgk,.ul_zwfw,.ul_zmhd,.ul_csfzx { width: 100% !important;} 
	.m-part1Left .m-tabItem li span{ padding: 0; }
	.m-part1Left .m-tab li{ font-size: 20px; }
	/*.m-part1Right{ width: 45%; }*/
	.policy_hd{ margin-left:0px; }
	.right_news #action-input{width: 50%; }
	.m-part2Right{ width: 45%; }
	.m-part2RightList{ width: 100%; }
	/*.m-part2RightList li{ width: 44%; margin: 0 11px 10px 11px; }*/
	.m-part2RightList li p{ margin-left:0; }
	.m-part3 dl dd{  width: 98%; }
	.m-part3 dl dd ul li{ width:auto; padding-right:10px; margin: 0; font-size: 14px; }
        .m-picScrollLeft1{display:none;}
}
@media screen and (max-width:900px){ 
	.ul_ywdt li,.ul_zwgk li,.ul_zwfw li,.ul_zmhd li,.ul_csfzx li{ font-size: 16px; } 
	.g_footer{ display: none; }
	.g_footer_2{ display: block; }
	.g_footer_2 .g_main{ width: 320px; height: auto; overflow: hidden; }
	.g_footer_2 .u_logo{ margin:48px 25px 0 25px; }
        .m-picScrollLeft1{display:none;}

}
@media screen and (max-width:768px){ 

	.g-part1{ margin: 20px auto 0 auto; }
	.m-part1Left{ width: 100%; }
	.g-part1 .m-part1Right{ width: 100%; margin-top:20px; }
	.policy_hd{ margin: 0 auto 0 auto; width: 320px; }
	.policy_hd h3{ margin:10px 32px !important; }
	.g-part2{ width: 100%; }
	.m-part2Right{ width: 100%; }
	.m-part2RightList li{ width: 44%; margin: 10px 2.77%; }
	.m-part3 dl{ width: 98%; height: auto; overflow:hidden; margin: 10px auto; }
	.m-part3 dl dt{ display: none; }
	.m-part3 dl dd{ width: 98%; height: auto; overflow:hidden; position: relative; }
	.m-part3 dl dd ul{ padding: 0; }
	.g-part3{ width: 90%; margin: 0 auto; }
	.m-part3 dl dd ul li{ padding:0 20px; }
	.g-part3 .m-dl1{ border:2px solid #F9C392; }
	.g-part3 .m-dl2{ border:2px solid #6CA7E9; }
	.g-part3 .m-dl3{ border:2px solid #60CBA6; }
	.g-part3 .m-dl4{ border:2px solid #FC807E }
	.g-part3 .m-dl5{ border:2px solid #FCC95E; }
	.m-picScrollLeft1 .pbd1 ul li div img{ height: 150px; }
	.m-picScrollLeft1 .phd1{ bottom: 35px; }
	.m-part2RightDown a img{ height: 90px; }
	.m-xxgkList li a b{ width: 105px; height: 105px;  }
	.m-xxgkList li a .b_img1,.m-xxgkList li a .b_img2,.m-xxgkList li a .b_img3,.m-xxgkList li a .b_img4,.m-xxgkList 
        li a .b_img5{ background-size:100%; }
        .m-picScrollLeft1{display:none;}


	@keyframes  bg_img{
	100%{background:url(/uiFramework/commonResource/image/2024110511165681209.png)no-repeat center top;}
	}
	@keyframes  bg_img2{
	100%{background:url(/uiFramework/commonResource/image/zdly_img_2.png)no-repeat center top;}
	}
	@keyframes  bg_img3{
	100%{background:url(/uiFramework/commonResource/image/2024111114350447188.png)no-repeat center top;}
	}
	@keyframes  bg_img4{
	100%{background:url(/uiFramework/commonResource/image/zdly_img_4.png)no-repeat center top;}
	}
	@keyframes  bg_img5{
	100%{background:url(/uiFramework/commonResource/image/.png)no-repeat center top;}
	}
	.m-xxgkList li a:hover .b_img1,.m-xxgkList li a:hover .b_img2,.m-xxgkList li a:hover .b_img3,.m-xxgkList li a:hover .b_img4,.m-xxgkList li a:hover .b_img5{  animation-play-state:paused; -webkit-animation-play-state:paused;-ms-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;}
	.m-part2RightList li i{ margin-left:40px; margin-right: 10px; }
	
	.m-part3{ display: none; }
	.m-part_mo{ display: none; width: 100%; height: auto; overflow: hidden; }
	.m-part_mo dl{ width: 33.333%; height: auto; overflow:hidden; float: left; display: inline-block; }
	.g-part3 .m-dl1,.g-part3 .m-dl2,.g-part3 .m-dl3,.g-part3 .m-dl4,.g-part3 .m-dl5{ border:none; }
	.m-part_mo dl dt{ width: 100%; height: auto; overflow:hidden; }
	.m-part_mo dl dt img{ display: block; width: 100%; }
	.m-part_mo dl dd{ display: none; }
}
@media screen and (max-width:640px){ 
	.m_footer p span{ display: block; } 
        .m-picScrollLeft1{display:none;}

}

@media screen and (max-width:480px){  
	.m-part1Left .m-tab li{ font-size: 16px; }
	.m-part2RightDown a img{ height: 75px; }
	.m-xxgkList li a b{ width: 80px; height: 80px;  }
	.m-xxgkList li{ font-size: 12px;line-height: normal; margin-bottom: 30px; }
	.t-picScrollLeft .pbd1 ul li div img{ height: 110px; }
	.t-picScrollLeft .pbd1 ul li div{ height: 110px; }
	.t-picScrollLeft .pbd1{ height: 175px; }
	.t-picScrollLeft .phd1{ bottom: 25px; }
 	.m-part2RightList li i{ margin-left:10px; margin-right: 5px; }
        /*.m-lis4 {display: none;}
	.sgs {display: none;}*/
        .m-picScrollLeft1{display:none;}

}
@media screen and (max-width:414px){
	.m-part2RightList li{ margin:10px 2.333%; }
	.m-part1Left .m-tab li{ margin-right: 0; font-size: 16px; }
	.t-picScrollLeft .pbd1 ul li div img{ height: 90px; }
	.t-picScrollLeft .pbd1 ul li div{ height: 90px; }
	.t-picScrollLeft .pbd1{ height: 145px; } 
	.m-part1Left .m-tabItem li p{ width: 70%; }
	.right_news #action-input{ width: 50%; }
	.m-xxgkList li{ width: 48%; }
	.m_footer p{ text-align: left; width: 80%; margin: 0 auto; }
	.m-part_mo dl{ width: 50%; }
        .m-picScrollLeft1{display:none;}

}
@media screen and (max-width:375px){ 
	.right_news #action-input{ width: 45%; }
	.m-part1Left .m-tabItem li span{ }
	.m-part1Left .m-tab li{ padding-right:10px; font-size: 16px; }
	.m-part1Left .m-tabItem li{ font-size: 14px; }
        .m-picScrollLeft1{display:none;}

}
@media screen and (max-width:320px){ 
	.m-part2RightList li p{ font-size: 14px; }
	.m-part1Left .m-tab li{ padding-right:10px; font-size: 14px; }
	.m-part1Left .m-tabItem li{ font-size: 14px; }
	.policy_hd,.policy_bd{ width: 100%; }
	.policy_hd h3{ margin: 10px 20px; }
	.policy_bd_box .policy_box{ padding:0 10px; }
	.policy_bd_box .policy_box span{ padding-left:10px; }
	.policy_bd_box ul{ width: 100%; }
	#action-input{ margin: 0; }
        .m-picScrollLeft1{display:none;}

}
/* 响应式 */

@media screen and (max-width:1024px){
	body {background: #fff;}
	.g_main{ width: 100%; }
	.m_search .u_search_right{width: 290px;}
	/*.m-part2RightList li {width: 210px;}*/
	.m_left{width:50%;}
	.m_left .picScroll-left{ width: 100%; }
	.picScroll-left .bd{ width: 100%; }
	.m_right{width:45%; margin-left: 30px; float: left;}
	.picScroll-left .hd{ width: 420px; }
	.slideBox{ width: 100%; }
	.picScroll-left .bd ul li{ width: 100%; }
	.slideBox .bd li{ height: auto; overflow:hidden; }
	.m_beijing_box{ display: none; }
	.m_nav li{ margin-left: 0; padding:0 45px; }
	.g_nav_content li{ padding:0 20px; }
	.m_foot1{ margin-left: 0; }
	.g_footer .u_logo{ margin-left: 50px; margin-right: 50px; }
	.g_bottom{ display: none; height: auto; overflow: hidden; line-height: 40px; }
	.m_footer{ display: block; }
	.slideBox .bd li img{ width: 23%; }
	.slideBox .bd li div{ width:100%;}

#m-part2Left{width:100%;}
.m-part2Left .m-tabItem li a{float:none !important;}
.m-part2Left{margin-right:2%;}
.m-part1Right{width:43%;}



}
@media screen and (max-width:991px){
	.m_nav{ width: 100%; height:auto; }
	.m_nav li{ width: 10%; padding: 0 5%; text-align: center; }
	.ul_ywdt,.ul_zwgk,.ul_zwfw,.ul_zmhd,.ul_csfzx { width: 100% !important;}
	.ul_ywdt li:nth-of-type(7) ,.ul_zwfw li:nth-of-type(8),.ul_zwgk li:nth-of-type(8),.ul_zmhd li:nth-of-type(8){display: none;} 
	.slideBox .bd li img{ width:232px; }
	.slideBox .bd li img{ width:23%; height: 157px; margin: 0 1%; }
	.m_search{ width: 40%; }
	.m_search .u_search_right{ width: 70%; }
	.m_search .u_search_right #qt1{ width: 80%; }
	.picScroll-left .hd{ width: 90%; }
	.picScroll-left .hd{ left: 0; }
}
@media screen and (max-width:900px){
	.g_main{ height: auto;  }
	.m_nav{ height: auto; overflow:hidden; }
	.m_nav li{ width: 14%; padding: 0 3%; font-size: 20px; }
	.ul_ywdt li,.ul_zwgk li,.ul_zwfw li,.ul_zmhd li,.ul_csfzx li{ font-size: 16px; }
	.m_search .u_search_right{ width: 65%; }

	.g_header {height: auto;}
 	.g_header .u_logo{ width: 80%; }
	.m_search {width: 75%;}
	.m_search .u_search_left {width: 35%;}
	.m_search .u_search_right{ width: 54% !important; }
	.m_search .u_search_right #qt1{ width:65%; }
	.g_nav{ height: auto;  border:#901323 1px solid;margin-bottom:120px; }  
	.g_nav_content{ height: auto;position: absolute;top: 125px;left: 0;}
	.g_nav_content .ul_csfzx li{ width: 33.3%; padding: 0; } 
        .m_nav li{ width:33.3%;font-size:16px;height: auto;float: left;box-sizing: border-box;}
.m_nav li a{font-size:16px;}
	.g_footer{ display: none; }
	.g_footer_2{ display: block; }
	.g_footer_2 .g_main{ width: 320px; height: auto; }
	.g_footer_2 .u_logo{ margin:48px 25px 0 25px; }
.m-part2Left .m-tab li a{font-size:15px}
.m-part2Left .m-tabItem li a{float:none !important;}
}
@media screen and (max-width:768px){ 
	.m_left{ width: 90%; float: none; margin: 20px auto 0 auto; }
	.picScroll-left .bd ul li img{ width: 100%; } 
	.m_right{ width: 90%; margin: 20px auto 0 auto; float:none; }
	.g_header .u_logo{ float: none; margin: 0 auto 20px; display: block; }
	.m_search{ float: none; margin: 20px auto; width: 60%; }
	.u_search_right{ width: 73% !important; }
	.picScroll-left .hd{left:20px;}
	.slideBox .bd li img{ height: 120px; }
	.g-part2 .m-part2Left{width: 100%;margin:0px}

.find_policy h2{font-size:30px;height:50px;line-height:50px;}
.policy_hd h3{font-size:20px;}
.btn_find{height:40px;line-height:40px;font-size:18px;}


}
@media screen and (max-width:640px){ 
	.m_footer p span{ display: block; }

}
@media screen and (max-width:600px){
	.m_footer p span{ display: block; }
}

@media screen and (max-width:480px){ 
	.list_2{ display: none; }
	.picScroll-left .hd{ left: 0; } 
	.slideBox .bd li img{ width: 48%; margin:10px 1%; }

.m-xxgkList li a{font-size:14px;}

}
@media screen and (max-width:414px){ 
	.m_footer p{ text-align: left; width: 80%; margin: 0 auto; }
	.u_list_title li{ font-size: 18px; }
	.u_list_title1 li{ font-size: 18px; }

}
@media screen and (max-width:375px){ 
	.picScroll-left .bd ul li img{ height: auto; }
	.picScroll-left .bd ul li{ height: auto; }
	.m_left .picScroll-left{height: auto;}
	.picScroll-left .bd{ height: auto; }
	.u_list li{ font-size: 14px; } 
	.g_bottom{ font-size: 12px; }
	.picScroll-left .bd ul li span a{ font-size: 14px; line-height: 30px; }
	
}