.main_wrap {
    overflow: hidden;
    max-width: 750px;
    width: 100%;
    padding: 0.3rem 0.3rem 0.5rem 0.3rem;
    background: #f4f4f4;
}
.common_pd {
    padding: 0.3rem 0.25rem 0.3rem 0.25rem;
    overflow: hidden;
    position: relative;
}

.white_box {
    background: #fff;
}
.content_title {
	font-size: 0.34rem;
	font-weight: bold;
	overflow: hidden;
}

.content_info {
	overflow: hidden;
	margin-top: 0.15rem;
}

.content_info .author {
	font-size: 0.24rem;
	color: #0039ac;
	float: left;
}

.content_info .time {
	color: #999;
	float: left;
	margin-left: 0.3rem;
		font-size: 0.24rem;
}

.content_desc {
	overflow: hidden;
	width: 100%;
	padding: 0.2rem;
	background: #F3F6FF;
	border-left: 0.05rem solid #0039ac;
	-moz-border-radius-topright: 0.15rem;
	-moz-border-radius-bottomright: 0.15rem;
	-webkit-border-top-right-radius: 0.15rem;
	-webkit-border-bottom-right-radius: 0.15rem;
	border-top-right-radius: 0.15rem;
	border-bottom-right-radius: 0.15rem;
	font-size: 0.22rem;
	color: #69798c;
	margin-top: 0.15rem;
	line-height: 1.7;
}

.content_content img {
	max-width: 100% !important;
	height: auto !important;
}

.content_desc span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 0.05rem;
	padding-right: 0.05rem;
	border: 0.01rem solid #0039ac;
	color: #0039ac;
	margin-right: 0.05rem;
	font-size: 0.12rem;
}

.content_content {
	overflow: hidden;
	line-height: 1.7;
	margin-top: 0.3rem;
	font-size: 0.24rem;
}

.content_content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}

.content_download {
	overflow: hidden;
	padding: 0.25rem;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
	background: #F5FAFF;
}

.content_download .tubiao {
	float: left;
}

.content_download .tubiao img {
	width: 0.7rem;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.content_download .info {
	width: 3.1rem;
	overflow: hidden;
	float: left;
	margin-left: 0.2rem;
}

.content_download .info .shang {
	font-size: 0.26rem;
	font-weight: bold;
	color: #013da5;
	overflow: hidden;
	height: 0.3rem;
	line-height: 0.3rem;
}

.content_download .info .xia {
	font-size: 0.18rem;
	color: #69798c;
	overflow: hidden;
}

.content_download .detail {
	float: right;
}

.content_download .detail a {
	width: 1.7rem;
	height: 0.6rem;
	display: block;
	background: #003DA4;
	color: #fff;
	line-height: 0.6rem;
	text-align: center;
}

.content_download .detail a .iconfont {
	margin-right: 0.1rem;
}

.content_content p{
    overflow: hidden;
    line-height: 2;
    margin-top: 0.3rem;
	text-indent: 2em;
    font-size: 0.24rem;
}
.content_content h2{
overflow: hidden;
    line-height: 1.4;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    padding-left: 0.2rem;
	position: relative;
}
.content_content h3{
overflow: hidden;
    line-height: 1.4;
    margin-top: 0.3rem;
    font-size: 0.26rem;
    font-weight: bold;
text-indent: 2em;
	position: relative;
}
.content_content h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.03rem;
    width: 5px;
    height: 20px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #2f6bff, #5d8dff);
}