/* 二级页面内容区域样式 */

.mian {
	width: 1320px;
	overflow: hidden;
	margin: auto;
}

/* 左侧导航样式 */

.mianleft {
	width: 200px;
	overflow: hidden;
	float: left;
	background-color: rgb(0, 0, 0, 0.03);
}

.mianleft .title {
	width: 200px;
	height: 75px;
	background-image: url(../images/left-01.png);
	padding-left: 20px;
	padding-top: 10px;
	box-sizing: border-box;
}

.mianleft .title h1 {
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

.mianleft .title h2 {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
}

.mianleft ul {
	width: 200px;
	overflow: hidden;
}

.mianleft ul li {
	width: 200px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mianleft ul li a {
	display: block;
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.mianleft ul li a:hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: #692729;
}

.mianleft ul li .hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: #692729;
}

/* 二级页面右侧内容区域样式 */

.mianrigth {
	width: 1080px;
	overflow: hidden;
	float: right;
}

.mianrigth .title {
	width: 100%;
	height: 140px;
	background-image: url(../images/right-01.png);
	display: flex;
	align-items: center;
	padding-left: 50px;
	box-sizing: border-box;
}

.mianrigth .title h1 {
	font-size: 34px;
	color: #692729;
}

.mianrigth .cont {
	width: 100%;
	overflow: hidden;
	padding: 20px 50px 50px 50px;
	box-sizing: border-box;
}

/* 二级内容页面版尾样式 */

.foor {
	width: 100%;
	overflow: hidden;
	background-color: #16257f;
	margin-top: 50px;
}

.foor .foornva {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.foor .foornva .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.2);
}

.foor .foornva .cont a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	margin: 0 15px;
}

.foor .foornva .cont a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.foor .foornva .cont a:nth-child(1) {
	margin-left: 0;
}

.foor .foornr {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	padding: 30px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	display: none;
}

.foor .foornr .left {
	width: 900px;
	overflow: hidden;
}

.foor .foornr .left p {
	font-size: 14px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.6);
}

.foor .foornr .ewm {
	width: 360px;
	overflow: hidden;
}

.foor .foornr .ewm .list {
	width: 90px;
	overflow: hidden;
	float: right;
}

.foor .foornr .ewm .list img {
	width: 90px;
	height: 90px;
	display: block;
}

.foor .foornr .ewm .list p {
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

.foord {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	padding: 30px 0;
	box-sizing: border-box;
}

.foord .left {
	width: 900px;
	overflow: hidden;
	float: left;
}

.foord .left a {
	color: rgba(255, 255, 255, 0.6);
}

.foord .rig {
	width: 360px;
	overflow: hidden;
	float: right;
}

.foord .rig .list {
	width: 90px;
	overflow: hidden;
	float: right;
	margin-left: 20px;
}

.foord .rig .list img {
	width: 90px;
	height: 90px;
	display: block;
}

.foord .rig .list p {
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* 本会介绍样式 */

.about {
	width: 100%;
	overflow: hidden;
}

.about p {
	margin: 25px 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	color: rgba(0, 0, 0, 0.8);
	text-indent: 32px;
}

.about img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.jshu {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 30px;
}

.ruhui {
	width: 100%;
	overflow: hidden;
	padding: 50px;
	box-sizing: border-box;
}

/* 专家智库 */

.expert {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.expert .list {
	width: 470px;
	height: 240px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.expert .list .pic {
	width: 170px;
	height: 240px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

.expert .list .pic img {
	width: 170px;
	height: 230px;
	display: block;
}

.expert .list .rig {
	width: 290px;
	height: 240px;
	float: right;
	padding: 10px;
	box-sizing: border-box;
}

.expert .list .rig h1 {
	width: 100%;
	line-height: 30px;
	font-size: 22px;
}

.expert .list .rig h2 {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.expert .list .rig p {
	width: 100%;
	height: 110px;
	line-height: 20px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.expert .list .rig a {
	display: block;
	width: 80px;
	height: 35px;
	background-color: #ffbe98;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cb4b02;
}

.expert .detapic {
	width: 300px;
	height: 400px;
	float: left;
}

.expert .detapic img {
	width: 300px;
	height: 400px;
}

.expert .detarig {
	width: 600px;
	overflow: hidden;
	float: right;
}

.expert .detarig h1 {
	font-size: 26px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 20px;
}

.expert .detarig h2 {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}

.expert .detarig p {
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.6);
	text-align: justify;
	margin: 20px 0;
	box-sizing: border-box;
}

/* 主题活动 */

.activity {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 25px 0;
	box-sizing: border-box;
}

.activity .pic {
	width: 220px;
	height: 150px;
	overflow: hidden;
	float: left;
}

.activity .pic img {
	width: 220px;
	height: 150px;
	transition: all 1s;
}

.activity .pic img:hover {
	transform: scale(1.1);
}

.activity .rig {
	width: 720px;
	height: 150px;
	float: right;
}

.activity .rig h1 {
	width: 100%;
	line-height: 40px;
	font-size: 22px;
	margin-bottom: 10px;
}

.activity .rig p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 15px;
	text-align: justify;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
}

.activity-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}

.activity-title h1 {
	font-size: 36px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}

.activity-title h2 {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.activity-cont {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	box-sizing: border-box;
}

.activity-cont .pic {
	text-align: center;
}
.activity-cont img {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.activity-cont p {
	margin: 25px 0;
	line-height: 30px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	text-align: justify;
}

/* 视频访谈 */

.video {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video .list {
	width: 225px;
	height: 200px;
	margin-bottom: 10px;
}

.video .list .pic {
	width: 225px;
	height: 130px;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 5px;
	overflow: hidden;
}

.video .list .pic img {
	width: 225px;
	height: 130px;
	border-radius: 5px;
	opacity: 0.8;
	transition: all 1s;
}

.video .list .pic img:hover {
	transform: scale(1.1);
}

.video .list h1 {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: rgba(0, 0, 0, 0.8);
}

.video .list .picimg {
	width: 225px;
	height: 130px;
	margin-top: -130px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video .list .picimg img {
	width: 80px;
	height: auto;
	margin-top: -20px;
}

.videodetail {
	width: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}

.videodetail .video {
	width: 700px;
	overflow: hidden;
	float: left;
}

.videodetail .rig {
	width: 280px;
	overflow: hidden;
	float: right;
	padding: 20px;
	box-sizing: border-box;
}

.videodetail .rig .tle {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
	padding-bottom: 20px;
	height: 60px;
}

.videodetail .rig .tle h1 {
	width: 100%;
	font-size: 22px;
	color: rgba(255, 255, 255, 1);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
}

.videodetail .rig .nr {
	width: 100%;
	height: 210px;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: scroll;
	color: #fff;
}

.videodetail .rig .nr::-webkit-scrollbar {
	width: 5px;
	height: 0px;
}

.videodetail .rig .nr::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}

.videodetail .rig .nr p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 26px;
	text-align: justify;
}

.sxxmu {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.sxxmu p {
	margin: 10px 0;
	font-size: 14px;
}

/* 会员单位 */

.member {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.member .list {
	width: 230px;
	height: 283px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member .list img {
	width: 230px;
	height: 283px;
}

/* 搜索结果列表页 */

.search {
	width: 1080px;
	overflow: hidden;
	margin: auto;
}

.search .title {
	width: 100%;
	height: 140px;
	background-image: url(../images/right-01.png);
	display: flex;
	align-items: center;
	padding-left: 50px;
	box-sizing: border-box;
}

.search .title h1 {
	font-size: 34px;
	color: #692729;
}

.search .cont {
	width: 100%;
	overflow: hidden;
	padding: 50px;
	box-sizing: border-box;
}

.search .cont .list {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 15px 0;
	box-sizing: border-box;
}

.search .cont .list p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 22px;
	margin: 10px 0;
}

.search .cont .list h1 {
	margin-bottom: 10px;
	font-size: 24px;
}

.search .cont .list a {
	color: #692729;
}

.search .cont .list a:hover {
	text-decoration: underline;
}

.search .cont .list span {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
}

.search .cont .shuzhi {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}

.search .cont .shuzhi span {
	font-weight: bold;
	color: #692729;
	margin: 0 10px;
}
.pagebar{padding:20px;overflow:hidden;clear:both}
.pagebar .pagination{display:flex;justify-content:center;margin-top:10px}
.pagination a{background:#fff;border:1px solid #ccc;color:#333;font-size:12px;padding:8px 10px;margin:0 2px;border-radius:3px;line-height:100%}
.pagination span{color:#333;font-size:12px;padding:7px 2px;margin:0 2px;border-radius:3px}
.pagination a:hover{color:#333;border:1px solid #333}
.pagination a.page-num-current{color:#fff;background:#333;border:1px solid #333}
.pagination .st{font-family:宋体}
.text-secondary{text-align:center;padding:20px 0}
