.header_box{
	overflow:hidden;
	background: #ffffff;
	opacity: 0.8;
	z-index: 1;
	position: relative;
}
.logoBar{
    display: flex;
    align-items: center;
    height: 80px;
}

.logoBar img{
	display: block;
    max-width: 220px;
    max-height:50px;
}

.logoBar span{
    display: block;
    float: left;
    width: 1px;
    height: 24px;
    background: #DDDDDD;
    margin: 0 15px;
}

.logoBar p{
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 0;
    letter-spacing: 2px;
}

.navBar{
	overflow: hidden;
    padding: 0 0 0 40px;
    margin: 0;
}

.navBar li{
	float: left;
    padding: 0 30px 0 0;
}

.navBar li a{
   	display: block;	
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 84px;
    height: 80px;
	padding: 0 15px;
}

.navBar li.active a,
.navBar li a:hover{
    color: #25B9DD;
	padding: 0 15px;
	background: #E81123;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
}
.loginBar{
	padding: 26px 15px ;
    font-size: 0;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	font-style: normal;
}

.loginBar a{
	display: inline-block;
    border: 1px solid #25B9DD;
    outline: none;
    min-width: 64px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #25B9DD;
    cursor: pointer;
    text-decoration: none;
    padding: 0 18px;
}

.loginBar .active,
.loginBar a:hover{
    border: 1px solid #25B9DD;
    background: #25B9DD;
    color: #fff;
}

/* banner */
.carousel-indicators{
	margin-bottom: 0;
	position: absolute;
}

.carousel-indicators li{
	width: 40px;
	height: 4px;
	background: rgba(255,255,255,.5);
	border: none;
	border-radius: 0;
	margin: 0;
}

.carousel-inner .item{
	width: 100%;
	height: 400px;
}

.carousel-indicators .active{
	width: 40px;
	height: 4px;
	background: #ffffff;
	border: none;
}
.index_title{
    padding: 40px 0 23px;
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}
.index_main_box{
    padding: 0 0 0px;
	background:#F5F5F5;
}
.index_main_box .container{
	overflow:hidden;
}
.index_main_boxL{
	width:810px;
	float:left;
}
.index_main_boxR{
	width:330px;
	float:right;
}
.index_title{
	padding:20px 0 8px;
	border-bottom:2px solid #E81123;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.index_title span{
	display:inline-block;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	text-align: left;
	font-style: normal;
}
.index_title img{
	display:block;
	float:left;
	margin:4px 0 0 10px;
}
.index_title a{
	display:block;
	float:right;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:30px;
}
/* 招标公告 */
.index_mian1_lists{
	width:230px;
	float:left;
}
.index_mian1_lists li{
	width:230px;
	height:100px;
	margin: 20px 0 0;
    cursor: pointer;
    position: relative;
}
.index_mian1_lists li:nth-of-type(3n-2){
	background: url(../images/index_tender_img1.png) no-repeat;
}
.index_mian1_lists li:nth-of-type(3n-1){
	background: url(../images/index_tender_img2.png) no-repeat;
}
.index_mian1_lists li:nth-of-type(3n){
	background: url(../images/index_tender_img3.png) no-repeat;
}
.index_mian1_lists li div{
    position: absolute;
	width:230px;
	height:100px;
	color:#FFFFFF;
	font-size: 18px;
	display:flex;
    justify-content: center;
	align-items: center;
	top:0;
	left:0;
    padding: 0 12px;
}
.index_mian1_lists li.active div{
	background:rgba(37,185,221,.6);
}
.index_mian1_t{
	display: none;
	width:calc(100% - 260px);
	float:right;
}
.index_mian1_t.active{
	display: block;
}
.index_mian1_t ul{
	overflow:hidden;
}
.index_mian1_t li{
    margin: 20px 0 0;
	min-height: 24px;
    cursor: pointer;
	overflow:hidden;
}
.index_mian1_t span{
	display:block;
}
.index_mian1_t span.state {
	float:left;
	width:56px;
	line-height:24px;
	text-align:center;
	font-size:12px;
}
.index_mian1_t span.state1{
    background: rgba(0,65,160,.1);
    color: #0041A0;
}
.index_mian1_t span.state2{
	background:rgba(102, 102, 102, .1);
	color:#666666;
}
.index_mian1_t a{
	width:390px;
	float:left;
	padding:0 24px;
}

.index_mian1_t a h3{
	width:360px;
	line-height:24px;
	margin:0;
	color:#333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:14px;
}
.index_mian1_t span.summary_span{
	float:right;
	line-height:24px;
	font-size:14px;
	color:#999999;
}
.index_mian1_t li:hover h3{
	color:#0041A0;
}

/* 平台动态、通知公告、资料下载 */
.index_dynamic_item{
	min-height:114px;
	padding:14px 0 0;
	margin:0;
}
.index_dynamic_item li{
	margin: 0 0 20px;
	height: 20px;
    line-height: 20px;
}

.index_dynamic_item li:nth-of-type(3){
	/*margin: 0;*/
}

.index_dynamic_item li>p{
    display: block;
    color: #333333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.index_dynamic_item li>a{
	color: #333333;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}

.index_dynamic_item span:nth-child(1) {
	width: 6px;
	height: 6px;
	float: left;
	background: #E81123;
	vertical-align: middle;
	margin: 0px 8px 0 0;
	border-radius: 100%;
}
.index_dynamic_item span:nth-child(2) {
	display: inline-block;
	width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.index_dynamic_item span:nth-child(3) {
	display: inline-block;
}

/* 中标公示 */
.index_result_items{
	padding:20px 0 0;
	position: relative;
	overflow:hidden;
}
.index_result_title{
	float:left;
	width:130px;
	height:140px;	
	background:#25B9DD;
	display:flex;
    justify-content: center;
	align-items: center;
	color:#FFFFFF;
	font-size:16px;
}
.index_result_items div{
	width:230px;
	height:140px;
	float:left;
	display:block;
	margin:0 0 0 10px;
}
.index_result_items:nth-of-type(3n-2) div{
	background: url(../images/index_result_img1.png) no-repeat;
}
.index_result_items:nth-of-type(3n-1) div{
	background: url(../images/index_result_img2.png) no-repeat;
}
.index_result_items:nth-of-type(3n) div{
	background: url(../images/index_result_img3.png) no-repeat;
}
.index_result_items ul{
    width: 440px;
    height:140px;
	float:left;
	padding:0 0 0 20px;
	position: absolute;
	right: -10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.index_result_items li{
	overflow:hidden;
	padding:0 0 20px;
}
.index_result_items li:last-child{
	padding:0;
}
.index_result_items span:nth-of-type(1){
	display:block;
	float:left;
	width:6px;
	height:6px;
	background:#0041A0;
	margin:7px 0 0;
}
.index_result_items li a{
    width: 340px;
    float: left;
    padding: 0 8px;
}
.index_result_items li h3{
	width:325px;
	line-height:20px;
	margin:0;
	color:#333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:14px;
	cursor: pointer;
}
.index_result_items span:nth-of-type(2){
	float:right;
	line-height:20px;
	font-size:14px;
	color:#999999;
}
/* 新闻资讯、政策法规、行业动态 */
.index_other_box{
	display:flex;
	width:330px;
	height:130px;
	margin: 15px 0 0;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	line-height:20px;
	font-size:18px;
	color:#ffffff;
}
.index_other_box1{
	margin: 30px 0 0;
	background: url(../images/index_other_img1.png) no-repeat;
}
.index_other_box2{
	background: url(../images/index_other_img2.png) no-repeat;
}
.index_other_box3{
	background: url(../images/index_other_img3.png) no-repeat;
}
.index_other_box:hover{
	color:#ffffff;
}
.index_service_box {
	padding: 30px 0;
	background: #f5f5f5;
	border-bottom: 6px solid #FFF0AD;
}

/* 右侧浮窗 */
.supernatant{
	/*display:none;*/
	position: fixed;
	right: 30px;
	bottom: 300px;
	z-index: 999;
}
.supernatant ul{

}
.supernatant ul li{
	margin-bottom: 8px;
}
.supernatant ul .kefu:hover .supernatant ul li .K_icon{
	display: none;
}

.supernatant ul .kefu:hover .supernatant ul li .K_txt{
	display: block;
}

.supernatant ul .kefu:hover .supernatant ul li div.K_more{
	display: block;
}

.supernatant ul li div:nth-of-type(1) img{
	display: inline-block;
	padding: 0px;
	width: 30px;
	margin: 6px;
}

.supernatant ul li div:nth-of-type(1){
	width: 42px;
	height: 42px;
	background: #ffffff;
	cursor: pointer;
	color: #333333;
}

.supernatant ul li div:nth-of-type(2){
	width: 42px;
	height: 42px;
	background: #ffffff;
	cursor: pointer;
	color: #333333;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
}

.supernatant ul li div:nth-of-type(3){
	position: absolute;
	width: 170px;
	border: 1px solid #25B9DD;
	right: 60px;
	top: 0px;
	background: #fff;
	padding: 10px;
}

.supernatant ul li .K_more p{
	font-size: 12px;
	color: #999999;
	margin: 0;
}

.supernatant ul li .K_more span{
	font-size: 12px;
	color: #323232;
	display: block;
	line-height: 20px;
	padding-left: 15px;
}

.supernatant ul li .S_more img{
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}

.supernatant ul li .S_more p{
	font-size: 12px;
	color: #323232;
	text-align: center;
	margin-top: 13px;
}

.supernatant ul li .r_t{

}

.tender_detail_title{
    background: url(../images/tender_detail_title.png) no-repeat;
    background-size: 100% 100%;
}
/* 公用footer */
.footerBar{
    /*background: url(../images/footer_bg.png) no-repeat;*/
    /*background-size: 100% 100%;*/
	min-height: 300px!important;
}
.seller_fh{
	padding: 45px 0px  39px;
	background: url(../images/bottom.png) no-repeat;
	background-size: 100% 100%;
	border: none!important;
}
.seller_fb{
	background: #013421;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF!important;
	line-height: 28px;
	text-align: center;
	font-style: normal;
}
.footer_item dt{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF!important;
	line-height: 16px;
	text-align: left;
	font-style: normal;
}
.footer_item dd a{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF!important;
	line-height: 28px;
	text-align: left;
	font-style: normal;
}
/******************************************************************二级页面列数据自适应*************************************************************/
.zjt_jzz_now {
	display: inline-block;
	width: 64px;
	height: 28px;
	background: rgba(235, 29, 36, .1);
	font-size: 14px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 28px;
	color: #EB1D24;
}
.zjt_jzz_stop {
	background: rgba(116,125,161,0.2);
	color: #747DA1;
}
.theader .zjt_zbgg_status, .tbody .zjt_zbgg_status{
	width: 64px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_zbmc, .tbody .zjt_zbgg_zbmc{
	width: 241px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_gsrq, .tbody .zjt_zbgg_gsrq{
	width: 125px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_zbmcs, .tbody .zjt_zbgg_zbmcs{
	width: 241px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}
.theader .zjt_zbgg_zbmcss, .tbody .zjt_zbgg_zbmcss{
	width: 263px;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}
.theader .zjt_zbgg_zbmcsss, .tbody .zjt_zbgg_zbmcsss{
	width: 263px;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}
.width_im{
	width: 45%  !important;
}
.width_im_35{
	width: 35%  !important;
}
.width_im_34{
	width: 34%  !important;
}
.width_im_30{
	width: 30%  !important;
}
.theader .zjt_zbgg_zbdw{
	width: 300px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tbody .zjt_zbgg_zbdw{
	width: 300px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.theader .zjt_zbgg_zbdws, .tbody .zjt_zbgg_zbdws{
	width: 250px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_xmmc, .tbody .zjt_zbgg_xmmc{
	width: 112px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_fbrq, .tbody .zjt_zbgg_fbrq{
	width: 143px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_jzsj, .tbody .zjt_zbgg_jzsj{
	width: 143px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader, .tbody li {
	justify-content: normal!important;
	align-items: center;
}
.theader {
	display: -webkit-box!important;
	min-width: 1132px;
	width: max-content;
}
.tbody {
	min-width: 1132px;
	width: max-content;
}
.scroll_box {
	overflow-x: auto;
}

.zjt_zbgs .theader .zjt_zbgs_zbmc, .zjt_zbgs .tbody .zjt_zbgs_zbmc {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 500px!important;
	margin-right: 64px!important;
}
.zjt_zbgs .theader .zjt_zbgs_zbdw, .zjt_zbgs .tbody .zjt_zbgs_zbdw {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 338px!important;
	margin-right: 64px!important;
}
.zjt_zbgs .theader .zjt_zbgs_fbsj, .zjt_zbgs .tbody .zjt_zbgs_fbsj {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 150px!important;
}
/* Y轴滚动条隐藏 */
.gdt_hide::-webkit-scrollbar {
	width: 0; /* 纵向滚动条*/
}
/******************************************************************二级页面列数据自适应*************************************************************/
/*20221121模板样式优化 招标文件 招标公告 中标公示 招标结果*/
.tbody_item_btn{
	margin-right: 47px!important;
}
.tbody_item_btn{
	background-color: #dcdee1!important;
	box-shadow:  0 0 4px rgb(152 154 154 / 77%);
	color: #a39b9b!important;
	width: 110px!important;
	height: 28px!important;
	line-height: 28px!important;
}
.tbody_item_btn1{
	border: 1px solid #268DFF!important;
	color: #ffffff!important;
	background: #268dff!important;
	background-color: rgb(38 141 255)!important;
	box-shadow: 0 0 4px rgb(0 91 148 / 77%);
	cursor: pointer;
}
/*登录240801*/
.logininfo{
	width: 100%;
	height:343px;
}
.logincontent{
	width: 100%;
	height: calc(100% - 87px);
	background: url(../images/loginbg.png) no-repeat;
	background-size: 100% 100%;
	margin: 15px 0;
	text-align: center;
}

.logincontent_title{
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	font-style: normal;
	margin: 0px auto;
	width: 100%;
	height: 90px;
	padding-top: 62px;

}
.logincontent_btn{
	margin: 35px auto;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
}
.logincontent_btn span{
	display: inline-block;
	width: 100px;
	height: 38px;
	background: #FFFFFF;
	border-radius: 20px;
	line-height: 38px;
	margin: 0 7px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #E81123;
	font-style: normal;
	letter-spacing: 2px;
	cursor: pointer;
}

.logincontent_help{
	width: 100%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
}

.logincontent_help img{
	width: 20px;
	margin-left: 4px;
}

.pic_common{
	width: 100%;
	height: 50px
}
.pic_common img{
	width:100%;
	height: 100%;
	cursor: pointer;
}
.adressinfo{
	width: 100%;
	height: 160px;
	overflow: hidden;
	overflow-y: overlay;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	text-align: left;
	font-style: normal;
	margin-top: 15px;
}
.adressinfo div{
	margin-bottom: 4px;
}
.imgsuccess{
	width: 80px;
	margin: 50px 0;
	margin-bottom: 30px;
}
.logincontent_btn_success{
	width: 100%;
	text-align: center;
	margin: 0;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	margin-bottom: 5px;
}
.logincontent_help a{
	color: #FFFFFF;
	text-decoration-line: underline;
}

.left_box{
	height: 275px;
	overflow: hidden;
}
.tender_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: flex-start;
	justify-items: center;
	align-items: center;
}
.tender_title_conter{
	width: 100%;
	height: calc(100% - 40px);
}
.tender_title_div{
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	text-align: left;
	font-style: normal;
	cursor: pointer;
    height: 30px;
	line-height: 30px;
}
.tender_1::after{
	display: inline-block;
	content: '';
	width: 1px;
	height: 13px;
	background: #CCCCCC;
	margin: -2px 14px;
}
.select_title{
	color: #E81123!important;
}
.tender_title_conter ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tender_title_conter ul li{
	width:100%;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	justify-items: center;
}
.tender_title_conter ul li span{
	display: inline-block;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	text-align: left;
	font-style: normal;
}

.tender_title_conter ul li span:nth-child(1){
   width: calc(100% - 200px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tender_title_conter ul li span:nth-child(2){
	width: 60px;
	text-align: center;
	color: #E81123!important;
}
.tender_title_conter ul li span:nth-child(3){
	width: 70px;
	text-align: center;
	overflow: hidden;
}
.tender_title_conter ul li span:nth-child(4){
	width: 50px;
	text-align: center;
}

.tender_title_conter ul li a{
	color:#333333
}

.title_common_style{
	padding: 14px 0 18px!important;
}
.exsupplier_style{
	margin-top: 7px;
	display: flex;
	justify-items: center;
	justify-content: space-between;
}
.exsupplier_style div{
	width:47.5%
}
.tender_title_new{
	width: 80%;
	display: flex;
	justify-content: flex-start;
	justify-items: center;
	align-items: center;
}
.index_title_new{
	padding: 6px 0 10px 0;
}
.new_law{
	width: 100%;
	height: 220px;
	position: relative;
	padding: 10px 0;
}
.mores{
	position: absolute;
	right: 0;
	top: -40px;
	display: block;
	float: right;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}
.new_law_news{
	display: flex;
	justify-content: space-between;
	justify-items: center;
	width: 100%!important;
	height: 100%;
}
.new_law_news div:nth-child(1){
	width: 350px;
	height: 100%;
}
.new_law_news div:nth-child(1) img{
	width: 100%;
	height: 100%;
}

.new_law_news div:nth-child(2){
	width: calc(100% - 370px);
	height: 100%;
}
.index_dynamic_item_info{
	min-height: 114px;
	padding: 4px 0 0;
	margin: 0;
}
.index_dynamic_item_info li{
	margin: 0 0 15px;
	height: 20px;
	line-height: 20px;
}

.index_dynamic_item_info span:nth-child(1) {
	width: 6px;
	height: 6px;
	float: left;
	background: #E81123;
	vertical-align: middle;
	margin: 0px 8px 0 0;
	border-radius: 100%;
}
.index_dynamic_item_info span:nth-child(2) {
	display: inline-block;
	width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_dynamic_item_info span:nth-child(3) {
	display: inline-block;
}
.index_dynamic_item_info li>a {
	color: #333333;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}
.newslawzc{
	display: block;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	text-align: left;
	font-style: normal;
}
.new_law{
	display: none;
}
.news_data{
	width: 100%;
	height:100%
}
.zbggtwo ,.zbggthree,.fzbggthree,.fzbggtwo{
	display: none;
}