.main{
	width: 100%;
	background: url(../images/main_bg.png) no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main_title{
	height:308px ;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.title_line{
	margin-left: 203px;
	margin-top: 18px;
}
.main_content{
	width:1100px;
	background:linear-gradient(180deg,rgba(245,245,246,1) 0%,rgba(253,253,253,1) 100%);
	display: flex;
	flex-direction: column;
	
}
.top_search{
	height: 215px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left:36px;
	padding-right: 36px;
}
.line{
	width: 239px;
	border-top: 1px solid #CBCBCB;
}
.search_input{
	width: 510px;
	height: 50px;
	background:rgba(255,255,255,1);
	background-repeat:  no-repeat;
	background-size: 36px 36px;
	background-position: 459px 5px; 
	padding-right: 55px;
	border:2px solid rgba(45,102,165,1);
	border-radius:9px;
}
.center_content{
	display: flex;
	justify-content: space-between;
	padding: 0 36px;
}
.content_left{
	width: 240px;
}


.menu_first{
	
}
.menu_first>li{
	margin-bottom: 15px;
	box-shadow:0px 0px 6px 0px rgba(32,67,137,0.07);
	background: #fff;
	cursor: pointer;
}
.menu_first_div{
	width: 240px;
	height: 70px;
	background-color: #fff;
	color: #2D66A5;
	font-size:23px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	cursor: pointer;
}
.icon_jiahao{
	    display: inline-block;
	    width: 20px;
	    height: 50px;
	    vertical-align: middle;
	    background: url(../images/zfxxgk_img_01.png) no-repeat center;
	    margin-left: 10px;
}
.active .icon_jiahao{
	background: url(../images/zfxxgk_img_02.png) no-repeat center;
}
.menu_first_div>div{
	height: 40px;
	width: 40px;
	margin-right: 35px;
	margin-left: 30px;
}

.menu_first_div>div.zfxxgkzn{
	background-image: url(../images/zfxxgkzn.png);
	background-size: 100%;
}
.active .menu_first_div>div.zfxxgkzn{
	background-image: url(../images/zfxxgkzn_active.png);
	background-size: 100%;
}
.menu_first_div>div.zfxxgkzd{
	background-image: url(../images/zfxxgkzd.png);
	background-size: 100%;
}
.active .menu_first_div>div.zfxxgkzd{
	background-image: url(../images/zfxxgkzd_active.png);
	background-size: 100%;
}
.menu_first_div>div.fdzdgknr{
	background-image: url(../images/fdzdgknr.png);
	background-size: 100%;
}
.active .menu_first_div>div.fdzdgknr{
	background-image: url(../images/fdzdgknr_active.png);
	background-size: 100%;
}
.menu_first_div>div.zfxxgknb{
	background-image: url(../images/zfxxgknb.png);
	background-size: 100%;
}
.active .menu_first_div>div.zfxxgknb{
	background-image: url(../images/zfxxgknb_active.png);
	background-size: 100%;
}
.active .menu_first_div{
	background-color: #2D66A5;
	color: #fff;
}
.menu_second{
	display: none;
	width: 100% ;
	margin-top: 10px;
}
.active .menu_second{
	display: block;
}
.menu_second>li{
   
	width: 240px;
	height: 32px;
	display: flex;
	align-items: center;
	font-size: 16px;
	/* font-weight:bold; */
	cursor: pointer;
}
.menu_second>li.active{
	background-color: #E6F5FF;
	color: #2D66A5;
	
}
.menu_second>li::before{
	content: '';
	display: inline-block;
	border-radius: 4px;
	width: 4px;
	height: 4px;
	background: #333;
	margin-right: 16px;
	margin-left:32px ;
}
.menu_second>li.active::before{
	background:#2D66A5
}


.content_right{
	width: 770px;
	background-color: #fff;
	padding: 30px;
	display: none;
	box-shadow: 0 10px 10px 0 #babacd;
}
.content_right .title{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:32px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgb(45,102,165);
}

.zhengwen_div{
	height: 940px;
	overflow-y: auto;
	overflow-x: hidden;
}
.zhengwen_div *{
	font-size: 18px;
}
.zhengwen{
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-indent: 25px;
	margin-bottom: 25px;
}
.fu_title{
	margin-bottom: 20px;
	font-size:21px;
	font-weight:bold;
}

.title_btn{
	border-bottom: 2px solid #CDD1D2;
	width: 100%;
}
.title_btn_itme{
	width: 110px;
	height: 35px;
	background: #2D66A5;
	color: #fff;
	font-weight:bold;
	line-height: 35px;
	text-align: center;
}
.content_btn{
	width: 100%;
	/* padding: 25px 34px; */
	line-height: 45px;
	margin-bottom: 36px;
}
.light{
	color: #A6A6A6;
}
.btn_group{
	width: 100%;
	display: flex;
	justify-content: center;
	
}
.btn_gray{
	width:100px;
	height:30px;
	background:rgb(230,230,230);
	display: flex;
	justify-content: center;
	align-items: center;
}
.w150{
	width: 150px !important;
}






.bm-table{
	font-size: 16px;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.bm-table ul{
	width: 100%;
}
.bm-table ul li{
	list-style: none;
	float: left;
	display: inline-block;
	width: 205px;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px;
	box-sizing: unset;
}
.bm-table ul li a{
	text-decoration: none;
	display: inline-block;
	width: 200px;
	height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
}
.bm-table ul:nth-child(odd){
	display: inline-block;
	background-color: #f6f5f7;
}
.bm-table ul:nth-child(even){
	display: inline-block;
	background-color: #ffffff;
}
.border-li {
    border-left: 1px solid #cacaca;
}


.container-list-content{
	padding:30px;
}

.container-table-title{
	margin: 0 30px ;
	text-indent: 10px;
}

.bm-table.threeInLine ul li:nth-child(3n-1) {
    border-left: 3px solid #e8e8e8;
    border-right: 3px solid #e8e8e8;
}
.bm-table.threeInLine{
	padding: 0px;
}

.noborder{
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}
.marginlr30{
	margin-left: 30px;
	margin-right: 30px;
}

.tit-info {
    margin-bottom: 30px;
    padding-bottom: 27px;
    text-align: center;
    font-size: 16px;
    border-bottom: 3px solid #ecececad;
    border-radius: 2px;
    letter-spacing: -1px;
}
.active .menu_first_div>div.zcfl {
    background-image: url(http://www.lyg.gov.cn/zglygzfmhwz/lygwzNew/assets/img/zc4.png);
    background-size: 100%;
}
.menu_first_div>div.zcfl {
    background-image: url(http://www.lyg.gov.cn/zglygzfmhwz/lygwzNew/assets/img/zc4-1.png);
    background-size: 100%;
}
.active .menu_second1 {
width: 100%;    margin-top: 10px;
    display: block;
}
.menu_second1 {
    display: none;
    width: 100%;
    margin-top: 10px;
}