.clr {
	clear: both;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}
.p60 {
	padding: 60px 0;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 3%;
	}
	.p60 {
		padding: 30px 0;
	}
}


.hdinner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.logo {
	margin: 25px 0;
}
.navlist {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.navlist li {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 95px;
	position: relative;
}
.navlist li:first-child {
	margin-left: 0;
}
.navlist li a {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.navlist li.active a {
	color: #122b88;
}
.navlist li.active::after {
	content: '';
	position: absolute;
	width: 72px;
	height: 4px;
	background-color: #122b88;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.navlist li.languageli {
	font-size: 14px;
	color: #666666;
}
.navlist li.languageli a {
	margin: 0 2px;
	font-family: Arial;
}
.navlist li.languageli a.cur {
	color: #122b88;
}

.lh_navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.lh_navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.lh_navbtn span:nth-child(1) {
	top: 0;
}
.lh_navbtn span:nth-child(2) {
	top: 10px;
}
.lh_navbtn span:nth-child(3) {
	top: 20px;
}
.lh_navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.lh_navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.lh_navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

@media (max-width:1199px) {
	.logo {
		margin: 15px 0;
	}
	.navlist li {
		margin-left: 5vw;
	}
	.navlist li.active::after {
		width: 60px;
	}
	.navlist li a {
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.logo img {
		height: 40px;
	}
	.lh_navbtn {
		display: block;
	}
	.hdinner {
		align-items: center;
		flex-wrap: wrap;
	}
	.hdnav {
		width: 100%;
		display: none;
	}
	.navlist li {
		width: 100%;
		margin-left: 0;
		height: 36px;
		border-top: 1px solid #e6e6e6;
	}
	.navlist li.active::after {
		display: none;
	}
}

.hmbanner img {
	display: block;
	width: 100%;
}
.hmbanner .swiper-pagination {
	bottom: 30px;
}
.hmbanner .swiper-pagination-bullet {
	background: #122b88;
	border-radius: 0;
	width: 60px;
	height: 2px;
	outline: none;
}
@media (max-width:768px) {
	.hmbanner .swiper-pagination {
		bottom: 5px;
	}
	.hmbanner .swiper-pagination-bullet {
		background: #122b88;
		border-radius: 0;
		width: 30px;
		height: 2px;
		outline: none;
	}
}


.pubtitle {
	text-align: center;
}
.pubtitle h1 {
	font-size: 60px;
	font-weight: bold;
	color: #eeeeee;
	text-transform: uppercase;
	line-height: 1;
	opacity: 0.6;
}
.pubtitle h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	transform: translateY(-85% );
	-webkit-transform: translateY(-85% );
	-moz-transform: translateY(-85% );
	-ms-transform: translateY(-85% );
	-o-transform: translateY(-85% );
}
.pubtitle .blueline {
	width: 40px;
	height: 2px;
	background-color: #122b88;
	margin: 0 auto;
	margin-top: -5px;
}
@media (max-width:768px) {
	.pubtitle h1 {
		font-size: 28px;
	}
	.pubtitle h2 {
		font-size: 18px;
		margin-top: -4px;
		transform: translateY(-65% );
		-webkit-transform: translateY(-65% );
		-moz-transform: translateY(-65% );
		-ms-transform: translateY(-65% );
		-o-transform: translateY(-65% );
}
	.pubtitle .orangeline {
		width: 30px;
		margin-top: -4px;
	}
}

.readmore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 46px;
	border: solid 1px #122b88;
	font-size: 14px;
	color: #122b88;
	background: transparent;
}
@media (max-width:768px) {
	.readmore {
		font-size: 12px;
		width: 100px;
		height: 30px;
	}
}

.hmcpcatelist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.hmcpcatelist li {
	width: 31.67%;
}
.hmcpcatepic {
	border: solid 1px #eeeeee;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmcpcatepic img {
	display: block;
	width: 100%;
}
.hmcpcatetext {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	background: #eeeeee;
	padding: 0 20px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmcpcatetext h1 {
	font-size: 16px;
	color: #666666;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmcpcatetext em {
	display: block;
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/lh/hmcpcateicon1.png);
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmcpcatelist li:hover .hmcpcatepic {
	border-color: #122b88;
}
.hmcpcatelist li:hover .hmcpcatetext {
	background-color: #122b88;
}
.hmcpcatelist li:hover .hmcpcatetext h1 {
	color: #ffffff;
}
.hmcpcatelist li:hover .hmcpcatetext em {
	background-image: url(../images/lh/hmcpcateicon2.png);
}
.cpreadmore {
	margin: 40px auto 0;
}
@media (max-width:768px) {
	.hmcpcatelist {
		margin-top: 25px;
	}
	.hmcpcatelist li {
		width: 100%;
		margin-bottom: 15px;
	}
	.hmcpcatetext {
		height: 50px;
	}
	.hmcpcatetext h1 {
		font-size: 14px;
	}
	.hmcpcatetext em {
		width: 26px;
		height: 26px;
	}
	.cpreadmore {
		margin-top: 10px;
	}
}

.hmblocktwo {
	background: url(../images/lh/hmtongbg.jpg) 100% 100%/cover no-repeat;
	color: #ffffff;
	text-align: center;
}
.hmblocktwo h1 {
	font-size: 30px;
	font-weight: bold;
}
.hmblocktwo p {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	padding: 0 55px;
	margin-top: 30px;
}
@media (max-width:768px) {
	.hmblocktwo h1 {
		font-size: 20px;
	}
	.hmblocktwo p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
		padding: 0 10px;
	}
}




.hmblockthree .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.hmblockthree .inner img {
	width: 54%;
}
.hmaboutdemo {
	width: 40.5%;
	padding-top: 20px;
}
.hmaboutdemo .pubtitle {
	text-align: left;
}
.hmaboutdemo .pubtitle .blueline {
	margin: -5px 0 0;
}
.hmaboutdemo p {
	font-size: 14px;
	line-height: 36px;
	color: #333333;
	margin-top: 30px;
}
.aboutmore {
	margin-top: 30px;
}
@media (max-width:1199px) {
	.hmblockthree .inner {
		align-items: center;
	}
	.hmaboutdemo p {
		line-height: 24px;
		color: #333333;
		margin-top: 20px;
	}
}
@media (max-width:768px) {
	.hmblockthree .inner img {
		width: 100%;
	}
	.hmaboutdemo {
		width: 100%;
		padding-top: 0;
	}
	.hmaboutdemo p {
		margin-top: 15px;
	}
	.aboutmore {
		margin-top: 15px;
	}
}

.hmblockfour {
	background: url(../images/lh/hmnewsbg.jpg) 100% 100%/cover no-repeat;
}
.hmnewslist {
	margin-top: 50px;
}
.hmnewslist li {
	margin-bottom: 10px;
}
.hmnewslist li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding: 12px 90px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewstime {
	width: 105px;
	text-align: right;
	padding-top: 25px;
}
.hmnewstime h1 {
	font-size: 36px;
	color: #999999;
	line-height: 1;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewstime h5 {
	font-size: 12px;
	color: #999999;
	line-height: 1;
	margin-top: 10px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewstime em {
	display: block;
	width: 63px;
	height: 7px;
	background: url(../images/lh/newsarrow.png) 100% 100% no-repeat;
	margin-top: 30px;
	opacity: 0;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.hmnewsmain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 165px);
}
.hmnewspic {
	width: 350px;
	height: 156px;
}
.hmnewspic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hmnewstext {
	padding-left: 70px;
	width: calc(100% - 350px);
}
.hmnewstext h1 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewstext p {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	line-height: 1.8;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewslist li:hover a {
	background: #122b88;
	box-shadow: 0px 3px 26px 0px rgba(69, 89, 43, 0.35);
}
.hmnewslist li:hover .hmnewstime h1 {
	color: #ffffff;
}
.hmnewslist li:hover .hmnewstime h5 {
	color: #ffffff;
}
.hmnewslist li:hover .hmnewstime em {
	opacity: 1;
}
.hmnewslist li:hover .hmnewstext h1 {
	color: #ffffff;
}
.hmnewslist li:hover .hmnewstext p {
	color: #ffffff;
}
.newsmore {
	width: 130px;
	height: 46px;
	background-color: #122b88;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
}
@media (max-width:1199px) {
	.hmnewslist li a {
		padding: 12px 3%;
	}
}
@media (max-width:768px) {
	.hmnewstime {
		width: 100%;
		padding-top: 0;
	}
	.hmnewstime h1 {
		font-size: 16px;
	}
	.hmnewstime h5 {
		font-size: 12px;
	}
	.hmnewstime em {
		margin-top: 0;
	}
	.hmnewsmain {
		width: 100%;
	}
	.hmnewspic {
		width: 100%;
	}
	.hmnewstext {
		width: 100%;
		padding: 10px 3%;
	}
	.hmnewstext h1 {
		font-size: 14px;
	}
	.hmnewstext p {
		font-size: 12px;
		margin-top: 10px;
	}
	.newsmore {
		width: 100px;
		height: 30px;
		margin-top: 20px;
	}
}

.footer {
	border-top: 1px solid #122b88;
}
.fttop {
	padding: 40px 0;
}
.fttop .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fttop_l {
	width: 48.25%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fttop_l_l h1 {
	font-size: 30px;
	color: #666666;
}
.fttop_l_l h2 {
	font-size: 16px;
	color: #999999;
	margin-top: 8px;
}
.fttop_l_r_top {
	display: flex;
	align-items: center;
}
.fttop_l_r_top span {
	margin-left: 15px;
	font-size: 14px;
	color: #666666;
}
.fttop_l_r .midline {
	width: 100%;
	height: 1px;
	background-color: #999999;
	margin: 25px 0;
}
.fttop_l_r p {
	line-height: 1;
	font-size: 14px;
	color: #666666;
}
.fttop_l_r p:last-child {
	margin-top: 20px;
}

.fttop_r {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fttop_r_l {
	font-size: 14px;
	color: #666666;
	padding-top: 5px;
}
.fttop_r_l p {
	line-height: 1;
	margin-bottom: 20px;
}
.fttop_r_l p:last-child {
	margin-bottom: 0;
}
.fttop_r_r {
	text-align: center;
}
.fttop_r_r p {
	color: #333333;
	line-height: 1;
	margin-top: 10px;
}

.ftbot {
	background: #122b88;
}
.ftbot .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height: 46px;
}
.ftbot .inner span {
	font-size: 12px;
	color: #fffefe;
	text-align: center;
}
@media (max-width:768px) {
	.fttop .inner {
		flex-wrap: wrap;
	}
	.fttop_l {
		width: 100%;
		flex-wrap: wrap;
	}
	.fttop_l_l {
		display: flex;
		align-items: flex-end;
		width: 100%;
	}
	.fttop_l_l h1 {
		font-size: 24px;
		line-height: 1;
	}
	.fttop_l_l h2 {
		font-size: 14px;
		margin-top: 0;
		line-height: 1;
		margin-left: 15px;
	}
	.fttop_l_r {
		margin-top: 15px;
		width: 100%;
	}
	.fttop_l_r_top span {
		font-size: 12px;
		margin-left: 5px;
	}
	.fttop_l_r p {
		font-size: 12px;
	}
	.fttop_l_r .midline {
		margin: 10px 0;
	}
	.fttop_l_r p:last-child {
		margin-top: 10px;
	}
	.fttop_r {
		width: 100%;
		margin-top: 15px;
		flex-wrap: wrap;
	}
	.fttop_r_l {
		font-size: 12px;
	}
	.fttop_r_l p {
		margin-bottom: 10px;
	}
	.fttop_r_r {
		margin-top: 15px;
	}
}


.pageban img {
	display: block;
	width: 100%;
}
.pgcontent {
	padding: 80px 0 90px;
}
.contactlist {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contactlist li {
	width: 23.33%;
	border: 1px solid #eeeeee;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
	background: #ffffff;
}
.contactlist li h1 {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-top: -20px;
}
.contactlist li p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 20px;
	padding: 0 30px;
}
.contactlist li:after {
	content: '';
	width: 92px;
	height: 92px;
	background: #eeeeee;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.contactlipic {
	padding: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: #ffffff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.contactlipic img {
	display: block;
	width: 100%;
}
@media (max-width:1199px) {
	.contactlist li p {
		font-size: 14px;
		line-height: 20px;
		color: #666666;
		margin-top: 15px;
		padding: 0 15px;
	}
}
@media (max-width:768px) {
	.pgcontent {
		padding: 30px 0;
	}
	.contactlist {
		margin-top: 70px;
	}
	.contactlist li {
		width: 100%;
		margin-bottom: 50px;
	}
	.contactlist li h1 {
		margin-top: -30px;
		font-size: 16px;
	}
}

.mapdemo {
	margin-top: 50px;
	background-color: #ffffff;
	border: solid 1px #122b88;
	padding: 10px;
}
#map {
	width: 100%;
	height: 500px;
}
@media (max-width:768px) {
	.mapdemo {
		margin-top: 30px;
	}
	#map {
		height: 300px;
	}
}


.pgaboutdemo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin-top: 55px;
}
.pgaboutpic {
	width: 47.5%;
}
.pgaboutpic img {
	display: block;
	width: 100%;
}
.pgabouttxt {
	width: 47.5%;
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}
@media (max-width:1199px) {
	.pgabouttxt {
		line-height: 30px;
	}
}
@media (max-width:768px) {
	.pgaboutdemo {
		margin-top: 30px;
	}
	.pgaboutpic {
		width: 100%;
	}
	.pgabouttxt {
		margin-top: 20px;
		width: 100%;
		font-size: 14px;
		line-height: 28px;
	}
}

#pagesize {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}
#pagesize ul li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 5px;
    box-shadow: unset;
    padding: 0;
}
#pagesize ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 26px;
    color: #333333;
    border: solid 1px #e5e5e5;
}
#pagesize ul li a.active {
	color: #ffffff;
	background: #122b88;
    border: solid 1px #122b88;
}

.pgnewsdetail {
    padding: 60px 0;
}
.lh_newsdetailtitle {
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}
.lh_newsdetailtit_bot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.lh_newsdetailtit_bot span {
    font-size: 12px;
    color: #333333;
    opacity: 0.8;
}

.lh_newsdetailmain {
    margin-top: 50px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    border-bottom: 1px solid #efefee;
    padding-bottom: 40px;
}
.lh_newsdetailmain img {
    max-width: 100%;
}
.lh_newsdetailbot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.lh_newsdetailbot_l p {
    font-size: 14px;
    color: #333333;
    margin: 5px 0;
}
.lh_newsdetailbot_r a {
    display: block;
    width: 129px;
	height: 31px;
	border-radius: 4px;
    border: solid 1px #122b88;
    font-size: 14px;
    color: #122b88;
    text-align: center;
    line-height: 29px;
}

@media (max-width: 768px) {
    .pgnewsdetail {
        padding: 30px 0;
    }
    .lh_newsdetailtitle {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .lh_newsdetailtit_bot {
        margin-top: 10px;
    }
    .lh_newsdetailmain {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.6;
        padding-bottom: 30px;
    }
    .lh_newsdetailbot_l {
        max-width: 65%;
    }
    .lh_newsdetailbot_l p {
        font-size: 12px;
        color: #333333;
        margin: 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lh_newsdetailbot_r a {
        width: 100px;
        height: 24px;
        border-radius: 4px;
        border: solid 1px #122b88;
        font-size: 12px;
        line-height: 22px;
    }
}

.pgcpcontent {
	background: #f9f9f9;
}
.cpcatelist {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.cpcatelist li {
	width: 230px;
	height: 50px;
	border: solid 1px #122b88;
	margin: 0 16px;
}
.cpcatelist li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #122b88;
}
.cpcatelist li.active a {
	background: #122b88;
	color: #ffffff;
}
@media (max-width: 1199px) {
	.cpcatelist {
		justify-content: space-around;
	}
	.cpcatelist li {
		width: 23%;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.cpcatelist {
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.cpcatelist li {
		width: 48.5%;
		height: 30px;
		margin-bottom: 5px;
	}
	.cpcatelist li a {
		font-size: 14px;
	}
}

.pgcplist {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pgcplist li {
	width: 32%;
	margin-bottom: 24px;
	background-color: #ffffff;
	box-shadow: 3px 2px 24px 0px rgba(18, 43, 136, 0.1);
}
.pgcppic {
	background: #fff;
	width: 100%;
}
.pgcppic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.pgcpname {
	padding: 10px 0 10px 34px;
	width: 100%;
	background: #122b88;
	color: #fff;
	font-family: Arial;
}
.pgcpname h4 {
	font-size: 14px;
	line-height: 1;
}
.pgcpnamebot {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5px;
	min-height: 45px;
}
.pgcpname h1 {
	width: 100%;
	font-weight: bold;
	line-height: 1;
	font-size: 22px;
}
.pgcpname h1 em {
	font-size: 14px;
}
.pgcpinfo {
	padding: 15px 34px;
	line-height: 20px;
	font-size: 14px;
}
.pgcpinforow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pgcpinforow h1 {
	width: 50%;
	font-weight: bold;
}
.pgcpinforow p {
	width: 50%;
}
.pgcpinfobot {
	font-weight: bold;
}
@media (max-width: 1199px) {
	.pgcpname {
		padding: 10px 0 10px 20px;
		max-width: 100%;
	}
	.pgcpinfo {
		padding: 10px 20px;
		line-height: 18px;
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	.pgcplist li {
		width: 100%;
		margin-bottom: 10px;
	}
	.pgcpname h4 {
		font-size: 12px;
	}
	.pgcpnamebot {
		margin-top: 5px;
		min-height: 35px;
	}
	.pgcpname h1 {
		width: 100%;
		font-weight: bold;
		line-height: 1;
		font-size: 18px;
	}
	.pgcpname h1 em {
		font-size: 12px;
	}
}








































































