#bulletinContent{
	margin-top: 80px;
	padding-top: 30px;
	padding-bottom: 60px;
}
.accordion-heading{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e7e7e7;
	color: #555;
	font-size: 14px;
}
.accordion-toggle{
	min-height: 21px;
	padding-right: 50px;
	display: block;
	background: url("../img/jiantou9.png") 99% center no-repeat;
}
.accordion-toggle, .accordion-toggle:hover, .accordion-toggle:focus{
	text-decoration: inherit;
	color: #555;
}
.accordion-inner{
	font-size: 13px;
	color: #555;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 25px;
	border-bottom: solid 1px #e7e7e7;
}
.info-title{
	font-size: 16px;
	color: #86560f;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
.info-title p{
	margin-bottom: 0;
	margin-bottom: -1px;
	padding-bottom: 10px;
	border-bottom: solid 1px #86560f;
}
.accordion-toggle[aria-expanded=false]{
	background: url("../img/jiantou9.png") 99% center no-repeat;
}
.accordion-toggle[aria-expanded=true]{
	background: url("../img/jiantou10.png") 99% center no-repeat;
}
.accordion-toggle em{
	font-style: normal;
	width: 70%;
}
.accordion-toggle span{
	padding-right: 50px;
}



@media only screen and (max-width: 768px) {
	#bulletinContent{
		margin-top: 30px;
	}
	.info-title{
		padding-left: 20px;
	}
	.accordion{
		padding-left: 20px;
		padding-right: 20px;
	}
}
































