.baogao {
	padding: 100px 0;
}

.bgw880 {
	width: 880px;
	margin: 0 auto;
}

.baogao h3 {
	text-align: center;
	color: #169f96;
	font-size: 36px;
	padding-bottom: 40px;
}

.baogao .left {
	width: 300px;
	margin-top: 70px;
}

.baogao .body {
	padding: 0 39px;
}

.baogao .right {
	width: 300px;
	margin-top: 70px;
}

.baogao .bg200 {
	width: 200px;
	height: 70px;
}

.baogao .bg260 {
	width: 260px;
	height: 70px;
}

.baogao .bg300 {
	width: 300px;
	height: 70px;
}

.baogao .left .bg {
	background: #50bcb2;
	margin-bottom: 10px;
	float: right;
}

.baogao a {
	color: #fff;
}

.baogao p {
	color: #fff;
	line-height: 70px;
	height: 70px;
	font-size: 24px;
}

.baogao .right .bg {
	background: #179f96;
	margin-bottom: 10px;
	float: left;
}

.baogao-danye {
	margin: 20px 0;
}

.baogao-danye h3 {
	background: #5e94ca;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.baogao-danye .p {
	padding: 20px;
	line-height: 28px;
	background: #f3f3f3;
}

.baogao-danye .p span {
	display: block;
	text-align: center;
	border-bottom: 1px solid #999;
	color: #999;
	width: 160px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.baogao-danye .p .img {
	text-align: center;
	margin: 20px 0;
}

.baogao-danye .p .center {
	text-align: center;
}

.baogao-danye .p .rating {
	font-size: 32px;
	color: #000;
	line-height: 32px;
}

.baogao-danye .section {
	margin-bottom: 20px;
}

@media screen and (max-width:480px) {
	.baogao-danye img {
		width: 100%;
	}
	.baogao-danye h3 {
		font-size: 1.4rem;
	}
	.baogao-danye .p {
		font-size: 1.2rem;
		line-height: 24px;
	}
	.bgw880 {
		width: 100%;
	}
	.baogao {
		padding: 20px 0 !important;
	}
	.baogao h3 {
		text-align: center;
		color: #169f96;
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	.baogao .left {
		width: 32%;
		margin-top: 40px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.baogao .body {
		width: 32%;
		padding: 0;
	}
	.baogao .right {
		width: 32%;
		margin-top: 40px;
		margin-left: 1%;
	}
	.baogao .bg200 {
		width: 66%;
		height: 30px;
	}
	.baogao .bg260 {
		width: 87%;
		height: 30px;
	}
	.baogao .bg300 {
		width: 100%;
		height: 30px;
	}
	.baogao .left .bg {
		background: #50bcb2;
		margin-bottom: 10px;
		float: right;
	}
	.baogao .bg img{
		height: 24px;
		margin-top: 3px;
	}
	.baogao .body img{
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.baogao p {
		color: #fff;
		line-height: 30px;
		height: 30px;
		font-size: 1.2rem;
	}
	.baogao .right .bg {
		background: #179f96;
		margin-bottom: 10px;
		float: left;
	}
}