/* 二级导航 */
.second-nav{
	background: #fff;
	display: flex;
}
.second-nav .left-til{
	background: url(../img/cb-bg.png) no-repeat;
	width: 126px;
	height: 69px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin-top: -8px;
}
.second-nav-bd{
	width: 85%;
}
ol,ul{
	list-style:none;
	padding: 0px;
}
.htit{line-height:1rem;padding:0 10px;color:#ff8e2e;margin:10px 0 5px 0}
.wrapper{
	padding:0;
}
.wrapper01 {position:relative;height: 69px;width: 100%;overflow: hidden;margin:0 auto;}
.wrapper01 ul{
	margin: 0;
}
.wrapper01 .scroller {position:absolute}
.wrapper01 .scroller li {position: relative; min-width: 112px;height: 69px;color:#333;float: left;line-height: 69px;font-size: 16px;text-align: center}
.wrapper01 .scroller li a{color:#333;display:block;margin:0 10px}
.wrapper01 .scroller li.cur a{color:#4B96E9;}
.wrapper01 .scroller li:after{
	position: absolute;
	content: '';
	height: 30px;
	width: 2px;
	top: 19px;
	right: 0;
	background: #E6E6E6;
}
.wrapper01 .scroller li:last-child:after{
	width: 0;
}


/* 文章内容 begin */
.text-main{
	padding: 20px 33px;
	line-height: 28px;
}
.text-main-til{
	color: #4B96E9;
	text-align: center;
}
.text-main h3{
	text-align: center;
	margin-bottom: 20px;
}
.text-main p{
	color: #666666;
	font-size: 14px;
}
.text-main img{
	max-width: 100%;
	width: auto;
}
.text-main .apply-btn{
	float: right;
	margin-bottom: 20px;
}
.text-main .apply-btn a{
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-left: 4px;
}
/* 文章内容 end*/

/* 人物列表 begin */

/* 历届筛选 */
.all-bd{
	display: flex;
	padding: 20px 0;
}
.all-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	height: 80px;
	overflow: hidden;
	box-sizing: content-box;
}
.all-list li{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin: 5px 10px;
}
.all-right{
	padding: 30px 50px;
	
}
.all-right span{
	display: block;
	width: 30px;
	height: 30px;
	background: #E4B676;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	cursor: pointer;
}
.all-right span img{
	width: 9px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}
.all-btn-up img{
	transform:none !important;
}
.all-list-select{
	display: block;
	border: 0;
	height: 30px;
	margin: 10px 0 15px -15px;
	padding: 0 30px;
	height: 45px;
}
/* 历届筛选 */
.person-list{
	margin: 0 -30px;
}
.person-item{
	position: relative;
}
.person-item:hover .p-pop{
	opacity: 1;
	transition: 0.4s all;
}
.person-item .p-name{
	background:#4B96E9 ;
	color: #fff;
	padding: 15px 10px;
	margin: 0;
}
.person-item .p-pop{
	opacity: 0;
	background: #4B96E9;
	padding: 15px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.person-item .p-pop h5{
	font-size: 16px;
	background: #4B96E9;
	margin-bottom: 20px;
}
.person-item .p-pop p{
	font-size: 14px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 人物列表 end*/

/* 分页 begin*/
.paging{
	display: flex;
	justify-content: center;
}
/* 分页 end  */

/* 面包屑 begin */
.crumbs{
	padding: 20px;
	display: flex;
	align-items: center;
}
.crumbs-img{
	width: 18px;
	display: inline-block;
	font-size: 0;
}
.crumbs ol{
	display: flex;
	margin-left: 10px;
	margin-bottom: 0;
}
.crumbs ol li a{
	color: #454545;
}
.crumbs ol li span{
	margin: 0 4px;
}
/* 面包屑 end */

/* 会员页 begin */
.member-top{
	display: flex;
	justify-content: space-between;
}
.member-top:before,.member-top:after{
	content: none;
}
.member-left{
	width: 340px;
}
.intro p{
	font-size: 14px;
	line-height: 32px;
}
.member-img{
	width: 340px;
	max-height: 450px;
	background: #fff;
	position:relative;
	padding: 20px;
}
.member-img:hover .og-txt{
	opacity:1;
	transition:all 0.3s;
}
.og-img{
	width: 360px;
    height: 360px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.sp-img {
    width: 270px;
    height: 360px;
}
.og-img:hover .og-txt{
	opacity:1;
	transition:all 0.3s;
}
.og-txt{
	position: absolute;
	opacity:0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(75, 150, 233, 0.6);
	padding: 20px;
	color: #fff;
}
.og-txt h5{
	font-size: 16px;
}
.og-txt p{
	font-size: 14px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 15;
	overflow: hidden;
	text-overflow: ellipsis;
}
.og-right{
	background: #fff;
	width: 820px;
    height: 360px;
}
.sp-right{
	width: 910px;
}
.og-right h5{
	background: url(../img/til-bg.png) no-repeat;
	padding-left: 20px;
	width: 111px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin-top: 0;
}
.og-right ul{
	padding: 20px;
}
.og-right ul li{
	font-size: 14px;
	margin-bottom: 10px;
	color: #454545;
}
.member-right{
	background: #fff;
	width: 840px;
	min-height: 600px;
}
.member-list{
	border: 1px solid #fff;
}
.member-list:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	transition: all 0.3s;
	border: 1px solid #4B96E9;
}
.member-list:hover a{
	text-decoration: none;
}
.member-list:hover a h5{
	color: #4B96E9;
}
.member-list a{
	padding: 7.5px 8px;
	display: flex;
    max-height: 140px;
}
.member-list-b a{
	max-height: 240px;
	align-items: center;
}
.member-list-img{
	width: 172px;
    flex-shrink:0;
}
.member-list-img-b{
	width: 300px;
}
.member-list-text{
	margin-left: 15px;
}
.member-list-text h5{
	color: #454545;
	font-size: 16px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.member-list-text p{
	color: #454545;
	font-size: 14px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
}
.member-list-text-b p{
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 63px;
}
.member-list-text span{
	font-size: 14px;
	color: #999999;
}
.right-cont{
	padding: 10px 20px;
}
.right-cont ul.list-ul{
	margin: 20px 0;
}
.right-cont ul.list-ul li{
	margin: 18px 0;
}
.right-cont ul.list-ul li a{
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	margin: 10px 0;
	font-weight: normal;
	display: block;
}
.right-cont ul.list-ul li a i{
	position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4B96E9;
    top: 8px;
    left: 0;
}
/* 会员页 end */

/*=== 会员文章页 begin===*/

.info-top {
	padding: 28px;
	border-bottom: 1px solid #E6E6E6;
}
.info-top h3{
	text-align: center;
	font-size: 28px;
}
.info-top-row{
	display: flex;
	justify-content: center;
}
.info-top-row span{
	font-size: 14px;
	color: #999;
	padding-right: 30px;
	line-height: 33px;
}
.info-top-row a{
	font-size: 14px;
	color: #4B96E9;
	display: inline-block;
}
.info-top-row a i{
	display: inline-block;
	width: 14px;
}
.info-top-row a i img{
	margin-top: -3px;
}
.info-text{
	padding: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-align: justify;
	min-height: 532px;
}
.info-text img{
	text-align: center;
	max-width: 100%;
	width: auto;
}
/* 右侧推荐 begin*/
.right-bd{
	margin-left: 5px;
	margin-right: -15px;
}
.list-til,.b-list-til{
	height: 60px;
	/* border-top: 2px solid #4B96E9; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	border-bottom: 1px dashed #E6E6E6;
}
.list-til-icon span{
	width: 16px;
    display: inline-block;
	margin: 10px 5px 10px 20px;
	vertical-align: baseline;
}
.list-til-icon h5 {
	font-size: 16px;
	display: inline-block;
}
.article-list{
	padding: 0 20px;
}
/* .article-list li{
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;	
} */
.article-list li:last-child{
	border-bottom: 0;
}
.article-list li a{
	position: relative;
}
.article-list li a:hover h6 ,.article-list li a:hover .list-til-left{
	color: #4B96E9;
}
/* .article-list li span{
	font-size: 14px;
	border: 1px solid ;
	color: #999;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 5px;
} */
/* .article-list li h6{
	font-size: 14px;
    margin-left: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #454545;
} */
.article-list .list-outline{
	margin-left: 32px;
	font-size: 14px;
	color: #999999;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 右侧推荐 end*/
/*=== 会员文章页 end===*/

/* 下属机构 begin */
.org-list a{
	display: block;
}
.org-list a:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	transition: all 0.3s;
}
.org-til{
	background: #fff;
	margin: 0 ;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 16px;
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 下属机构 end */

/* 报刊推荐 begin */
.book-list {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	margin: 0 -10px;
}
.book-list li{
	width: 100px;
	margin: 0 35px;
	text-align: center;
}

/* 报刊推荐 end */

/* 搜索结果 begin */
.search-num{
	margin-left: 15px;
}
.search-num i{
	font-style: normal;
	color: #4B96E9;
	margin: 0 5px;
}
.search-nothing{
	text-align: center;
}
.search-nothing img{
	width: 164px;
	padding: 150px 0;
}
/* 搜索结果 end */

/* 投稿页 begin */
.contribute{
	padding: 45px 100px;
}
.contribute-selcet{
	display: block;
	width: 100%;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contribute .help-block{
	font-size: 14px;
}
.contribute .form-group{
	min-height: 100px;
	margin-bottom: 5px;
}
.form-group-130{
	height: 130px;
}
.submit-btn{
	color: #fff;
	background: #4B96E9;
}
.btn-primary{
	background: #4B96E9;
	border-color: #4B96E9;
}
/* 投稿页 end */

/* 论坛列表 */
.forum-list a{
	background: #fff;
	display: block;
	text-decoration: none;
	height: 280px;
}
.forum-list a img{
	height: 170px;
}
.forum-img{
	position: relative;
}
.forum-img h4{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	margin: 0;
	font-size: 16px;
	padding: 10px 15px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.forum-list a h5{
	color: #454545;
	font-size: 14px;
	padding: 0 20px;
	line-height: 26px;
	font-weight: bold;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.forum-list a p{
	color: #999;
	font-size: 14px;
	padding: 0 20px;
}

/* 视频列表 */
.video-list a{
	background: #fff;
	display: block;
	text-decoration: none;
}
.video-list a h4{
	padding: 5px 15px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video-list a p{
	padding: 0px 15px 15px 35px;
	font-size: 14px;
	color: #999;
	background: url(../img/icon-clock.png) 15px 2px no-repeat;
}

/* 公告列表页begin */
.notice-list li{
	padding: 20px 25px;
	background: #fff;
	margin-bottom: 20px;
}
.notice-list li a{
	display: flex;
	text-decoration: none;
}
.notice-list li .notice-date{
	width: 100px;
	height: 100px;
	text-align: center;
	border: 2px solid #EEEEEE;
	flex-shrink: 0;
}
.notice-list li:hover .notice-date{
	background: #4B96E9;
	color: #fff;
	flex-shrink: 0;
	border: 2px solid #4B96E9;
}
.notice-list li .notice-date h3{
	font-weight: bold;
}
.notice-list li .notice-cont{
	margin-left: 15px;
}
.notice-list li .notice-cont h5{
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice-list li .notice-cont p{
	font-size: 14px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 分享 */
.share-bd{
	display: flex;
	justify-content: center;
	align-items: center;
}
.share-bd .share-til{
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}
.social-share .social-share-icon {
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 25px;
}



/* 小屏幕（平板，大于等于 768px） */

@media screen and (max-width: 768px) {
	.notice-list li{
		padding: 15px;
	}
	.notice-list li .notice-date{
		width: 80px;
		height: 80px;
	}
	.notice-list li .notice-date h3{
		font-size: 18px;
	}
	.notice-list li .notice-date p{
		font-size: 14px;
	}
	.notice-list li .notice-cont p{
		font-size: 12px;
		height: 36px;
	}
	.notice-list li .notice-cont{
		margin-left: 15px;
		width: 70%;
	}
	.second-nav-bd{
		width: 100%;
	}
	.second-nav {
	    background: #fff;
	    display: flex;
	    margin: 0 -15px 20px -15px;
	}
	.notice-nav{
		margin: 0 0 20px 0;
	}
	.second-nav .left-til{
		background: url(../img/cb-bg.png) center no-repeat;
		height: 69px;
		line-height: 44px;
	}
	.text-main img{
		max-width: 100%;
	}
	/* 会员页 begin */
	.member-top{
		display: block;
	}
	.member-img{
		width: 100%;
		max-height:none;
		padding: 20px;
	}
	.og-img{
		width: 100%;
	}
	.member-left{
		width: 100%;
	}
	.og-right{
		width: 100%;
		height: auto;
	}
	.member-right{
		width: 100%;
	}
	.member-list-img{
		width: 45%;
	}
	.member-list-text{
		width: 50%;
	}
	.member-list-text p{
		font-size: 12px;
		height: 36px;
	}
	.member-list-text-b p{
		-webkit-line-clamp: 2;
		height: 36px;
	}
	.member-list-text span{
		font-size: 12px;
	}
	/* 会员页 end */
	
	/* 会员文章页 begin */
	.info-top{
		padding: 10px 15px;
	}
	.info-top h3{
		font-size: 20px;
		line-height: 30px;
	}
	.info-top-row{
		display: block;
		text-align: center;
	}
	.writer{
		display: block;
	}
	.info-top-row span{
		padding-right: 0;
		padding-bottom: 5px;
	}
	.info-top-row a{
		margin-left: 10px;
	}
	.right-bd{
		margin: 0 -15px;
	}
	/* 会员文章页 end */
	
	.book-list li{
		width: 35%;
		margin: 0 7% 20px 7%;
		text-align: center;
	}
	.contribute{
		padding: 15px;
	}
	
}