@charset "utf-8";
/* CSS Document */
.clearfix{
	clear:both;
}
*{
	font-family: "微软雅黑", "Microsoft YaHei";
	font-size:16px;
}
body{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
ul,li{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}
a:focus{
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:none;
	outline:none;
}
a,img{border:0;}

p{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}

.center_box{
	width:90%;
	max-width:1170px;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
}


/*头部*/
   /*top*/
.top{
	width:100%;
	background-color:#e9e9e9;
}
.topl{
	width:70%;
	float:left;
	font-size:14px;
	color:#999;
	line-height: 10px;
}
.topl>marquee{
	font-size:14px;
	color:#999;
	line-height: 30px;
}
.topr{
	width:30%;
	float:left;
	text-align: right;
	line-height: 30px;
}
.topr>a{
	font-size:14px;
	color:#999;
	line-height: 30px;
	margin-left:10px;
	cursor: pointer;
}
.navbar-header{
	display:block;
	width:100%;
	padding:20px 0;
}
.navbar-headerl{
	width:50%;
	float:left;
}
.navbar-headerl>a{
	display:block;
	width:100%;
}
.navbar-headerl img{
	display:block;
	max-width: 100%;
}
.navbar-headerr{
	width:50%;
	float:left;
	position:relative;
}
	/*搜索*/
.top_seach{
	width:50%;
	position:absolute;
	right:0;
	top:21px;
	border:1px solid #018230;
}
.top_seach>input{
	width:80%;
	padding-left:10px;
	font-size:14px;
	line-height: 20px;
	padding-top:11px;
	outline: none;
	float:left;
	border:none;
}
.top_seach>a{
	display:block;
	width:20%;
	float:left;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size:16px;
}
nav.bootsnav.navbar-brand-top ul.nav>div>li{
	float:left;
	width:14.28%;
	text-align: center;
	padding:15px 0;
}

@media (min-width:992px){
nav.bootsnav.navbar-brand-top ul.nav>div>li:hover{
	background-color: #018230;
}	
}



nav.bootsnav.navbar-brand-top ul.nav li a{
	display:block;
	color:#fff;
	font-size:15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li{
	width:100%;
	text-align: center;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	width:100%!important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a{
	text-align: center;
	font-size:12px;
	color:#fff;
	line-height: 40px;
	padding:0 6px!important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover{

	color:#fff;
}





/*首页-通知公告*/
.index_tz{
	margin-top:40px;
	margin-bottom:40px;
}
.index_tz_pic{
	width:100%;
	overflow: hidden;
	position:relative;
}
.index_tz_pic a{
	display:block;
}
.index_tz_pic a img{
	display:block;
	width:100%;
}
.index_tz_pic_h2{
	width:100%;
	position:absolute;
	bottom:0;left:0;
	font-size:18px;
	line-height: 50px;
	height:50px;
	color:#fff;
	padding-left:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_tz_nr{
	width:100%;
	margin-top:10px;
}
.index_tz_nr>li{
	width:100%;
	border-bottom:1px dashed #e0e0e0;
}
.index_tz_nr>li>a>p{
	width:80%;
	float:left;
	font-size:18px;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	padding-left:20px;
	position:relative;
}
.index_tz_nr>li>a>p:after{
	content:"·";
	position:absolute;
	left:0;top:0;
	height:100%;width:5px;
	line-height: 50px;
	font-size:40px;
}
.index_tz_nr>li>a>span{
	width:20%;
	float:left;
	text-align: right;
	font-size:14px;
	color:#999;
	line-height: 50px;
}

/*首页-广告位*/
.index_gg{
	width:100%;
	margin-top:40px;
	margin-bottom:40px;
}
.index_gg img{
	display:block;
	width:100%;
}
.index_gg img.pc{
	display:block;
}
.index_gg img.mov{
	display:none;
}
.index_gg2{
	width:100%;
	margin-bottom: 40px;
}
.index_gg2 img{
	display:block;
	width:100%;
}
.index_gg2 img.pc{
	display:block;
}
.index_gg2 img.mov{
	display:none;
}

/*首页-综合*/
.index_zh{
	width:100%;
	margin-top:40px;
}

.index_zh1{
	width:100%;
	margin-bottom:40px;
}
.index_zh1>.index_tz_nr>li{
	border:none;
}
.index_zh1>.index_tz_nr>li>a>p{
	line-height:28px;
	font-size:16px;
}
.index_zh1>.index_tz_nr>li>a>span{
	line-height:28px;
}
.index_zh1>.index_tz_nr>li>a>p:after{
	line-height:25px;
}

/*首页-综合-图文*/
.index_zh1_1{
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #e2e2e2;
}
.index_zh1_1>a>img{
	width:96px;
	float:left;
	margin-right:10px;
}
.index_zh1_1>a>p{
	font-size:14px;
	color:#999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:72px;
}

/*首页-综合-右侧*/
.index_zh2{
	width:100%;
}
/*首页-综合-右侧-信息发布系统*/
.index_zh2_1{
	width:100%;
	height:150px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom:40px;
	text-align: center;
	padding-top:35px;
}
.index_zh2_1>a{
	display:block;
}
.index_zh2_1 span{
	font-size:30px;
	color:#fff;
	font-weight: bold;
	margin-left:10px;
	position:relative;
}
.index_zh2_1 span:after{
	content:"INFORMATION RELEASE SYSTEM";
	position:absolute;
	width:230px;height:20px;
	left:-11px;top:40px;
	font-size:12px;
	color:#fff;
	padding:0;
	
}

/*首页-综合-右侧-学习频道*/
.index_zh2_2{
	box-sizing:border-box;
	border:1px solid #e9e9e9;
	border-top:none;
	margin-bottom:40px;
}
.index_zh2_2_w{
	padding:23px;
}
.mb10{
	margin-bottom:10px;
}
.index_zh2_2_w1{
	width:100%;
	padding-top:15.5px;
	padding-bottom:19px;
	background-repeat: no-repeat;
	background-psition:top center;
	background-size: cover;
	text-align: center;
}
.index_zh2_2_w1>a{
	display:inline-block;
	color:#fff;
	font-size:28px;
	font-weight: bold;
	line-height: 40px;
}
.index_zh2_2_w1>a>img{
	margin-right:20px;
}

/*首页-综合-右侧-系统渠道*/
.index_zh2_3{
	box-sizing:border-box;
	border:1px solid #e9e9e9;
	border-top:none;
	margin-bottom:40px;
}
.index_zh2_3_w{
	padding:23px;
}
.index_zh2_3_w1{
	box-sizing: border-box;
	border:1px solid #e9e9e9;
	position:relative;
}
.index_zh2_3_w1:after{
	content:"";
	position:absolute;
	width:0;height:100%;
	top:0;right:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: -1;
}
.index_zh2_3_w1:hover:after{
	width:100%;left:0;right:auto;
}
.index_zh2_3_w1>a{
	display:block;
	padding:0 20px;
}
.index_zh2_3_w1>a>p{
	width:80%;
	float:left;
	line-height: 44px;
	font-size: 15px;
	color:#333;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_zh2_3_w1>a>span{
	display: block;
	width:20%;
	float:left;
	line-height: 44px;
	font-size: 16px;
	color:#333;
	position:relative;
	height:44px;
}
.index_zh2_3_w1>a>span>i{
	line-height: 44px;
	font-size: 16px;
	color:#333;
	position:absolute;
	right:0;
}
.index_zh2_3_w1:hover p{
	color:#fff;
}
.index_zh2_3_w1:hover span>i{
	color:#fff;
	animation: span1 0.8s infinite;
}
@keyframes span1{
	0%{
		opacity: 0;
		left:40%;right:auto;
		font-size:0;
	}
	20%{
		opacity: 0.2;
		left:50%;right:auto;
		font-size:10px;
	}
	40%{
		opacity: 0.4;
		left:60%;right:auto;
		font-size:12px;
	}
	50%{
		opacity: 0.6;
		left:70%;right:auto;
		font-size:14px;
	}
	60%{
		opacity: 0.8;
		left:80%;right:auto;
		font-size:16px;
	}
	70%{
		opacity: 1;
		left:90%;right:auto;
		font-size:16px;
	}
	80%{
		opacity: 0;
		left:100%;right:auto;
		font-size:16px;
	}
	100%{
		opacity: 0;
		left:40%;right:auto;
		font-size:0;
	}
}

/*首页-综合-右侧-其他服务*/
.index_zh2_4{
	box-sizing:border-box;
	border:1px solid #e9e9e9;
	border-top:none;
	margin-bottom:40px;
}
.index_zh2_4_w{
	padding:23px 11px;
}
.index_zh2_4_w1{
	width:33.3333333%;
	float:left;
	text-align: center;
}
.index_zh2_4_w1y{
	width:80px;height:80px;
	position: relative;
    overflow: hidden;
	margin:0 auto;
}
.index_zh2_4_w1y>span{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 149px dotted;
    margin: 0 0 1px 1px;
    border-width: 0vw;
    margin: 0vw;
    z-index: 2;
	text-align: center;
}
.index_zh2_4_w1y>span>i{
	display:block;
	line-height:80px;
	color:#fff;
	font-size:40px;
	text-align: center;
}
.index_zh2_4_w1>a>h2{
	font-size:16px;
	color:#333;
	line-height: 16px;
	margin-top:20px;
}

/*首页-综合-右侧-外部链接*/
.index_zh2_5{
	box-sizing:border-box;
	border:1px solid #e9e9e9;
	border-top:none;
	margin-bottom:40px;
}
.index_zh2_5_w{
	background-color:#e9e9e9;
}
.index_zh2_5_w1{
	width:50%;
	float:left;
	padding:1px;
}
.index_zh2_5_w1>a{
	display:block;
	background-color:#fff;
	height:74px;
	line-height: 75px;
	vertical-align: middle;
	text-align: center;
}
.index_zh2_5_w1>a>img{
	display:inline-block;
	width:166px;
	height:auto;
	line-height: 75px;
	max-width:100%;
}


/*二级*/
.ej_content{
	width:100%;
	padding:40px 0;
	overflow: hidden;
}
.ej_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}

/*二级——导航*/
.ej_nav_g{
	display:none;
}
.ej_title{
	padding:24px 0;
	padding-left:30px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	font-size:30px;
	color:#fff;
	line-height: 30px;
}
.ej_title>.ej_title_p{
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	line-height: 12px;
	margin-top:10px;
}
#dLabel{
	display:none;
}
.ej_nav{
	width:100%;
	background-color:#f7f7f7;
	padding-top:2px;
}
.ej_nav>li>a{
	display:block;
	line-height: 56px;
	padding:0 30px;
	font-size:18px;
	color:#333;
	position:relative;
	z-index: 1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_nav>li>a>i{
	float:right;
	line-height: 56px;
	color:#b5b5b5;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_nav>li{
	position:relative;
}
.ej_nav>li:after{
	content:"";
	position:absolute;
	width:0;height:100%;
	z-index: 0;
	right:0;top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_nav>li:hover:after{
	width:100%;
	left:0;right:auto;
}
.ej_nav>li:hover a{
	color:#fff;
}
.ej_nav>li:hover a>i{
	color:#fff;
}
.ej_nav>li.dq:after{
	width:100%;
}
.ej_nav>li.dq>a,.ej_nav>li.dq>a>i{
	color:#fff;
}

.ej_gg{
	width:100%;
	margin-top:15px;
	cursor: pointer;
}
.ej_gg img{
	display:block;
	width:100%;
}

#ejnav>li>.dropdown-menu{
	background-color: #f7f7f7;
    z-index: 99999;
    position: relative;
    border: none;
    line-height: 56px;
    font-size: 16px;
    color: #333;
	width:100%;
	box-shadow:none;
	float:none;
	border-radius: 0!important;
	padding:0;margin:0;
	margin-top:2px;
}
#ejnav>li>.dropdown-menu>li{
	position:relative;
	background-color: #f7f7f7;
}
#ejnav>li>.dropdown-menu>li:after{
	content:"";
	position:absolute;
	top:0;right:0;
	width:0;height:100%;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#ejnav>li>.dropdown-menu>li:hover:after{
	width:100%;
	left:0;right:auto;
}
#ejnav>li>.dropdown-menu>li:hover a{
	color:#fff!important;
	background-color:transparent!important;
}
#ejnav>li>.dropdown-menu>li.dq:after{
	width:100%;
}
#ejnav>li>.dropdown-menu>li.dq>a{
	color:#fff!important;
}
#ejnav>li>.dropdown-menu>li>a{
	display: block;
    line-height: 56px;
    padding: 0 30px;
    font-size: 16px;
    color: #333!important;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*二级-右侧*/
.ej_r_box{
	border:1px solid #ededed;
	padding:0 30px;
}
.ej_r_title{
	padding:24px 0;
	border-bottom:1px solid #ededed;
}
.ej_r_title>h2{
	float:left;
	font-size:20px;
	line-height: 20px;
	height:20px;
	width:30%;
	padding-left:15px;
}
.ej_r_title>p{
	width:70%;
	float:left;
	text-align: right;
	font-size:14px;
	color:#999;
	line-height: 20px;
}
.ej_r_title>p>a{
	font-size:14px;
	color:#999;
	line-height: 20px;
}
.ej_nr{
	padding:40px 0;
}
.ej_nr_1{
	padding-bottom:40px;
}
.ej_nr_title{
	font-size:22px;
	line-height: 22px;
	color:#333;
	text-align: center;
	margin-bottom:30px;
}
.ej_nr_p{
	padding:12px 0;
	font-size:14px;
	color:#999;
	text-align: center;
	margin-bottom:30px;
	border-top:1px dashed #d6d6d6;
	border-bottom:1px dashed #d6d6d6;
}
.ej_nr_p>span{
	font-size:14px;
	color:#999;
}
.ej_nr img{
	max-width:100%;
}

/*领导简介*/
.ej_nr1{
	width:100%;
	margin:20px 0;
}
.ej_nr1l{
	width:140px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.ej_nr1l_b{
	border:1px solid #ededed;
	padding:6px;
}
.ej_nr1l_b img{
	width:100%;
}
.ej_nr1r{

}
.ej_nr1r>h2{
	font-size:20px;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 60px;
}
.ej_nr1r>p{
	font-size:14px;
	color:#333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 20px;
	height:80px;
}
/*领导简介1*/
.ej_nr1_page{
	width:100%;
}
.ej_nr1l_page{
	width:140px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.ej_nr1l_b_page{
	border:1px solid #ededed;
	padding:6px;
}
.ej_nr1l_b_page img{
	width:100%;
}
.ej_nr1r_page{

}
.ej_nr1r_page>h2{
	font-size:20px;
	color:#333;
	line-height: 24px;
	padding:16px 0;
}
.ej_nr1r_page>p{
	font-size:14px;
	color:#333;
	line-height: 22px;
}

/*工作状态*/
.ej_nr2{
	width:100%;
	padding:20px 0;
	border-bottom:1px dashed #d6d6d6;
}
.ej_nr2l{
	width:90px;
	padding-left:0px;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.ej_nr2l1{
	width:110px;
	padding-left:0px;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.ej_nr2l1>img{
	display:block;
	width:100%;
}
.ej_nr2l_b{
	padding:36px 0;
	text-align: center;
	color:#fff;
}
.ej_nr2l_b>h2{
	font-size:30px;
	line-height: 30px;
}
.ej_nr2l_b>p{
	font-size:14px;
	line-height: 14px;
	margin-top:10px;
}
.ej_nr2r>h2{
	font-size:18px;
	color:#333;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_nr2r>p{
	font-size:14px;
	color:#676666;
	line-height: 24px;
	margin-top:12px;
	margin-bottom:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}
.ej_nr2r>span{
	display:inline-block;
	font-size:14px;
	color:#333;
	border:1px solid #d3d3d3;
	width:110px;height:30px;
	text-align: center;
	line-height: 30px;
	position:relative;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_nr2r>span:after{
	content:"";
	position:absolute;
	top:0;right:0;
	width:0;height:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: -1;
}
.ej_nr2r>span:before{
	content:"";
	position:absolute;
	bottom:0;left:0;
	width:0;height:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: -1;
}
.ej_nr2:hover .ej_nr2r>span{
	color:#fff;
}
.ej_nr2:hover .ej_nr2r>span:after{
	width:100%;height:100%;
}
.ej_nr2:hover .ej_nr2r>span:before{
	width:100%;height:100%;
}

/*科研信息*/
.ej_nr3{
	width:100%;
	padding:20px 0;
	border-bottom:1px dashed #d6d6d6;
}
.ej_nr3l{
	width:60px;
	float:left;
	text-align: center;
	padding:23px 0;
}
.ej_nr3l>h2{
	font-size:40px;
	line-height: 40px;
}
.ej_nr3l>p{
	font-size:14px;
	line-height: 14px;
	margin-top:10px;
}
.ej_nr3c{
	width:160px;
	float:left;
	margin:0 10px;
}
.ej_nr3c>img{
	width:100%;
	display:block;
}
.ej_nr3r>h2{
	font-size:16px;
	color:#333;
	padding:20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_nr3r>p{
	font-size:14px;
	color:#676666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}

/*征稿端口*/
.ej_nr4{
	width:100%;
	margin-bottom:20px;
}
.ej_nr4l{
	width:34%;
	float:left;
	text-align: right;
	font-size:16px;
	color:#333;
	line-height: 36px;
	position:relative;
	padding-right:10px;
	margin-right:1%;
}
.ej_nr4l:after{
	content:"：";
	position:absolute;
	font-size:16px;
	line-height: 36px;
	top:0;    
	right: 8px;
    width: 1px;
}
.ej_nr4l_e{
	font-size:14px;
	line-height: 18px;
}
.ej_nr4r{
	width:65%;
	float:left;
}
.ej_nr4r>input{
	display:block;
	width:60%;
	font-size:14px;
	line-height: 16px;
	padding:8px 0;
	padding-left:6px;
	border:1px solid #c1c1c1;
}
.ej_nr4r>textarea{
	display:block;
	width:60%;
	font-size:14px;
	line-height: 16px;
	padding:8px 0;
	padding-left:6px;
	min-height:120px;
	border:1px solid #c1c1c1;
}
.ej_nr4r>.ej_nr4r_b{
	display:block;
	width:60%;
	font-size:14px;
	line-height: 14px;
	padding:3px 0;
	padding-left:3px;
	border:1px solid #c1c1c1;
}
.ej_nr4r>.ej_nr4r_b>input{
	width:100%;
}
.ej_nr4r_sp{
	display:block;
	width:60%;
	text-align: right;
	margin-top:6px;
	font-size:14px;
	color:#999;
}
.ej_nr4_tj{
	display:block;
	width:50%;
	margin:0 auto;
	text-align: center;
	margin-top:80px;
	margin-bottom:80px;
	height:50px;
	line-height: 50px;
	cursor: pointer;
	color:#fff!important;
}
.ej_nr4r_e{
	padding-left:10px;
}
.ej_nr4r_e>label{
	width:30%;
	text-align: left;
	line-height: 36px;
    margin: 0;
}
.ej_nr4r_e>label>input{
	margin-right:4px;
}

/*年鉴*/
.ej_nr5{
	border:1px solid #cacaca;
	box-sizing: border-box;
	padding:10px;
	margin-top:20px;margin-bottom:20px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_nr5l{
	width:100px;
	float:left;
	padding:25px 0;
	text-align: center;
	background-color:#eaeaea;
	margin-right:10px;-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_nr5l>h2{
	font-size:30px;
	color:#333;
	line-height: 30px;
}
.ej_nr5l>p{
	font-size:14px;
	color:#333;
	line-height: 14px;
	margin-top:10px;
}
.ej_nr5r>h2{
	font-size:16px;
	color:#333;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_nr5r>p{
	font-size:14px;
	color:#333;
	line-height: 24px;
	margin-top:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}
.ej_nr5:hover .ej_nr5l{
	background-color:#fff;
}
.ej_nr5:hover .ej_nr5r>h2,.ej_nr5:hover .ej_nr5r>p{
	color:#fff;
}

/*学术*/
.ej_nr6{
	width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #d6d6d6;
}
.ej_nr6_t{
	width:100%;
}
.ej_nr6_t>h2{
	width:70%;
	float:left;
	font-size:16px;
	color:#333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_nr6_t>h2>i{
	font-style:normal;
	font-size:14px;
	margin-right:4px;
	line-height: 20px;
}
.ej_nr6_t>span{
	width:30%;
	float:left;
	font-size:14px;
	color:#7c7c7c;
	line-height: 20px;
	text-align: right;
}
.ej_nr6_b{
	font-size:14px;
	color:#7b7b7b;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top:10px;
	height:48px;
}
.ej_nr6_t>span>a{
	display: inline-block;
	font-size:12px;
	color:#fff;
	line-height: 14px;
	cursor: pointer;
	padding:4px 8px;
	border-radius: 20px;
}

.ej_nr6_t_e{
	width:100%;
}
.ej_nr6_t_e>h2{
	width:100%;
	font-size:16px;
	color:#333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_nr6_t_e>h2>i{
	font-style:normal;
	font-size:14px;
	margin-right:4px;
	line-height: 20px;
}

/*电话本*/
.ej_nr7{
	width:100%;
	border:1px solid #ededed;
	margin-top:40px;
}
.ej_nr7_li{
	width:50%;
	float:left;
	border-bottom:1px solid #ededed;
}
.ej_nr7_li>span{
	display:block;
	float:left;
	text-align: center;
	line-height: 50px;
	padding:0 10px;
	font-size:16px;
	color:#333;
	width:30%;
}
.ej_nr7_li>p{
	display:block;
	float:left;
	text-align: center;
	line-height: 50px;
	font-size:16px;
	color:#333;
	width:70%;
}


/*分页*/
.fy{
	width:100%;
	margin-top:40px;
}
.fy .fy_l{
	width:30%;
	float:left;
	text-align: center;
}
.fy .fy_l span{
	font-size: 16px;
	color:#666;
	padding:7px 0px;
	display: inline-block;
}
.fy .fy_r{
	width:70%;
	float:left;
	text-align: center;
}
.fy .fy_r a{
	display:inline-block;
	padding:6px 16px;
	font-size: 16px;
	color:#333;
	border:1px solid #cecece;
	box-sizing: border-box;
	margin:0 2px;
	cursor: pointer;
}
.fy .fy_r a:hover
{
    background-color: #018230;color: #fff !important;border:1px solid #018230 !important;
}
.fy1{
	margin-top:40px;
	padding-top:40px;
	border-top:1px dashed #d6d6d6;
}
.fy1 a{
	display:block;
	width:60%;
	font-size:16px;
	color:#999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:10px 0;
}

/*外链*/
.ej_nr_1_wl{
	width:100%;
	padding:20px 0;
}
.ej_nr_1_wl>li{
	width:23%;
	margin:10px 1%;
	float:left;
	border:1px solid #eee;
	padding:6px 0;
}
.ej_nr_1_wl>li img{
	margin:0 auto;
	display: block;
	max-width:100%;
}



@media (max-width:1180px){
	/*首页-综合-右侧-信息发布系统*/
	.index_zh2_1 span {
		font-size: 26px;
	}
	.index_zh2_1 span:after {
		width: auto;
		height: 20px;
		left: 0px;
		top: 40px;
		font-size: 10px;
	}
}
@media (max-width:992px){
	/*header*/
	nav.bootsnav.navbar-brand-top ul.nav>div>li{
		float:none!important;
		width:80%;
		margin: 0 10%;
		text-align: left;
		text-align: center;
		/*border-bottom: 1px dashed #fff;*/
	}
	.navbar-headerl {
		width: 100%;
		float: none;
		position:relative;
	}
	.navbar-headerr {
    	width: 100%;height:50px;
		float: none;
		position: relative;
	}
	.top_seach{
		left:0;right:auto;
		width:100%;
		top:10px;
	}
	.navbar-headerl>a {
		display: block;
		width: 80%;
	}
	.navbar-header {
		padding: 15px 0;
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a{
		/*font-size:14px;*/
	}
	/*首页-通知公告*/
	.index_tz {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.index_tz_w{
		margin-top:20px;
	}
	/*首页-广告位*/
	.index_gg {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.index_gg2 {
		margin-bottom: 20px;
	}
	/*首页-综合-左*/
	.index_zh {
		margin-top: 20px;
	}
	.index_zh1 {
		margin-bottom: 20px;
	}
	/*首页-综合-右侧-信息发布系统*/
	.index_zh2_1{
		margin-bottom: 20px;
	}
	/*首页-综合-右侧-学习频道*/
	.index_zh2_2{
		margin-bottom: 20px;
	}
	/*首页-综合-右侧-系统渠道*/
	.index_zh2_3{
		margin-bottom: 20px;
	}
	/*首页-综合-右侧-其他服务*/
	.index_zh2_4{
		margin-bottom: 20px;
	}
	/*首页-综合-右侧-外部链接*/
	.index_zh2_5{
		margin-bottom: 20px;
	}
	

}
@media (max-width:991px){
	/*首页-综合-右侧-信息发布系统*/
	.index_zh2_1 span {
		font-size: 30px;
	}
	.index_zh2_1 span:after {
		width: 230px;
		height: 20px;
		left: -11px;
		top: 40px;
		font-size: 12px;
	}
	
	/*二级-导航*/
	.ej_nav_box_center{
		margin:0 auto;
	}
	.ej_content{
		padding-top:0;
	}
	.ej_title{
		background-image:none!important;
		padding:0 20px;
		font-size:16px;
		line-height: 40px;
		float:left;
	}
	.ej_title>.ej_title_p{
		display:none;
	}
	#dLabel {
		font-family: "微软雅黑", "Microsoft YaHei";
		display: block;
		margin:0!important;
		padding:0!important;
		border:none!important;
		outline: none!important;
		background:none;
		font-size:16px;
		line-height: 40px;
		color:#fff;
	}
	.ej_nav_a{
		float:left;
		padding:0 20px;
		position:relative;
	}
	.ej_nav_a>#ejnav{
		position:absolute;
		top:100%;
		left:0;
		padding: 0;
    	margin: 0;
	}
	.ej_nav_g{
		display:block;
		float:left;
		width:1px;
		height:100%;
		position:relative;
	}
	.ej_nav_g:after{
		content:"";
		position:absolute;
		width:1px;height:20px;
		top:10px;left:0;
	}
	.ej_nav>li>a {
		display: block;
		line-height: 40px;
		padding: 0px;
		font-size: 14px;
		color: #333;
		text-align: center;
	}
	.ej_nav>li>a>i{
		display:none;
	}
	.ej_gg{
		display:none;
	}
	#ejnav>li>.dropdown-menu{
		display:block;
	}
	#ejnav>li>.dropdown-menu>li>a{
		  display: block;
		line-height: 40px;
		padding: 0px;
		font-size: 14px;
		color: #333;
		text-align: center;
	}
}
@media (max-width:768px){
	
	/*header*/
	.topl{
		width:100%;
		float:none;
		text-align: center;
	}
	.topl>marquee {
		font-size: 14px;
		color: #999;
		line-height: 30px;
		height: 30px;
	}
	.topr{
		/*width:100%;
		float:none;
		text-align: center;
		line-height: 20px;*/
		display:none;
	}
	.topr>a{
		margin:0 10px;
		line-height: 20px;
	}
	/*广告*/
	.index_gg img.pc{
		display:none;
	}
	.index_gg img.mov{
		display:block;
	}
	.index_gg2 img.pc{
		display:none;
	}
	.index_gg2 img.mov{
		display:block;
	}
	/*首页-通知公告*/
	.index_tz_nr>li>a>p {
		line-height: 40px;
	}
	.index_tz_nr>li>a>span {
		line-height: 40px;
	}
	.index_tz_nr>li>a>p:after {
		line-height: 40px;
	}
	/*分页*/
	.fy .fy_l{
		display:none;
	}
	.fy .fy_r{
		width:100%;
	}
	/*二级-右侧*/
	.ej_r_title{
		display:none;
	}
	.ej_r_box {
		padding: 0 15px;
	}
	/*二级-右侧-内容框*/
	.ej_center {
		width: 96%;
	}
	.ej_nr {
		padding: 30px 0;
	}
	.ej_content {
		padding:2% 0;
	}
	.ej_nr1r br{
		display:none;
	}
	/*分页*/
	.fy1 {
		margin-top: 30px;
		padding-top: 20px;
	}
	
	/*电话本*/
	.ej_nr7_li{
		width:100%;
		float:none;
	}
	
	/*外链*/
	.ej_nr_1_wl>li{
		width:48%;
	}
}
@media (max-width:660px){
	/*footer*/
	.footer_b>p.footer_b3>a {
		display:block;
	}
	.footer_b>p.footer_b4>a {
		display:block;
	}
	.footer_b1 {
		margin-bottom: 10px;
	}
	.footer_b2 {
		margin-top: 0px;
	}
	.footer_b>p {
		line-height: 26px;
	}
	.footer_b>p>a {
		line-height: 26px;
	}
	.footer_t {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer_b {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer_t>a {
		margin: 0 10px;
	}
	/*端口*/
	.ej_nr4l{
		width:auto;
		float:none;
		text-align: left;
		display: inline-block;
	}
	.ej_nr4l_e{
		font-size: 16px;
		line-height: 36px;
	}
	.ej_nr4l_e br{
		display:none;
	}
	.ej_nr4r {
		width: 100%;
		float: none;
	}
	.ej_nr4r>input,.ej_nr4r>textarea,.ej_nr4r>.ej_nr4r_b,.ej_nr4r_sp{
		width: 100%;
	}
}
@media (max-width:500px){
	/*工作状态*/
	.ej_nr1l {
		width: 110px;
		padding-left: 0px;
	}
	.ej_nr1r>h2 {
		line-height: 50px;
	}
	/*分页*/
	.fy .fy_r a {
		padding: 6px 10px;
		font-size: 16px;
		/*margin: 0!important;*/
	}
	.fy1 a{
		width:100%;
	}
	/*新闻详情时间*/
	.ej_nr_p>span{
		display: block;
	}
	/*科研信息*/
	.ej_nr3l{
		display:none;
	}
	.ej_nr3c{
		margin-left:0!important;
		width: 110px;
	}
	.ej_nr3r>h2{
		padding:8px 0;
	}
	.ej_nr3r>p{
		line-height:20px;
	}
	/*期刊速览*/
	
	/*年鉴*/
	.ej_nr5l{
		width:90px;
	}
	
}
@media (max-width:380px){
	/*首页-综合-右侧-信息发布系统*/
	.index_zh2_1 span {
		font-size: 26px;
	}
	.index_zh2_1 span:after {
		width: auto;
		height: 20px;
		left:0px;
		top: 40px;
		font-size: 8px;
	}
	/*外链*/
	.ej_nr_1_wl>li{
		width:98%;
	}
}

@media (max-width:850px){
	.center_box{width: 100% !important;}
}


















