.zfgbbanner{width: 100%;}
.zfgbbanner img{border-radius: 6px;}
.zfgbcon{width: 100%;background-color: #f4f8fe;border-radius: 6px;padding:10px;margin:14px auto;box-sizing: border-box;}
.zfgbtit{font-size:24px;color: #0f51a4;position: relative; 
    padding-left: 48px; font-weight: bolder;margin-top: 12px;}
.zfgbtit::before {
    content: ""; 
    position: absolute;
    left: 20px;
    top: 0; 
    bottom: 0;
    width: 5px;
    background-color: #0f51a4;
}
.zfgbmain{width: 100%;}
.zfgbmain h3{margin:10px;padding:15px 10px 10px;border-bottom: 1px solid #e7e7e7;}
.zfgbmain ul{margin-left: 20px;}
.zfgbmain li{
	box-sizing: border-box;
	margin: 20px 20px;
	padding-left: 28px; 
    background-image: url(../images/zfgb_dor.png);
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 16px 16px; 
    list-style-type: none; 
}
.zfgbmain li span{float: right;color: #818181;} 
.zfgbmore{ width: 200px;height: 40px;background-color: #0f51a4;border-radius: 10px;text-align: center;line-height: 40px;margin: 30px auto 20px ;}
.zfgbmore a{color: #fff;font-size: 18px;}
.zfgbsel{
	margin-left:10px;
}
.selyear{width: 100%;margin: 20px auto;box-sizing: border-box;}
.selyear li{    cursor: pointer;width: 150px;height: 40px;background-color: #fff;border-radius: 10px;text-align: center;line-height: 40px;display: inline-block;margin:5px 6px;}
.chillist{height:60px; background-color: #fff;border-radius: 10px;line-height: 40px;margin:0 8px 10px;padding:0 20px;    display: flex;
    align-items: center;}
.yeartit{width: 80px;font-size: 18px;color: #0f51a4;font-weight: bolder;float: left;border-right: 2px solid #0f51a4;height: 24px;line-height: 24px;
margin:0 20px;}
.chillist li{text-align: center;line-height: 40px;display: inline-block;margin: 0 20px;}
.chillist li a{font-size: 18px;}
.selyear .active{background-color: #0f51a4;color: #fff;}

.zfgbsearch{width: 100%;}
.clear {
    clear: both;
}
/* 政府公报列表样式 */
.list_nav {
    margin: 22px 0;
    padding: 10px 16px;
    border-bottom: 1px solid #f4f4f4;
    background-color: #f8f8f8;
}
.zfgbleft{width:70%;float:left;}
.zfgbright{width: 28%;float:right; }
.zfgbhead{background-color: #f4f8fe;border-radius: 10px;text-align: center;padding:30px;}
.zfgbhead h2 {font-size: 28px;padding:14px 0;color: #0f51a4;}
.zfgbhead h3{padding:10px 0;font-weight: normal;}
.zfgbhead h3 span{color: #cf0c13;}
.zfgbhead p{font-size: 18px;}
.zfgbbar{
	background-image: url(../images/zfgbbar.png);
	background-repeat: no-repeat; 
	background-position: center center;
	text-align: center;
	color: #0f51a4;
	font-size: 28px;
	margin: 20px auto;
	font-weight: bolder;
}
.selqs{border: 1px solid #f4f4f4;background-color: #fdfdfd;border-radius: 6px;margin-bottom: 20px;padding:10px}
.zfgbsel{ margin: 30px 40px 20px;}
.zfgbsel span{font-size: 18px;padding-right: 20px;}
.zfgbsel select {
	border: 1px solid #b9b9b9;
	color: #717171;
    width: 140px;
    text-indent: 10px;
    border-radius: 4px;
    outline: none;
    font-size: 15px;
    height: 40px;
	appearance: none;
	-webkit-appearance: none;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7"> <path fill="%23666" d="M6 7L0 0h12z"/></svg>') no-repeat;
	background-position: right 12px center; /* 调整水平位置 */
	background-size: 10px;
}
.zfgbsel select option {
    color: #333;
    background-color: #fff;
    font-size: 16px;
}

.zfgbsel select option:hover {
    background-color: #f0f0f0; /* 悬停状态 */
}

.zfgbsel select option:checked {
    background-color: #e0e0e0; /* 选中状态 */
}
.zfgbjj{margin: 20px;line-height: 2;text-indent: 2em;}
.zfgbmore img {margin: 0 12px;}