@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; font-family:"微软雅黑", "黑体", "宋体"; font-size: 14px; color: #535353;}
ol, ul, li { list-style: none;}
a { text-decoration:none; color: #535353; cursor: pointer;}
a:hover { text-decoration: underline; color: #0077c9;}
body { min-width: 1000px; width:expression_r(document.body.clientWidth < 1000? "1000px": "auto" ); background: #FFF url(../../images_hf/body_bg.png) repeat-x center 45px;}
img { border: 0;}
input, textarea, select { outline:none;}
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
span.red { color: #cc0000 !important; font-weight: bold;}
span.green { color: #549025 !important; font-weight: bold;}
span.blue { color: #0068b7 !important; font-weight: bold;}
span.gray { color: #959595 !important; font-weight: bold;}

/*input 通用*/
.input_text, .select, .textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 34px; line-height: 32px; padding: 5px 10px; border: 1px solid #bdc4c9; border-radius: 3px;}
.textarea { width: 100%; line-height: 24px;}
.input_checkbox, .input_radio { width: 15px; height: 15px; vertical-align: -3px; vertical-align: -2px\9; vertical-align: -2px\0; margin-top:3px; margin-top:2px\9; margin-top:2px\0;}
.input_file { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 34px\9; height: 34px\0; line-height: 32px\9; line-height: 32px\0; padding: 5px 10px\9; padding: 5px 10px\0; padding: 7px 10px 6px; border: 1px solid #bdc4c9\9; border: 1px solid #bdc4c9\0; border-radius: 3px; background: #FFF;}
/*input 通用*/

/*.table_General 表格通用*/
.table_General { width: 100%; border-bottom: 1px solid #e9e9ec;}
.table_General thead tr th { line-height: 20px; padding: 10px 5px; text-align: center; background-color: #00b7ee; color: #FFF; word-break: keep-all;}
.table_General tbody tr td, .table_General tfoot tr td { line-height: 18px; padding: 10px 8px; text-align: center; font-size: 12px; vertical-align: top; word-wrap:break-word; word-break:break-all;}
.table_General tbody tr td.left { text-align: left;}
.table_General tbody tr td a, .table_General tfoot tr td a { font-size: 12px; color: #0068b7;}
.table_General tbody tr td a:hover, .table_General tfoot tr td a:hover { text-decoration: underline;}
.table_General tbody tr td a.a1, .table_General tfoot tr td a.a1 { margin-right: 10px;}
.table_General tbody tr td a.button_General { height: 20px; line-height: 20px; margin-top: -1px; color: #FFF;}
.table_General tbody tr td a.button_General:hover { text-decoration: none;}

.evenRow { background-color: #FFF;}
.oddRow { background-color: #e9e9ec;}
.activeRow { background-color: #e2f09e;}
/*.table_General 表格通用*/

/*.button_General 按钮通用*/
.button_div { width: 100%; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 30px;}
.button_div_left { width: 100%; text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15px 0 0 0;}
.button_div_left input { margin-right: 11px;}
	/*绿色标准按钮*/
.button_General { display: inline-block; height: 32px; line-height: 30px; padding: 0 10px; background-color: #00a0e9; border: 1px solid #0068b7; border-radius: 3px; color: #FFF;}
.button_General:hover { background-color: #0068b7; color: #FFF; text-decoration: none;}
	/*灰色标准按钮*/
.button_General_h { display: inline-block; height: 32px; line-height: 30px; padding: 0 10px; background-color: #e9e9ec; border: 1px solid #d2d2d4; border-radius: 3px; color: #6b7c7c;}
.button_General_h:hover { background-color: #d2d2d4; text-decoration: none;}
.button_General_hh { display: inline-block; height: 32px; line-height: 30px; padding: 0 10px; background-color: #e9e9ec; border: 1px solid #d2d2d4; border-radius: 3px; color: #6b7c7c;}
.button_General_hh:hover { background-color: #d2d2d4; text-decoration: none;}
	/*橙色标准按钮*/
.button_General_c { display: inline-block; height: 32px; line-height: 30px; padding: 0 10px; background-color: #eb6100; border: 1px solid #e60012; border-radius: 3px; color: #FFF;}
.button_General_c:hover { background-color: #e60012; color: #FFF; text-decoration: none;}
	/*不能点击标准按钮*/
.button_General_b { display: inline-block; height: 32px; line-height: 30px; padding: 0 10px; background-color: #b5b5b5; border: 1px solid #959595; border-radius: 3px; color: #626262; cursor: default;}
.button_General_b:hover { background-color: #b5b5b5; color: #626262; text-decoration: none;}

	/*绿色提交按钮*/
.button_General_t { height: 44px; line-height: 42px; padding: 0 30px; margin: 0 20px; border-radius: 6px; background: url(../../images_hf/button_General_t_bg.png); border: 1px solid #00a0e9; color: #FFF;}
.button_General_t:hover { background: #00a0e9; color: #FFF; font-weight: bold; text-decoration: none;}
	/*灰色取消按钮*/
.button_General_q { height: 44px; line-height: 42px; padding: 0 30px; margin: 0 20px; border-radius: 6px; background: url(../../images_hf/button_General_q_bg.png); border: 1px solid #d2d2d4; color: #959595;}
.button_General_q:hover { background: #d2d2d4; font-weight: bold; text-decoration: none;}
	/*不能点击按钮*/
.button_General_n { height: 44px; line-height: 42px; padding: 0 30px; margin: 0 20px; border-radius: 6px; border: 1px solid #d2d2d4; color: #959595;}
.button_General_n:hover { text-decoration: none;}
/*.button_General 按钮通用*/

/*GeneralPage 通用翻页*/
.GeneralPage { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 30px; text-align: center;}
.GeneralPage span.s_1, .GeneralPage a { display: inline-block; margin: 0 3px; padding: 0 6px; height: 24px; line-height: 24px; border: 1px solid #36b1c0; color: #36b1c0; border-radius: 3px; font-size: 12px;}
.GeneralPage span.s_1 span { font-weight: bold; margin: 0 3px; color: #36b1c0;}
.GeneralPage a:hover,.GeneralPage a.on { background: #36b1c0; color: #FFF; text-decoration: none;}
.GeneralPage a.notClick,.GeneralPage a.notClick:hover { border: 1px solid #b5b5b5; color: #b5b5b5; background: #FFF; cursor: default;}
/*GeneralPage 通用翻页*/

/*.condition_General 筛选条件通用*/
.condition_General { width: 100%; overflow: hidden; padding-top: 10px;}
.condition_General li { margin: 0 20px 20px 0; height: 34px; line-height: 34px; float: left;}
.condition_General li a { text-decoration: none;}
.condition_General li div { display: inline-block; margin-right:-20px;}
.condition_General li div select { margin-right:20px;}

	/*多筛选条件通用*/
.conditionM_General { width: 100%; overflow: hidden; padding-top: 10px;}
.conditionM_General li { width: 280px; line-height: 44px; float: left; margin-right: 20px; position: relative; margin-bottom: 10px;}
.conditionM_General li div.d_1 { width: 130px; height: 44px; line-height: 34px; position: absolute; top: 0; left: 0; text-align: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px 0;}
.conditionM_General li div.d_2 { width: 100%; height: 44px; line-height: 34px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px 0 5px 130px;}
.conditionM_General li div.d_3 { width: 100%; height: 44px; line-height: 34px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px 0 5px 52px;}
.conditionM_General li div select { width: 160px; margin-right:20px;}
.conditionM_General li div input { width: 160px; line-height: 22px;}
.conditionM_General li div .button_General { line-height: 32px;}
/*.condition_General 筛选条件通用*/



/*首页*/
	/*蓝色导航条*/
.bodyHeader { background: #266CCB; height: 45px; position: fixed; top: 0; width: 100%; z-index: 100000;}
.bodyHeader_box { width: 1000px; height: 45px; margin: 0 auto;}
.x_header_block { display: inline-block; float: left; height: 45px;}
.x_header_block ul.x_link { display: inline-block; height: 45px;}
.x_header_block ul.x_link li { float: left;}
.x_header_block ul.x_link li a { display: inline-block; padding: 0 20px 0 45px; height: 45px; line-height: 44px; color: #FFF;}
.x_header_block ul.x_link li a:hover { text-decoration: none;}
.x_header_block ul.x_link li a.menu_home { background: url(../../images_hf/menu_bg.png) no-repeat 20px 0;}
.x_header_block ul.x_link li.on a.menu_home,.x_header_block ul.x_link li a.menu_home:hover  { background: #5189d5 url(../../images_hf/menu_bg.png) no-repeat 20px 0;}
.x_header_block ul.x_link li a.menu_zx { background: url(../../images_hf/menu_bg.png) no-repeat 20px -46px;}
.x_header_block ul.x_link li.on a.menu_zx,.x_header_block ul.x_link li a.menu_zx:hover { background: #5189d5 url(../../images_hf/menu_bg.png) no-repeat 20px -46px;}
.x_header_block ul.x_link li a.menu_zy { background: url(../../images_hf/menu_bg.png) no-repeat 20px -92px;}
.x_header_block ul.x_link li.on a.menu_zy,.x_header_block ul.x_link li a.menu_zy:hover { background: #5189d5 url(../../images_hf/menu_bg.png) no-repeat 20px -92px;}
.x_header_block ul.x_link li a.menu_yy { background: url(../../images_hf/menu_bg.png) no-repeat 20px -310px;}
.x_header_block ul.x_link li.on a.menu_yy,.x_header_block ul.x_link li a.menu_yy:hover { background: #5189d5 url(../../images_hf/menu_bg.png) no-repeat 20px -310px;}
.x_header_block ul.x_link li a.menu_space { background: url(../../images_hf/menu_bg.png) no-repeat 20px -136px;}
.x_header_block ul.x_link li.on a.menu_space,.x_header_block ul.x_link li a.menu_space:hover { background: #5189d5 url(../../images_hf/menu_bg.png) no-repeat 20px -136px;}
.x_header_block ul.x_link li a.menu_help { background: url(../../images_hf/menu_bg.png) no-repeat 20px -184px;}
.x_header_block ul.x_link li.on a.menu_help,.x_header_block ul.x_link li a.menu_help:hover { background: #5189d5 url(../../images_hf/menu_bg.png) no-repeat 20px -184px;}

.plat-menu { float: right; position: relative;}
.plat-menu a:hover { text-decoration: none; }
.plat-menu .plat-one { display: inline-block; padding: 0 24px 0 42px; height: 45px; line-height: 44px; color: #FFF; background: url(../../images_hf/plat_bg.png)  no-repeat 20px 13px;}
.plat-menu .plat-one:hover { background: #5189d5 url(../../images_hf/plat_bg.png)  no-repeat 20px 13px; text-decoration: none;}
.plat-menu .plat-two { position: absolute; top: 45px; left: 0; background: url(../../images_hf/plat_list.png); padding: 0 2px; width: 118px;}
.plat-menu .plat-two li { position: relative; margin: 2px 0; line-height: 30px; text-align: center; vertical-align: middle;}
.plat-two li.plat-tea .plat-three a:hover { color: #266ccb; }
.plat-two li.plat-stu .plat-three a:hover { color: #266ccb; }
.plat-two li.plat-mng .plat-three a:hover { color: #266ccb; }
.plat-two li.plat-hum .plat-three a:hover { color: #266ccb; }

.plat-menu .plat-three { position: absolute; top: 0; background: url(../../images_hf/plat_list.png); padding: 2px; width: 102px; font-size: 12px; }
.plat-menu .plat-three span { padding-left: 14px; display: block; text-align: left; }
.plat-menu .plat-three em { position: absolute; top: 10px; width: 5px; height: 8px; }
.plat-menu .plat-three a { padding: 0; height: auto; font-size: 12px;}
.plat-menu .plat-three a:hover { font-weight: bold; background: none; }

@media screen and (max-width:1222px) {
.plat-menu .plat-two li a.two-a { padding: 0 0 0 10px; height: auto; display: block; background: url(../../images_hf/plat_left.png) no-repeat left -41px; border-radius: 2px; }
.plat-two li.active a.two-a, .plat-two li a.two-a:hover { background-position: right -91px; background-color: #90c0ff; color: #266ccb; font-weight: bold; }
.plat-menu .plat-three { right: 130px; }
.plat-menu .plat-three em { left: 106px; background: url(../../images_hf/plat_left.png) -45px -300px; }
}
@media screen and (min-width:1222px) {
.plat-menu .plat-two li a.two-a { padding: 0 10px 0 0; height: auto; display: block; background: url(../../images_hf/plat_bg.png) no-repeat right -41px; border-radius: 2px; }
.plat-menu .plat-three { left: 130px; }
.plat-menu .plat-three em { left: -5px; background: url(../../images_hf/plat_bg.png) 0 -300px; }
}

.plat-menu .plat-two li a.two-a { padding: 0 10px 0 0\0; height: auto\0; display: block\0; background: url(../../images_hf/plat_bg.png) no-repeat right -41px\0; border-radius: 2px\0; }
.plat-menu .plat-three { left: 130px\0; }
.plat-menu .plat-three em { left: -5px\0; background: url(../../images_hf/plat_bg.png) 0 -300px\0; }

.BeforeLogin,.AfterLogin { float: right; display: inline-block; height: 45px;}
.BeforeLogin ul { display: inline-block;}
.BeforeLogin ul li { float: left;}
.BeforeLogin ul li a { display: block; color: #fff; height: 45px; line-height: 45px; padding: 0 22px;}
.BeforeLogin ul li a:hover { background: #5189d5; text-decoration: none;}

.AfterLogin { position: relative;}
.AfterLogin .AfterLogin_ul { display: inline-block; height: 45px;}
.AfterLogin .AfterLogin_li { display: inline-block; height: 45px; line-height: 45px; float: left; position: relative;}
.AfterLogin .username { display: inline-block; padding: 0 10px; height: 45px; line-height: 44px; color: #FFF; width: 72px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;text-align: center;}
.AfterLogin .username:hover { background: #5189d5; text-decoration: none;}
.AfterLogin .app { display: inline-block; height: 45px; margin: 0; padding: 0 10px; line-height: 45px; width: 16px;}
.AfterLogin .option_01 { background:  url(../../images_hf/space_option.png) no-repeat center 0;}
.AfterLogin .option_01:hover { background: #5189d5 url(../../images_hf/space_option.png) no-repeat center 0;}
.AfterLogin .option_02 { background: url(../../images_hf/space_option.png) no-repeat center -45px;}
.AfterLogin .option_02:hover { background: #5189d5 url(../../images_hf/space_option.png) no-repeat center -45px;}
.AfterLogin .app_ul { min-width: 100px; background: #fff; border: #797979 solid 1px; border-top: 0; top: 45px; right: -1px; position: absolute;}
.AfterLogin .app_ul li a { display: block; float: none; border: none 0; margin: 0; padding: 6px 10px; font-size: 12px; color: #333; height: 17px; line-height: 17px; overflow: hidden; white-space: nowrap; text-align: left;}
.AfterLogin .app_ul li a:hover { text-decoration: none; background: #d3dee0;}
	/*蓝色导航条*/	
	
.body_main { width: 100%; overflow: hidden; background: url(../../images_hf/logo_bg.png) no-repeat center top; margin-top: 45px;}
.body_logo { width: 1000px; height: 200px; margin: 0 auto; background: url(../../images_hf/logo.png) no-repeat left 30px;}
.logo_nav { height: 36px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 124px;}
.logo_nav li { width: 100px; height: 36px; margin-right: -1px; float: left;}
.logo_nav li a { display: inline-block; width: 100px; height: 36px; line-height: 34px; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #266ccb; background: #FFF;}
.logo_nav li a.on,.logo_nav li a:hover { background: #266ccb; color: #FFF; text-decoration:none;}
.logo_nav li a.a_1 { border-radius: 5px 0 0 5px;}
.logo_nav li a.a_2 { border-radius: 0 5px 5px 0;}

.con_main { width: 1000px; overflow: hidden; margin: 0 auto 20px;}
.con_745 { width: 745px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 14px 14px 14px; border: 1px solid #e5e5e5; border-radius: 5px; background: #FFF; float: left;}
.GenTitle { width: 100%; height: 40px; border-bottom: 1px solid #c9c9c9; background: url(../../images_hf/icon_01.png) no-repeat left center; position: relative; margin-bottom: 15px;}
.GenTitle h3 { display: inline-block; margin: 10px 0 10px 26px; height: 20px; line-height: 20px; font-size: 16px;}
.GenTitle a { display: inline-block; position: absolute; top: 10px; right: 0; height: 20px; line-height: 20px; background: url(../../images_hf/icon_02.png) no-repeat left center; padding-left: 20px; font-size: 12px; color: #b5b5b5;}
.con_235 { width: 235px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 14px 14px 14px; border: 1px solid #e5e5e5; border-radius: 5px; background: #FFF; float: right;}
	/*科研新闻*/
.GenList_28 { width: 100%; overflow: hidden;}
.GenList li { width: 100%; height: 28px; line-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 17px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background: url(../../images_hf/icon_03.png) no-repeat left center;}

/* .NewsRotation { width: 390px; height: 280px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px; border: 1px solid #c9c9c9; float: left; position: relative;}
.NewsRotation .screen { width: 378px; height: 268px; overflow: hidden; position: relative;}
.NewsRotation .screen ul { position: absolute; left: 0; top: 0px; width: 2268px;}
.NewsRotation .screen li { width: 378px; height: 268px; overflow: hidden; float: left; position: relative;}
.NewsRotation .screen li div { width: 100%; height: 26px; line-height: 26px; position: absolute; left: 0; bottom: 0; background: url(../../images_hf/icon_04.png); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 110px 0 10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.NewsRotation .screen li div a { color: #FFF; font-size: 12px;}
.NewsRotation ol { position: absolute; right: 10px; bottom: 10px; line-height: 15px; text-align: center; }
.NewsRotation ol li { float: left; width: 16px; text-align: center; height: 16px; line-height: 16px; background: #959595; margin-left: 5px; cursor: pointer; font-size: 10px; font-family: Verdana; border-radius: 16px; color: #FFF;}
.NewsRotation ol li.current { background: #f39800; } */

#focus_box { width: 390px; height: 280px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px; border: 1px solid #c9c9c9; float: left;}
#focus { width: 378px; height: 268px; display: inline-block;}

	/*活跃课题*/
.ActiveTopicList li { position: relative;}
.ActiveTopicList span { display: inline-block; position: absolute; top: 0; height: 28px; line-height: 28px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ActiveTopicList span.s_1 { width: 243px; left: 17px;}
.ActiveTopicList span.s_2 { width: 60px; right: 380px;}
.ActiveTopicList span.s_3 { width: 95px; right: 275px;}
.ActiveTopicList span.s_4 { width: 120px; right: 140px;}
.ActiveTopicList span.s_5 { width: 60px; right: 70px;}
.ActiveTopicList span.s_6 { width: 60px; right: 0;}

	/*科研培训班*/
.TrainingCourseList li { position: relative;}
.TrainingCourseList span { display: inline-block; position: absolute; top: 0; height: 28px; line-height: 28px;}
.TrainingCourseList span.s_1 { width: 440px; left: 17px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.TrainingCourseList span.s_2 { width: 100px; right: 120px;}
.TrainingCourseList span.s_3 { width: 100px; right: 0;}

	/*先进基地学校*/
.AdvancedSchool_con { width: 100%; height: 315px;position: relative;}
#marquee { width: 645px; height: 315px; overflow: hidden;margin: 0 35px;}
.marquee_ul { height: 315px;}
.marquee_ul .marquee_li { float: left; width: 645px; height: 315px;}
.marquee_ul ul { width: 660px; height: 315px; margin-right: -15px; margin-bottom: -15px;}
.marquee_ul ul li { width: 205px; height: 150px; margin: 0 15px 15px 0; float: left;}
.marquee_ul ul li a { display: inline-block; width: 205px; height: 150px; position: relative;}
.marquee_ul ul li a span { display: inline-block; width: 100%; height: 24px; line-height: 24px; text-align: center; left: 0; bottom: 0; background: url(../../images_hf/icon_04.png); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size: 12px; color: #FFF; position: absolute;}
.marquee_ul ul li a:hover span { text-decoration: underline;}
.AdvancedSchool_con .goLeft,.AdvancedSchool_con .goRight { display: inline-block; width: 30px; height: 315px; position: absolute; top: 0;}
.AdvancedSchool_con .goLeft { left: 0; background: url(../../images_hf/icon_05.png) no-repeat center;}
.AdvancedSchool_con .goLeft:hover { background: url(../../images_hf/icon_06.png) no-repeat center;}
.AdvancedSchool_con .goRight { right: 0; background: url(../../images_hf/icon_07.png) no-repeat center;}
.AdvancedSchool_con .goRight:hover { background: url(../../images_hf/icon_08.png) no-repeat center;}

	/*快捷入口*/
.QuickEntry_ul { width: 100%; overflow: hidden;}
.QuickEntry_ul li { width: 100%; height: 63px; background: url(../../images_hf/icon_14.png) no-repeat center bottom;}
.QuickEntry_ul li a { display: inline-block; width: 100%; height: 62px; line-height: 62px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 57px; font-size: 16px; font-weight: bold; color: #00a0e9;}
.QuickEntry_ul li a.a_1 { background: url(../../images_hf/icon_09.png) no-repeat left center; background-size: 42px 42px;}
.QuickEntry_ul li a.a_2 { background: url(../../images_hf/icon_10.png) no-repeat left center; background-size: 42px 42px;}
.QuickEntry_ul li a.a_3 { background: url(../../images_hf/icon_11.png) no-repeat left center; background-size: 42px 42px;}
.QuickEntry_ul li a.a_4 { background: url(../../images_hf/icon_12.png) no-repeat left center; background-size: 42px 42px;}
.QuickEntry_ul li a.a_5 { background: url(../../images_hf/icon_13.png) no-repeat left center; background-size: 42px 42px;}

.footer { width: 100%; margin-top: 40px; border-top: 1px solid #dde2e5; background: #e4e8eb; height: 40px; line-height: 40px; text-align: center; font-size: 12px;}
.footer span { margin: 0 12px; color: #848484;}
/*首页*/

/*科研资讯*/
.currentLocation { width: 970px; height: 30px; line-height: 30px; margin: -30px auto 0; color: #959595;}
.currentLocation a { color: #959595;}
.currentLocation a:hover { color: #0077c9;}
.currentLocation span { color: #959595; margin: 0 5px;}

.ResearchInformation_ul { width: 100%; margin-bottom: -15px;}
.ResearchInformation_ul li { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 0 15px 159px; position: relative; border-bottom: 1px dashed #c9c9c9; margin-bottom: 15px;}
.ResearchInformation_ul div.d_1 { width: 144px; height: 108px; border: 1px solid #e5e5e5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px; position: absolute; top: 0; left: 0;}
.ResearchInformation_ul div.d_1 img { display: block; width: 132px; height: 96px;}
.ResearchInformation_ul div.d_2 { width: 100%; height: 108px;}
.ResearchInformation_ul div.d_2 h3 { width: 100%; height: 32px; line-height: 32px; text-align: center; font-size: 16px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ResearchInformation_ul div.d_2 h3 a { font-size: 16px;}
.ResearchInformation_ul div.d_2 p { text-indent: 2em; height: 48px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 4px;}
.ResearchInformation_ul div.d_3 { line-height: 24px; text-align: right;}
.ResearchInformation_ul div.d_3 span { font-size: 12px; color: #b5b5b5; margin-left: 20px;}

.date_d_Ul li { position: relative; padding: 0 45px 0 17px;}
.date_d_Ul li span{ display: inline-block; width: 45px; height: 20px; line-height: 20px; position: absolute; top: 4px; right: 0; text-align: right; font-size: 12px; color: #b5b5b5;}
/*科研资讯*/

/*课题研究*/
.con_405 { width: 405px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 14px 14px 14px; border: 1px solid #e5e5e5; border-radius: 5px; background: #FFF; float: left;}
.con_575 { width: 575px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 14px 14px 14px; border: 1px solid #e5e5e5; border-radius: 5px; background: #FFF; float: right;}
.date_c_Ul li { position: relative; padding: 0 80px 0 17px;}
.date_c_Ul li span{ display: inline-block; width: 80px; height: 20px; line-height: 20px; position: absolute; top: 4px; right: 0; text-align: right; font-size: 12px; color: #b5b5b5;}
.deadline_Ul li { position: relative; padding: 0 230px 0 17px;}
.deadline_Ul li span.s_2 { display: inline-block; width: 60px; height: 20px; line-height: 20px; position: absolute; top: 4px; right: 0; text-align: left; font-size: 12px; color: #b5b5b5;}
.deadline_Ul li span.s_2 .button_General { height: 20px; line-height: 20px; font-size: 12px; padding: 0 5px;}
.deadline_Ul li span.s_1 { display: inline-block; width: 150px; height: 20px; line-height: 20px; position: absolute; top: 4px; right: 70px; text-align: left; font-size: 12px; color: #b5b5b5;}

.con_1000 { width: 1000px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 14px 14px 14px; border: 1px solid #e5e5e5; border-radius: 5px; background: #FFF; float: left;}
.SubScr_ul { display: inline-block; height: 28px; position: absolute; top: 6px; right: 0; text-align: right;}
.SubScr_ul li { display: inline-block; height: 28px; line-height: 28px;}
.SubScr_ul li span { font-size: 12px; font-weight: bold; color: #0077c9;}
.SubScr_ul li input[type=text],.SubScr_ul li select { width: 120px; height: 28px; line-height: 26px; border: 1px solid #dcdcdc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border-radius: 3px; padding: 0 10px; margin-right: 15px; font-size: 12px;}
.SubScr_ul li input[type=button] { height: 28px; line-height: 26px; font-size: 12px;}
/*课题研究*/

/*科研培训*/
.con_490 { width: 490px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 14px 14px 14px; border: 1px solid #e5e5e5; border-radius: 5px; background: #FFF;}
.ResearchTrain_ul { width: 100%; height: 336px; overflow: hidden;}
.ResearchTrain_ul li { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  padding: 0 0 10px 140px; border-bottom: 1px dashed #c9c9c9; margin-bottom: 10px; position: relative;}
.ResearchTrain_ul a.a_img { display: inline-block; width: 125px; height: 95px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 5px; border: 1px solid #e5e5e5; position: absolute; top: 0; left: 0;}
.ResearchTrain_ul a.a_img img {display: block; width: 113px; height: 83px;}
.ResearchTrain_ul div.div_con { width: 100%; height: 95px;}
.ResearchTrain_ul div.div_con h3 { width: 100%; height: 28px; line-height: 28px; font-size: 15px; text-align: center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ResearchTrain_ul div.div_con p { text-indent: 2em; height: 48px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ResearchTrain_ul div.div_con div { width: 100%; height: 19px; line-height: 19px; text-align: right;}
.ResearchTrain_ul div.div_con div span.s_1,.ResearchTrain_ul div.div_con div span.s_2 { font-size: 12px; font-weight: bold; margin-left: 20px;}
.ResearchTrain_ul div.div_con div span.s_1 span { font-size: 12px; color: #b5b5b5; font-weight: 400;}
.ResearchTrain_ul div.div_con div span.s_2 span { font-size: 12px;}

.ResearchTraining_table td img { display: block; width: 90px; height: 68px;}
.TrainingCover_div { width: 100%;}
.TrainingCover_div img { display: block; max-height: 600px; margin: 30px auto 0;}

.TrainingInformation_ul { border-bottom: 1px solid #c9c9c9; padding: 20px 0 10px;}
.TrainingInformation_ul .TraInf_ul_li { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-left: 100px; margin-bottom: 10px; min-height: 24px;}
.TrainingInformation_ul .TraInf_ul_li span { display: inline-block; width: 100px; height: 24px; line-height: 24px; text-align: right; font-weight: bold; color: #00a0e9; position: absolute; top: 0; left: 0;}
.TrainingInformation_ul .TraInf_ul_li ul,.TrainingInformation_ul .TraInf_ul_li div { width: 100%; line-height: 24px; min-height: 24px;}
.TrainingInformation_ul .TraInf_ul_li ul a { color: #00a0e9;}
.TrainingInformation_ul .TraInf_ul_li img { display: block; max-width: 100%;}

.TraInf_SignUp { border-bottom: 1px solid #c9c9c9; padding: 20px 0;}
.TraInf_SignUp ul { width: 100%; overflow: hidden; margin-bottom: -15px;}
.TraInf_SignUp ul li { width: 50%; float: left; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-left: 100px; margin-bottom: 10px;}
.TraInf_SignUp ul li span { display: inline-block; width: 100px; height: 24px; line-height: 24px; text-align: right; font-weight: bold; color: #00a0e9; position: absolute; top: 0; left: 0; padding: 4px 0;}
.TraInf_SignUp ul li span.red { width: 90px; top: 20px; font-size: 12px;}
.TraInf_SignUp ul li input[type=text] { width: 100%; height: 32px; line-height: 30px; border: 1px solid #dcdcdc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border-radius: 3px; padding: 0 10px; margin-right: 15px; font-size: 12px;}
.TraInf_SignUp ul li textarea { width: 100%; height: 90px; line-height: 24px; border: 1px solid #dcdcdc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border-radius: 3px; padding: 3px 10px; font-size: 12px;}
/*科研培训*/

/*成果应用推广*/
.Promotion_Ul { width: 100%;}
.Promotion_Ul li { position: relative; padding: 0 220px 0 17px;}
.Promotion_Ul li span { display: inline-block; height: 20px; line-height: 20px; position: absolute; top: 4px; text-align: left; font-size: 12px; color: #b5b5b5; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.Promotion_Ul li span.s_1 { width: 120px; right: 90px;}
.Promotion_Ul li span.s_2 { width: 80px; right: 0;}
/*成果应用推广*/

/*新闻详情*/
.NewsDetails_div { width: 770px; margin: 0 auto;}
.NewsDetails_div h1 { width: 100%; text-align: center; font-size: 24px; line-height: 36px; padding: 15px 0;}
.NewDet_information { border-bottom: 1px solid #c9c9c9; line-height: 24px;}
.NewDet_information span { font-size: 12px; color: #b5b5b5;}
.NewDet_information span.s_1 { margin-right: 20px;}
.NewDet_information span.s_2 { float: right; margin-left: 20px;}
.TrainingCover_div { width: 100%; margin-top: 30px;}
.TrainingCover_div img { display: block; max-width: 600px; margin: 0 auto;}
.NewDet_con { padding: 30px 0; border-bottom: 1px solid #c9c9c9;}
.NewDet_con p,.NewDet_con span { font-family: initial !important; font-size: initial !important; color:  initial !important;}
/*.NewDet_con img { display: block; max-width: 600px; margin: 20px auto;}*/
.NewDet_annex { border-bottom: 1px solid #c9c9c9; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 20px 0 20px 100px;}
.NewDet_annex span { display: inline-block; width: 100px; height: 24px; line-height: 24px; text-align: right; font-weight: bold; color: #00a0e9; position: absolute; top: 20px; left: 0;}
.NewDet_annex ul { width: 100%;}
.NewDet_annex ul li { line-height: 24px;}
.NewDet_annex ul li a { color: #00a0e9;}
/*新闻详情*/

/*通知公告*/
.reportSubmission_dl { border-bottom: 1px solid #c9c9c9; padding: 20px 0;}
.reportSubmission_dl dt, .reportSubmission_dl dd { display: inline-block; height: 24px; line-height: 24px; font-weight: bold;}
.reportSubmission_dl dt { color: #00a0e9;}
.reportSubmission_dl dd { color: #f39800;}

.NewDet_Review {padding: 20px 0;}
.NewDet_Review h3 { font-size: 15px; color: #00a0e9; margin-bottom: 10px;}
.NewDet_Review_ul { width: 100%;}
.NewDet_Review_ul .NewDet_Review_li { line-height: 24px;}
.NewDet_Review_ul .NewDet_Review_li .button_General { height: 22px; line-height: 20px; margin-left: 10px;}
.GeneralPage input[type=button] { margin: 0 13px;}
.GeneralPage span { margin-right: 17px;}
/*通知公告*/

/*先进基地学校*/
.advancedSchool_div { position: relative; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-left: 185px;}
.advSch_img { width: 170px; height: 128px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 5px; border: 1px solid #e5e5e5; position: absolute; top: 0; left: 0;}
.advSch_img img { display: block; width: 158px; height: 116px;} 
.advSch_information { width: 100%;}
.advSch_information h3 { width: 100%; height: 37px; line-height: 37px; border-bottom: 1px dashed #d2d2d2; font-size: 18px; color: #0077C9; margin-bottom: 6px;}
.advSch_information h3 a { float: right; font-size: 14px; font-weight: 400; color: #0077C9;}
.advSch_information ul { width: 100%; overflow: hidden;}
.advSch_information ul li { width: 33.33%; float: left; line-height: 24px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-left: 80px; }
.advSch_information ul li span { display: inline-block; width: 80px; line-height: 28px; text-align: right; position: absolute; top: 0; left: 0; font-weight: bold;}
.advSch_information ul li div { width: 100%; height: 28px; line-height: 28px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.AdvancedBaseSchool_con { padding: 30px 0; border-bottom: 1px solid #c9c9c9;}
.AdvancedBaseSchool_con img { display: block; max-width: 600px; margin: 0 auto 20px;}
.AdvancedBaseSchool_con p { line-height: 26px; text-indent: 2em;}
/*先进基地学校*/

/*课题推广*/
.ProjectPromotion_h1 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 20px; text-align: center; font-size: 24px; line-height: 36px; background: #FFF; border: 1px solid #e5e5e5; border-radius: 5px; margin-bottom: 20px;}
.ProjectPromotion_left { width: 235px; float: left; margin-bottom: -20px;}
.ProjectPromotion_right { width: 745px; float: right; margin-bottom: -20px;}
.ProPro_member,.ProPro_reason,.ProPro_information,.ProPro_Results { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 0 14px 14px 14px; background: #FFF; border: 1px solid #e5e5e5; border-radius: 5px; margin-bottom: 20px;}

.ProPro_member_div1 { width: 100%; min-height: 49px; position: relative; border-bottom: 1px dashed #c9c9c9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 0 0 15px 63px; padding-bottom: 15px; margin-bottom: 15px;}
.ProPro_member_div1 img { display: block; position: absolute; top: 0; left: 0; width: 48px; height: 48px;}
.ProPro_member_div1 span.s_1,.ProPro_member_div2 span.s_1 { display: block; width: 100%; height: 24px; line-height: 24px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-left: 17px; background: url(../../images_hf/icon_03.png) no-repeat left center; font-weight: bold; font-size: 15px;}
.ProPro_member_div1 span.s_2,.ProPro_member_div2 span.s_2 { display: inline-block; line-height: 24px; margin-right: 10px;}

.ProPro_reason_div { text-indent: 2em; line-height: 24px; font-size: 12px;}

.ProPro_information_ul { width: 100%; overflow: hidden; margin-bottom: -10px;}
.ProPro_information_ul li { width: 50%; float: left; min-height: 35px; line-height: 24px; margin-bottom: 10px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 0 0 10px 90px; border-bottom: 1px dashed #c9c9c9; background: url(../../images_hf/icon_03.png) no-repeat left 6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ProPro_information_ul li span { display: inline-block; position: absolute; left: 0; top: 0; width: 88px; text-align: right; font-weight: bold;}

.ProPro_Results_ul { width: 100%; overflow: hidden; margin-bottom: -10px;}
.ProPro_Results_ul li { width: 100%; float: left; min-height: 35px; line-height: 24px; margin-bottom: 10px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 0 120px 10px 17px; border-bottom: 1px dashed #c9c9c9; background: url(../../images_hf/icon_03.png) no-repeat left 6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ProPro_Results_ul li a.button_General { height: 22px; line-height: 22px; position: absolute; top: 0; right: 0;}
/*课题推广*/

/*成果推广*/
.Achievements_ul { width: 100%; overflow: hidden; margin-bottom: -10px; margin-top: 15px;}
.Achievements_ul li.Ach_ul_li { width: 33.33%; float: left; min-height: 35px; line-height: 24px; margin-bottom: 10px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 0 0 10px 80px; border-bottom: 1px dashed #c9c9c9;}
.Achievements_ul li.Ach_ul_li span { display: inline-block; width: 80px; line-height: 24px; top: 0; left: 0; text-align: right; font-weight: bold; position: absolute; color: #00a0e9;}
.Achievements_ul li.Ach_ul_li div { width: 100%; overflow: hidden; min-height: 24px; line-height: 24px;}
.Achievements_ul li.Ach_ul_li ul { width: 100%; margin-bottom: -10px;}
.Achievements_ul li.Ach_ul_li ul li { width: 100%; line-height: 24px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 0 100px 10px 0; position: relative;}
.Achievements_ul li.Ach_ul_li ul li a.button_General { height: 22px; line-height: 22px; position: absolute; top: 0; right: 0;}
/*成果推广*/

/*调查问卷*/
.Questionnaire_box { width: 100%; padding: 30px 0 0;}
.Que_Introduction { width: 100%; padding-bottom: 20px;}
.Que_Int_li { position: relative; margin-bottom: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-left: 100px;}
.Que_Int_li span.s_t { display: inline-block; width: 100px; line-height: 24px; font-weight: bold; color: #00a0e9; position: absolute; top: 0; left: 0;}
.Que_Int_li div { width: 100%; min-height: 24px; line-height: 24px;}
.Que_Int_li div a { color: #00a0e9;}

.Que_content { border-top: 2px solid #00a0e9; padding-top: 20px;}
.Que_con_ul { margin-bottom: -15px;}
.Que_con_li { margin-bottom: 15px; border-bottom: 1px dashed #d2d2d2; padding-bottom: 15px;}
.Que_con_li div { line-height: 24px; margin-bottom: 10px;}
.Que_con_li div span { color: #00a0e9; margin: 0 5px;}
.Que_con_li ul { line-height: 24px;}
.Que_con_li ul li input { margin-right: 5px;}
.Que_con_li .textarea { height: 100px;}
/*调查问卷*/
/*飘窗*/
.mumu {	 top: 40%; position: fixed;right: 0; width:120px;height:90px;background:url(../../images_hf/BayWindow_ktsb.png)   top no-repeat; z-index: 1000;}
/*上传经验材料*/
.GenTitle .Upload-material { background-image: none; background-color: #00a0e9; height: 30px; line-height: 30px; padding: 0 20px; color: #FFF; top: 4px; left: 130px; right: auto;}
#goodcover { display: none; position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index: 1001; -moz-opacity: 0.8; opacity: 0.50; filter: alpha(opacity=80); }
#code { width: 600px; height: 200px; background-color: #fff; position: absolute; display: none; left: 50%; z-index: 1002; }
#code .close1 { width: 100%; background-color: #00a0e9; overflow: hidden;}
#code .close1 h3 { display: inline-block; float: left; line-height: 20px; padding: 10px; color: #FFF;}
#closebt { float: right; margin: 10px;}
#closebt img { display: block; width: 20px; height: 20px;}
#code dl { overflow: hidden; padding: 20px 60px;}
#code dl dt,#code dl dd { display: inline-block; line-height: 30px; float: left;}
#code dl dd input { width: 360px; margin-right: 10px;}
#code .button_div input { margin: 0 10px;}

/*区县直通车start*/
.bBox { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.SingleLine { overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.researchNews { width: 100%; margin-bottom: 20px;}
.researchNews h3 { width: 100%; height: 37px; line-height: 37px; border-bottom: 1px dashed #d2d2d2; font-size: 18px; color: #0077C9; margin-bottom: 6px;}
.resNewsList { height: 84px; margin-right: -20px;}

.resNewsList li { position: relative; width: 382px; height: 28px; line-height: 28px; float: left; margin-right: 20px; padding-left: 20px;}
.resNewsList li i { display: inline-block; position: absolute; top: 0; left: 0; width: 20px; height: 28px; background: url(../../images_hf/icon_03.png) no-repeat left center;}
.resNewsList li a { display: inline-block; float: left; max-width: 324px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.resNewsList li span { display: inline-block; float: left; width: 38px; height: 28px; background: url(../../images_hf/icon_new.gif) no-repeat center center;}
/*区县直通车end*/
