@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #000; /*background: url(/hz/bg-bg.png) repeat;*/}
div,form,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0;}
ul,li { list-style:none;}
i,em { font-style: normal;}
h3,h4 { font-weight: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;} .fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; text-decoration: none!important;}
.p50 { padding: 50px 0px;}


.head_bg {
	width: 100%;
	height: 175px;
	background: url(/hz/head_bg.jpg) center top no-repeat;
	}
.logo {
	float: left;
	width: 25%;
	height: 175px;
	background: url(/hz/logo.png) center center no-repeat;
	}
.logo a {
	height: 175px;
	display: block;
	text-indent: -9999px;
	}
.head_tit {
	float: left;
	width: 50%;
	}
.head_tit h1 {
	font-size: 40px;
	line-height: 60px;
	padding-top: 20px;
	padding-left: 15px;
	}
.head_p {
	float: left;
	width: 50%;
	padding-top: 80px;
	font-size: 20px;
	color: #800;
	}

/*******导航*******/
.ban_top {
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: fixed;
	z-index: 1000;
	padding: 0px 50px;
	background: #fff; 
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	}
.ban_top .ban_top_nav {
	max-width: 1170px;
    display: flex;
    justify-content: space-between;
	margin: 0px auto;
	}
.ban_top .logo {
	width: 135px;
	height: 70px;
	line-height: 70px;
	background: url(/images23/logo.png) center center no-repeat;
	background-size: contain;
	}
.ban_top .logo a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
.ban_top .logo img {
    display: inline-block;
	vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ban_r{ flex: 1;}
.ban_nav {
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	}
.ban_nav li {
	text-align: center;
	position: relative;
	padding: 0px 15px;
	}
.ban_nav li:hover dl { display: block;}
.ban_nav li dl {
	width: 100%;
	display: none;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 5px 10px rgb(0,0,0,.1);
	position: absolute;
	left: 0px;
	top: 50px;
	padding-top: 8px;
	}
.ban_nav li dd a{font-size:12px!important; line-height: 40px!important;}
.ban_nav li:hover .dir {color: #f78a2f;}
.ban_nav li:hover dd a:hover {background: rgb(247, 138, 47, .08); border-bottom: none; }
.ban_nav li a {
	display: block;
	font-size: 16px;
	padding: 0 1px;
	line-height: 48px;
	position: relative;
	white-space: nowrap;
	}
.ban_nav li a:hover {color: #f78a2f; border-bottom: 2px solid #f78a2f;}
.ban_nav li:first-child a{ color: #f78a2f; border-bottom: 2px solid #f78a2f;}
#fqbx a {
    color: red;
    font-weight: bold;}
	#fqbx2 a {
    color: red;
    font-weight: bold;}
/***搜索**/
.searchbox {
	float: right;
	width: 240px;
	padding-top: 15px; 
	display: inline-table;
	}
.searchbox .sx{
	border: 1px solid #ccc;
	border-right: none;
	width: 179px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
	display: inline-block;
	color:#ebebeb;
	font-size: 14px;
	float: left;
	background: none;
	border-radius: 30px 0px 0px 30px;
	outline: none;
	}
.searchbox .btn {
	float: left;
    height: 40px;
	line-height:40px;
	padding:0px 30px;
	cursor:pointer;
	background:url(/images23/search2.png) center center no-repeat;
	border:1px solid #ccc;
	border-left: none;
	border-radius: 0px 30px 30px 0px;
	}
	
.nav_bg {
	width: 100%;
	line-height: 50px;
	background-color: #f7ecd9;
	box-shadow: 0px 2px 5px #814a12; 
	margin-bottom: 15px;
	}
.nav ul { margin-bottom: 0px;}
.nav ul:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.nav li {
	float: left;
	width: 11%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}
.nav li a { display: block;}
.nav li a:hover {
	background-color: #814a12;
	color: #fff;
	text-decoration: none;
	}
.nav .arct a {
	background-color: #814a12;
	color: #fff;
	}
.p_none { padding-left: 0px; padding-right: 0px; display: none;}

/*******内容******/
.main_cont { background: #fff; padding: 10px 15px 20px; box-shadow: 0px 0px 10px rgba(0,0,0,.5); margin-bottom: 15px;}
.mag {
	line-height: 50px;
	color: #999;
	}
.mag a { color: #666;}

.qkinfo {
	clear:both;
	height:300px;
	}
.qkinfo:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qkinfo img {
	float:left;
	width:240px;
	height:300px;
	}
.qkinfo dt {
	float:right;
	width:570px;
	font-size:20px;
	height:40px;
	font-weight:600;
	}
.qkinfo dd {
	float:right;
	width:570px;
	line-height: 35px;
	font-size: 16px;
	}
.qkinfo .w295 { width:285px;}
.qkinfo dd a { color:#0066cc;}
.qkinfo dd a:hover { color:#f00;}


.cont_p{ padding-top: 20px;}
.cont_p .cont_tt {
	color: #f60; 
	font-size: 16px; 
	margin-bottom: 10px; 
	display: block; 
	background-color: #e5e5e5;
	line-height: 40px;
	padding-left: 15px;
	font-weight: bold;
	}
.cont_p p{
	line-height: 28px;
	margin-bottom: 15px;
	}
.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index:1000;
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}	
/**********侧面投稿**********/
.ce_tg_box {
    border: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-right: 15px;
	}
.ce_tg_box h3 {
    height: 80px;
    line-height: 80px;
    padding-left: 105px;
    font-size: 22px;
    font-weight: bold;
    background: #fef9f4 url(/hz/tg_img.png) 15px center no-repeat;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 15px;
	margin-top: 0px;
	background-size: contain;
	}
.ce_tg_box p {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	margin-bottom: 15px;
	}
.ce_tg_box p i {
	color: #f00;
	margin-right: 5px;
	width: 6px;
	display: inline-table;
	}
.ce_tg_box p input { width: 65%; line-height: 24px; color: #999; padding-left: 5px; border: 1px solid #ccc;}
.ce_tg_box span { padding: 0px 10px; display: block; font-size: 12px; line-height: 20px; color: #f00;}
.ce_tg_box h4 { text-align: center;}
.ce_tg_box button {
	display: inline-table;
	margin: 15px auto 0px;
	border: 1px dashed #f47160;
	background-color: #feeddb;
	border-radius: 20px 20px;
	line-height: 30px;
	padding: 0px 20px;
	font-size: 16px;
	cursor: pointer;
	}
	
.c_r_box {
	border: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-right: 15px;
	}
.c_r_box h3{
	display:block; 
	line-height:25px; 
	height:25px; 
	clear:both; 
	border-bottom:2px solid #DDDDDD; 
	margin-top:12px;
	}
.c_r_box h3 font{
	font-size:16px; 
	border-bottom:2px solid #0066CC; 
	color:#0066CC; 
	display:block; 
	height:25px; 
	line-height:25px; 
	float:left; 
	padding:0px 10px;
	}

.c_r_box .artlist{
	padding:0px 0px 0px 25px; 
	background:url(/hz/bg_cont.png) 0px 8px no-repeat;
	margin: 0px 10px;
	}
.c_r_box .artlist li{
	height:30px; 
	line-height:30px; 
	overflow:hidden;
	}

.footer {
    background: #3d3d3d;
	text-align: center;
	padding: 15px 0px;
	color: #a4a4a4;
	}
.footer a {
    color: #a4a4a4;
    padding: 5px 10px;
	}
.footer a:hover { color: #fff;}
.footer p { margin-bottom: 0px; margin-top: 10px;}
.footer p span {
	margin-right:10px;
	display:inline-block;
	margin-top:10px;
	}

/*********列表页*******/
.list_top {
	width: 100%;
	line-height: 38px;
	color: #666;
	background-color: #f6f6f6;
	}
.list_nav_bg {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(26, 26, 26, 0.2);
	position: relative;
	z-index: 1;
	}
.list_nav {
	line-height: 80px;
	font-size: 20px;
	}
.list_nav ul { margin-bottom: 0px;}
.list_nav ul:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.list_nav li {float: left;}
.list_nav li a { display: block; padding: 0px 20px;}
.list_nav li a:hover {
	background-color: #814a12;
	color: #fff;
	text-decoration: none;
	}
.list_nav .arc a {
	background-color: #814a12;
	color: #fff;
	}
	
.list_ban{
	width: 100%;
	height: 200px;
	background: url(/hz/list_ban.jpg) center center no-repeat;
	
	}
.list_ban a {
	height: 200px;
	display: block;
	text-indent: -9999px;
	}

.bg_bg { width: 100%; background-color: #fff;}

.show {
	border: 1px solid #dedede;
	display: flex;
    justify-content: center;
    flex-direction: column;
	color: #898989;
	font-size: 16px;
	margin-top: 20px;
	}
.list_box {
	align-items: center;
	border-bottom: 1px solid #dedede;
	}
.list_box:last-child {border-bottom: 0;}
.list_r {
	display: flex;
    justify-content: center;
    flex-direction: row;
	}
.list_box_l {
	width: 10%;
	text-align: center;
	}
.list_box_r {
	width: 90%;
    padding: 15px 0;
    align-items: center;
    justify-content: flex-start;
	}
.line_l { border-left: 1px solid #dedede;}
.list_box_r_t {
	width: 95%;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    color: #333;
    margin-left: 15px;
    margin-right: 15px;
	}
.list_box_r_t li {
	float: left;
    line-height: 25px;
    padding: 2px 10px;
    border-radius: 5px;
	}
	
/*******期刊列表******/
.qk_list { margin-left: -10px;}
.qk_list li {
	float: left;
	width: 33.33333333333333%;
	margin-bottom: 20px;
	}
.qk_list li div {
	margin: 0px 10px;
	border: 2px solid #efefef;
	position: relative;
	height: 330px;
	background-color: #fff;
	}
.qk_list li div:hover {border:2px solid #fbbe0f; box-shadow: 0 4px 7.6px rgba(26, 26, 26, 0.2);}
.qk_list li div img { width: 100%; height: 326px;}
.qk_list li div dl {
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	opacity: .9;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	}
.qk_list li div dl dt {
	font-size: 18px;
	padding-left: 10px;
	margin: 15px 0px 5px;
	font-weight: normal;
	}
.qk_list li div dl dt a { color: #333;}
.qk_list li div dl dt a:hover { color:#ff9429;}
.qk_list li div dl dt span {
	font-size: 12px;
	background: #ff9429;
	color: #fff;
	padding: 2px 5px;
	margin-left: 6px;
	border-radius: 6px 6px 6px 0px;
	}
.qk_list li div dl dd {
	padding-left: 10px;
	margin-bottom: 5px;
	}
.qk_list li div dl dd span {color: #ff4400;}

.pagelist { margin: 20px 0px; text-align: center;}
.pagelist ul{ margin: 0px auto; display: inline-table;}
.pagelist ul:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.pagelist li {
	width: 50px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0px 2px;
	border: 1px solid #e3e3e3;
	color: #5b5b5b;
	border-radius: 3px;
	text-align: center;
	}
.pagelist li a {
	display: block;
	color: #5b5b5b;
	}
.pagelist li:hover {
	background: #0288d1;
    border: 1px solid #0288d1;
	color: #fff;
	}
.pagelist li:hover a { color: #fff;}
.pagelist .cur{
	background: #0288d1;
    border: 1px solid #0288d1;
	}
.pagelist .cur a { color: #fff;}
.mt20 { margin-top: 20px;}
.r_img img{ max-width: 100%;}
.xsfw { text-align: center;}
.xsfw img { max-width: 100%; margin: 10px 0px;}
.block_service_con {
    display: flex;
    justify-content: space-around;
	margin: 50px 0px;
	}
.tit1 {background:url(/hz/foot1.png) left no-repeat;}
.tit2 {background:url(/hz/foot2.png) left no-repeat;}
.tit3 {background:url(/hz/foot3.png) left no-repeat;}
.tit5 {background:url(/hz/foot5.png) left no-repeat;}
.block_service_con_item {
    padding-left: 60px;
    height: 70px;
	line-height:24px;
	}
.tit {
    font-size: 24px;
    padding-top: 9px;
	margin-bottom:8px;
	}
	
/*******论文列表******/
.lw_list {}
.lw_list h3 {
	height:40px;
	border-bottom:2px solid #dfdfdf;
	margin-bottom:0px;
	margin-top: 0px;
	font-size: 20px;
	}
.lw_list h3 font {
	border-bottom:2px solid #900;
	line-height:38px;
	display:inline-block;
	}
.lw_list li {
	padding: 15px 0px;
    border-bottom: 1px dotted #dfdfdf;
	}
.lw_list dl {
	padding: 20px 0px;
	border-bottom:1px dotted #dfdfdf;
	margin-bottom: 0px;
	}
.lw_list dl dt a{
	font-size:16px;
	font-weight:600;
	line-height: 26px;
	}
.lw_list dl dt a:hover { color: #f00;}
.lw_list dl dd {
	color:#999;
	overflow:hidden;
	}
.lw_list dl dd a { color:#f00;}
.lw_list dl .time {
	text-align:right;
	font-size:12px;
	margin-top:10px;
	height:25px;
	line-height:25px;
	}
.lw_list dl .time span {margin-left:20px;}
.lw_list dl .time span b { color:#f00;}


.xt_bdbg {
	width: 100%;
	margin: 20px auto;
	background: url(/images23/xt_bdbg.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	}

.xt_tit {
	width: 40%;
	background: rgb(33,136,183,.3);
	padding: 20px 20px;
	text-align: center;
	}
.xt_tit h3 {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 30px;
	background: linear-gradient(90deg, #0ce0f6, #06e1ff);
	margin-top:30px;
	font-size:22px;
	}
.xt_tit h5 {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 34px;
	margin: 15px 0px;
	}
.xt_tit h6 {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 30px;
	}
.xt_box {
	background: linear-gradient(320deg, #cff6ff, #addcef);
	flex: 1;
	display: block;
	padding: 20px 30px;
	}
.xt_box strong {
	font-size: 22px;
	display: block;
	}
.xt_box h4 {
	display: block;
	line-height: 20px;
	padding:5px 10px;
	border-left: 3px solid #2188b7;
	margin-top: 10px;
	background: rgb(240,255,255,.5);
	font-size:16px;
	}
.xt_box h5 {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	font-weight: normal;
	}
.xt_box h5 span {
	display: inline-block;
	padding: 3px 12px;
	border-radius: 5px;
	background: linear-gradient(320deg, #fcffcf, #efdbad);
	box-shadow: 3px 3px 10px rgb(33,136,183,.1);
	margin-right: 10px;
	margin-top: 5px;
	}
.xt_box form {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(33,136,183,.1);
	padding: 15px 20px;
	margin-top: 15px;
	}
.xt_box form input {
	height: 34px;
	line-height: 34px;
	width: 100%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin-top: 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
.xt_box button {
	height: 34px;
	line-height: 34px;
	background: #2188b7;
	color: #fff;
	font-size: 16px;
	padding: 0px 30px;
	margin-top: 5px;
	width: 100%;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	}

/*自适应移动导航*/
.wap_nav {
	transform: scale3d(1, 1, 1);
	background: #fff;
	position: fixed;
	width: 100%;
	box-shadow: 0px 5px 10px rgb(0,0,0,.1);
	z-index: 99;
	display: none;
	}
.wap_nav ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 0px;
	}
.wap_nav ul li {
	display: inline-block;
	position: relative;
	}
.wap_nav ul li a {
	display: block;
	line-height: 24px;
	padding: 10px 5px;
	position: relative;
	font-size: 12px;
	}
.wap_nav ul li:hover dl { display: block;}
.wap_nav ul li dl {
	position: absolute;
	display: none;
	left: 0px;
	top: 44px;
	z-index: 999;
	background: #fff;
	width: 100%;
	text-align: center;
	}
.wap_nav ul li dl dd a { display: block; padding: 3px 2px!important;}

@media screen and (max-width: 1024px){
	/*自适应导航*/
	.ban_top .ban_top_nav { min-width: 100%;}
	.ban_top { padding: 0px 15px;}
	.ban_nav li { padding: 0px 0px;}
	.ban_nav li a { padding: 0px 5px; font-size: 12px;}
	/*自适应导航*/
	.logo { width: 20%;}
	.head_p { width: 30%;}
	.qkinfo img { width: 180px; height: 240px;}
	.qkinfo dt { width: 480px;}
	.qkinfo .w295 { width: 240px;}
	.qkinfo dd { width: 480px; font-size: 15px;}
	.qkinfo { height: auto;}
	.p_none { display: block;}
	.ce_tg_box p input { width: 60%;}
	.r_img { margin-right: 15px;}
	.pop_l { display: none;}
	.xt_tit { display: none;}
	.xt_box { padding: 15px 20px;}
	.xt_box form { padding: 5px 10px;}
	}
@media screen and (max-width: 768px){
	/*自适应导航*/
	.ban_top { display: none;}
	.wap_nav { display: block;}
	/*自适应导航*/
	.logo { width: 25%;}
	.head_p { width: 25%; font-size: 16px;}
	.nav li { width: 15%;}
	.qkinfo img { width: 145px; height: 190px;}
	.qkinfo dt { width: 310px;}
	.qkinfo .w295 { width: 155px;}
	.qkinfo dd { width: 310px; font-size: 14px; line-height: 24px; overflow: hidden;}
	.qk_list li div { height: 270px;}
	.qk_list li div img { height: 266px;}
	.tit { font-size: 18px;}
@media screen and (max-width: 640px){
	.head_bg { height: 120px;}
	.logo { height: 120px; background-size: contain;}
	.head_tit h1 { font-size: 22px; line-height: 30px; margin-top: 0px;}
	.head_p { font-size: 14px; padding-top: 20px;}
	.nav li { width: 20%; font-size: 15px; font-weight: normal;}
	.qkinfo img { width: 120px; height: 170px;}
	.qkinfo dt { width: 66%;}
	.qkinfo .w295 { width: 33%;}
	.qkinfo dd { width: 66%; font-size: 12px; line-height: 20px;}
	.ce_tg_box, .c_r_box { margin-left: 15px;}
	.ce_tg_box p input { width: 75%;}
	.list_box_l { width: 12%;}
	.list_nav { font-size: 16px; line-height: 50px;}
	.list_nav li a { padding: 0px 10px;}
	.qk_list li { width: 50%;}
	.r_img { margin-left: 15px; text-align: center;}
	.tit1, .tit2, .tit3, .tit5 { background-size: 25%}
	.tit { font-size: 14px; margin-bottom: 0px; font-weight: bold;}
	.txt { font-size: 12px; line-height: 20px;}
	.block_service_con_item { padding-left: 30px; line-height: 20px;}
	}
@media screen and (max-width: 375px){
	.nav li { width: 22%; font-size: 14px;}
	.qkinfo img { width: 105px; height: 150px;} 
	.qkinfo .w295 { width: 66%;}
	.ce_tg_box p input { width: 70%;}
	.block_service_con_item { padding-right: 5px;}
	}
@media screen and (max-width: 320px){
	.nav li { font-size: 12px;}
	.qkinfo img { width: 90px; height: 120px;}
	.ce_tg_box p input { width: 66%;}
	.block_service_con { margin: 10px 0px 70px;}
	.block_service_con_item { padding-left: 22px;}
	.tit { font-size: 12px; margin-bottom: 5px;}
	.list_box_l { width: 17%;}
	.qk_list li div { height: 220px;}
	.qk_list li div img { height: 216px;}
	.qk_list li div dl dt { font-size: 14px; margin-top: 5px;}
	.qk_list li div dl dd { font-size: 12px;}
	.list_nav li a { font-size: 14px;}
	.wap_nav ul li a { padding: 10px 2px;}
	}
	
	
