.crumbs{
	padding-top: 30px;
	padding-bottom: 50px;
}
.crumbs li{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	margin-right: 10px;
	margin-bottom: 0px;
}
.crumbs li:last-child a{
	color: #295d72;
}
.two_tit{
	font-size: 30px;
	line-height: 1.2;
	color: #295d72;
	margin-bottom: 30px;
}
.frame{
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.top_img{
	overflow: hidden;
	width: auto;
	padding: 0;
	border: 0px;
	float: none;
}
.top_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.frame h2{
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 63px;
	margin-bottom: 10px;
	float: none;
}
.frame div:last-child{
	margin-bottom: 0px;
}
.date{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	width: 94px;
}
.paging2 {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.paging2 li{
	width: 30px;
	height: 34px;
	border-bottom: 2px solid #e5e5e5;
	line-height: 34px;
	text-align: center;
	margin-right: 16px;
	display: inline-block;
}
.paging2 li:last-child{
	border-bottom: 0;
}
.paging2 li a{
	font-size: 14px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
}
.paging2 li a.active,.paging2 li a:hover{
	background-color: #e5e5e5;
	color: #295d72;
}
.paging2 li a.next img{
	filter: brightness(0%);
}
.paging2 li a.next:hover img{
	filter: brightness(100%);
}


.three_tit{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #295d72;
	margin-bottom: 20px;
}
.three_tit::before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #295d72;
	margin-right: 14px;
	vertical-align: text-bottom;
}
.navigation{
	display: block;
	position: sticky;
	top: 20px;
}
/* .navigation_pr{
	display: block;
	position: sticky;
	top: 20px;
} */
.left_solid {
    width: 1px;
    height: 640px;
    background-color: #e5e5e5;
	position: sticky;
	top: 20px;
}
.left_content,.left_navigation{
	padding: 0 16px;
}
.left_content a:first-child{
	padding-top: 0;
}
.left_content a:hover p{
	color: #295d72;
	text-decoration: underline;
}
.left_navigation a:hover,.left_navigation .select{
	color: #295d72;
	text-decoration: underline;
}
.left_navigation a{
	font-size: 14px;
	color: #333333;
	display: block!important;
}
.left_navigation{
	max-height: 598px;
	overflow-y: auto;
}
.left_navigation::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.left_navigation::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 6px;
	background-color: #ccc;
}
.left_navigation::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
.left_navigation::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	border-radius: 6px;
}
.left_news{
	align-self: flex-start;
}
.left_news p{
	font-size: 14px;
	line-height: 1.4;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.left_news div span{
	color: #666666!important;
}
.left_news .view{
	width: auto;
}
.left_news .date{
	margin-right: 10px;
}
.left_news_img{
	display: block;
	align-self: flex-start;
}
.right_box{
	margin-bottom: 0px;
}
.right_label{
	margin-bottom: 40px;
}
.right_label .view{
	width: auto;
}
.right_label_icon{
	float: right;
	width: auto;
	position: relative;
}
.right_label_icon a{
	display: inline-block;
	margin-left: 20px;
}
.right_label_icon a:first-child{
	margin-left: 0;
}
.right_wechat{
	padding: 2px;
	background: #fff;
	position: absolute;
	margin-top: 40px;
	top: 0;
	left: auto;
	right: 0;
	min-height: 90px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	z-index: 99;
	display: none;
}
.news_plate h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 20px;
}
.right_content{
	position: relative;
}
.right_content p{
	color: #333333;
}
.right_content .news_plate:first-child h4{
	margin-top: 0;
}
.news_plate div p{
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	margin-bottom: 16px;
}
.news_plate div p:last-child{
	margin-bottom: 0;
}
.right_content p a{
	display: inline;
	color: #295d72;
	text-decoration: underline;
}
/* .right_content p span img{
	width: 100%;
} */
/* .right_content table{
	width: 100%;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	text-align: center;
	margin-bottom: 16px;
} */
/* .right_table thead{
	background-color: #e9eef1;
	border-bottom: 1px solid #295d72;
}
.right_table thead td{
	padding: 16px 6px;
	color: #295d72;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.right_table tbody tr:nth-child(odd){
	background-color: #f4f4f4;
}
.right_table tbody td{
	padding: 10px 6px;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
.right_table tbody td a{
	color: #333333;
}
.right_table tbody td:hover a{
	color: #295d72;
	text-decoration: underline;
} */
/* .right_content table tr:first-child{
	background-color: #e9eef1;
	border-bottom: 1px solid #295d72;
}
.right_content table tr:first-child td{
	padding: 16px 6px!important;
}
.right_content table tr:first-child td p{
	color: #295d72;
}
.right_content table tr:nth-child(even){
	background-color: #f4f4f4;
}
.right_content table tr{
	height: auto!important;
}
.right_content table td{
	width: auto!important;
	border-style: none!important;
	padding: 10px 6px!important;
	vertical-align: middle!important;
}
.right_content table td p{
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0px!important;
}
.right_content table td span{
	font-size: 14px!important;
}
.right_content table td a{
	color: #333333;
}
.right_content table td:hover a{
	color: #295d72;
	text-decoration: underline;
} */






.team_tit{
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.right_content .team_box:first-child .team_tit{
	margin-top: 0px;
}
.team_tit h4{
	display: inline-block;
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	color: #295d72;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	background-color: #ffffff;
	padding-right: 20px;
}
.team_tit span{
	/* float: right; */
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #295d72;
}
.team_box_all{
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.team_content .team_box_all:first-child{
	margin-top: 0px;
}
.team_img{
	overflow: hidden;
	padding: 3px;
	border: 1px solid #e5e5e5;
}
.team_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team_right{
	float: left;
}
.team_name{
	line-height: 1.4;
	color: #295d72;
	font-weight: 600;
}
.team_details{
	display: block;
	line-height: 1.5;
	color: #333333;
}
.team_email{
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
}
.team_email a{
	display: inline;
	color: #295d72;
}
.team_email a:hover{
	text-decoration: underline;
}
.team_details2{
	display: none;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}



.alljour_list{
	position: relative;
	float: left;
	margin-top: 40px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.alljour_list:first-child,.alljour_list:nth-child(2){
	margin-top: 0px;
}
.alljour_img {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 3px;
}
.alljour_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.alljour_name{
	line-height: 1.4;
	color: #295d72;
	font-weight: 600;
	width: calc(100% - 92px);
}
.alljour_name:hover{
	text-decoration: underline;
}
.alljour_eISSN{
	color: #333333;
	line-height: 1.5;
}
.alljour_content{
	margin-bottom: 20px;
}
.alljour_content p{
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
}
.alljour_content p:first-child{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.alljour_content p:last-child{
	margin-bottom: 0px;
}
.alljour_content p a{
	display: inline;
	color: #295d72;
}
.alljour_content p a:hover{
	text-decoration: underline;
}
.alljour_bottom{
	display: flex;
	justify-content: space-between;
}
.alljour_bottom a{
	display: inline-block;
	color: #295d72;
	line-height: 1.5;
}
.alljour_bottom a:hover{
	text-decoration: underline;
}
.alljour_label{
	position: absolute;
	top: 0;
	right: 0;
}
.alljour_label a{
	margin-bottom: 10px;
	padding: 0 8px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	height: 20px;
}
.alljour_label a:first-child{
	text-align: right;
	padding: 0px;
}
.alljour_label a span{
	font-size: 14px;
	font-weight: 600;
	margin-left: 5px;
}
.green_bg{
	background-color: #295d72;
}
.orange_bg{
	background-color: #faa84b;
}
.alljour_label a img{
	width: 20px;
	height: 20px;
}





.filter{
	padding: 30px 0;
	position: relative;
}
.filter_row{
	float: left;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
.filter_input{
	width: 25%;
}
.filter_input input{
	width: 100%;
	height: 34px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	padding: 0 15px;
}
.filter_select {
    position: relative;
    display: block;
    width: 25%;
	margin-left: 4%;
    color: #666666;
	font-size: 14px;
	line-height: 32px;
    user-select: none;
    -webkit-touch-callout: none;
}
.filter_sel {
    position: relative;
    display: block;
    width: 25%;
	margin-left: 4%;
    color: #666666;
	font-size: 14px;
	line-height: 34px;
    user-select: none;
    -webkit-touch-callout: none;
	margin-left: 10px;
}
.filter_select span {
    position: relative;
    display: block;
    background-color: #ffffff;
    z-index: 1;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 30px;
    cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filter_sel span {
    position: relative;
    display: block;
    background-color: #ffffff;
    z-index: 1;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 30px;
    cursor: pointer;
}
.filter_sel select {
    position: relative;
    display: block;
    background-color: #ffffff;
    z-index: 1;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 30px;
    cursor: pointer;
	height: 34px;
}
.filter_select select {
	width: 100%;
	height: 34px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	padding: 0 30px;
}
.filter_sel span{
	padding: 0 15px!important;
}
.filter_sel select{
	padding: 0 15px!important;
}
.filter_select span::after {
    position: absolute;
    right: 30px;
    top: 45%;
    content: "";
	background: url(../img/ysb_icon_333.png) no-repeat;
	width: 10px;
	height: 5px;
    z-index: 10;
}
.filter_sel span::after {
    position: absolute;
    top: 45%;
    content: "";
	background: url(../img/ysb_icon_333.png) no-repeat;
	width: 10px;
	height: 5px;
    z-index: 10;
	right: 15px!important;
	background: url(../img/ysb_icon_05.png) no-repeat!important;
}
.filter_sel span::after{
}
.filter_select.is-open ul {
    display: block;
}
.filter_sel.is-open ul {
    display: block;
}
.filter_select.select--white span {
    background: #fff;
    color: #999;
}
.filter_sel.select--white span {
    background: #fff;
    color: #999;
}
.filter_select.select--white span:hover {
    background: #fafafa;
}
.filter_sel.select--white span:hover {
    background: #fafafa;
}
.filter_select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 4px 0 0 0;
    padding: 5px 0px;
    z-index: 100;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}
.filter_sel ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 4px 0 0 0;
    padding: 5px 0px;
    z-index: 100;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}
.filter_select ul li {
    display: block;
    color: #666;
    cursor: pointer;
	font-size: 14px;
	line-height: 1.4;
	/* height: 34px; */
	padding: 7px 30px;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.filter_sel ul li {
    display: block;
    color: #666;
    cursor: pointer;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	padding: 0 15px!important;
}
.filter_select ul li:hover {
	background: #f3f4f5;
	color: #295d72;
}
.filter_sel ul li:hover {
	background: #f3f4f5;
	color: #295d72;
}
.filter_search{
	position: relative;
	width: 10%;
	margin-left: 7%;
}
.filter_search button{
	width: 110px;
	float: right;
	padding: 0;
	padding-right: 18px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	background: #295d72;
	border: none;
	border-radius: 4px;
	color: #ffffff;
}
.second_line{
	padding-bottom: 30px;
}
.results{
	font-size: 14px;
	line-height: 34px;
	color: #333333;
}
.sortby{
	position: relative;
}
.sortby>span{
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #295d72;
}
.filter_sel{
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 34px;
	user-select: none;
	-webkit-touch-callout: none;
}
.right_content .articl_list2:first-child{
	padding-top: 0px;
}
.articl_list2{
	position: relative;
	padding-top: 30px;
	margin-bottom: 30px;
}
.articl_img2{
	padding: 3px;
	border: 1px solid #e5e5e5;
}
.articl_img2 img{
	width: 100%;
}
.articl_con,.articl_con2{
	font-size: 14px;
	color: #666666;
	line-height: 1.4;
	margin-top: 10px;
}
.articl_con{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.articl_con2 h3{
	display: inline;
	font-size: 14px;
	color: #295d72;
	font-weight: bold;
}
.articl_con2 p{
	display: inline;
}
.articl_name {
	font-size: 14px;
	color: #666666;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 6px;
}
.articl_name_a {
	display: inline;
	color: #337ab7;
	text-decoration: none;
}
.articl_name_a:hover {
	color: #295d72;
	text-decoration: underline;
}
.articl_published {
	margin-bottom: 35px;
	font-size: 14px;
	color: #666666;
	line-height: 1.4;
	margin-top: 6px;
}
.readmore,.closemore{
	display: inline-block;
	color: #295d72;
	font-weight: normal;
}
.readmore:hover,.closemore:hover{
	text-decoration: underline;
}
.articl_bottom2{
	position: absolute;
	bottom: 0px;
}
.check_wrap{
	position: relative;
	text-align: left;
}
.check_wrap2{
	position: relative;
}
.icheck{
	opacity: 0;
	position: absolute;
	float: left;
}
.ilabel{
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	color: #333333;
	display: flex;
	align-items: center;
}
.ilabel::before{
	content: "";
	border: 1px solid #cccccc;
	display: inline-table;
	font-weight: normal;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.ilabel:hover, .show_more:hover, .hide_more:hover{
	text-decoration: underline;
	color: #295d72;
}
.icheck:checked + .ilabel::before{
	content: '\2713';
	border-color: #295d72;
	background-color: #fff;
	color: #295d72;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.icheck:checked + .ilabel{
	color: #295d72;
}
.check_wrap2 span{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #333333;
}
.check_wrap2 span:first-child{
	margin-left: 0px;
}
.itext{
	width: 30%;
	height: 22px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-align: center;
}
.show_more, .hide_more{
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	position: relative;
	cursor: pointer;
}
.show_more::after{
	content: "";
	width: 10px;
	height: 5px;
	background: url(../img/ysb_icon_333.png) no-repeat center;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.hide_more::after{
	content: "";
	width: 10px;
	height: 5px;
	background: url(../img/ysb_icon_333.png) no-repeat center;
	transform: rotateX(180deg);
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.ibutt button{
	width: 24%;
	height: 24px;
	background: #295d72;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	margin-right: 20px;
}
.ibutt button:last-child{
	margin-right: 0;
}
.left_iform>div{
	margin-bottom: 20px;
}
.left_iform>div:last-child{
	margin-bottom: 0px;
}
.left_iform>div span, .check_wrap, .check_wrap2{
	margin-bottom: 10px;
}


.topup{
	width: 48px;
	height: 48px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	position: fixed;
	right: 20px;
	bottom: 100px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
}
.topup img{
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	margin-top: 11px;
}
/* .topup span{
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 2px;
	color: #000000;
} */












@media screen and (max-width: 767px) {
	.crumbs{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.crumbs li{
		font-size: 12px;
		margin-bottom: 4px;
	}
	.two_tit{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.frame{
		padding: 0px;
		border: 0px;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 10px;
	}
	.top_img {
		/* height: 64px; */
		margin-bottom: 10px;
		width: 26%;
		margin-right: 3%;
		padding: 3px;
		border: 1px solid #e5e5e5;
		float: left;
	}
	.frame h2{
		width: 71%;
		height: auto;
		-webkit-line-clamp: 3;
		float: left;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	.frame div:last-child{
		margin-bottom: 10px;
	}
	.news_content>div:last-child .frame{
		margin-bottom: 0px;
	}
	.paging2 {
		margin-top: 20px;
	}
	.left_box{
		float: right;
		width: 100%;
		margin-right: 0%;
	}
	.left_solid{
		display: none;
		margin-left: 100%;
	}
	.navigation{
		display: none;
	}
	.left_content a{
		padding: 10px 0;
	}
	.left_news{
		width: 72%;
		margin-right: 3%;
		align-self: center;
	}
	.left_news_img{
		width: 25%;
		display: block;
	}
	.right_box{
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.date{
		font-size: 12px;
	}
	.right_label{
		margin-bottom: 20px;
	}
	.right_label_icon{
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.right_content img{
		width: 100%;
		height: auto;
	}
	.news_plate h4{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.news_plate div p{
		margin-bottom: 10px;
	}
	/* .right_content table{
		margin-bottom: 10px;
	} */
	/* .right_table thead td{
		padding: 8px 6px;
		font-size: 12px;
	}
	.right_table tbody td{
		padding: 6px 6px;
		font-size: 12px;
	} */
	/* .right_content table tr:first-child td{
		padding: 8px 6px!important;
	}
	.right_content table td{
		padding: 6px 6px!important;
	}
	.right_content table td span{
		font-size: 12px!important;
	} */
	
	
	
	
	
	.team_tit{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.team_tit h4{
		font-size: 14px;
		padding-right: 20px;
	}
	.team_tit span{
		height: 1px;
	}
	.team_box_all{
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.team_img{
		width: 22%;
		margin-right: 3%;
	}
	.team_right{
		width: 75%;
	}
	.team_name{
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.team_details{
		display: none;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.team_email{
		font-size: 12px;
	}
	.team_details2{
		display: block;
	}
	
	
	.alljour_list {
		width: 100%;
		height: auto;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.alljour_list:nth-child(odd) {
		margin-right: 0%;
	}
	.alljour_list:nth-child(2) {
	    margin-top: 10px;
	}
	.alljour_img {
		width: 25%;
		height: auto;
	    margin-right: 3%;
	}
	.alljour_text{
		width: 72%;
	}
	.alljour_name{
		font-size: 14px;
		margin-bottom: 10px;
		width: calc(100% - 85px);
	}
	.alljour_eISSN{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.alljour_content p{
		font-size: 12px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.alljour_content{
		margin-bottom: 20px;
	}
	.alljour_content p:first-child{
		width: calc(100% - 85px);
		
	}
	.alljour_label a{
		height: 15px;
		line-height: 15px;
		padding: 0 6px;
	}
	.alljour_label a img {
	    width: 15px;
	    height: 15px;
	}
	.alljour_label a span{
		font-size: 12px;
	}
	.alljour_bottom{
		display: inline-block;
	}
	.alljour_bottom a{
		font-size: 12px;
		margin-right: 20px;
	}
	
	
	
	.refine{
		margin-bottom: 20px;
	}
	.left_navigation {
		max-height: 100%;
	    overflow-y: visible;
	}
	.left_iform>div{
		margin-bottom: 20px;
	}
	.left_iform>div span, .check_wrap, .check_wrap2{
		margin-bottom: 14px;
	}
	.filter{
		padding: 20px 0;
	}
	.filter_input{
		width: 100%;
		margin-bottom: 10px;
	}
	.filter_sel{
		display: inline-block;
		width: 50%;
	}
	.sortby>span{
		display: inline-block;
		float: left;
	}
	.filter_select{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10px;
	}
	.filter_row .filter_select:nth-child(3){
		width: 66%;
		margin-bottom: 0px;
	}
	.filter_search{
		width: 30%;
		margin-left: 4%;
	}
	.filter_search button{
		width: 100%;
		float: left;
	}
	.filter_select span{
		padding: 0 20px 0 10px!important;
		white-space: normal;
		overflow: visible;
	}
	.filter_select span::after {
		right: 10px!important;
	}
	.filter_select ul li {
		padding: 7px 10px!important;
	}
	.filter_sel ul li{
		padding: 0 10px!important;
	}
	.results{
		float: none;
		margin-bottom: 10px;
	}
	.sortby{
		float: none;
		width: 100%;
	}
	.itext{
		width: 26%;
	}
	.check_wrap2 span{
		margin-left: 6px;
		margin-right: 6px;
	}
	.articl_list2{
		padding-left: 15px;
	}
	.articl_img2{
		display: none;
		width: 28%;
		margin-right: 3%;
	}
	.articl_text2{
		width: 100%;
		height: auto;
	}
	.articl_published{
		margin-bottom: 30px;
	}
	.articl_bottom2{
		width: 100%;
	}
	.left_rep{
		position: relative;
		margin-bottom: 30px;
		top: auto;
	}
	
	
	.right_wechat{
		left: 120px;
		right: auto;
	}
	
	
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.frame{
		padding: 6px 6px 10px;
	}
	.top_img {
		height: 141px;
		margin-bottom: 10px;
	}
	.left_box{
		float: left;
		width: 29%;
		margin-right: 3%;
		/* min-height: 600px; */
	}
	.left_solid{
		display: block;
		margin-left: 29%;
	}
	.left_news{
		width: 100%;
		margin-right: 0%;
	}
	.left_news .date{
		margin-right: 0px;
	}
	.left_news_img{
		width: 25%;
		display: none;
	}
	.right_box{
		float: right;
		width: 68%;
	}
	/* .navigation_pr{
		width: 208.8px!important;
	} */
	
	
	.team_img{
		width: 22%;
		margin-right: 3%;
	}
	.team_right{
		width: 75%;
	}
	.team_name{
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.team_details{
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	
	.alljour_list {
		width: 100%;
		height: auto;
	}
	.alljour_list:nth-child(odd) {
		margin-right: 0%;
	}
	.alljour_list:nth-child(2) {
	    margin-top: 40px;
	}
	.alljour_img {
		width: 22%;
		height: auto;
	    margin-right: 4%;
	}
	.alljour_text{
		width: 74%;
	}
	.alljour_name{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.alljour_eISSN{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.alljour_content p{
		font-size: 14px;
		line-height: 1.2;
	}
	.alljour_content{
		margin-bottom: 20px;
	}
	.alljour_content p:first-child{
		width: calc(100% - 92px);
	}
	.alljour_bottom a{
		font-size: 14px;
	}
	
	
	
	
	.filter_search{
		width: 12%;
		margin-left: 5%;
	}
	.filter_sel{
		float: right;
		width: 62%;
	}
	.sortby>span{
		float: right;
	}
	.results{
		float: left;
	}
	.sortby{
		float: right;
		width: 30%;
	}
	.itext{
		width: 26%;
	}
	.check_wrap2 span{
		margin-left: 6px;
		margin-right: 6px;
	}
	.ibutt button{
		width: 45%;
		margin-right: 4px;
	}
	.articl_img2{
		display: none;
		width: 28%;
		margin-right: 3%;
	}
	.articl_text2{
		width: 100%;
		height: auto;
	}
	.articl_bottom2{
		width: 100%;
	}
	
	.filter_select span{
		padding: 0 40px 0 20px!important;
	}
	.filter_select span::after {
		right: 20px!important;
	}
	.filter_select ul li {
		padding: 5px 20px!important;
	}
	
	
	
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.frame{
		padding: 6px 6px 10px;
	}
	.top_img {
		height: 130px;
		margin-bottom: 10px;
	}
	.left_box{
		float: left;
		width: 32%;
		margin-right: 3%;
		/* min-height: 600px; */
	}
	.left_solid{
		display: block;
		margin-left: 32%;
	}
	.left_news{
		width: 70%;
		margin-right: 5%;
	}
	.left_news_img{
		width: 25%;
	}
	.right_box{
		float: right;
		width: 65%;
	}
	/* .navigation_pr{
		width: 300.8px!important;
	} */
	
	
	.team_img{
		width: 18%;
		margin-right: 3%;
	}
	.team_right{
		width: 79%;
	}
	.team_name{
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.team_details{
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	
	.alljour_list {
		width: 100%;
		height: auto;
	}
	.alljour_list:nth-child(odd) {
		margin-right: 0%;
	}
	.alljour_list:nth-child(2) {
	    margin-top: 40px;
	}
	.alljour_img {
		width: 22%;
		height: auto;
	    margin-right: 4%;
	}
	.alljour_text{
		width: 74%;
	}
	.alljour_name{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.alljour_eISSN{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.alljour_content{
		margin-bottom: 30px;
	}
	.alljour_content p{
		font-size: 14px;
		line-height: 1.2;
	}
	.alljour_content p:first-child{
		width: calc(100% - 92px);
	}
	.alljour_bottom a{
		font-size: 14px;
	}
	
	
	
	.results{
		float: left;
	}
	.sortby{
		float: right;
		width: 26%;
	}
	.filter_sel{
		float: right;
		width: 66%;
	}
	.sortby>span{
		float: right;
	}
	.articl_img2{
		display: block;
		width: 28%;
		margin-right: 3%;
	}
	.articl_text2{
		width: 69%;
		height: auto;
	}
	.articl_bottom2{
		width: 69%;
	}
	
	.filter_select span{
		padding: 0 30px 0 10px!important;
	}
	.filter_select span::after {
		right: 10px!important;
	}
	.filter_select ul li {
		padding: 5px 10px!important;
	}
	
	
	
	
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.frame{
		padding: 10px 10px 20px;
	}
	.top_img {
		height: 165px;
		margin-bottom: 20px;
	}
	.left_box{
		float: left;
		width: 27%;
		margin-right: 3%;
		/* min-height: 600px; */
	}
	.left_solid{
		display: block;
		margin-left: 27%;
	}
	.left_news{
		width: 70%;
		margin-right: 5%;
	}
	.left_news_img{
		width: 25%;
	}
	.right_box{
		float: right;
		width: 70%;
	}
	/* .navigation_pr{
		width: 307.8px!important;
	} */
	
	
	.team_img{
		width: 16%;
		margin-right: 4%;
	}
	.team_right{
		width: 80%;
	}
	.team_name{
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.team_details{
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	
	.alljour_list {
		width: 48%;
		height: 330px;
	}
	.alljour_list:nth-child(odd) {
		margin-right: 4%;
	}
	.alljour_img {
		width: 26%;
		height: 196px;
	    margin-right: 4%;
	}
	.alljour_text{
		width: 70%;
	}
	.alljour_name{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.alljour_eISSN{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.alljour_content p{
		font-size: 14px;
		line-height: 1.2;
	}
	.alljour_content p:first-child{
		width: calc(100% - 92px);
		
	}
	.alljour_bottom{
		display: inline-block;
	}
	.alljour_bottom a{
		font-size: 14px;
		margin-right: 40px;
	}
	.alljour_bottom a:last-child{
		margin-right: 0px;
	}
	
	
	
	
	.results{
		float: left;
	}
	.sortby{
		float: right;
		width: 22%;
	}
	.filter_sel{
		float: right;
		width: 60%;
	}
	.sortby>span{
		float: right;
	}
	.articl_img2{
		display: block;
		width: 25%;
		margin-right: 5%;
	}
	.articl_text2{
		width: 70%;
		height: auto;
	}
	.articl_bottom2{
		width: 70%;
	}
	
	
	.filter_select span{
		padding: 0 40px 0 20px!important;
	}
	.filter_select span::after {
		right: 20px!important;
	}
	.filter_select ul li {
		padding: 5px 20px!important;
	}
	
	
}
@media (min-width: 1600px) {
	.frame{
		padding: 10px 10px 20px;
	}
	.top_img {
		height: 233px;
		margin-bottom: 20px;
	}
	.left_box{
		float: left;
		width: 20%;
		margin-right: 7%;
		/* min-height: 600px; */
	}
	.left_solid{
		display: block;
		margin-left: 20%;
	}
	.left_news{
		width: 70%;
		margin-right: 5%;
	}
	.left_news_img{
		width: 25%;
	}
	.right_box{
		float: right;
		width: 73%;
	}
	/* .navigation_pr{
		width: 308px!important;
	} */
	
	
	
	.team_img{
		width: 14%;
		margin-right: 6%;
	}
	.team_right{
		width: 80%;
	}
	.team_name{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.team_details{
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	
	
	.alljour_list {
		width: 46%;
		height: 290px;
	}
	.alljour_list:nth-child(odd) {
		margin-right: 8%;
	}
	.alljour_img {
		width: 26%;
		height: 255px;
	    margin-right: 6%;
	}
	.alljour_text{
		width: 68%;
	}
	.alljour_name{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.alljour_eISSN{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.alljour_content p{
		font-size: 14px;
		line-height: 1.2;
	}
	.alljour_content p:first-child{
		width: calc(100% - 92px);
		
	}
	.alljour_bottom a{
		font-size: 14px;
	}
	
	
	
	.results{
		float: left;
	}
	.sortby{
		float: right;
		width: 20%;
	}
	.filter_sel{
		float: right;
		width: 70%;
	}
	.sortby>span{
		float: right;
	}
	.articl_img2{
		display: block;
		width: 20%;
		margin-right: 5%;
	}
	.articl_text2{
		width: 75%;
		height: auto;
	}
	.articl_bottom2{
		width: 75%;
	}
	
	.filter_select span{
		padding: 0 40px 0 20px!important;
	}
	.filter_select span::after {
		right: 20px!important;
	}
	.filter_select ul li {
		padding: 7px 20px!important;
	}
	
	
}