.main {
    width: 820px;
}
.main .title {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ddd;
}
.main .title h1 {
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
	text-align: center;
}
.main .title p {
    margin-top: 36px;
    font-size: 13px;
    color: #999;
}
.main .title p .tf {
	margin-right: 5px;
}
.main .title p span {
	margin-right: 20px;
}
.main .content {
    padding: 35px 0 80px;
    line-height: 24px;
}

.recommend {
    position: sticky;
    top: 144px;
    width: 330px;
    align-self: flex-start;
    padding: 0 20px 30px;
    margin: 64px 0;
    background: #F5FAFF;
}
.recommend dt {
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
}
.recommend a:nth-child(n+2) li {
    margin-top: 15px;
}
.recommend li .cover {
    min-width: 90px;
    height: 60px;
    margin-right: 12px;
	background-size: cover;
	background-position: center;
}
.recommend li p {
    line-height: 22px;
    font-size: 13px;
}
.recommend li:hover p {
    font-weight: bold;
    color: #0084FF;
}

@media screen and (max-width: 1024px) {
	.m-module {
		flex-wrap: wrap;
	}
	.main {
		box-sizing: border-box;
	    width: 7.5rem;
		padding: 0 .24rem;
	}
	.main .title {
	    padding: .4rem 0;
	}
	.main .title h1 {
	    line-height: .72rem;
	    font-size: .6rem;
	}
	.main .title p {
	    margin-top: .4rem;
	    font-size: .26rem;
	}
	.main .content {
	    padding: .7rem 0;
	    line-height: .44rem;
	}
	.main .content img {
		width: auto !important;
		height: auto !important;
	}
	
	.recommend {
		box-sizing: border-box;
	    position: relative;
	    top: 0;
	    width: 7.5rem;
	    padding: 0 .2rem .2rem;
	    margin: .2rem 0;
	}
	.recommend dt {
	    line-height: 1.4rem;
	    font-size: .36rem;
	}
	.recommend a:nth-child(n+2) li {
	    margin-top: .2rem;
	}
	.recommend li .cover {
	    min-width: 1.8rem;
		max-width: 1.8rem;
	    height: 1.2rem;
	    margin-right: .24rem;
	}
	.recommend li p {
	    line-height: .4rem;
	    font-size: .26rem;
	}
}