@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ol, ul, li {list-style: none;}
a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
a:hover,a:focus {text-decoration: none;}
body {font-family: 'Arial','PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light' ;}
.fl {float: left!important;}
.fr {float: right!important;}
.fn{float: none!important;}
.mtm20{margin-top: -20px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 60px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml50{margin-left: 50px;}
.mr0{margin-right: 0px!important;}
.mr10{margin-right: 10px;}
.mr30{margin-right: 30px;}
.mb0{margin-bottom: 0px!important;}
.mb8{margin-bottom: 8px;}
.mb12{margin-bottom: 12px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.pl0{padding-left: 0;}
.pl40{padding-left: 40px;}
.pr0{padding-right: 0;}
.pr40{padding-right: 40px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz18{font-size: 18px;}
.lh14{line-height: 14px;}
.lh18{line-height: 18px;}
.lh24{line-height: 24px;}
.fwn{font-weight: normal;}
.fw600{font-weight: 600!important;}
.bold{font-weight: bold;}
.bm0{position: absolute;bottom: 0px;}
.bm30{position: absolute;bottom: -30px;}
.black{color: #000!important;}
.orange{color: #faa84b!important;}
.green{color: #295d72;}
.grey{color: #666!important;}
.blue{color: #337ab7;}
.bb1e5{border-bottom: 1px solid #e5e5e5;}
.bt1e5{border-top: 1px solid #e5e5e5;}
.block{display: block!important;}
.inline_block{display: inline-block;}
.flex{display: flex!important;align-items: center;}
.line {width: 100%;height: 1px;background: #e5e5e5;}
.underline{text-decoration: underline!important;}
.disc{list-style-type: disc!important;}
.decimal{list-style-type: decimal!important;}
.circle{list-style-type: circle!important;}
.upperroman{list-style-type: upper-roman!important;}


.interval{
	margin-top: 60px;
}

*{
	scrollbar-width: thin;
}


.lazyimg{
	height: 100%;
	width: auto;
	object-fit: cover;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}


body::-webkit-scrollbar {
/*滚动条整体样式*/
	width: 8px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
body::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
	border-radius: 8px;
	background-color: #ccc;
}
body::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
body::-webkit-scrollbar-track {
/*滚动条里面轨道*/
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	border-radius: 8px;
}


@media (min-width: 1600px){
	.container{
		width: 1570px;
	}
}


@media only screen and (min-width: 1200px) and (max-width: 1920px){
	.nice_top{
		line-height: 30px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
	.nice_top{
		line-height: 20px;
	}
}




.hig0{
	height: 100%;
	display: flex;
	align-items: center;
}
.index_nice{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fbe3a7;
}
.nice_top{
	font-size: 12px;
	color: #333;
	width: 100%;
}
.nice_top span a{
	display: inline;
}
.nice_top span a:hover{
	border-bottom: 1px solid;
}
.nice_but{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #f95d1b;
	border: 0;
	width: 46px;
	height: 22px;
	border-radius: 4px;
	margin-left: 10px;
}
.logo{
	margin-top: -5px;
}
.nav_bg{
	background-color: #ffffff;
	color: #fff!important;
	border: 0;
	border-radius: 0;
	margin-bottom: 0!important;
	border-bottom: 2px solid #295d72;
}
.nav_bo{
	border: 1px solid #ededed!important;
	margin-right: 0px;
}
.nav_sobut{
	width: 42px;
	height: 44px;
	background-image: url(../img/index_icon01.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.nav_bo{
	margin-top: 3px;
	margin-bottom: 3px;
}
#nav_sobg{
	width: 100%;
	height: 60px;
	padding: 10px 0px;
	position: relative;
	display: none;
}
#nav_sobg input{
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 0;
	color: #545862;
	padding-left: 10px;
	overflow: hidden;
	padding-right: 40px;
	border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) and (max-width: 769px) {
	.nav_sobut{
		display: block!important;
		position: absolute;
		right: 12px;
	}
	.nav_bg01{
		background-color: #295d72;
		position: relative;
		z-index: 16;
	}
	.con_nav{
		margin-left: 0%!important;
	}
}
.con_nav{
	margin-left: 20%;
}
.con_nav>li{
	margin-right: 50px;
}
.con_nav li a{
	color: #000;
}
@media (min-width: 768px){
	.con_nav{
		margin-left: 10%;
	}
	.con_nav>li{
		margin-right: 10px;
	}
}
@media (min-width: 992px){
	.con_nav{
		margin-left: 14%;
	}
	.con_nav>li{
		margin-right: 20px;
	}
}
@media (min-width: 1200px){
	.con_nav{
		margin-left: 20%;
	}
	.con_nav>li{
		margin-right: 50px;
	}
}
.nav_bem{
	margin-top: -1px!important;
	margin-left: -1px!important;
}
.nav_bem li{
	height: 40px!important;
	line-height: 40px!important;
	font-size: 14px;
}
.nav_bem li a{
	height: 40px!important;
	line-height: 34px!important;
}
.nav_bem li:hover{
	background-color: #f3f4f5;
}
.nav_inp{
	width: 80px!important;
	padding: 0;
}
@media (max-width: 767px){
	.nav_inp{
		display: none;
	}
}
@media (max-width: 992px){
	.nav_inp{
		display: none;
	}
}
.nav_inp input{
	box-shadow: 0px 0px 0px #205064;
}
.nav_inp input:focus{
	box-shadow: 0px 0px 0px #205064;
}
#nav_inp{
	cursor:pointer!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0)!important;
	border: 0!important;
}
.form-group{
	position: relative;
}
.nav_simg{
	position: absolute;
	top: 6px;
	right: 12px;
}
.nav_bgbu, .nav_close{
	width: 30px;
	height: 40px;
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	padding: 0px!important;
	border-radius: 4px;
}
.nav_bgbu{
	background-image: url(../img/index_icon01.png);
	right: 40px;
}
.nav_close{
	background-image: url(../img/close.png);
	background-size: 16px 16px;
	right: 0px;
}
.filter_keywords{
	width: 32%;
}
#nav_sobg .filter_select{
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	color: #545862;
}
#nav_sobg .filter_select ul li{
	font-size: 14px;
	color: #545862;
}
#nav_sobg .filter_select ul li:hover{
	background: #f3f4f5;
	color: #295d72;
}
.filter_icon{
	width: 10%;
	height: 40px;
	position: relative;
}
.top_bg{
	width: 100%;
	height: 380px;;
	background:url(../img/banner_bg.jpg) no-repeat top center;
}
@media (min-width: 1600px) {
	.content_bg {
		width: 1170px;
	}
}
.top_h1{
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.bandaids{
	background-color: rgba(0,0,0,0.2);
}
.bandaids p{
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.bandaids p:first-child{
	padding-top: 0;
}
.bandaids p:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.top_count{
	width: 100%;
	background:url(../img/count_bg.jpg) no-repeat top center;
	background-size: cover;
}
.count_box{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	vertical-align: middle!important;
}
.count_box div{
	display: table-cell;
	vertical-align: middle!important;
	max-width: 100%!important;
}
.count_box h2{
	margin-bottom: 10px;
	color: #000;
	line-height: 1.2;
}
.count_box p{
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}
.title{
	line-height: 1.2;
	color: #295d72;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 2px solid #295d72;
}
.news_img{
	overflow: hidden;
}
.item p{
	height: 72px;
}
.carousel-control img{
	position: absolute;
	top: calc(50% - 72px);
}
.news p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	padding-left: 0;
}
.news a:hover p{
	color: #295d72;
	text-decoration:underline;
}
.news a{
	padding-top: 20px;
	padding-bottom: 20px;
}
.news a:first-child{
	padding-top: 0px!important;
}
.min_img{
	width: auto;
	padding-right: 0;
}
.more a{
	float: right;
	font-size: 14px;
	color: #295d72;
	line-height: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
.more a:hover{
	border-bottom: 1px solid #295d72;
}
.more a span{
	display: inline-block;
	width: 14px;
	height: 10px;
	margin-left: 8px;
	background: url(../img/right_arrow.png);
}
.information a:hover p{
	text-decoration: underline;
}
.orange_scopus,.green_pubmed{
	width: 30%;
	height: 20px;
	background-color: #faa84b;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-right: 3%;
}
.orange_scopus{
	background-color: #faa84b;
}
.green_pubmed{
	background-color: #295d72;
}
.orange_scopus span{
	font-size: 14px;
	font-weight: 600;
	margin-left: 5px;
}
.jour_head{
	width: 100%;
	height: 20px;
	padding: 0;
}
.jour_img{
	margin-bottom: 8px;
	text-align: center;
}
.jour_img img{
	width: 100%;
}
.jour_bottom{
	font-size: 14px;
	line-height: 1.2;
	padding: 0 0 10px;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
}
.jour_bottom a{
	display: inline-block;
}
.jour_bottom a:hover{
	text-decoration: underline;
}
.articl_list{
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
	position: relative;
}
.articl_img{
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 3px;
}
.articl_img img{
	width: 100%;
}
.articl_top{
	line-height: 16px;
}
.articl_title{
	font-size: 18px;
	line-height: 24px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.articl_title:hover{
	text-decoration: underline;
}
.full_text,.pdf{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #295d72;
}
.full_text:hover,.pdf:hover{
	text-decoration: underline;
}
.view,.download,.times_cited{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
}
.view{
	width: 70px;
}
.download{
	width: 60px;
}
.times_cited{
	width: 50px;
}
.full_text::before{
	content: url(../img/text.png);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.pdf::before{
	content: url(../img/PDF.png);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.view::before{
	content: url(../img/view.png);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.download::before{
	content: url(../img/download.png);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.times_cited::before{
	content: url(../img/quote.png);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.articl_bottom{
	clear: both;
	position: absolute;
	bottom: 0;
}
.line{
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.issues_line{
	position: relative;
	border: 1px solid #e5e5e5;
}
.issues_line:hover .articl_title{
	color: #295d72;
	text-decoration:underline;
}
.issues_img{
	overflow: hidden;
}
.issues_img img{
	width: 100%;
}
.issues_bottom{
	position: absolute;
}
.issues_bottom p{
	font-size: 14px;
	line-height: 1.1;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.focus_content{
	position: relative;
}
.focus_line{
	width: 100%;
}
.focus_line>a{
	border-bottom: 1px solid #e5e5e5;
}
.focus_line>a:nth-last-child(2){
	margin-bottom: 0px;
}
.focus_line>a:hover h4{
	text-decoration: underline;
}
.focus_line h4{
	font-size: 18px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.focus_line p{
	font-size: 14px;
	line-height: 1.2;
	color: #666;
}
.focus_img{
	position: absolute;
	top: 0;
	bottom: 0;
}
.focus_frame{
	display: flex;
	height: 100%;
	border: 2px solid #e5e5e5;
}
.focus_video{
	position: absolute;
	right: 0;
	align-self: center;
}
.focus_video img{
	width: 100%;
}
.play_key {
    width: 44px !important;
    height: 44px;
    margin-top: 0 !important;
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
}
.membership_box{
	width: 100%;
	min-height: 10px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	vertical-align: middle!important;
	align-items: center;
}
.membership_box img{
	display: table-cell;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle!important;
	max-width: 100%!important;
}
footer{
	background-color: #f6f7f9;
	margin-top: 60px;
}
.foot_box{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	justify-content: space-between;
}
.foot_box dl{
	margin-bottom: 0;
}
.foot_box dl:first-child{
	align-self: center;
}
.foot_box dl:nth-child(2),.foot_box dl:nth-child(3){
	width: auto;
}
.foot_box dl dt{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #295d72;
}
.foot_box dl dd{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.foot_box dl dd a{
	display: inline-block;
	color: #666;
}
.foot_box dl dd a:hover{
	color: #295d72;
}
.follow{
	height: 30px;
	position: relative;
}
.follow a:nth-child(1){
	width: 30px;
	height: 30px;
	border-radius: 99px;
	float: left;
	margin-right: 10px;
	background-image: url(../img/foot_icon01.png);
	background-repeat: no-repeat;
}
.follow a:nth-child(2){
	width: 30px;
	height: 30px;
	border-radius: 99px;
	float: left;
	margin-right: 10px;
	background-image: url(../img/foot_icon02.png);
	background-repeat: no-repeat;
}
.follow a:nth-child(3){
	width: 30px;
	height: 30px;
	border-radius: 99px;
	float: left;
	margin-right: 10px;
	background-image: url(../img/foot_icon03.png);
	background-repeat: no-repeat;
}
.follow a:nth-child(1):hover{
	background-image:url(../img/foot01_hover.png);
}
.follow a:nth-child(2):hover{
	background-image:url(../img/foot02_hover.png);
}
.follow a:nth-child(3):hover{
	background-image:url(../img/foot03_hover.png);
}
.wechat {
    padding: 2px;
    background: #fff;
    position: absolute;
    margin-top: 40px;
    left: 20px;
	top: 0;
    min-height: 90px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    z-index: 99;
    display: none;
}
.foot_bottom{
	height: 50px;
	font-size: 12px;
	line-height: 1;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
}




@media screen and (max-width: 767px) {
	.interval{
		margin-top: 20px;
	}
	.navbar-brand{
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.logo{
		height: 23px!important;
	}
	.filter_keywords{
		width: 100%;
		margin-bottom: 10px;
	}
	.filter_icon{
		width: 70px;
	}
	#nav_sobg{
		margin-right: -15px;
		width: auto;
	}
	#nav_sobg .filter_select{
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	#nav_sobg .filter_select:nth-child(3){
		width: calc(100% - 80px);
	}
	.nav_bgbu{
		right: 40px;
	}
	#nav_sobg input{
		padding-right: 10px;
	}
	.top_bg{
		height: 250px;
	}
	.top_h1{
		width: 100%;
		text-align: center;
		font-size: 20px;
		line-height: 1.1;
		margin-top: 0px;
	}
	.bandaids {
		width: 80%;
		padding: 10px 20px;
	}
	.bandaids p{
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.1;
	}
	.count_box{
		margin-left:10px 0;
		margin-right:10px 0;
		margin-top:5px;
		margin-bottom:5px;
		
	}
	.count_box div{
		padding-top: 5px;
		padding-bottom:5px;
		width: 50%;
	}
	.count_box div:last-child{
		margin-bottom: 0px;
	}
	.count_box h2{
		font-size: 20px;
		line-height: 1;
		margin-bottom: 2px;
	}
	.title{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.news_ann{
		padding-left: 0px;
		padding-right: 0px;
	}
	.information{
		margin-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.news{
		padding-left: 0px;
	}
	.news p{
		font-size: 14px;
		line-height: 1.2;
		align-self: flex-start;
	}
	.news a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min_img{
		height: 40px;
	}
	.information p{
		font-size: 14px;
		line-height: 1.1;
		margin-bottom: 6px!important;
	}
	.journals .row>div{
		margin-bottom: 10px;
	}
	.jour_head{
		padding: 0 10%;
	}
	.jour_img{
		height: auto;
		width: 100%;
		padding: 0 10%;
	}
	.jour_bottom{
		padding: 0 10% 10px;
	}
	.articl_list{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.articl_list:nth-child(odd){
		margin-right: 0;
	}
	.articl_list .bm30{
		bottom: -10px;
	}
	.articl_img{
		width: 0%;
		height: 149px;
		margin-right: 5%;
		display: none;
	}
	.articl_text{
		width: 100%;
		height: 90px;
	}
	.articl_top{
		margin-bottom: 10px;
	}
	.articl_top span{
		font-size: 12px!important;
		line-height: 1.1!important;
	}
	.articl_title{
		font-size: 14px;
		line-height: 1.2;
	}
	.articl_bottom{
		width: 100%;
	}
	.full_text{
		margin-right: 30px;
		display: none;
	}
	.download,.times_cited{
		margin-left: 0px;
	}
	.full_text, .pdf, .view, .download, .times_cited{
		font-size: 12px;
	}
	.issues a{
		margin-bottom: 10px;
	}
	.issues a:last-child{
		margin-bottom: 0px!important;
	}
	.issues_line{
		padding: 10px;
	}
	.issues_img{
		margin-right: 3%;
		height: auto;
		width: 26%;
	}
	.issues_text{
		width: 71%;
		margin-top: 0;
	}
	.issues_bottom p{
		font-size: 12px;
	}
	.issues_bottom{
		width: calc(71% - 15px);
		bottom: 10px;
	}
	.issues_bottom p{
		margin-bottom: 3px;
	}
	.issues_bottom p:last-child{
		margin-bottom: 0;
	}
	.focus_line{
		padding-top: 0;
	}
	.focus_line>a{
		width: 100%;
		margin-bottom: 10px;
	}
	.focus_line h4{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.focus_line p{
		margin-bottom: 10px;
		font-size: 12px;
	}
	.focus_img{
		display: none;
		width: 46%;
		left: 54%;
	}
	.focus_frame{
		width: 30%;
	}
	.focus_video{
		width: 86%;
	}
	footer{
		margin-top: 20px!important;
	}
	.foot_box{
		display: block;
	}
	.foot_box dl:first-child{
		display: none;
	}
	.foot_box dl dt{
		padding-top: 20px;
		margin-bottom: 10px;
	}
	.foot_box dl:nth-child(3) dt{
		display: none;
	}
	.foot_box dl dd{
		line-height: 1.4!important;
		margin-bottom: 10px;
	}
	.wechat{
		left: 120px;
		top: -100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.filter_keywords{
		width: calc(100% - 80px)!important;
		margin-bottom: 10px;
	}
	.filter_icon{
		width: 70px;
	}
	#nav_sobg .filter_select{
		width: calc((100% - 90px) / 2);
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#nav_sobg .filter_select:nth-child(2){
		margin-left: 0;
	}
	.container-fluid{
		position: relative;
	}
	.nav_sobut{
		display: block;
		position: absolute;
		right: 0;
		margin-right: 0;
	}
	.top_bg{
		height: 300px;
	}
	.top_h1{
		width: 40%;
		font-size: 36px;
		line-height: 44px;
		margin-top: 90px;
		text-align: left;
	}
	.bandaids {
		width: 50%;
		padding: 30px 30px;
	}
	.count_box{
		margin: 20px 0;
	}
	.count_box div{
		margin-bottom: 0px;
	}
	.count_box h2{
		font-size: 30px;
	}
	.title{
		font-size: 26px;
		padding-bottom: 12px;
	}
	.news_ann{
		padding-left: 0px;
		padding-right: 0px;
	}
	.information{
		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.news_img{
		height: 195px;
	}
	.news{
		padding-left: 15px;
	}
	.min_img{
		height: 80px;
	}
	.jour_img{
		height: 76px;
	}
	.articl_list{
		width: 48%;
	}
	.articl_list:nth-child(odd){
		margin-right: 4%;
	}
	.articl_img{
		width: 28%;
		height: 107px;
		margin-right: 4%;
		display: none;
	}
	.articl_text{
		width: 100%;
		height: 130px;
	}
	.articl_top{
		margin-bottom: 15px;
	}
	.articl_bottom{
		width: 100%;
	}
	.full_text{
		margin-right: 16px;
	}
	.download,.times_cited{
		margin-left: 0px;
	}
	.issues_line{
		padding: 10px;
	}
	.issues_img{
		margin-right: 3%;
		height: 114px;
		width: 25%;
	}
	.issues_text{
		width: 72%;
		margin-top: 0;
	}
	.issues_bottom{
		width: calc(72% - 15px);
		bottom: 10px;
	}
	.issues_bottom p{
		margin-bottom: 4px;
	}
	.issues_bottom p:last-child{
		margin-bottom: 0;
	}
	.focus_line{
		padding-top: 0;
	}
	.focus_line>a{
		width: 50%;
		margin-bottom: 14px;
	}
	.focus_line h4{
		margin-bottom: 10px;
	}
	.focus_line p{
		margin-bottom: 14px;
	}
	.focus_img{
		display: block;
		width: 46%;
		left: 54%;
	}
	.focus_frame{
		width: 30%;
	}
	.focus_video{
		width: 86%;
	}
	.foot_box{
		display: block;
	}
	.foot_box dl:first-child{
		display: none;
	}
	.foot_box dl dt{
		padding-top: 30px;
		margin-bottom: 20px;
	}
	.foot_box dl:nth-child(3) dt{
		display: none;
	}
	.wechat{
		left: 120px;
		top: -100px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.top_bg{
		height: 300px;
	}
	.top_h1{
		width: 35%;
		font-size: 40px;
		line-height: 50px;
		margin-top: 80px;
		text-align: left;
	}
	.bandaids {
		width: 40%;
		padding: 30px 30px;
	}
	.count_box{
		margin: 20px 0;
	}
	.count_box h2{
		font-size: 34px;
	}
	.title{
		font-size: 28px;
		padding-bottom: 12px;
	}
	.news_ann{
		padding-left: 0px;
		padding-right: 15px;
	}
	.information{
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 0px;
	}
	.news_img{
		height: 137px;
	}
	.news{
		padding-left: 0;
	}
	.min_img{
		height: 80px;
	}
	.jour_img{
		height: 65px;
	}
	.articl_list{
		width: 48%;
	}
	.articl_list:nth-child(odd){
		margin-right: 4%;
	}
	.articl_img{
		width: 28%;
		height: 107px;
		margin-right: 4%;
		display: none;
	}
	.articl_text{
		width: 100%;
		height: 130px;
	}
	.articl_top{
		margin-bottom: 15px;
	}
	.articl_bottom{
		width: 100%;
	}
	.full_text{
		margin-right: 30px;
	}
	.download,.times_cited{
		margin-left: 20px;
	}
	.issues_line{
		padding: 15px;
	}
	.issues_img{
		margin-right: 3%;
		height: 149px;
		width: 25%;
	}
	.issues_text{
		width: 72%;
		margin-top: 10px;
	}
	.issues_bottom{
		width: calc(72% - 20px);
		bottom: 15px;
	}
	.issues_bottom p{
		margin-bottom: 10px;
	}
	.issues_bottom p:last-child{
		margin-bottom: 10px;
	}
	.focus_line{
		padding-top: 20px;
	}
	.focus_line>a{
		width: 54%;
		margin-bottom: 20px;
	}
	.focus_line h4{
		margin-bottom: 12px;
	}
	.focus_line p{
		margin-bottom: 20px;
	}
	.focus_img{
		display: block;
		width: 42%;
		left: 58%;
	}
	.focus_frame{
		width: 30%;
	}
	.focus_video{
		width: 86%;
	}
	.foot_box{
		display: flex;
	}
	.foot_box dl:first-child{
		display: none;
	}
	.foot_box dl dt{
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.foot_box dl:nth-child(3) dt{
		display: block;
	}
	.foot_box dl:nth-child(2),.foot_box dl:nth-child(3){
		width: 25%;
	}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.top_bg{
		height: 380px;
	}
	.top_h1{
		width: 35%;
		font-size: 50px;
		line-height: 68px;
		margin-top: 80px;
		text-align: left;
	}
	.bandaids {
		width: 33.3333333%;
		padding: 50px 30px;
	}
	.count_box{
		margin: 30px 0;
	}
	.count_box h2{
		font-size: 38px;
	}
	.title{
		font-size: 30px;
		padding-bottom: 16px;
	}
	.news_ann{
		padding-left: 0px;
		padding-right: 15px;
	}
	.information{
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 0px;
	}
	.news_img{
		height: 170px;
	}
	.news{
		padding-left: 10px;
	}
	.min_img{
		height: 70px;
	}
	.jour_img{
		height: 58px;
	}
	.articl_list{
		width: 48%;
	}
	.articl_list:nth-child(odd){
		margin-right: 4%;
	}
	.articl_img{
		width: 28%;
		height: 107px;
		margin-right: 4%;
		display: block;
	}
	.articl_text{
		width: 68%;
		height: 104px;
	}
	.articl_top{
		margin-bottom: 12px;
	}
	.articl_bottom{
		width: 68%;
	}
	.full_text{
		margin-right: 20px;
	}
	.download,.times_cited{
		margin-left: 6px;
	}
	.issues_line{
		padding: 10px;
	}
	.issues_img{
		margin-right: 3%;
		height: 119px;
		width: 25%;
	}
	.issues_text{
		width: 72%;
		margin-top: 0;
	}
	.issues_bottom{
		width: calc(72% - 15px);
		bottom: 10px;
	}
	.issues_bottom p{
		margin-bottom: 4px;
	}
	.issues_bottom p:last-child{
		margin-bottom: 0px;
	}
	.focus_line{
		padding-top: 30px;
	}
	.focus_line>a{
		width: 56%;
		margin-bottom: 20px;
	}
	.focus_line h4{
		margin-bottom: 12px;
	}
	.focus_line p{
		margin-bottom: 20px;
	}
	.focus_img{
		display: block;
		width: 38%;
		left: 62%;
	}
	.focus_frame{
		width: 30%;
	}
	.focus_video{
		width: 86%;
	}
	.foot_box{
		display: flex;
	}
	.foot_box dl:first-child{
		display: none;
	}
	.foot_box dl dt{
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.foot_box dl:nth-child(3) dt{
		display: block;
	}
}
@media (min-width: 1600px){
	.top_h1{
		width: 35%;
		font-size: 50px;
		line-height: 68px;
		margin-top: 80px;
		text-align: left;
	}
	.bandaids {
		width: 33.3333333%;
		padding: 50px 30px;
	}
	.count_box{
		margin: 30px 0;
	}
	.count_box h2{
		font-size: 38px;
	}
	.title{
		font-size: 30px;
		padding-bottom: 16px;
	}
	.news_ann{
		padding-left: 0px;
		padding-right: 15px;
	}
	.information{
		margin-top: 0px;
		padding-left: 60px;
		padding-right: 0px;
	}
	.news_img{
		height: 237px;
	}
	.news{
		padding-left: 15px;
	}
	.news>a{
		margin-left: 15px;
	}
	.min_img{
		height: 70px;
	}
	.jour_img{
		height: 80px;
	}
	.articl_list{
		width: 46%;
	}
	.articl_list:nth-child(odd){
		margin-right: 8%;
	}
	.articl_img{
		width: 30%;
		height: 148px;
		margin-right: 5%;
		display: block;
	}
	.articl_text{
		height: 145px;
		width: 65%;
	}
	.articl_top{
		margin-bottom: 14px;
	}
	.articl_bottom{
		width: 65%;
	}
	.full_text{
		margin-right: 30px;
	}
	.download,.times_cited{
		margin-left: 30px;
	}
	.issues_line{
		padding: 15px;
	}
	.issues_img{
		margin-right: 4%;
		height: 163px;
		width: 25%;
	}
	.issues_text{
		width: 70%;
		margin-top: 10px;
	}
	.issues_bottom{
		width: calc(70% - 15px);
		bottom: 15px;
	}
	.issues_bottom p{
		margin-bottom: 10px;
	}
	.issues_bottom p:last-child{
		margin-bottom: 10px;
	}
	.focus_line{
		padding-top: 30px;
	}
	.focus_line>a{
		width: 60%;
		margin-bottom: 30px;
	}
	.focus_line h4{
		margin-bottom: 16px;
	}
	.focus_line p{
		margin-bottom: 30px;
	}
	.focus_img{
		display: block;
		width: 34%;
		left: 66%;
	}
	.focus_frame{
		width: 30%;
	}
	.focus_video{
		width: 86%;
	}
	.foot_box{
		display: flex;
	}
	.foot_box dl:first-child{
		display: flex;
	}
	.foot_box dl:first-child dd{
		padding-top: 50px;
	}
	.foot_box dl dt{
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.foot_box dl:nth-child(3) dt{
		display: block;
	}
}