.overclear {
	overflow: hidden;
}

.tap_1 {
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 50px;
}

.tap_1_r {
	width: 100%;
	clear: both;
}



.tap_1_r>div>div {

}

.tap_1_r_img {
	width: 200px;
	height: 162px;
	margin:0 auto;

}
.default_pgContainer a{ text-align: center; font-size: 14px; color: #333;line-height: 1.8em }
.ttap_1_r_txt {
	font-family: MicrosoftYaHeiUILight;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	overflow: hidden;
	padding-top: 13px;
	position: relative;
	padding: 10px;
	height: auto!important;
}

.tap_1_more {
	position: absolute;
	right: 17px;
	bottom: 20px;
	height: 17px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #787878;
	cursor: pointer;
}


.tap_1_l {
	margin-left: 12px;
	border-top: 3px solid #1e5ab3;
	background-color: #ffffff;
	padding: 15px 20px;
	box-shadow: 0px 2px 1px 0px rgba(169, 169, 169, 0.75);
	box-sizing: border-box;
	margin-top: 5px;
}

.tap_1_l>h1 {
	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1e5ab3;
}

.tap_1_l_msgtap {
	overflow: hidden;
	padding: 20px 0;
	/* margin-bottom: 30px; */
	/* margin-top: 12px; */
	display: none;
	transition: all 1s;
	color: #6A6A6A;
}



/* 驻会领导 CSS */
.tap_zh_txt_content{
	height: 165px;
	overflow-y: scroll;
}
.tap_zh_txt_content a{
				color: #222;
					font-size: 16px;
				line-height: 30px;
				width: 100%;
}

.tap_zh_txt_content a div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 30px;
}

.tap_zh_txt_content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.tap_zh_txt_content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1E5AB3;
}

.tap_zh_txt_content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.tap_zh_txt_content span:nth-child(even) {
	width: 81%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tap_zh_txt_content span:nth-child(odd) {
	width: 18%;
}


.tap_1_txt_content {
	display: flex;
	flex-wrap: wrap;
	height: 165px;
	overflow-y: scroll;
}

.tap_1_txt_content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.tap_1_txt_content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1E5AB3;
}

.tap_1_txt_content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.tap_1_txt_content>div {
	width: 25%;
	font-size: 16px;
	margin-bottom: 10px;
}
.tap_1_txt_content>div>a {
	font-size: 16px;
	color: #222;
}
.msgtap_active {
	display: block;

}

.tap_1_l_msgtap_img {
	text-align: center;
 }

.tap_1_l_msgtap_txt {
 	height: 187px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #222;
	text-align: center;
}

.tap_1_l_msgtap_txt>p {
	margin-bottom: 10px;

}

.tap_1_l_btn {
	overflow: hidden;
	padding-top: 12px;
	border-top: 1px solid #ccc;
}


.tap_1_l_btn>div {
	float: left;
	width: 105px;
	height: 37px;
	border: solid 1px #1e5ab3;
	font-family: MicrosoftYaHeiUILight;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #1e5ab3;
	background-color: #EDF2FB;
	text-align: center;
	margin: 5px 5px;
	cursor: pointer;
}
.btn_content{
	display: flex;
	flex-wrap:wrap;
}

.btn_content>div {
	width: 47%;
	height: 37px;
	border: solid 1px #1e5ab3;
	font-family: MicrosoftYaHeiUILight;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #1e5ab3;
	background-color: #EDF2FB;
	text-align: center;
	margin: 1%;
	cursor: pointer;
}
.btn_content>div>a {
	color: #1e5ab3;
}

.btn_content .tap_1_l_btn_active {
	background-color: #ee8484;
	border: solid 1px #d93939;
	color: #fff;
	cursor: pointer;
}

.tap_1_l_btn .tap_1_l_btn_active {
	background-color: #ee8484;
	border: solid 1px #d93939;
	color: #fff;
	cursor: pointer;
}




/* lrld 历任领导 */
.tap_2 {
	margin-bottom: 50px;
}

.lrld>h1 {
	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #1e5ab3;
	position: relative;
	font-weight: 900;
	padding-left: 10px;
}

.lrld_more {
	position: absolute;
	right: 10px;
	top: 0;
	height: 20px;
	font-size: 12px;
	color: #787878;
	cursor: pointer;
	line-height: 20px;
	font-weight: normal;
}

.lrld_img {
	padding: 30px 20px;
 }

.lrld_img>div {
	float: left;
	width: 50%;
	text-align: center;
	height: 318px
}

.lrld_img_tap img{ width: 90% }
.lrld_img_tap>.name {
	font-weight: 900;
	font-size: 20px;
	line-height: 32px;
	margin-top: 4px;
}

.lrld_img_tap>.txt {
	font-size: 15px;
	line-height: 22px;
	color: #222;
}


/* 科协文件&科协大事记 */
.tap_3 {
	margin-bottom: 50px;
}

.tap_3>div {
 }


.kxwj {
	width: 100%
	margin-right: 2%;

}

.kxwj_txt {
	padding: 30px 0;
}

.kxwj_txt p {
	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #222;
	font-weight: 900;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.kxwj_txt p:hover {
	color: #2f63ba;
}

.kxdsj {
 	margin-left: 2%;
}

.kxdsj_timeline_content {
	padding: 20px 0;
}

.kxdsj_timeline {
	margin-top: -1px;
	cursor: pointer;
}

.time_tap {
	height: 55px;
}

.time_tap div {
	float: left;
	height: 55px;

}

.time_left {
    line-height: 58px;
    color: #fff;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 4px;
    padding-right: 4px;
}

.time_right {
	width: 80%;
	font-family: MicrosoftYaHeiUILight;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #222;
	padding-left: 5px;
}
.time_right:hover{
	color: #2f63ba;
}


/*科协架构&科协组织  */
.tap_4 {
	margin-bottom: 50px;
}

.tap_4>div {
	float: left;
}

.kxjg {
	display: flex;
	justify-content: flex-start;
	padding: 50px 0;
}

.kxjg div {
	width: 177px;
	height: 59px;
	border: solid 1px #1e5ab3;
	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 59px;
	letter-spacing: 0px;
	color: #1e5ab3;
	font-weight: 900;
	text-align: center;
	background-color: #EDF2FB;
	margin-right: 35px;
	cursor: pointer;
}

.kxzz {
	display: flex;
	justify-content: space-between;
	padding: 35px 0;
}

.kxzz div {
	width: 139px;
	height: 116px;
	text-align: center;
	background-position: center 35%;
	background-repeat: no-repeat;
	background-color: #EDF2FB;
	color: #222;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 75px;
	box-sizing: border-box;
	cursor: pointer;


}

/* 数据公开 */
.tap_5 {
	margin-bottom: 20px;
}
.sjgk_img{ text-align: center; }
.sjgk_content {
 	justify-content: space-between;
	padding: 30px 0;
}

.sjgk_content div {}

.sjgk_txt {
	width:;
	padding-left: 10px;
	padding-right: 10px;
}

.sjgk_txt p {
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
	font-size: 15px;
	cursor: pointer;
	color: #222;
}
.sjgk_txt p:hover{
	color: #2f63ba;
}


.sjgk_content .line {
	width: 1px;
	background: #F0F0F0;
}

.maintop {
	background-image: url(./toprig.jpg);
	background-repeat: no-repeat;
	background-position: 165px 50%;
}
.sjjhbox{ padding-top: 66px; }