/* 教学内容 */
.Contents {
    padding: .3rem;
}
.Contents .Contents-box{
    margin-top: .2rem;
    text-align: center;
	display: flex;
    justify-content: space-between;
	    border-radius: 5px;
}
.Contents .Contents-box .Contents-btn{
	width: 1.41rem;
    height: 0.45rem;
    font-size: .26rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 0.2rem;
    background-color: #b46636;
	margin:0 auto;
}
.Contents .Contents-left{
	width:3.5rem;
	padding:.3rem;
    background: #f5f5f5;
}
.Contents .Contents-left h2{
    font-weight: 800;
    font-size: 0.3rem;
}
.Contents .Contents-left p{
	height: 1.6rem;
    overflow: hidden;
	display: -webkit-box;
 	-webkit-line-clamp: 4;
 	-webkit-box-orient: vertical;
    text-overflow: ellipsis; /*当对象文本溢出时显示...*/
    margin: .2rem 0;
    line-height: 0.4rem;
	text-align:left;
    font-size: .20rem;
}

.Contents .Contents-right{
	width:5.5rem;
	height:3.5rem;
}
