.pagelocationBox {
	margin-top: 100px;
}

.otherTj {
	width: 330px;
	float: right;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 25px;
	position: relative;
}

.otherTj .right_header {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.otherTj .r_img {
	width: 280px;
	height: 200px;
	background: #eee;
}

.otherTj .r_img img {
	width: 100%;
	height: 100%;
}

.otherTj .right_header .tip {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 62px;
	height: 24px;
	background: rgba(0, 0, 0, 1);
	opacity: 0.6;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.otherTj .right_title {
	color: #3d3d3d;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.otherList {
	margin-top: 40px;
}

.otherList .title {
	color: #3D3D3D;
	font-size: 16px;
}

.otherList .imgShow {
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 30px;
	width: 100%;
	cursor: pointer;
}

.otherList .imgShow .otherImg {
	width: 100%;
}

.otherList .imgShow p {
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}