@charset "utf-8";
/* CSS Document */

/* ------------------------重定义通用样式------------------------ */
.fb-side li{

}
.fb-title-menu {
	margin-top: 25px;
}

/* ------------------------图文样式列表------------------------ */
.fb-articles {
	
}
.fb-articles li *{
	float: left;
}
.fb-articles .news-list li {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.fb-articles .img-container {
	display: block;
	overflow: hidden;
	padding-right: 15px;
	background-size:cover !important;
}
.fb-articles .img-container:hover {
	transform: scale(1.1);
}
.fb-articles .detail {
	margin-right: -15px;
	padding: 0 15px 0 15px;
	position: inherit;
	overflow: hidden;
}
.fb-articles .detail .title {
	font-size: 1.9rem;
	display: block;
	width: 100% !important;
}
.fb-articles .detail p {
	clear: both;
	margin: 10px;
	font-size: 1.4rem;
	color: rgba(143,143,143,1.00);
	text-align: justify;
	text-indent: 2.8rem;
	line-height: 2.2rem;
}
.fb-articles .detail span {
	display: block;
	position: absolute;
	bottom:0;
	right: 30px;
	font-size: 1.2rem;
	color: rgba(89,181,244,1.00);
}

/* ------------------------图片样式列表------------------------ */

/* ------------------------党建列表------------------------ */
.fb-party {
	padding-bottom: 30px;
}
.fb-party-list li {
	margin-bottom: 15px;
}
.fb-party-list li a {
	color: white;
}
.fb-party-list img {
	width: 100%;
	height: 157px;
}
.fb-party-video {
	height: 370px;
	background-color: rgba(9,35,55,1.00);
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 3.2rem;
	text-align: center;
	
}
.about-dp>span {
	margin-top: 10px;
}

.fb-honor{
	margin-bottom: 15px;
}
.fb-honor img {
	margin:0 !important;
	width: 100% !important;
	height: auto;
}
.fb-party-org p.title{
	font-size: 1.9rem;
	width: 75%;
	float: left;
	border-radius: 1px;
	background-color: rgba(250,235,215,0.21);
	border-color: white;
}
.fb-party-org p.title:first-child{
	width: 100%;
}
.fb-party-org em.arrow{
	display: block;
	float: left;
	margin-right: 23px;
	font-size: 3.2rem;
	line-height: 3.9rem;
	padding: 0 5px;
	color: rgba(255,255,255,0.70);
}
.fb-party-org span{
	font-size: 1.25rem;
	line-height: 2.9rem;
	display: block;
	clear: both;
	text-align: right;
	padding-right: 10px;
	color: rgba(255,255,255,0.73);
	border-right:1px solid #FFF;
}
.fb-party-org-detail {
	overflow: hidden !important;
	width: 75%;
	float: right;
}
.fb-party-org p.title:active {
	background-color: rgba(255,255,255,0.90);
	color: rgba(17,32,81,0.98);
}
.fb-party-org-detail span:first-child{
	margin-top: 15px;
}
.fb-party-org-detail span:last-child{
	margin-bottom: 15px;
}

.fb-patent .carousel img {
	width: 100% !important;
	height: auto !important;
}
.fb-patent .carousel-indicators li {
	height: 4px !important;
	color: aqua !important;
}
.fb-patent h3 {
	background-color: rgba(0,19,53,1.00);
	font-size: 2.1rem;
	padding: 5px;
}
.fb-patent-list li{
	font-size: 1.6rem;
	line-height: 32px;
	height: auto !important;
}
.fb-patent-list li:hover{
	transform: scale(1.03) !important;
	cursor: pointer;
}
@media screen and ( max-width: 471px) {
	.fb-articles .img-container {width: 90px !important; height: 60px !important;}
	.fb-articles .detail {width:calc(100% - 95px) !important; height: 60px !important; padding-right: 0px;}
	.fb-articles .detail .title {font-size: 1.4rem;}
	.fb-articles .detail span {bottom: 5px; right: 10px;}
	.fb-products ul {margin:15px !important;}
	.fb-title-menu {margin: 0 0 15px 0 !important;}
	.carousel-party {margin-bottom: 30px;}
	/*.fb-honor img:nth-child(1) {margin-bottom: 15px !important;}*/
	.fb-products li {padding: 0 !important;}
	.fb-party-video {height: auto !important; background-color: transparent;}
	.fb-party-org p.title{margin-bottom:15px;  font-size: 1.7rem; width: 100% !important;}
	.fb-honor{margin-bottom: 0;}
}
@media screen and ( max-width: 767px) {
	.carousel-party {margin-bottom: 30px;}
	.fb-honor:nth-child(1) img {margin-bottom: 15px;}
	.fb-party-org p.title{margin-bottom:15px;  font-size: 1.7rem; width: 100% !important;}
	.fb-honor{margin-bottom: 0;}
}
@media screen and ( max-width: 991px) {
	.carousel-party {margin-bottom: 30px;}
	.fb-articles .img-container {width: 210px; height: 140px;}
	.fb-articles .detail {width:calc(100% - 215px); height: 140px; padding-right: 0px;}
	.fb-party-org-detail {width: 100%;}
}
@media screen and ( max-width: 1199px) {
	.fb-party-video {height: 304px !important;line-height: 2.6rem;}
	.fb-articles .img-container {width: 210px; height: 140px;}
	.fb-articles .detail {width:calc(100% - 215px); height: 140px;}
	.fb-party-org-detail {width: 100%;}
	.fb-party-org p.title{width: 69%; font-size: 1.4rem;}
}
@media screen and ( min-width: 1200px) {
	.fb-articles .img-container {width: 270px; height: 180px;}
	.fb-articles .detail {width:calc(100% - 275px); height: 180px;}
}









