@charset "utf-8";
#content{
	padding-top: 30px;
}
.main{
	overflow: hidden;
}
.main_con{
	position: relative;
	padding-top: 30px;
	font-size: 14px;
	color: #424242;
	letter-spacing: 0;
	/*line-height: 24px;*/
}
/* 发展规划列表样式 */
.project_list li {
	/* width: 750px;*/
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.project_list li a {
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 14px;
	color: #424242;
	position: relative;
	margin-left: 21px;
}
.project_list li a:hover {
	color: #1DA5EA;
}
.project_list li a:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url("../images/peroject_list_icon.png") no-repeat;
	position: absolute;
	top: 2px;
	left: -21px;
}
/*---- 学会领导列表 ----*/
.lead_list {
	border-bottom: 2px solid #ECECEC;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}
.lead_list .lead_list_title {
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 18px;
	line-height: 20px;
	color: #424242;
	margin-bottom: 19px;
}
.lead_list .lead_list_con {
	width: 656px;
	overflow: hidden;
	position: relative;
}
.lead_list_nav {
	width: 100%;
	display: none;
}
.lead_list .prev,
.lead_list .next {
	display: inline-block;
	width: 22px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
}
.lead_list .next {
	background: url("../images/leadList_left.png");
	left: 0;
}
.lead_list .prev {
	background: url("../images/leadList_right.png");
	right: 210px;
}
.lead_list .next:hover {
	background: url("../images/leadList_left_hover.png");
}
.lead_list .prev:hover {
	background: url("../images/leadList_right_hover.png");
}
.lead_list ul {
	width: 10000px;
	position: relative;
	left: 0;
}
.lead_list ul li {
	float: left;
	width: 174px;
}
/*.lead_list ul li:nth-last-child(1),
.lead_list ul li:nth-child(1) {
  margin-right: 0;
}*/
.lead_list ul li .main_img {
	width: 134px;
	height: 190px;
	overflow: hidden;
}
.lead_list ul li .main_img img{
	width: 100%;
	height: 100%;
}
.lead_list ul li .main_img:hover {
	-moz-box-shadow:0 0 20px #ccc;
	-webkit-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}
.lead_list ul li p {
	width: 134px;
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 16px;
	line-height: 45px;
	color: #424242;
	text-align: center;;
}
.lead_list ul li p:hover {
	color: #1DA5EA;
}
.lead_list_bottom h4 {
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	text-align:justify;
	margin-left: 16px;
	margin-bottom: 24px;
	position: relative;
}
.lead_list_bottom h4:before {
	content: "";
	background: #1da5ea;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -16px;
}
.lead_list_bottom ul li {
	margin-bottom: 20px;
	margin-left: 8px;
	position: relative;
}
.lead_list_bottom ul li:before {
	content: "·";
	position: absolute;
	left: -8px;
}
.lead_list_bottom ul li a {
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 16px;
	color: #424242;
	text-align:justify;
	line-height: 20px;
	display: inline-block;
	width: 850px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lead_list_bottom ul li a:hover {
	color: #1da5ea;
}
.lead_list_bottom ul li p {
	display: inline-block;
	font-size: 14px;
	color: #757575;
	position: absolute;
	right: 0;
}

/*活动列表样式*/
.dynamicList_tab {
	height: 40px;
	text-align: center;
	padding-bottom: 30px;
}
.dynamicList_tab > li {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
}
.dynamicList_tab > li a {
	display: block;
	font-size: 16px;
	color: #1DA5EA;
	background: #fff;
	height: 38px;
	border: 1px solid #1DA5EA;
	border-right: 0;

}
.dynamicList_tab > li:last-child a {
	border-right: 1px solid #1DA5EA;
}
.dynamicList_tab > li.active a {
	background: #1DA5EA;
	color: #fff;
}
.list_ul{
	padding-bottom: 30px;
}
.list_ul li{
	position: relative;
	height: 20px;
	padding-bottom: 20px;
	padding-left: 8px;

}
.list_ul li:nth-child(5n) {
	padding-bottom: 35px;
}
.list_ul li:before{
	content: "·";
	position: absolute;
	left: 0;
}
.list_ul li a{
	font-size: 14px;
	color: #424242;
	display: inline-block;
	width: 850px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list_ul li a:hover{
	color: #1DA5EA;
}
.list_ul li span{
	float: right;
	font-size: 12px;
	color: #757575;
}
/*分支机构类型列表样式*/
.text_title{
	padding-bottom: 30px;
	text-align: center;
	font-size: 20px;
	color: #424242;
	letter-spacing: 2px;
}
.branch_list{
	width: 100%;
	overflow: hidden;
}
.branch_list li{
	width: 48%;
	height: 20px;
	padding-right: 2%;
	float: left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height: 20px;
	padding-bottom: 20px;
}
.branch_list li a{
	font-size: 14px;
	color: #424242;
}
.branch_list li a:hover{
	color: #1DA5EA;
}
/*项目列表样式*/
.item_list{
	width: 1250px;
	padding-top: 30px;
}
.item_list li{
	width: 270px;
	height: 200px;
	float: left;
	background: #fff;
	margin: 0 40px 40px 0;
	box-shadow: 0 2px 9px 0 rgba(144,142,160,0.10);
	-webkit-transition: transform .2s linear;
	-moz-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}
.item_list li:hover{
	box-shadow: 0 2px 9px 0 rgba(144,142,160,0.50);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.item_list .img_box{
	width: 100%;
	height: 155px;
}
.img_box img{
	width: 100%;
	height: 100%;
}
.item_list p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 45px;
	padding: 0 10px 0 20px;
	font-size: 14px;
	color: #424242;
	letter-spacing: 0;
}

/*会员列表样式*/
.member_list li{
	position: relative;
	padding-left: 8px;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.member_list li:before{
	content: "·";
	position: absolute;
	left: 0;
}
.member_list li h4{
	height: 20px;
	padding-bottom: 20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.member_list h4 a{
	font-size: 14px;
	color: #242424;
}
.member_list h4 span{
	float: right;
	font-size: 12px;
	color: #757575;
}
.search_on {
	color: #1da5ea;
}
.member_list p{
	max-height: 44px;
	display:-webkit-box  !important;
	overflow:hidden;

	text-overflow:ellipsis;
	word-break:break-all;

	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.member_list p a{
	font-size: 14px;
	color: #757575;
	letter-spacing: 0;
	line-height: 24px;
}
.member_list li.active a,.member_list li.active:hover a{
	color: #BDBDBD;
}
.member_list li:hover a{
	color: #1DA5EA;
}

/*单位会员列表*/
.member_lists{
	width: 969px;
	margin-bottom: 40px;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
.member_lists li{
	width: 323px;
	height: 60px;
	line-height: 60px;
	float: left;
	padding-left: 28px;
	box-sizing: border-box;
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
}
.member_lists li h4{
	position: relative;
	padding-left: 8px;
}
.member_lists li h4:before {
    content: "·";
    position: absolute;
    left: 0;
}
.member_lists li a{
	display: block;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
	font-size: 14px;
	color: #424242;
	letter-spacing: 1px;
}
.member_lists li a:hover{
	color: #1DA5EA;
}
/*期刊列表样式*/
.periodical_list{
	width: 1050px;
}
.periodical_list li{
	width: 158px;
	height: 208px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 36px;
	margin-bottom: 40px;
	box-shadow: 0 5px 6px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,0.15);
}
.periodical_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.periodical_list li img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.periodical_list li p{
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	-webkit-transition: height 600ms ease-in-out;
	-moz-transition: height 600ms ease-in-out;
	-ms-transition: height 600ms ease-in-out;
	transition: height 600ms ease-in-out;
}
.periodical_list li:hover{
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
.periodical_list li:hover p{
	height: 76px;
}
/*视频列表样式*/
.video_ul{
	width: 1050px;
}
.video_ul li{
	width: 300px;
	height: 246px;
	overflow: hidden;
	float: left;
	margin-right: 35px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #424242;
	letter-spacing: 0;
}
.video_ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.video_ul .img_box{
	width: 300px;
	height: 190px;
	position: relative;
}
.img_box img{
	width: 100%;
	height: 100%;
}
.img_box span{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.69) url(../images/play_icon.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 600ms ease-in-out;
	-moz-transition: opacity 600ms ease-in-out;
	-ms-transition: opacity 600ms ease-in-out;
	transition: opacity 600ms ease-in-out;
}
.img_box:hover span{
	opacity: 1;
}
.video_ul p{
	padding-top: 10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/*科研课题列表*/
.download_list{
	padding-top: 30px;
}
.download_list li{
	height: 22px;
	padding-bottom: 18px;
}
.download_list li em{
	float: left;
}
.download_list li a{
	font-size: 14px;
	color: #1DA5EA;
}
.download_list li p{
	float: left;
	width: 94%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.download_list li span{
	width: 18px;
	height: 22px;
	float: right;
	background: url(../images/download_icon.png) no-repeat left 4px;

}
/* 会议列表 */
.meetinglist_ul {
	width: 1120px;
	margin: 0 auto 20px;
}
.meetinglist_ul li {
	padding: 0 0 15px 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ECECEC;
}
.meetinglist_ul li a {
	display: inline-block;
	width: 90%;
	height: 20px;
	overflow: hidden;
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 18px;
	line-height: 20px;
	color: #424242;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: inline-block;
}
.meetinglist_ul li a:hover{color: #1DA5EA;}
.meetinglist_ul .mettinglist_ul_clock {
	height: 24px;
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 14px;
	color: #757575;
	line-height: 24px;
	margin-top : 20px;
	position: relative;
}
.meetinglist_ul .mettinglist_ul_clock .apply_time {
	margin: 0 40px;
}
.meetinglist_ul .mettinglist_ul_clock .apply_time:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 19px;
	background: url("../images/meeting_clock.png") no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}
.mettinglist_ul_clock .apply_link{
	float: right;
    width: 100px;
    font-size: 14px;
    color: #00a6e9;
    border: 1px solid #00a6e9;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: -30px;
}
.mettinglist_ul_clock .apply_link:hover{
	color: #fff;
	background: #00a6e9;
}
/*项目详情页*/
.itemDetails{
	width: 1000px;
	margin: 0 auto;
}
.text_title{
	font-size: 20px;
	text-align: center;
	padding-bottom: 26px;
}
.intro_text{
	overflow: hidden;
}
.intro_text p{
	text-indent: 2em;
}
.intro_text img{
	/*width: 100%;*/
}
.no_indent{
	text-indent: 0;
}
.intro_text h5{
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 24px;
}
.thesis_btn_box{
	width: 200px;
	height: 40px;
	padding-top: 30px;
	margin: 0 auto;
}
.thesis_btn_box a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.topice_btn_box{
	width: 440px;
	height: 40px;
	padding-top: 30px;
	margin: 0 auto;
}
.topice_btn_box a{
	width: 200px;
}
/*分支机构单位介绍页*/
.tab_box{
	height: 40px;
	text-align: center;
	padding-bottom: 30px;
}
.tab_box>li{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.tab_box>li>a{
	display: block;
	font-size: 16px;
	color: #1DA5EA;
	background: #fff;
	height: 38px;
	border: 1px solid #1DA5EA;
	border-right: 0;
}
.tab_box>li:last-child>a{
	border-right: 1px solid #1DA5EA;
}
.tab_box>li.active>a{
	background: #1DA5EA;
	color: #fff;
}
.tab_box>li i{
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-block;
	width: 12px;
	height: 8px;
	margin-left: 8px;
	background: url(../images/down_arrow.png) no-repeat left top;
}
.tab_box>li ul {
	width: 100%;
	display: none;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	border-radius: 0 0 3px 3px;
	position: absolute;
	left: 50%;
	top: 40px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
}
.tab_box>li:hover ul{
	display: block;
}
.tab_box>li li{
	padding: 0 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 6px;
}
.tab_box>li li a {
	font-size: 16px;
	color: #424242;
	letter-spacing: 0;
	display: block;
}
.tab_box ul li:hover{
	background: #1DA5EA;
}
.tab_box ul li:hover a{
	color: #fff;
}
.tab_con_title{
	text-align: center;
	font-size: 18px;
	height: 40px;
}
/*详情附件下载列表*/
.adjunct_list{
	padding-top: 40px;
}
.adjunct_list{
	font-size: 16px;
	color: #424242;
	letter-spacing: 0;
	padding-bottom: 10px;
}
.adjunct_list dd{
	overflow: hidden;
}
.adjunct_list dd a{
	display: block;
	padding-bottom: 20px;
	color: #1DA5EA;
}
.adjunct_list dt{
	float: left;
	padding-left: 34px;
	background: url(../images/adjunct_icon.png) no-repeat left center;
}

/*图片模板详情*/
/*.details_template01{
	width: 940px;
	height: 368px;
	overflow: hidden;
}
.template_left{
	width: 654px;
	height: 368px;
	position: relative;
	overflow: hidden;
	float: left;
}
.pic_box{
	position: absolute;
	left: 0;
	top: 0;
}
*/
/*模板1*/
.img_template{
	width: 940px;
	height: 750px;
	position: relative;
}
.text_title{
	font-size: 20px;
	color: #424242;
	letter-spacing: 0;
}
.template_con{
	height: 528px;
	position: relative;
	overflow: hidden;
}
.pic_box{
    position: absolute;
    left: 0;
    top: 0;
}
.template_con .pic_box{
	height: 528px;
}
.pic_box li{
	height: 100%;
	float: left;
	overflow: hidden;
}
.img_template1 .pic_box li,.img_template2  .pic_box li{
	width: 940px;
}
.pic_box li img{
	width: 100%;
	height: 100%;
}
.pic_nav{
	display: none;
}
.pic_nav a{
	background-image: url(../images/arrow_icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.template_con .pic_nav a {
	width: 26px;
	height: 60px;
	margin-top: -30px;
}
.template_con .pic_nav .prev {
	left: 0;
  background-position: -195px -4px;
}
.template_con .pic_nav .next {
	right: 0;
	background-position: -161px 0;
}
.img_template .text_con{
	position: relative;
	height: 46px;
	overflow: hidden;
	padding-top: 15px;
	background: rgba(255,255,255,0.88);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.img_template1 .text_con:hover{
	height: 126px;
	margin-top: -75px;
}
.img_template .img_num{
	width: 70px;
	text-align: center;
	font-size: 20px;
	float: left;
}
.img_template .img_info span{
	display: none;
	padding-left: 15px;
	font-size: 14px;
	color: #424242;
	letter-spacing: 0;
	line-height: 24px;
	text-indent: 2em;
}
.img_info span.active{
	display: block;
}
.img_num b{
	color: #1DA5EA;
}
.img_info{
	width: 850px;
	overflow: hidden;
	float: left;
}
.thumbnail{
	width: 940px;
	height: 110px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.thumbnail_con{
	/*width: 882px;*/
	height: 110px;
	/*padding-top: 13px;*/
	overflow: hidden;
	position: relative;
	margin: 0 26px 0;
}
.template_con:hover .pic_nav{
	display: block;
}
.thumbnail .pic_nav{
	display: block;
}
.thumbnail .pic_nav a{
	width: 26px;
	height: 90px;
	top: 16px;
	margin-top: 0;
}
.thumbnail .pic_nav .prev{
	background-position: -130px 0;
}
.thumbnail .pic_nav .next{
	right: 0;
	background-position: 0 0;
}
.thumbnail_box{
	width: 200%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.thumbnail_box li{
	width: 160px;
	height: 90px;
	position: relative;
	/*overflow: hidden;*/
	float: left;
	border: 4px solid transparent;
	margin-right: 12px;
}
.thumbnail_box li img{
	width: 100%;
	height: 100%;
}
.thumbnail_box li.active{
	border-color: #1DA5EA;
}
.thumbnail_box li.active:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	border: 12px solid transparent;
	border-bottom: 8px solid #1DA5EA;
}
/*模板2*/
.img_template2{
	height: auto;
}
.img_template2 .thumbnail{
	background: rgba(0,0,0,0.4);
}
.thumbnail .pic_nav .prev {
  background-position: -26px 0;
}
.thumbnail .pic_nav .next {
  background-position: -52px 0;
}
.img_template2 .text_con{
	height: auto;
}
.img_template2 .text_con:hover{
	height: auto;
	margin-top: 0;
}
/*模板3*/
.img_template3 {
	height: 368px;
}
.template_left{
	width: 654px;
	height: 368px;
	position: relative;
	overflow: hidden;
	float: left;
}
.template_left .pic_box li{
	width: 654px;
	height: 368px;
	float: left;
}

.img_template3 .template_left:hover .pic_nav{
	display: block;
}
.template_left .prev,.template_left .next{
	width: 26px;
	height: 40px
}
.template_left .prev{
	background-position: -78px 0;
}
.template_left .next{
	right: 0;
	background-position: -104px 0;
}
.template_right{
	position: relative;
	width: 285px;
	height: 368px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	float: left;
	border: 1px solid #F0F0F0;
}
.template_right .text_title{
	padding-bottom: 20px;
}
.template_right .source_con{
	width: 245px;
	padding-bottom: 20px;
	color: #757575;
}
.template_right .text_con{
	width: 245px;
	position: absolute;
	height: 168px;
	overflow: hidden;
	font-size: 14px;
	color: #424242;
	letter-spacing: 0;
	line-height: 24px;
}
.template_right .text_con .fl{
	width: auto;
	height: 16px;
}
.template_right .text_con em{
	font-size: 18px;
	color: #424242;
}
.template_right .text_con b{
	font-size: 18px;
	color: #1DA5EA;
}
.template_right .text_con span{
	display: none;
	text-indent: 2em;
}
.template_right .text_con span.active{
	display: inherit;
}
.template_right #share_box{
	top: 320px;
	right: 60px;
}
.template_right .share_component a .wechat_qrcode{
	left: -30px;
	bottom: 80px;
}
.template_right .share_component a .wechat_qrcode:before {
	top: 257px;
	right: 68%;
	margin-left: -10px;
	border: 12px solid transparent;
	border-top: 8px solid #ccc;
}
.template_right .share_component a .wechat_qrcode:after {
	top: 256px;
	right: 68%;
	margin-left: -10px;
	border: 12px solid transparent;
	border-top: 7px solid #fff;
}
/*.img{background:url(../images/img.png)  no-repeat;}
._4{height:90px;width:26px;background-position:0 0;}
._7{height:90px;width:26px;background-position:-26px 0;}
._8{height:90px;width:26px;background-position:-52px 0;}
._1{height:40px;width:26px;background-position:-78px 0;}
._2{height:40px;width:26px;background-position:-104px 0;}
._3{height:90px;width:26px;background-position:-130px 0;}
._6{height:60px;width:35px;background-position:-156px 0;}
._5{height:60px;width:35px;background-position:-191px 0;}*/
