.postgraduate-style-content {
 	background: #fff;
}

.pg_style_search_row {
	display: table;
	margin-bottom: 0.2rem;
}

.pg_style_search_row .pg_style_search_label {
    display: table-cell;
	width: 1rem;
	height: 0.28rem;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 0.2rem;
	/*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
	color: #333333;
	font-family: PingFang SC,"微软雅黑",sans-serif;
	overflow: hidden;
}

.pg_style_search_row .pg_style_search_value {
    display: table-cell;
	width: 11.8rem;
	overflow: hidden;
}

.pg_style_search_row .pg_style_search_value span {
	display: inline-block;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.2rem;
	color: #333333;
	padding: 0.06rem 0.08rem 0.04rem;
	margin-right: 0.18rem;
	cursor: pointer;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
	border-bottom: 0.02rem solid transparent;
}

.pg_style_search_row .pg_style_search_value span:hover{
	border-bottom: 0.02rem solid #3894E8;
}

.pg_style_search_row .pg_style_search_value .on_click {
	background: #3894E8;
	color: #FFFFFF;
	padding: 0.06rem 0.08rem;
	font-size: 0.18rem;
	line-height: 0.2rem;
	font-weight: 600;
	/*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.search_result {
    margin: 0.34rem auto 0.7rem auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	min-height: 0.2rem;
}

/* 分页 */
.postgraduate_style_pages {
	height:0.3rem!important;
	margin: 0.5rem 0 0.6rem!important;
}

.postgraduate_style_pages .pages {
    margin: 0 auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content:center;
    overflow: hidden;
}

.postgraduate_style_pages .pages a,.postgraduate_style_pages .pages span {
	display: block;
	height: 0.3rem;
	padding: 0.05rem 0.12rem;
	text-align: center;
	border-radius: 2px;
	font-size: 0.14rem;
	font-weight: 400;
	color: #333333;
	margin-right: 0.29rem;
	/*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.postgraduate_style_pages .pages .cur,.pages a:hover {
    color: #FFFFFF;
    background: linear-gradient(45deg, #07429C 0%, #367EFB 100%);
	text-decoration:none;
}


/* 详情页面 */

.pg_style_detail_content {
	margin-top: 0.7rem;
}

.pg_style_detail_top {
	height: 6.3rem;
	overflow: hidden;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: nowrap;
}

.pg_style_detail_top .left {
	width: 6.19rem;
	margin-right: 36px;
}

.pg_detail_name {
	line-height: 0.56rem;
	font-size:0.4rem;
	font-weight: 600;
	color: #074798;
	overflow: hidden;
	margin-bottom: 0.12rem;
	/*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_detail_ID {
	color: #074798;
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 400;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
	margin-top: 0.1rem;
}

.pg_detail_name_undline {
	width: 4.4rem;
	overflow: hidden;
	display: flex;
    align-items: center;
}

.pg_detail_name_undline div:first-child {
	width: 0.8rem;
	height: 0.04rem;
	background: #074798;
	border-radius: 0;
	opacity: 1;
}

.pg_detail_name_undline div:last-child {
	width: 4.4rem;
	height: 0;
	background: #D9D9D9;
	opacity: 0.5;
	border: 1px solid #707070;
}

.pg_personal_profile {
	margin-top: 0.26rem;
}

.pg_top_label_container {
	width: 5.62rem;
	overflow: hidden;
}

.pg_top_label_container div {
	text-align: left;
	font-size: 0.22rem;
	line-height:0.3rem;
	font-weight: 600;
	color: #074798;
	/*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_personal_profile_content {
	margin-top: 0.15rem;
	overflow: hidden;
	font-size: 0.16rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.28rem;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
	text-indent: 2em;
}

.pg_basic_information {
	margin-top: 0.3rem;
}

.pg_basic_information_content {
	margin-top: 0.18rem;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

.pg_basic_information_content .pg_content_row {
	width: 3rem;
	height: 0.22rem;
	margin-bottom: 0.16rem;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	overflow: hidden;
	font-family: PingFang SC,"微软雅黑",sans-serif;
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: nowrap;
}

.pg_icon {
	width: 0.18rem;
	height: 0.18rem;
	background: url("../img/pg_detail_icon_bg.png");
}

.pg_label {
	font-size: 0.16rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.22rem;
	margin-left: 0.1rem;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_label_value {
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.22rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_content_row .major {
	width: 0.96rem;
}

.pg_content_row .major_value {
	width: 1.59rem;
}

.pg_content_row .city_value {
	width: 1.70rem;
}

.pg_basic_information_content .pg_content_row:last-child {
	width: 5.62rem;
}

.pg_content_row .school {
}

.pg_content_row .school_value {
}

.pg_style_detail_top .right {
    width: 5.83rem;
	height: 6.11rem;
	margin-left: 1.05rem;
	position: relative;
    /*background:  url("/acge/source/cms/template/default/img/pg_photo_bg.png") no-repeat center;*/

}

.right_pg_photo_bg{
	background: #074798;
	width: 5.7rem;
	height: 5.8rem;
	transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	position: absolute;
	z-index: 0;
	top: 0.2rem;
	right: -0.01rem;
}

.pg_detail_photo_container {
	width: 5.96rem;
	height: 6.24rem;
	margin: 0.57rem 0.55rem 0 0.6rem;
	position:absolute;
	z-index: 1;
}

.pg_detail_photo_container .pg_detail_main_photo {
	width: 4.81rem;
	height: 4.81rem;
	margin-bottom: 0.14rem;
	overflow: hidden;
}

.pg_detail_photo_container .pg_detail_main_photo img {
	width: 100%;
	height: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.pg_detail_photo_container .pg_detail_main_photo img:hover {
     transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.pg_detail_photo_container .pg_detail_other_photo {
	height: 0.79rem;
	width: 4.81rem;
	display: flex;
	flex-wrap: nowrap;
}

.pg_detail_photo_container .pg_detail_other_photo div {
	width: 0.79rem;
	height: 0.79rem;
	overflow: hidden;
	margin-right: 0.2rem;
	background: #000;
	cursor: pointer;
}

.pg_detail_photo_container .pg_detail_other_photo div:last-child {
	margin-right: 0;
}

.pg_detail_photo_container .pg_detail_other_photo div img {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	object-fit: cover;
}

.pg_detail_photo_container .pg_detail_other_photo .active img {
	opacity: 1;
}

.pg_style_detail_bottom {
	min-height: 4rem;
	display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1.23rem;
}

.pg_style_detail_bottom .left {
	width: 8.85rem;
}

.pg_edu_experience {
	/*width: 7.36rem;*/
	overflow: hidden;
	margin-top: 0.26rem;
}

.pg_edu_experience_row {
	display: flex;
	flex-wrap: nowrap;
}

.pg_edu_experience_row .pg_edu_time {
	width: 1.5rem;
	margin-right: 0.24rem;
	margin-top: 0;
	font-size: 0.14rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.2rem;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}
.pg_edu_experience_row .pg_edu_node_line {
	width: 0.1rem;
	height: auto;
	overflow: hidden;
    position: relative;
}

.pg_edu_experience_row .pg_edu_node_line div:first-child {
	width: 0;
	height: 100%;
	border: 1px solid #707070;
	margin: 0 auto;
}
.pg_edu_experience_row .pg_edu_node_line div:last-child  {
	width: 0.09rem;
    height: 0.09rem;
    background: #134B90;
    border-radius: 28px;
    position: absolute;
    top: 0.17rem;
}

.pg_edu_experience_row .pg_edu_info {
	width: 6rem;
	margin-left: 0.37rem;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0.4rem;
}

.pg_edu_experience_row .last_edu {
	padding-bottom: 0px;
}

.pg_edu_info div:first-child {
	width: 3rem;
	height: 0.22rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #2A5D9B;
	overflow: hidden;
	display: flex;
    align-items: center;
	/*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_edu_info .pg_type {
	width: 0.32rem;
	height: 0.22rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #2A5D9B;
	margin-left: 0.46rem;
	/*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_edu_info .pg_major {
	height: 0.22rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #2A5D9B;
	margin-left: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pg_edu_info .pg_course {
	width: 5rem;
    max-height: 0.48rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.1rem;
	font-size: 0.12rem;
	color: #333333;
	line-height: 0.17rem;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-weight: 400;
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_growth_story {
	margin-top: 0.37rem;
	margin-bottom: 0.37rem;
}

.pg_growth_story_container {
	width: 6.39rem;
	height: 2.9rem;
	background: url("../img/pg_growth_bg.png") no-repeat center;
/* 	overflow: hidden; */
	position: relative;
}

.pg_growth_story_container .pg_growth_story_node {
	width: 0.64rem;
	height: 0.98rem;
	position: absolute;
}

.pg_growth_story_container .pg_growth_story_node .story_title {
	width: 0.64rem;
	height: 0.22rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #174F92;
	margin: 0.07rem 0;
	/*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_growth_story_container .pg_growth_story_node .story_icon {
	width: 0.49rem;
    height: 0.49rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 30px;
    opacity: 1;
    position: relative;
    margin: 0 auto;
}

.pg_growth_story_container .pg_growth_story_node .story_icon .pg_story_dec {
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: -1.02rem;
    padding: 0.16rem 0.13rem 0.18rem;
    overflow: hidden;
    width: 5.39rem;
    max-height: 2.25rem;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	border-radius: 0;
	opacity: 1;
	z-index: 1;
}

.pg_story_dec div:first-child {
	width: 0.60rem;
	height: 0.21rem;
	font-size: 0.15rem;
	font-weight: 400;
	color: #2A5C9A;
	/*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_story_dec div:last-child {
	width: 5.08rem;
/* 	height: 68px; */
	font-size: 0.12rem;
	font-weight: 400;
	color: #333333;
	margin-top: 0.05rem;
	/*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_growth_story_node .story_icon:hover > .pg_story_dec,
.pg_growth_story_node .story_icon:focus > .pg_story_dec,
.pg_growth_story_node .story_icon:focus-within > .pg_story_dec {
  visibility: visible;

}

.pg_growth_story_container .pg_research_ex {
	left: 0.27rem;
	bottom: 0.3rem;
}
.pg_growth_story_container .pg_research_ex .story_icon {
    background: url("../img/pg_icon_kyjl.png") no-repeat center;
}

.pg_growth_story_container .pg_entrepreneurship_ex {
	left: 1.6rem;
	bottom: 0.33rem;
}
.pg_growth_story_container .pg_entrepreneurship_ex .story_icon {
    background: url("../img/pg_icon_cyjl.png") no-repeat center;
}

.pg_growth_story_container .pg_training_ex {
	left: 2.61rem;
	bottom: 0.98rem;
}
.pg_growth_story_container .pg_training_ex .story_icon {
    background: url("../img/pg_icon_pxjl.png") no-repeat center;
}

.pg_growth_story_container .pg_practical_ex {
	left: 4.03rem;
	bottom: 0.33rem;
}
.pg_growth_story_container .pg_practical_ex .story_icon {
    background: url("../img/pg_icon_sjjl.png") no-repeat center;
}

.pg_growth_story_container .pg_work_ex {
	left: 5.2rem;
	bottom: 1.03rem;
}
.pg_growth_story_container .pg_work_ex .story_icon {
    background: url("../img/pg_icon_gzjl.png") no-repeat center;
}

.pg_honor_label_container {
	margin-bottom: 0.15rem;
}

.pg_honor_label_container div {
	height: 0.50rem;
	font-size: 0.36rem;
	font-weight: 600;
	color: #074798;
	/*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_honor_achieve_row {
	width: 8.85rem;
	margin-bottom: 0.15rem;
}

.pg_honor_achieve_row >div:first-child {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 0.25rem;
    margin-bottom: 0.1rem;
}

.pg_honor_achieve_row .pg_honor_achieve_title {
	line-height: 0.25rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #333333;
	margin-left: 0.1rem;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_honor_achieve_row >div:last-child {
    width: 8.85rem;
    max-height:2.25rem;
    overflow: hidden;
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: 400;
	color: #333333;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}



.pg_style_detail_bottom .right {
    overflow: hidden;
    margin-top: 1rem;
}

.pg_relate_subject {
	width: 4.07rem;
	height: 4.13rem;
	background: #EBF0FD;
	border-radius: 0;
	opacity: 1;
	padding: 0.2rem 0.2rem 0.24rem 0.2rem;
	margin-bottom: 0.4rem;
	margin-left: 1.08rem;
}

.pg_relate_subject .pg_relate_subject_title {
	line-height: 0.28rem;
	font-size: 0.2rem;
	font-weight: 500;
	color: #333333;
	margin-bottom: 0.13rem;
	/*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_relate_subject .pg_relate_subject_undline {
	width: 3.67rem;
	height: 0.03rem;
	background: #074798;
	border-radius: 0;
	opacity: 1;
	margin-bottom: 0.23rem;
}

.pg_relate_subject .pg_relate_subject_content {
	width: 3.67rem;
	height: 0.42rem;
    margin-bottom: 0.23rem;
    cursor: pointer;
}
.pg_relate_subject .pg_relate_subject_content >div:first-child {
	height: 0.42rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.pg_relate_subject_content .photo_pic {
	width: 0.42rem;
	height: 0.42rem;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #707070;
	overflow: hidden;
	margin-right: 0.07rem;
}

.pg_relate_subject_content .photo_pic img {
	width: 100%;
    height: 100%;
 }

.pg_relate_subject_content .name {
	width: 0.96rem;
	line-height: 0.25rem;
	font-size: 0.18rem;
	font-weight: 500;
	color: #333333;
	overflow: hidden;
    margin-right: 0.07rem;
	/*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_relate_subject_content .job {
	width: 0.96rem;
	line-height: 0.17rem;
	font-size: 0.12rem;
	font-weight: 400;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_relate_subject_content .vertical_line {
	width: 0;
	height: 0.2729rem;
	opacity: 1;
	border: 1px solid #999999;
	margin-right: 0.09rem;
}

.pg_relate_subject_content .content div {
	width: 2.04rem;
	height: 0.17rem;
	font-size: 0.12rem;
	font-weight: 400;
	color: #134B90;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
}

.pg_relate_subject_content:hover {
	background: #F7F7F7;
}

/* select */
.select2-container--bootstrap {
	max-width: 10.50rem;
}

.select2-selection--single {
    height: 0.34rem !important;
}

.select2.select2-container--below .select2-selection__rendered {
    color: #717375 !important;
}

.pg_style_detail_content_container_back {
	width: 100%;
	min-width: 1120px;
}





