.articlelist-style-label label {
    font-weight: bold;
}
.pb-articlelist-title h3 a {
	color: #333;
}
.pb-articlelist-title h3 a:hover {
	text-decoration: none;
}
.articlelist-style-label .field-set-label-break {
    border-top: 1px solid #000000;
    width: 95%;
}
.articlelist-style-label .field-set-label-break .field-set-label {
    text-align: center;
    background-color: white;
    margin: -10px 40% 0;
    font-weight: bold;
    text-transform: uppercase;
}
.pb-articlelist-wrapper .pb-articlelist-list ul {
	margin: 0 0 0 25px;
	padding: 0;
}
.pb-articlelist-wrapper .pb-articlelist-list ul.list-style-type-thumbnail,
.pb-articlelist-wrapper .pb-articlelist-list ul.list-style-type-none {
	margin: 0;
}
.pb-articlelist-wrapper .articlelist-item {
	clear: both;
	padding: 6px 0;
	margin: 0;
}
.pb-articlelist-wrapper .pb-articlelist-first .title {
	margin: 15px 0 0;
}
.pb-articlelist-wrapper .meta-data-wrapper.muted {
	display: inline-block;
	margin: 10px 0 5px;
}
.pb-articlelist-wrapper .meta-data-wrapper.muted div {
	float: left;
	margin-right: 20px;
}
.pb-articlelist-wrapper .meta-data-wrapper.muted {
	display: inline-block;
	margin: 10px 0 5px;
}
.pb-articlelist-first .title a,
.articlelist-item .title a {
	line-height: 1.2;
	font-weight: bold;
}
.pb-articlelist-first .title a {
	font-size: 18px;
	margin-top: 15px;
}
.articlelist-item .title a {
	font-size: 15px;
}
.articlelist-item-thumbnail {
	float: left;
	margin: 0 15px 15px 0;
}
.pb-element-articlelist .see-more {
	text-align: right;
}

#parent-param-articlelist_filter_categories .chzn-container-multi .chzn-choices li.search-field input[type="text"],
#parent-param-articlelist_filter_k2_categories .chzn-container-multi .chzn-choices li.search-field input[type="text"],
#parent-param-articlelist_filter_easy_categories .chzn-container-multi .chzn-choices li.search-field input[type="text"],
#parent-param-articlelist_filter_authors .chzn-container-multi .chzn-choices li.search-field input[type="text"],
#parent-param-articlelist_filter_k2_authors .chzn-container-multi .chzn-choices li.search-field input[type="text"],
#parent-param-articlelist_filter_easy_authors .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    width: auto !important;
}

.pb-articlelist-title h3.pb-articlelist-head{position: relative;}

.pb-articlelist-title h3.pb-articlelist-head em{width: 100%; height: 3px; background: #0a7e41; position: absolute; left: 0; bottom: -5px;}
/*----无详情文章列表----*/
.articlelist{margin-top: 20px; margin-bottom: 20px; padding: 30px 40px; background: #f4f4f4;}
.articlelist h3{font-size: 26px; color: #333; font-weight: bold;padding-bottom: 10px}
.articlelist ul li{margin-bottom: 6px; padding-bottom: 6px;}


.articlelist ul li a{font-size: 13px; color: #666; transition: all ease .4s; -webkit-transition: all ease .4s}
.articlelist ul li a p{float: left;	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 75%;}
.articlelist ul li a .published{font-size: 13px; color: #666; float: right;}
.articlelist ul li a:hover{color: #de171c}

/*----详情文章列表----*/
.articlelist_detail{margin-top: 20px; margin-bottom: 20px; padding: 30px 40px; background: #f4f4f4;}
.articlelist_detail h3{font-size: 26px; color: #333; font-weight: bold;padding-bottom: 10px}
.articlelist_detail ul li{margin-bottom: 6px; padding-bottom: 6px;}


.articlelist_detail ul li a{font-size: 17px; color: #666; transition: all ease .4s; -webkit-transition: all ease .4s}
.articlelist_detail ul li a p{float: left;	padding-left: 10px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 80%;}
.articlelist_detail ul li a .published{float: left; font-size: 20px; color: #0a7e41; font-weight: bold;	margin-bottom: 2px;	font-family: 'Montserrat-Light';}
.articlelist_detail ul li a:hover p{font-size: 19px;padding-left: 10px;color: #0a7e41; width: 100%;}

.articlelist_detail ul li a p{font-size: 17px; color: #282828; margin-bottom: 8px; position: relative;transition: all .4s;padding-bottom: 10px;}

.articlelist_detail .pb-articlelist-first div.title{padding-bottom: 10px}
.articlelist_detail .pb-articlelist-first div.title .published{float: right;}
.articlelist_detail .pb-articlelist-first .first-thumbnail{text-align: center; padding-top: 30px;}
.articlelist_detail .pb-articlelist-first div.title a.title{color:#555}
.articlelist_detail .pb-articlelist-first div.title a.title p{margin: 0px; float: left;	padding-left: 10px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 70%;}


.articlelist_detail .pb-articlelist-first .first-thumbnail a img{height: 90%; width: 90%; transition: all ease .5s;	-webkit-transition: all ease .5s;}
.articlelist_detail .pb-articlelist-first .first-thumbnail  a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}

.articlelist_detail .pb-articlelist-first .articlelist-first-thumbnail{    padding: 30px 0px 0px 10px;
}
.articlelist_detail .pb-articlelist-first .articlelist-first-thumbnail p{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;}


