body{
	background-color: #fff;
	font-size: 15px;
	background: url('http://tjj.wuhan.gov.cn/material/ysqgk/images/bg1.png') no-repeat center top;
		}
				.content{
					position: relative;
					width: 1200px;
					margin-left: auto;
					margin-right: auto;
				}
				.content .grid{
					padding: 20px;
					background-color: #fff;
					box-shadow: 0 0 10px rgb(0 0 0 / 5%);
				}
				.mb20 {
			margin-bottom: 20px;
		}
		.mb20 img{
			width: 100%;
		}
		.p20 {
			padding: 20px;
		}
		.text-intro p {
			margin: 12px 0;
			line-height: 30px;
			font-size: 16px;
			text-indent: 2em;
		}
		.text-intro p a {
			margin: 0 5px;
			color: #06b;
			text-decoration: underline;
		}
		.info-btns .btn-lg {
			font-size: 18px;
			line-height: 20px;
			
		}
		.md-blue {
			background-color: #2d8fff;
			color: #fff;
		}
		.tc {
			text-align: center;
		}
		.md-blue:hover{
			color: #fff;
		}
		.t1 b {
			position: relative;
			display: inline-block;
			height: 40px;
			padding: 0 25px;
			line-height: 40px;
			font-size: 18px;
			background-color: #f2f2f2;
			border-radius: 100px;
		}
		.info-btns [class*="btn"]{
			margin: 10px;
			transition: .3s;
		}

		.t3 {
    position: relative;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 9px;
    padding: 12px 15px;
    line-height: 16px;
	margin-bottom: 20px;
}
.t3 b {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 8px solid #2d8fff;
    padding-left: 10px;
}
.form-group{
    margin-bottom: 25px;
}
.red {
    color: red;
}
.text-blue {
    color: #1b80d2!important;
}
.text-gray {
    color: #bbb!important;
}
.form-check-label{
    margin-right: 15px;
}