@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
/* 手机版 */	

.index_about_title{
	margin-top: 0px;
	margin-bottom: 15px;
}
.index_about_title .big{
	font-size: 26px;
	font-weight:bold;
	text-indent: 0px;
	margin-bottom: 5px;
}

.index_about_title .small{
	font-size:14px;
	padding-top: 5px;
	margin-bottom: 30px;
}

.about_bg{
	padding-top:20px;padding-bottom:0px;
}
.about_text{
	padding-top: 20px;
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 0px;
	font-size:14px;
	line-height: 26px;
	text-align: justify;
	text-indent: 28px;
}

/* 首页 关于我们 更多按扭*/
.more_3{
	font-size: 16px;
	height:30px;
	line-height:30px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;

}


.lt_first div{
	margin-bottom: 0px;
}
.lt_other{
	padding-top: 0px;
}

.lt_other a{
	width:100%;
	text-align: center;
}
.lt_other a:nth-child(2n){
	text-align: center;
}


/* 论文集锦 */
.wz_bg{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
}

/* 期刊 */

.qk_title{
	margin-bottom: 5px;
}
.qk_jianjie{
	margin-left: 0px;
	margin-bottom: 20px;
}



/* 首页新闻 */
.news_bg{
	background-image:none;
	padding-top:20px;
	padding-bottom: 20px;
	background-color: #ededed;
}
.pr-80{
	padding-right: 15px;
}
.index_news_title{
	margin-bottom: 10px;
	line-height:24px;
	padding-bottom: 5px;
}
.index_news_title .name{
	font-size: 26px;
	font-weight:bold;
}
.index_news_title .more{
	background-color: #999;
	padding-left: 20px;
	padding-right: 20px;
}


.wz_title{
	font-size: 16px;
	font-weight: normal;
}
.tongzhi_item{
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.tongzhi_date{
	width: 70px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.date_d{

	height:30px;
	color:#fff;
	font-size: 30px;
	line-height: 30px;
}
.date_y{
	line-height: 22px;
	font-size: 16px;
}

.xinfa a{
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}
.wz_jianjie{
	display: none;
}

.news_item{
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom:1px solid #ccc;
}





/* 首页团队*/
.tuandui_bg{
	background-image:url('../webimages/tuandui_bg.jpg');
	background-repeat:no-repeat;
	background-postion:top left;
	background-size:auto 100%;
	padding-top:30px;
	padding-bottom: 60px;
}
.lvshi_name{
	text-align: center;
}
.lvshi_jianjie{
	padding-bottom: 20px;
}

.swiper-slide{
	height:330px!important;
}

.swiper-button-next{
	display: none!important;
}
.swiper-button-prev{
	display: none!important;
}
.swiper-wrapper{

}




/* 反转垂直放置的列的顺序 */
.row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl; /* Fix the horizontal alignment */
  }

  .row.reorder-xs > [class*="col-"] {
    transform: rotate(-180deg);
    direction: ltr; /* Fix the horizontal alignment */
  }

/* 会员活动 */
.hy_hd img{
	height: 240px;
}



}