.ztzl-main{
	padding: 20px;
    border: 1px solid #eaeff5;
}
.ztzl-list a{
	display: inline-block;
	height: 70px;
	width: 160px;
	margin: 0 25px 30px;
	padding: 9px;
    border: 1px solid #eaeff5;
    border-radius: 5px;
    background: #f6f7fb;
}
.ztzl-list a img{
	width: 100%;
	height: 100%;
}

/* 政府公报 */
.bulletin-main-box{
	padding: 20px 50px;
}
.bulletin-lf {
    width: 310px;
    border: 1px solid #eaeff5;
    border-right: none;
    background: #f6f7fb;
}
.bulletin-lf .tag {
    width: 280px;
    height: 53px;
    margin: 20px auto 9px;
    font: bold 18px/53px 'Microsoft YaHei', '寰蒋闆呴粦';
    color: #d6000d;
    text-indent: 59px;
    background: #fff url("../images/xz-bulletin-title-bg.png") no-repeat center top;
}
.bulletin-lf .desc {
    padding: 0 28px 45px;
    font: 14px/36px 'Simsun', '瀹嬩綋';
    color: #033266;
}
.bulletin-rt {
    width: 747px;
    min-height: 689px;
    padding: 14px 10px 0;
    border: 1px solid #eaeff5;
}
.bulletin-rt .select-block {
    margin: 0 9px;
    border-bottom: 1px solid #eaeff5;
}
.bulletin-rt .cur-year {
    font: 24px/64px 'Arial';
    color: #033266;
}
.bulletin-rt .select-year .tag {
    margin-right: 10px;
    font: 14px/64px 'Microsoft YaHei', '寰蒋闆呴粦';
    color: #033266;
}
.bulletin-rt .tip {
    width: 220px;
    height: 36px;
    border: 1px solid #eaeff5;
    border-radius: 5px;
    text-indent: 10px;
    background: url("../images/xz-bulletin-arrow.png") no-repeat 196px center;
    cursor: pointer;
}
.bulletin-rt .dropdown {
    position: relative;
    margin-top: 14px;
    font: 14px/36px 'Microsoft YaHei', '寰蒋闆呴粦';
    color: #033266;
}
.bulletin-rt .dropdown ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 180px;
    overflow: auto;
    border: 1px solid #eaeff5;
    border-top: none;
    background: #fff;
}
.bulletin-rt .dropdown li:hover {
    background: #eee;
}
.bulletin-rt .dropdown li a {
    display: block;
    color: #033266;
    text-indent: 10px;
}
.bulletin-list {
    padding-top: 3px;
}
.bulletin-list li {
    float: left;
    width: 231px;
    height: 67px;
    margin: 17px 9px 0;
    padding-top: 16px;
    text-align: center;
    background: url("../images/xz-bulletin-bg.png") no-repeat center top;
}
.bulletin-list li a {
    font: 14px/24px 'Microsoft YaHei', '寰蒋闆呴粦';
    color: #033266;
}
.bulletin-list li a:hover {
    color: #b21112;
}