body {
    background: #ededed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    box-sizing: border-box;
    background: #efefef;
    padding: 30px 20px;
    margin: 40px auto 0;
}

.m-listWrap {
    overflow: hidden;
    clear: both;
    min-height: 500px;
    margin: 50px auto;
}

.wdzsk_banner img {
    width: 100%;
    height: 100%;
}

.wdzsk_menu_nav {
    font-size: 24px;
    color: #000;
    border-bottom: 2px solid #a91728;
    line-height: 30px;
    padding: 6px 0 10px;
    margin-bottom: 20px;
    text-align: center;
}

.m-listWrap .m-l-main {
    float: left;
    width: 280px;
    box-sizing: border-box;
    background: #FFF;
    padding: 0 25px;
}

.m1200{width:1200px;}


/*左侧*/
.m-listWrap .m-r-main .aticle{ width:706px; height:auto; overflow:hidden;padding:0 10px; font-size:16px; line-height:32px; color:#252525;}
.m-listWrap .m-navs .l_list{cursor: pointer; height: 50px; line-height: 50px; margin-bottom: 12px; text-align: center; background: #f4f3f3; font-size: 16px; color: #999999;border: 1px solid transparent;border-left: 5px solid #eaeaea; }
.m-listWrap .m-navs .l_list a{color: #999999;display: block;font-size:16px;}
.m-listWrap .m-navs .l_list.active{background:#bd1a2d;color:#fff;border-left:5px solid #bd1a2d;}
.m-listWrap .m-firstNav{text-align: left;overflow: hidden;border-bottom: 2px solid #bd1a2d;margin-bottom: 15px;height: 50px;line-height: 50px;font-size: 18px;}
.m-listWrap .m-firstNav strong{font-size: 18px;font-weight: normal;}
.m-listWrap .m-firstNav span{float: left; margin-left: 35px; margin-right: 30px;}
.m-listWrap .m-firstNav span img{vertical-align: middle;}

.active1 {color: #bd1a2d;
    border-radius: 20px;
    background-color: #f6c6c7;}

/*右侧*/

.wdzsk_right {
    width: 890px;
    height: 800px;
    background: #fff;
    overflow-x: auto;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 20px;
}

.wdzsk_font18 {
    font-size: 18px;
    line-height: 50px;
    padding-left: 18px;
}

.wdzsk_lin40 span {
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    background: #bd1a2d;
    color: #fff;
    padding: 0 18px;
    min-width: 262px;
}


/*目录列表*/
.wdzsk_dwlb{display:none;}
.wdzsk_dwlb li {
    padding: 0 10px;
    line-height: 40px;
    border-bottom: 2px dashed #ccc;
}

.wdzsk_dwlb li p {
    font-size: 15px;
    display: block;
}

.wdzsk_dwlb li .ask {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px 5px 40px;
    background: url(/uiFramework/commonResource/image/2024112116551649035.png) left no-repeat;
}

.wdzsk_dwlb li .ans {
    color: #7878ff;
    display: block;
    padding-bottom: 28px;
    padding-left: 40px;
    position: relative;
    height: 31px;
    overflow: hidden;
    line-height: 30px;
    background: url(/uiFramework/commonResource/image/2024112116554432983.png) left top no-repeat;
}

.wdzsk_dwlb li .ans p{color: #7878ff;font-size:14px;}

.wdzsk_dwlb li .ans .showall {
    color: #a91728;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: #fff;
} 
.wdzsk_dwlb li .wdzsk_online {
    width: 100%;
    text-align: right;
    padding: 3px 0;
}

.wdzsk_dwlb li p a {
    display: inline-block;
    background: #a91728;
    padding: 0 20px;
    border-radius: 6px;
    line-height: 32px;
    color: #FFF;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 30px;
}

#accordion .panel-title a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0px 0px 0px 40px;
    background:#bd1a2d;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

#accordion .panel-title a.collapsed {
    background: #fff;
    color: #0d345d;
    border: 1px solid #ddd;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "\f107";
    font-family: fontawesome;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #bd1a2d;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -1px;
    left: -6px;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
    content: "\f105";
    background: #fff;
    color: #0d345d;
    border: 1px solid #ddd;
    box-shadow: none;
}

#accordion .panel-body {
    padding: 15px 25px 0;
    background: transparent;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

#accordion .panel-body p {
    cursor: pointer;
    font-size: 15px;
    padding-left: 30px;
    border-left: 1px dashed #8c8c8c;
}

.m-firstNav a {
    float: right;
    display: inline-block;
    padding-left: 20px;
    background: url(/uiFramework/commonResource/image/2024112117343291700.png) left no-repeat;
    font-size:18px;
    color:#000;
    text-decoration: none;
}
/* 响应式 */
@media screen and (max-width:1024px){
	body {background: #fff;}
	.g_layout{width:100%;}
	.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%;}
        .w1200{width:auto}
}
@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;}
        .u_list li a{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    width: 60%;
    display: inline-block;
    }
	.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; }
}
@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_nav{width:99.6%}
.m-listWrap{width:100%}
.m-listWrap .m-l-main{width:100%}
.wdzsk_right{width:100%}

.m-listWrap .m-navs .l_list{width: 31%;float: left;box-sizing: border-box;margin-right:3%;}
.m-listWrap .m-navs .l_list:nth-child(3n){margin-right:0;}


}
@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%; }
}
@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; }
	
}