.sup_container{
	display: flex;
	margin: 180px auto 0;
	width: 80vw;
	height:70vh;
}
.sup_list {
	flex: 1;
	height:50vh;
	text-align:  center;
}
.sup_image {
	height: 25%;
}
.sup_image img {
	display:inline-block
}
.sup_text {
	
	height: 75%;
	line-height:  36px;
	border-right: 2px solid #C9E9F6;
}
.sup_text h1{
	font-size:28px;
}
.sup_text p{
	font-size:17px;

}