.main {
	background: #fff;
}

.content {
	background: #f7f7f7;
}

.incontent {
	width: 860px;
	margin: 60px auto;
	padding: 50px 0;
}

.incontent .title {
	width: 614px;
}

.timep {
	line-height: 46px;
}

.incontent .title-box {
	border-bottom: 1px solid #dbdbdb;
}

.newscontent {
	margin-top: 30px;
}

.newscontent .newsp {
	color: #555;
	line-height: 1.7;
}

.newsimg {
	display: block;
	width: 69.77%;
	margin: 50px auto;
}
.look{
	    width: 120px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    background: #2a90f5;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 20px auto;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
.look{
		    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    margin: 0.2rem auto;
	}
	.incontent {
		width: 8.39rem;
		margin: 0.6rem auto;
		padding: 0.5rem 0;
	}
	.incontent .title {
		width: 100%;
	}
	.newsimg{
		margin: 0.6rem auto;
		width: 75%;
	}
}