
@media only screen and (min-width: 1200px){
    .leftImg{
        width: 81px;
        height: 108px;
        margin-right: 10px;
    }
    .articleList_item_content{
        display: flex;
        flex-direction: row;
    }
    .article_title,.article_text{
        width: 1040px;
    }
    .articleList_item_content p{
        
    }
	.chart{
		position: relative;
		width: 1200px;
		min-height: 547px;
		background: #FDF5E6;
		border-radius: 10px;
		border: 1px solid #D0AD9A;
		margin: 30px auto;
		padding: 30px;
	}
	.contentImg{
	    width: 1140px;
	    height: auto;
		position: relative;
		z-index: 3;
	}
	.teacherBox{
		width: 1200px;
		margin: 0 auto;
	}
	.memberDetail .articleList_item_content{
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.memberDetail .article_time {
		font-size: 14px;
		font-weight: 400;
		color: #666666;
		position: relative;
	}
	.articleDetail {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 1200px){
    .leftImg{
        width: 6.48vw;
        height: 8.64vw;
        margin-right: 0.8vw;
    }
    .articleList_item_content{
        display: flex;
        flex-direction: row;
    }
    .article_title,.article_text{
        width: 81vw;
    }
    .articleList_item_content p{
        /*width: 81vw;*/
    }
	.chart{
		position: relative;
		width: 90vw;
		min-height: 42vw;
		background: #FDF5E6;
		border-radius: 10px;
		border: 1px solid #D0AD9A;
		margin: 2.4vw auto;
		padding: 2.4vw;
		overflow: hidden;
	}
	.contentImg{
		width: 85.2vw;
		height: auto;
		position: relative;
		z-index: 3;
	}
	.teacherBox{
		width: 90vw;
		margin: 0 auto;
	}
	.memberDetail .articleList_item_content{
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.memberDetail .article_time {
		font-size: 14px;
		font-weight: 400;
		color: #666666;
		position: relative;
	}
	.articleDetail {
		margin-top: 2.4vw;
	}
	.chart .angleBox{
		width: 88.8vw;
	}
}
@media only screen and (max-width: 700px){
	.chart .angleBox{
		width: 88.3vw;
	}
	.leftImg{
        width: 17vw;
        height: 22.8vw;
        margin-right: 3vw;
    }
    .articleList_item_content{
        display: flex;
        flex-direction: row;
    }
    .article_title,.article_text{
        width: 60vw!important;
        display: block;
    }
}