.xp_works_top{
	height: 450px;
	overflow: hidden;
}
.xp_works_tl{
	width: 780px;
	height: 450px;
	float: left;
}
.xp_works_tl ul{
	height: auto;
}
.xp_works_tl ul li{
	width: 780px;
}
.xp_works_tl ul li img{
	width: 100%;
	min-height: 450px;
	max-height: 450px;
	object-fit: cover;
}
.xp_works_tr{
	width: 320px;
	float: right;
}
.xp_works_tr ul li{
	width: 300px;
	padding-left: 20px;
	height: 90px;
	background: #00457E;
	display: flex;
	align-items: center;
}
.xp_works_tr ul li a{
	color: #ffffff;
}
.xp_works_tr ul li.swiper-slide-active{
	background: linear-gradient(to right, #ffffff, #00457E);
}
.xp_works_tr ul li.swiper-slide-active a{
	color: #000000;
}
.xp_works_tr ul li h4{
	font-size: 18px;
	font-weight: normal;
}
.xp_works_tr ul li p{
	overflow: hidden;
	white-space: nowrap;
	width: 285px;
}
.xp_pj_item{
	background: url(../images/xp_pj_bg.jpg) no-repeat center 20px;
	background-size: 100% auto;
	width:100%;
	height: 385px;
}
.xp_pj_left{
	padding-left: 20px;
	padding-top: 60px;
	width: 490px;
	height: 280px;
	float: left;
	position: relative;
}
.xp_pj_left img{
	width: 100%;
	min-height: 280px;
	max-height: 280px;
	object-fit: cover;
}
.xp_pj_left a{
	color: #ffffff;
}
.xp_pj_left h2{
	overflow: hidden;
	position: absolute;
	font-size: 20px;
	font-weight: normal;
	z-index: 1;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 490px;
	background-color: rgba(0, 0, 0, 0.5);
}
.xp_pj_right{
	padding-right: 25px;
	width: 500px;
	float: right;
}
.xp_pj_title{
	padding-top: 20px;
	height: 87px;
	font-size: 30px;
	color: #00457E;
	font-weight: bold;
}
.xp_pj_right ul{
	height: auto;
}
.xp_pj_right ul li{
	font-size: 20px;
	height: 48px;
	overflow: hidden;
	white-space: nowrap;
}
.xp_pj_right a{
	color: #ffffff;
}
.xp_more_pj {
    color: #ffffff;
    float: right;
    padding: 3px 10px;
    background: #33ccff;
}
