.newhtml_professional_graph {
    margin: auto;
    position: relative;
    background-color: #ecf1fc;
}
.newhtml_professional_graph .first_bg {
	background: url(../../images/doorProfessionalGraph/bg.png) no-repeat;
	background-position: top;
    background-size: contain;
}
.newhtml_professional_graph .banner_text {
	margin-top: 18vw;
	text-align: center;
}
.newhtml_professional_graph .banner_text .title {
	margin: auto;
	width: 1040px;
	height: 112px;
}
.newhtml_professional_graph .banner_text .title img {
	width: 100%;
	height: 100%;
}
.newhtml_professional_graph .banner_text .content {
	margin-top: 3vw;
	font-weight: 300;
	font-size: 36px;
	line-height: 66px;
	letter-spacing: 1.8px;
	color: rgba(255, 255, 255, 1);
}
.body_content {
	position: sticky;
    padding: 40px 31px;
    border-radius: 50px;
	margin: 0 auto;
	min-height: 800px;
	margin-top: 17vw;
}
.pg_list {
	margin: auto;
    width: 1608px;
    display: grid;
	gap: 60px 54px;
	grid-template-columns: repeat(3, 1fr);
}
.pg_item {
	overflow: hidden;
    position: relative;
    border-radius: 10px;
    width: 498px;
    height: 240px;
    background: linear-gradient(180deg, #EFF4FA 0%, #FDFDFF 100%);
    border: 2px solid #FFFFFF;
}
.bg_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.bg_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.pg_type {
	padding: 3px 5px;
	font-size: 18px;
	font-weight: 500;
	color: #3787F7;
	margin-top: 14px;
	margin-left: 35px;
	border-radius: 6px;
	background: #FFFFFF;
	display: inline-block;
	border: 1px solid #5295F2;
}
.pg_name {
	margin-top: 32px;
	margin-left: 35px;
	color: rgba(26, 26, 26, 1);
	font-weight: 600;
	font-size: 24px;
}
.pg_info {
	margin-top: 41px;
	margin-left: 35px;
}
.pg_info_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.pg_info_item.kg {
	margin-right: 66px;
}
.pg_info_item.course {
	margin-right: 66px;
}
.pg_info_item-title {
	font-size: 14px;
	font-weight: 400;
	color: #95989D;
	margin-top: 4px;
}
.pg_info_item-content {
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    font-size: 18px;
	font-weight: 600;
	color: #1A1A1A;
	height: 32px;
}
.pg_info_item.org .pg_info_item-content i {
	width: 33px;
	height: 32px;
	background-color: red;
	display: block;
	margin-right: 6px;
}


@media only screen and (min-width: 1920px) {
 	
}
@media only screen and (min-width: 2560px) {
	.newhtml_professional_graph .banner_text .title {
		width: 1352px;
		height: 146px;
	}
	.newhtml_professional_graph .banner_text .content {
		font-size: 47px;
		line-height: 86px;
	}
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
 	
}
@media only screen and (min-width: 1528px) and (max-width: 1919px) {
	.newhtml_professional_graph .banner_text .title {
	    width: 827px;
	    height: 89px;
	}
	.newhtml_professional_graph .banner_text .content {
	    font-size: 29px;
	    line-height: 52px;
	}
	.body_content {
	    padding: 32px 25px;
	    border-radius: 40px;
	    min-height: 636px;
	}
	.pg_list {
	    width: 1279px;
	    gap: 48px 43px;
	}
	.pg_item {
	    border-radius: 8px;
	    width: 396px;
	    height: 191px;
	}
	.bg_image {
	    border-radius: 8px;
	}
	.bg_image img {
	    border-radius: 8px;
	}
	.pg_type {
	    padding: 2px 4px;
	    font-size: 14px;
	    margin-top: 11px;
	    margin-left: 28px;
	    border-radius: 5px;
	}
	.pg_name {
	    margin-top: 25px;
	    margin-left: 28px;
	    font-size: 19px;
	}
	.pg_info {
	    margin-top: 33px;
	    margin-left: 28px;
	}
	.pg_info_item.kg {
	    margin-right: 52px;
	}
	.pg_info_item.course {
	    margin-right: 52px;
	}
	.pg_info_item-title {
	    font-size: 11px;
	    margin-top: 3px;
	}
	.pg_info_item-content {
	    font-size: 14px;
	    height: 25px;
	}
	.pg_info_item.org .pg_info_item-content i {
	    width: 26px;
	    height: 25px;
	    margin-right: 5px;
	}
}
@media only screen and (min-width: 1366px) and (max-width: 1527px) {
	.newhtml_professional_graph .banner_text .title {
	    width: 740px;
	    height: 80px;
	}
	.newhtml_professional_graph .banner_text .content {
	    font-size: 26px;
	    line-height: 47px;
	}
	.body_content {
	    padding: 28px 22px;
	    border-radius: 36px;
	    min-height: 569px;
	}
	.pg_list {
	    width: 1144px;
	    gap: 43px 38px;
	}
	.pg_item {
	    border-radius: 7px;
	    width: 354px;
	    height: 171px;
	}
	.bg_image {
	    border-radius: 7px;
	}
	.bg_image img {
	    border-radius: 7px;
	}
	.pg_type {
	    padding: 2px 4px;
	    font-size: 13px;
	    margin-top: 10px;
	    margin-left: 25px;
	    border-radius: 4px;
	}
	.pg_name {
	    margin-top: 23px;
	    margin-left: 25px;
	    font-size: 17px;
	}
	.pg_info {
	    margin-top: 29px;
	    margin-left: 25px;
	}
	.pg_info_item.kg {
	    margin-right: 47px;
	}
	.pg_info_item.course {
	    margin-right: 47px;
	}
	.pg_info_item-title {
	    font-size: 10px;
	    margin-top: 3px;
	}
	.pg_info_item-content {
	    font-size: 13px;
	    height: 23px;
	}
	.pg_info_item.org .pg_info_item-content i {
	    width: 23px;
	    height: 23px;
	    margin-right: 4px;
	}
}
@media only screen and (max-width: 1365px) {
	.newhtml_professional_graph .banner_text .title {
	    width: 555px;
	    height: 60px;
	}
	.newhtml_professional_graph .banner_text .content {
	    font-size: 19px;
	    line-height: 35px;
	}
	.body_content {
	    padding: 21px 17px;
	    border-radius: 27px;
	    min-height: 427px;
	}
	.pg_list {
	    width: 858px;
	    gap: 32px 29px;
	}
	.pg_item {
	    border-radius: 5px;
	    width: 266px;
	    height: 128px;
	}
	.bg_image {
	    border-radius: 5px;
	}
	.bg_image img {
	    border-radius: 5px;
	}
	.pg_type {
	    padding: 2px 3px;
	    font-size: 10px;
	    margin-top: 7px;
	    margin-left: 19px;
	    border-radius: 3px;
	}
	.pg_name {
	    margin-top: 17px;
	    margin-left: 19px;
	    font-size: 13px;
	}
	.pg_info {
	    margin-top: 22px;
	    margin-left: 19px;
	}
	.pg_info_item.kg {
	    margin-right: 35px;
	}
	.pg_info_item.course {
	    margin-right: 35px;
	}
	.pg_info_item-title {
	    font-size: 7px;
	    margin-top: 2px;
	}
	.pg_info_item-content {
	    font-size: 10px;
	    height: 17px;
	}
	.pg_info_item.org .pg_info_item-content i {
	    width: 18px;
	    height: 17px;
	    margin-right: 3px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {

}
@media only screen and (max-width: 1023px) {
 
}