﻿/* Content_PL_Recommend */
#Content_PL_Recommend {
	background-color: whitesmoke;
	padding: 50px 0;
}

#Content_PL_Recommend h2 {
	text-align: center;
	padding: 0 0 35px 0;
}

#Recommend_Slide {
	position: relative;
}
#Recommend_Slide .PD_IMG { text-align: center; height: 120px;}
#Recommend_Slide .PD_IMG img {
	max-width: 100%;
	height: 100%;
}

#Recommend_Slide .item a {
	display: block;
}

#Recommend_Slide .item p {
	text-align: center;
	padding: 0 10px;
	line-height: 1.35;
	word-break: break-word;
	width: 100%;
}

@media screen and (max-width:600px) {
	
}

#Recommend_Slide>div {
	width: 100%;
	padding: 0 0;
}

@media screen and (min-width:1100px) {
	#Recommend_Slide>div {
		padding: 0 10%;
	}
}

#Recommend_Slide .owl-buttons {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;

}


#Recommend_Slide .owl-prev,
#Recommend_Slide .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
	font-size: 3em;
	background-color: transparent;
	color: #999;
}

#Recommend_Slide .owl-buttons .owl-prev {
	left: -10px;
}

#Recommend_Slide .owl-buttons .owl-next {
	right: -10px;
}

@media screen and (min-width:1100px) {
    #Recommend_Slide .owl-buttons .owl-prev {
        left: 5%;
    }

    #Recommend_Slide .owl-buttons .owl-next {
        right: 5%;
    }
}
.btm_Descp p { padding: 50px 0 0 0; color: #999; text-align: center;}


/* Content_PL_Other */
#Content_PL_SpecialArticle {
	padding: 50px 0;
}
#Content_PL_SpecialArticle h2 {
	text-align: center;
	padding: 0 0 35px 0;
}

#Content_PL_SpecialArticle .flexContent { justify-content: center; }
#Content_PL_SpecialArticle .item { width: 50%; }
#Content_PL_SpecialArticle .item img { max-width: 100%;}
#Content_PL_SpecialArticle .item a { display: block; padding: 0 10px;}
#Content_PL_SpecialArticle .item p { padding: 5px 0; }

	
	@media screen and (max-width:600px) {
		#Content_PL_SpecialArticle .item { width: 100%; }
	}
	@media screen and (min-width:768px) {
		#Content_PL_SpecialArticle .item { width:200px }
		
	}
	@media screen and (min-width:992px) {
		#Content_PL_SpecialArticle .item { width: 300px; }
	}
	@media screen and (min-width:1200px) {
		#Content_PL_SpecialArticle .item { width: 360px; }
	}