.mainBox .leftBox {
	width: 740px;
	padding-right: 40px;
	border-right: #ababab solid 2px;
}

.mainBox .rightBox {
	width: 380px;
	padding-left: 30px;
}

/*日期切换*/

.gb_slideTxtBox {
	height: 315px;
}

.gb_slideTxtBox .hd {
	height: 55px;
	line-height: 55px;
	position: relative;
}

.gb_slideTxtBox .hd ul {
	float: left;
	position: absolute;
}

.gb_slideTxtBox .hd ul li {
	float: left;
	border: #bbb solid 4px;
	margin-right: 33.7px;
	border-radius: 55px;
	width: 55px;
	font-size: 19px;
	color: #969696;
	text-align: center;
	background: #eaeaea;
	cursor: pointer;
}

.gb_slideTxtBox .hd_bg {
	position: absolute;
	width: 100%;
	height: 6px;
	z-index: -1;
	top: 30px;
	background: #bbb;
}

.gb_slideTxtBox .hd ul li.on {
	height: 55px;
	font-size: 19px;
	color: #fff;
	background: #0f72cf;
}

.gb_slideTxtBox .bd ul {
	padding: 20px 0 0 5px;
	zoom: 1;
}

.gb_slideTxtBox .bd li {
	float: left;
	margin: 0 13px 13px 0;
	padding: 20px 0;
	text-align: center;
	width: 170px;
	font-size: 20px;
	background: #eaeaea;
}

.gb_slideTxtBox .bd li p {
	font-size: 13px;
	color: #666;
}

.gb_slideTxtBox .bd li .date {
	float: right;
	font-size: 15px;
	color: #888;
}


/*政府公报*/

.bulletin>h1 {
	font-size: 22px;
font-family: "宋体",serif;
font-weight: bold;
	height: 30px;
	border-bottom: #bbb solid 1px;
}

.bulletin .bulletin_title h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

.bulletin .bulletin_title p {
	font-size: 12px;
	margin-bottom: 8px;
}

/*公报部门列表*/

.gb_list .gb_list_title{
	height: 45px;
	line-height: 45px;
	background: url(gb_news_title.png) no-repeat;
}
.gb_list .gb_list_title h1{
	float: left;
	padding: 0 40px;
	font-size: 22px;
}
.gb_list .gb_list_title h2{
	float: left;
	font-size: 20px;
	color: #0b3974;
}
.gb_list_main{
	margin-top: 23px;
	height: 139px;
	background: url(gb_news_bg.png) 12px no-repeat;
}

.gb_list_main_1{
        background: url(gb_news_bg_1.png) 12px no-repeat;
}
.gb_list_main_2{
        background: url(gb_news_bg_2.png) 12px no-repeat;
}
.gb_list_main_3{
        background: url(gb_news_bg_3.png) 12px no-repeat;
}
.gb_list_main_4{
        background: url(gb_news_bg_4.png) 12px no-repeat;
}
.gb_list_main_5{
        background: url(gb_news_bg_5.png) 12px no-repeat;
}
.gb_list_main ul{
	padding-left: 45px;
}
.gb_list_main ul li{
    float: left;
    padding: 15px 25px 0 0;
    width: 100px;
    height: 80px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 21px;
}
.gb_list_main_1 ul li{
 width: 363px;
}
.gb_list_main ul li.last_child{
	padding-right: 0;
}