@charset "utf-8";

.header_box{
	opacity: 1;
	visibility: visible;
}
.banner {
	display: none;
}

.banner img{
	display: block;
	width: 100%;
}
.bsbg {
	max-width: 13rem;
	background: #fff;
	width: 95%;
	margin: .25rem auto;
}

.conbox {
	max-width: 96%;
	width: 16rem;
	margin: 0 auto;
	/* position:relative; */
	z-index: 6;
}
.tag{float:right;}

.header_box{
    position: relative !important;
}


/*个人信息*/
.part01 {
	background: url(../images/profilebg.png) no-repeat right top;
	padding-bottom: .4rem;
	position: relative;
}

.part01:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3.64rem;
	height: 4.82rem;
	background: url(../images/bwpng.png) no-repeat;
}

.introbox {
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	padding: .8rem 0 0;
}

.introbox::-webkit-scrollbar {
	display: none
}

.introbox .esse {
	position: relative;
	padding-top: .2rem;
	border-top: 1px solid #225CCB;
	margin-top: .5rem;
}

.name {
	line-height: .5rem;
	margin-top: .1rem;
	background: #225CCB;
	margin-left: -.13rem;
	margin-right: -.13rem;
	padding: 0 .06rem;
}

.name h1 {
	font-size: .24rem;
	display: block;
	position: relative;
	z-index: 5;
	color: #fff0ec;
	text-align: left;
}

.name h1 i.likes {
	float: right;
	background: url(../images/i_heart.png) no-repeat left center;
	padding-left: .25rem;
	font-size: .2rem;
	color: #fff;
}

.name p {
	color: #fff;
	font-size: .16rem;
	margin-bottom: .1rem;
	margin-top: .15rem;
	display: inline-block;
}

.name h1 svg,
.name span svg {
	margin-right: .1rem;
	vertical-align: middle;
}

.contact {
	position: relative;
	margin-top: .15rem;
}

.contact h1 {
	font-size: .2rem;
	font-weight: bold;
	border-left: .03rem solid #fff;
	padding-left: .1rem;
	color: #333;
	margin-bottom: .15rem;
}

.contact .xx_lx {
	display: block;
}

.contact p {
	width: 50%;
	float: left;
	margin: .1rem 0;
	vertical-align: middle;
	color: #666;
}

.contact p b {
	font-weight: normal;
}

.contact span {
	display: inline-block;
	width: 32.333%;
	text-align: center;
	background: url(../images/xline.png) no-repeat right center;
}

.contact span b {
	display: inline-block;
	width: .25rem;
	height: .27rem;
	vertical-align: middle;
	margin-right: .1rem;
}

.contact span:last-child {
	background: none;
}

.introbox .photobox {
	text-align: center;
	width: 2.75rem;
	position: relative;
	z-index: 5;
	float: left;
	padding: .13rem .13rem 0;
	border: .07rem solid #225CCB;
	margin: .26rem 0;
}

.introbox .photobox span {
	padding-top: 122.555%;
	position: relative;
	overflow: hidden;
	display: block;
	/* background:#fff; */
	/* border:20px solid #fff; */
}

.teacherimg {
	width: 1.98rem;
	height: 2.52rem;
	margin: 0 auto;
	background: #98be97;
	position: absolute;
	right: -.22rem;
	top: .3rem;
}

.teacherimg span {
	width: 1.98rem;
	height: 2.52rem;
	line-height: 2.5rem;
	display: block;
	position: absolute;
	left: -.1rem;
	top: -.1rem;
}

.introbox .photobox img {
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}


/*首页个人简介*/
.brief {
	position: relative;
	float: right;
	width: calc(100% - 182px);
	margin: 0 0 0 -.93rem;
	padding: .34rem .36rem .5rem 1.36rem;
	background: #fff;
	color: #666;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.brief .present {
	font-size: .15rem;
	line-height: .3rem;
	color: #222;
	width: 85%;
}

.brief .present h1 {
	font-size: .24rem;
	color: #225CCB;
	background: url(../images/xline.png) repeat-x left bottom;
	height: .6rem;
	line-height: .6rem;
}

.brief .present p {
	line-height: .26rem;
	margin-top: .15rem;
	font-size: .16rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.brief .present.ny {
	width: 100%;
}

.brief .data {}

.brief .con {
	color: #666;
	line-height: .28rem;
	height: 2.24rem;
	overflow-y: auto;
	font-size: .14rem;
}

.tit_in {
	font-size: .24rem;
	color: #333;
	font-weight: bold;
	position: relative;
	background: url(../images/xxbg.png) repeat-x left bottom;
	margin-bottom: .16rem;
}

.tit_in a {
	position: absolute;
	right: -.36rem;
	top: -.02rem;
	font-size: .14rem;
	background: #225CCB;
	color: #fff;
	font-weight: normal;
	padding: .08rem .12rem;
}

.tit_in a:before,
.btn_more:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
	background: #225CCB
}

.tit_in a:hover:before,
.btn_more:hover:before {
	height: 100%
}

.tit_in a span,
.btn_more span {
	position: relative;
	z-index: 6
}

.tit_in a:hover {
	color: #fff;
}

.brief .data p {
	line-height: .36rem;
}

.brief .data li {
	width: 50%;
	float: left;
	font-size: .16rem;
	margin: .07rem 0;
	color: #666;
}

.brief .more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	color: #4b9a7b;
	font-size: .36rem;
	width: 0;
	height: 0;
	border-right: .75rem solid #f5a624;
	border-top: .75rem solid transparent;
}

.brief .more a {
	font-size: .16rem;
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	position: absolute;
	bottom: .16rem;
	right: -.77rem;
	color: #fff;
}

.s_bif {
	margin-top: 0;
}

.info_tag {
	display: table;
	width: 100%;
	margin: .26rem 0 0;
}

.info_tag li {
	display: table-cell
}

.info_tag h3 {
	font-size: .16rem;
	color: #2b2b2b;
	padding-left: .16rem;
	background: url(../images/i_star.png) 0 2px no-repeat;
	margin: 0 0 .2rem;
	font-weight: 700;
}

.info_tag p {
	color: #666;
	line-height: .18rem
}

/*教育经历*/
.edu {
	width: 45%;
}

.edu .tit {
	font-size: .22rem;
	font-weight: bold;
	color: #225CCB;
	background: url(../images/xxbg_red.png) repeat-x left bottom;
	padding-bottom: 20px;
	position: relative;
}

.edu .tit a,
.part_tit a {
	position: absolute;
	right: 0;
	top: .05rem;
	line-height: .28rem;
	font-size: .14rem;
	color: #225CCB;
	font-weight: normal;
	background: url(../images/moreicon.png) no-repeat left center;
	padding-left: .4rem;
}

.edu .tit a:hover {
	font-weight: bold;
}

.experice {
	border-left: .01rem solid #e5e5e5;
	margin-left: .15rem;
	padding-top: .01rem;
	margin-top: .3rem;
}

.experice li {
	background: url(../images/iconlist.png) no-repeat 0px 0;
	padding-left: .4rem;
	margin: -.05rem 0 .3rem -.1rem;
	min-height: .4rem;
	display: table;
}

.experice li h2 {
	background: url(../images/dataico.png) no-repeat left 6px;
	padding-left: .2rem;
	font-size: .16rem;
	font-weight: bold;
}

.experice li span {
	display: table-cell;
	vertical-align: top;
	color: #225CCB;
	font-size: .16rem;
	padding-top: .05rem;
	margin-bottom: .15rem;
	font-style: italic;
	font-weight: bold;
	min-width: 1.5rem;
}

.experice li span em {
	display: inline-block;
	background: #68b697;
	margin-left: .2rem;
	padding: 0 .1rem;
	position: relative;
}

.experice li span em:before {
	content: "";
	display: block;
	position: absolute;
	left: -.15rem;
	top: 0;
	border-right: .15rem solid #68b697;
	border-bottom: .4rem solid transparent;
}

.experice li p {
	line-height: .24rem;
	font-size: .14rem;
	color: #3c3d3d;
	display: table-cell;
	vertical-align: middle;
}

.f1 {}

.news_l {
	float: left;
	width: calc(63% - .2rem);
	padding: .44rem 0 0;
}

.news_r {
	float: right;
	width: calc(37% - .2rem);
	background: #f6f6f6;
	position: relative
}

.list_row {
	margin: -.2rem 0;
}

.list_row a {
	display: block;
	color: #666;
	overflow: hidden;
	padding: .2rem 0;
	position: relative;
}

.list_row a:before {
	content: '';
	position: absolute;
	left: 0;
	width: .04rem;
	height: 0;
	background: #225CCB
}

.list_row a:hover:before {
	height: calc(100% - .3rem)
}

.list_row a:hover {
	padding-left: .3rem
}

.list_row a:hover p,
.list_arrow a:hover,
.list_row2 a:hover,
.list_time a:hover h3 {
	color: #225CCB
}

.list_row h3 {
	font-size: .18rem;
	margin: 0 0 .12rem;
}

.list_row .txt {
	float: left;
	width: calc(100% - 1.6rem)
}

.list_row .txt p {
	font-size: .18rem;
	line-height: .22rem;
	max-height: .44rem;
}

.list_row time {
	float: right;
	background: #225CCB;
	font-size: 0;
	overflow: hidden;
	position: relative;
	margin: .2rem 0 0;
}

.list_row time em,
.list_row time span {
	display: inline-block;
	vertical-align: top;
	font-size: .16rem;
	padding: 0 .08rem;
	position: relative;
	color: #fff;
	line-height: .32rem;
}

.list_row time:before {
	content: '';
	position: absolute;
	left: -.3rem;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #225CCB;
	overflow: hidden;
	transform: skew(-20deg);
	/* z-index: -1; */
}

.tit {
	position: relative;
	line-height: .5rem;
	background: #f6f6f6;
	margin-bottom: .3rem;
}

.tit h3 {
	background: #225CCB;
	line-height: .64rem;
	padding: 0 .64rem 0 .2rem;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: .26rem;
	color: #fff;
	margin-top: -.14rem;
	vertical-align: top;
}

.tit h3:before {
	content: '';
	position: absolute;
	right: -.12rem;
	top: 0;
	bottom: 0;
	width: .4rem;
	background: #fbb41c;
	transform: skew(-20deg);
}

.more_r {
	position: absolute;
	right: 0;
	padding: 0 .15rem;
}

.more_r:hover {
	color: #a50c0e;
}

.tit_t {
	background: #a50c0e;
	color: #fff;
	font-size: .26rem;
	text-align: center;
	line-height: .6rem;
	margin-top: -.6rem
}

.list_arrow {
	padding: .24rem .2rem .5rem
}

.list_arrow a {
	display: block;
	font-size: .18rem;
	color: #666;
	line-height: .42rem;
	padding-left: .34rem;
	position: relative;
}

.list_arrow a:hover:before {
	-webkit-animation: ani_toRight 1s ease-in infinite;
	animation: ani_toRight 1s ease-in infinite;
}

.list_arrow a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: .18rem;
	background: url(../images/arrow.png) 50% no-repeat
}


@keyframes ani_toRight {

	0%,
	100% {
		left: 0
	}

	50% {
		left: .05rem
	}
}


.social_wrap {
	margin: .5rem 0 0
}

.list_row2 {}

.list_row2 a {
	line-height: .36rem;
	max-height: .72rem;
	margin: .15rem 0;
	position: relative;
	padding-left: .3rem;
	font-size: .18rem;
}

.list_row2 a:before {
	content: '';
	position: absolute;
	width: .16rem;
	height: .16rem;
	left: 0;
	top: .09rem;
	background: url(../images/dot.png) 50% no-repeat;
}

.list_row2 a:hover:before {
	transform: rotateY(180deg)
}

.btn_more {
	position: absolute;
	bottom: -.18rem;
	background: #7d0300;
	color: #fff;
	line-height: .36rem;
	padding: 0 .12rem;
}



/*内容区*/
.contain {
	width: calc(100% - 380px);
	float: right;
	padding: 0px;
}

.itembox {
	margin-top: .3rem;
	padding: .4rem .6rem;
	background: #fff;
	
	box-shadow: 0 .03rem .06rem rgba(0, 0, 0, .2);
}

.part_tit {
	background: url(../images/xxbg_red.png) repeat-x left bottom;
	padding-bottom: .2rem;
	text-align: center;
	position: relative;
}

.part_tit h1 {
	display: inline-block;
	font-size: .32rem;
	color: #225CCB;
	font-weight: bold;
}

.account a {
	font-size: .14rem;
	color: #fff;
	background: #225CCB;
	display: block;
	margin: 0 auto;
	line-height: .48rem;
	margin-top: .2rem;
	width: 1.8rem;
	text-align: center;
	opacity: 1;
}

.account a:hover {
	opacity: 0.8;
}

.bkbox {
	border: 1px solid #dbe5ee;
	padding: .25rem;
	margin-top: .25rem;
	border-radius: .1rem;
}

.account {
	margin-top: .2rem;
}

.account p {
	font-size: .16rem;
	color: #333;
	text-indent: 2em;
	line-height: .3rem;
}

.leftbox {
	float: left;
	width: calc(100% - 4rem);
	padding-right: .3rem;
	margin-top: -.4rem;
}

/*首页论文成果*/
.kybox {
	background: #f8f8f8;
	padding-bottom: .5rem;
}

.slideBox {
	margin-top: .4rem;
	position: relative;
	padding: .4rem .6rem;
	background: #fff;
	box-shadow: 0 .03rem .06rem rgba(0, 0, 0, .2);
}

.slideBox .hd {
	background: url(../images/xxbg_red.png) repeat-x left bottom;
	text-align: center;
}

.slideBox .hd::-webkit-scrollbar {
	display: none
}

.slideBox .hd li {
	font-size: .22rem;
	text-align: center;
	color: #225CCB;
	line-height: .6rem;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 0 5%;
}

.slideBox .hd li.on {
	font-weight: bold;
	border-bottom: .05rem solid #225CCB;
}

.slideBox .bd {
	margin-top: .25rem;
	border-radius: .1rem;
}

/*获奖信息*/
.honor li {
	background: url(../images/bg-item.png) no-repeat left 7px;
	padding-left: .2rem;
	margin-bottom: .2rem;
}

.honor li:last-child {
	margin-bottom: 0;
}

/*工作经历*/
.work li {
	display: table;
	border-spacing: .15rem
}

.work li span {
	display: table-cell;
	width: 2.08rem;
	height: .42rem;
	line-height:.42rem;
	text-align: center;
	background: #f5f5f5;
	color: #1c65aa;
	font-size: .18rem;
	font-weight: bold;
	vertical-align: middle;
}

.work li p {
	display: table-cell;
	font-size: .16rem;
	color: #3c3d3d;
	vertical-align: middle;
}

/*论文成果*/
.kydata {
	padding-top: 1px;
}

.kydata li {
	background: url(../images/iconcg.png) no-repeat left 11px;
	min-height: .43rem;
	font-size: .16rem;
	line-height: .3rem;
	padding-left: .37rem;
	margin-bottom: .2rem;
	padding-top: .05rem;
}

.kydata li:last-child {
	margin: -.05rem 0 0 -.22rem;
}

.kydata li a:hover {
	color: #225CCB;
}

.kydata .details {
	font-size: .14rem;
	color: #fff;
	background: #225CCB;
	display: block;
	margin: 0 auto;
	line-height: .48rem;
	margin-top: .2rem;
	width: 1.8rem;
	text-align: center;
	opacity: 1;
}

.kydata .details a {
	color: #fff;
}

.kydata .details:hover {
	font-weight: bold;
	opacity: 0.8;
}

/*研究方向*/
.direct {
	margin-top: .3rem;
}

.direct li {
	background: url(../images/sjxico.png) no-repeat left 5px;
	padding-left: .2rem;
	margin-bottom: .2rem;
}

.direct li:last-child {
	margin-bottom: 0;
}


/*研究方向*/
.directionbox {
	width: 100%;
	padding: .6rem 0;
	background: #f8f8f8;
}

.yjbg {
	width: 100%;
	overflow: hidden;
}

.yjbg img {
	width: 100%;
	transition: all .5s;
}

.yjbg img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.yj_item {
	margin-top: -.8rem;
	text-align: right;
}

.yj_item .sub_c {
	display: inline-block;
	width: 45%;
	padding: .4rem .3rem;
	box-shadow: 0 .03rem .06rem rgba(0 ,0 ,0 , 20%);
	position: relative;
	background: url(../images/cgbg.png) no-repeat calc(100% - .6rem) calc(100% - .3rem) #fff;
	background-size: .95rem;
	text-align: left;
}

.yj_item .sub_c h1 {
	font-size: .48rem;
	color: #9d1519;
	font-weight: bold;
	margin-bottom: .2rem;
}

.yj_item .sub_c p {
	font-size: .18rem;
	color: #555;
}


/*团队成员*/
.teambox {
	position: relative;
	clear: both;
	background: #382e2f;
	padding: .8rem 0;
}

.teambox .teamtit {
	text-align: center;
	background: url(../images/teamtitbg.png) no-repeat center 0;
	height: 3.16rem;
	width: .88rem;
	line-height: .3rem;
	font-size: .24rem;
	color: #333;
	margin-bottom: .3rem;
	position: absolute;
	left: .25rem;
	top: 0;
	writing-mode: vertical-lr;
	padding: .5rem .3rem;
	letter-spacing: .08rem;
	min-height: 3.16rem;
}

.namebox {
	position: relative;
	font-size: .48rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.member {
	margin-top: .2rem;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.member .slick-list {
	width: calc(100% - 1.2rem);
	margin: 0 auto;
}

.member .slick-prev {
	position: absolute;
	left: -.1rem;
	top: 50%;
	margin-top: -.4rem;
	width: .6rem;
	height: .6rem;
	background: url(../images/prevbtn.png);
	cursor: pointer;
	opacity: 0.9;
}

.member .slick-next {
	position: absolute;
	right: -.1rem;
	top: 50%;
	margin-top: -.4rem;
	width: .6rem;
	height: .6rem;
	background: url(../images/nextbtn.png);
	cursor: pointer;
	opacity: 0.9;
}

.member .slick-prev:hover,
.member .slick-next:hover {
	opacity: 1;
}

.member p {
	font-size: .16rem;
	margin-bottom: .15rem;
}

.teambox .more {
	text-align: center;
	margin-top: .25rem;
}

.teambox .more a {
	float: none;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 .3rem;
	border-radius: .3rem;
	color: #fff;
}

.teambox .more a:hover {
	background: #225CCB;
	color: #fff;
	border: 1px solid #225CCB;
}

.member .slick-slide {
	float: left;
	margin: 0 .2rem;
	text-align: center;
}

.member li a {
	display: block;
}

.member li .picture {
	padding-top: 138%;
	position: relative;
	overflow: hidden;
}

.member li .picture img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s;
}

.member li p {
	font-size: .16rem;
	text-align: center;
	color: #333;
	margin-top: .15rem;
}

.team_intro {
	display: table;
	margin-bottom: .2rem;
}

.team_intro dl {
	display: block;
	margin-bottom: .1rem;
}

.team_intro dt {
	font-size: .16rem;
	display: block;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: .44rem;
	background: url(../images/membg.jpg) no-repeat left center #225CCB;
	height: .44rem;
	width: 1.7rem;
}

.team_intro dd {
	overflow: hidden;
	zoom: 1;
	line-height: .3rem;
	padding-left: .3rem;
	text-indent: 2em;
	margin-top: .1rem;
}


.bot_wrap {
	padding: 2.66rem 0 1rem;
	position: relative;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	margin-top: -.5rem;
}

.bot_wrap:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.2rem;
	left: 0;
	bottom: -1.8rem;
	right: 0;
	background: #f6f6f6;
	padding: 2.2rem 0 1rem;
	transform: skewY(-7deg);
	z-index: -1;
}

.tit_l {
	background: #fff;
	padding-left: 1.5rem;
	line-height: .8rem;
	border-radius: .4rem 0 0 .4rem;
	position: relative;
	margin: 0 0 .74rem
}

.tit_l h3 {
	display: inline-block;
	font-size: .28rem;
	color: #333;
	vertical-align: top
}

.i_work {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1rem;
	height:1rem;
	background: #225CCB url(../images/i_job.png) 50% no-repeat;
	border-radius: 50%;
	border: .08rem solid #225CCB;
	margin: -.5rem .28rem 0 0;
}

.list_time {
	margin: -.15rem;
	padding: 0 .38rem;
}

.list_time a {
	background: #fff;
	float: left;
	width: calc(50% - .3rem);
	margin: .15rem;
	font-size: 0
}

.list_time time,
.list_time .txt {
	display: inline-block;
	vertical-align: middle
}

.list_time time {
	background: #830207;
	text-align: center;
	color: #fff;
	width: .9rem;
	vertical-align: middle;
	font-size: .18rem;
	line-height: .18rem
}

.list_time time em {
	display: block;
	background: #a70b0f
}

.list_time .txt {
	width: calc(100% - .9rem);
	padding: 0 .2rem;
}

.list_time h3 {
	font-size: .19rem;
	line-height: .32rem;
	color: #666;
	max-height: .64rem
}

.list_time a:hover {
	transform: translateY(-8px);
	box-shadow: 0 .03rem .16rem rgba(0, 0, 0, .1)
}


.t_link a:hover i {
	animation: icon-bounce 0.5s alternate;
}



@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
}

.whitebg {
	background: #fff;
	margin-top: -1.5rem;
	box-shadow: 0 .03rem .06rem rgb(0 0 0 / 20%);
}

.introbox.whitebg .photobox {
	box-shadow: none;
}



/*研究方向页面*/
.list_R dt {
	font-size: .18rem;
	line-height: .3rem;
	padding-left: .13rem;
	padding: .08rem 0 .08rem .3rem;
	color: #fff;
	margin-top: .1rem;
	background: url(../images/list-dot.png) no-repeat 0px .19rem;
	background-size: auto .12rem;
}

.list_R dt a {
	color: #333;
}

.list_R dt:hover a {
	color: #225CCB;
}

.list_R dd {
	line-height: .28rem;
	font-size: .16rem;
	padding: .1rem .15rem .1rem .1rem;
	border-bottom: 1px dashed #e5e5e5;
	background: url(../images/linkicon.png) no-repeat .1rem .15rem;
	padding-left: .35rem;
}

.list_R dd:hover a {
	color: #225CCB;
}


/*团队成员页面*/
.pd-m {
	padding: .25rem 0
}

.team_c {
	margin-top: .15rem;
}

.team_c dl {}

.team_c dt {
	font-size: .16rem;
	display: block;
	padding: .1rem;
	position: relative;
	font-weight: bold;
	color: #225CCB;
	float: left;
}

.team_c dd {
	overflow: hidden;
	zoom: 1;
	line-height: .3rem;
	padding-top: .05rem;
}

.team_member {}

.team_member li {
	width: 16%;
	margin: .2rem 2%;
	padding: .05rem;
	float: left;
	text-align: center;
	background: #fff;
}

.team_member li a {
	display: block;
}

.team_member li .picture {
	padding-top: 140%;
	position: relative;
	overflow: hidden;
	background: rgb(34 92 203 / 15%);
}

.team_member li .picture img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.team_member li p {
	font-size: .16rem;
	line-height: .4rem;
	text-align: center;
}


/*分页*/
.page {
	text-align: center;
	margin: .4rem auto 0 auto;
	box-sizing: border-box
}

.page * {
	line-height: .26rem
}

.page button {
	margin: .05rem .03rem;
	min-width: .3rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	cursor: pointer;
	outline: 0;
	text-align: center
}

.page button:hover {
	background: #8c000b;
	color: #fff
}

.page .btn_dis {
	cursor: default;
	opacity: .7;
	background: #eee;
	color: #5e5e5e
}

.page .btn_dis:hover {
	background: #eee;
	color: #5e5e5e
}

.page .current_page {
	background: #013e74;
	color: #fff
}

.page .input_page_num {
	width: .3rem;
	height: .26rem;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	outline: 0
}

.page .page_total,
.page .page_text {
	color: #2b2b2b;
	font-size: .13rem
}


.page {
	text-align: center;
	font-size: 0.16rem;
}

.page a {
	text-align: center;
	border: 1px solid #225CCB;
	color: #225CCB;
	margin-top: .2rem;
	padding: 0 10px;
	line-height: 0.28rem;
	font-size: 0.16rem;
	display: inline-block;
}




.pages {
	text-align: center
}


.pages {
	margin-top:30px;
	
}

.pages table{width:auto !important; margin:0 auto}
 tbody{
     border: none;
 
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #225CCB !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #225CCB !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #225CCB !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= #225CCB, EndColorStr= #225CCB)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from( #225CCB), to( #225CCB))!important;
    background: -moz-linear-gradient( top, #225CCB, #225CCB)!important;
    background: -ms-linear-gradient(top, #225CCB, #225CCB)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.yd_pages{
    text-align: center;
    background-color: #225CCB;
    color: #fff;
    padding: 10px;
    border-radius: 60px;
    margin-top: 30px;
}


/*综合页面*/
.partbox {
	background: #fff;
	padding: .3rem 0;
}

.nobg {
	background: transparent;
}

.location {
	position: relative;
	line-height: .6rem;
	border-bottom: .02rem solid #225CCB;
}

.location h1 {
	display: inline-block;
	font-size: .24rem;
	font-weight: bold;
	color: #225CCB;
	position: relative;
	padding-left: .14rem;
}

.location h1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .04rem;
	height: .2rem;
	background: #225CCB;
}

.location span {
	float: right;
	color: #999;
}

.compage {
	padding: 0px;
	min-height: 4rem;
}

.flow {
	padding-bottom: .3rem;
	border-bottom: 1px solid #e5e5e5;
	margin-top: .3rem;
}

.flow:last-child {
	border-bottom: 0;
}

.column_tit {
	line-height: .3rem;
	padding: .1rem 0;
	position: relative;
}

.column_tit:before {
	content: "";
}

.column_tit:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.column_tit .tmt {
	font-size: .22rem;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: .44rem;
}

.column_tit .tmt b {
	font-size: .32rem;
	color: #225CCB;
}

.column_tit a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: .28rem;
	font-size: .14rem;
	transition: all 0.3s;

}

.column_tit a:hover {
	color: #225CCB;
	margin-right: .05rem;
}

.column_tit h1 {
	padding: .05rem .2rem;
	background: #225CCB;
	color: #fff;
	font-size: .18rem;
	position: relative;
}

.compage a.morebtn {
	margin-top: 0;
	float: right;
	padding-left: .5rem;
	background: url(../images/morebg.png) no-repeat left 20px;
	font-size: .16rem;
	color: #225CCB;
	height: .5rem;
	line-height: .5rem;
}

.compage a.morebtn:hover {}

.flow .pl,
.tplist {
	line-height: .3rem;
}

.zhlist {}

.zhlist li {
	padding: .15rem 0 .15rem .28rem;
	font-size: .18rem;
	line-height: .36rem;
	background: url(../images/list-dot.png) no-repeat 0px .26rem;
	border-bottom: 1px solid #e5e5e5;
	background-size: auto .12rem;
}

.zhlist li:last-child {
	border-bottom: 0;
}

.zhlist li:hover a {
	color: #225CCB;
}

.tplist {}

.tplist li {
	width: calc(25% - 3%);
	margin: .1rem 1.5%;
	float: left;
	vertical-align: top;
}

.tplist li a {
	display: block;
}
.tplist li a img{
	display: block;
	width: 100%;
}
.tplist li a .pic_p {
	display: block;
	background: #f5f5f5;
	padding-top: 66.7%;
	position: relative;
	overflow: hidden;
}

.tplist li a .pic_p img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s;
}

.tplist li p {
	text-align: center;
	line-height: .45rem;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	color: #333;
	padding: 0 .05rem;
}

.tplist li a:hover p {
	color: #225CCB;
}



.tm_jjtp {
    float: none !important;
    margin: .1rem auto !important;
}


/*教师图片页面*/
.particular {
	float: left;
	width: 20%;
}

.particular li {
	padding: .2rem .1rem;
	background: #fff9f0;
	box-shadow: 0px 01rem .05rem #cfcfcf;
	margin-bottom: .15rem;
	border-top-left-radius: .1rem;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border-bottom-left-radius:.1rem;
	cursor: pointer
}

.particular li.on {
	background: url(../images/tabbg.png) no-repeat right bottom #225CCB;
	color: #fff;
}

.particular li.on a {
	color: #fff;
}

.piclist {
	width: 77%;
	float: left;
	margin-left: .2rem;
}

.piclist li {
	width: 30%;
	margin: 0 0 .2rem 2.8%;
	padding-bottom: .1rem;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e5e5e5
}

.piclist li span {
	display: table;
	width: 100%;
	height: 1.7rem;
}

.piclist li span a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.piclist li span a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.piclist li p {
	text-align: center;
	line-height: .28rem;
}

/*内容页*/
.content h2 {
	font-size: .32rem;
	text-align: center;
	margin-top: .2rem;
}

.content .Subtitle {
	text-align: center;
	padding: .15rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.content .Subtitle .time {
	display: inline-block;
	color: #888;
	margin: 0 .1rem;
	font-size: .14rem;
}

.content .Subtitle .click {
	display: inline-block;
	color: #888;
	margin: 0 .1rem;
	font-size: .14rem;
}

.content .subs {
	margin: .25rem 0;
	line-height: .3rem;
	font-size: .16rem;
}

.content .subs p img {
	max-width: 90%;
	margin: 0 auto;
}

.enclosure {}

.enclosure h3 {
	font-size: .16rem;
	display: inline-block;
	padding: .1rem .35rem .1rem .2rem;
	position: relative;
	background: #e8f0f9;
	border: 1px solid #0682d6;
	border-right: 0;
	font-weight: bold;
	color: #013e74;
}

.enclosure h3:after {
	content: "";
	width: .37rem;
	height: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	background: url(../images/btsj.png) no-repeat;
	background-size: 100% 102%;
}

.enclosure .wzlist {
	padding-left: .2rem;
}

.enclosure .wzlist li {
	background: url(../images/linkicon.png) no-repeat left .11rem;
	line-height: .28rem;
	padding: .05rem 0 .05rem .3rem;
}
.enclosure .wzlist li a:hover{
	color: #225CCB;
}

.enclosure .imglist {
	margin-top: .1rem;
}

.enclosure .imglist li {
	width: calc(25% - 3%);
	padding: .05rem;
	height: 2rem;
	vertical-align: top;
	margin: .1rem 1.5% .1rem 1.5%;
	border: .01rem solid #0166c0;
	float: left;
}

.enclosure .imglist li span {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.enclosure .imglist li span img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.flip {
	margin-top: .1rem;
}

.flip li {
	margin: .1rem 0;
	line-height: 1.5;
}

.flip li span {
	float: left;
	color: #225CCB;
	padding: 0 .1rem;
	font-weight: bold
}

.flip li a {
	display: block;
	overflow: hidden;
	zoom: 1;
	/* padding-top: .05rem; */
}


.flip li a:hover{
	color: #225CCB;
}

.flip li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

/*结构化内容页*/
.structure {
	margin: .2rem 0;
}

.structure dl {
	display: table;
	width: 100%;
	border-spacing: .05rem;
}

.structure dl:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.structure dl dt {
	display: table-cell;
	width: 15%;
	text-align: right;
	line-height: .28rem;
	padding: .1rem;
	background: rgba(34, 92, 203, 0.3);
	color: #333;
	vertical-align: middle;
	margin-right: .2rem;
}

.structure dl dd {
	display: table-cell;
	line-height: .28rem;
	padding: .1rem .15rem;
	vertical-align: middle;
	background: #f6f6f6;
}

/*标题列表页*/
.yd_list {
	display: none;
}

.titlist li {
	line-height: .2rem;
	padding: .1rem 0 .1rem .2rem;
	background: url(../images/gdjt.png) no-repeat left .19rem;
	background-size: .05rem;
	border-bottom: 1px dashed #a3a3a3
}


@media only screen and (max-width:1430px) {
	.more_ul {
		left: initial;
		right: 0
	}
}

@media only screen and (max-width:1399px) {

	#menu {
		margin-left: 0;
		width: calc(100% - .89rem);
	}

	#menu:before {
		left: .2rem;
	}

	a.yiji_nav {
		padding: 0 .28rem;
	}
}

@media only screen and (max-width:1200px) {
	.banner{
		margin-top: .75rem;
	}
	body {
		background-size: 100% 300px;
	}
	.select_box {
		left: initial;
		margin-left: 0
	}

	#menu {
		margin-left: .1rem
	}

	a.yiji_nav {
		padding: 0 .16rem
	}

	.info_tag {
		display: block;
		overflow: hidden;
		margin: .16rem 0 -.1rem
	}

	.info_tag li {
		float: left;
		display: block;
		width: 50%;
		margin: .1rem 0
	}


}

@media only screen and (max-width: 1024px) {
	body {
		background-size: 100% 250px;
	}
	.searchbtn {
		display: none;
	}

	.searhbox01
	{
		display: none;
	}

	.nav {
		display: none
	}

	.mob {
		display: block
	}

	.t_link {
		margin-right: .56rem
	}

	.nav-icon {
		margin-left: auto;
		display: block;
	}

	.t_login,
	.eng,
	.searchbtn {
		display: none !important;
	}

	#menu {
		width: 0;
	}

	.more_ul {
		width: 2.2rem;
		right: 0;
		left: auto
	}

	ul.erji_nav {
		position: relative;
		left: auto;
		top: auto;
		display: none
	}

	.select_box .more_ul li a {
		background: #225CCB
	}

	a.yiji_nav {
		text-align: left;
		width: 85%;
		float: left;
		text-indent: .1rem;
	}

	li.yiji_nav .jt {
		display: block;
		width: .2rem;
		height: .2rem;
		z-index: 122;
		position: absolute;
		right: 10px;
		top: 11px;
		background: url(../images/jtx.png) center center no-repeat;
		background-size: .15rem
	}

	.namebox:after {
		display: none;
	}

	.introbox {
		padding: .6rem 0 0;
	}

	.partbox {
		margin-top: 0;
	}

	.basic {
		float: none;
		width: calc(100% - .5rem);
		margin-left: auto;
		margin-right: auto;
	}

	.leftbox {
		float: none;
		padding-right: 0;
		width: 100%;
		margin-top: .8rem;
	}

	.part {
		background: url(../images/partbg.jpg) no-repeat center top;
		margin-top: .4rem;
		padding-bottom: .42rem;
		padding-top: .3rem;
		background-size: cover;
	}

	.location span {
		display: none;
	}

	.yj_item .sub_c {
		width: 60%;
	}

	.yd_list {
		display: block;
	}

	.pc_list {
		display: none;
	}

	.zhlist li {
		font-size: .18rem;
	}

	.location h1 {
		font-size: .24rem;
	}

	.contain {
		float: none;
		width: 100%;
	}

	.tutor {
		top: 0
	}

	.enclosure .imglist li {
		width: 23%;
		height: 1.5rem;
	}

	.structure dl dt {
		width: 25%;
	}

	.footer {
		position: relative;
	}

	.location {}
}

@media only screen and (max-width: 959px) {
	.introbox .photobox {
		float: none;
		margin: 0 auto .4rem;
	}

	.nav-icon {
		top: .2rem
	}

	.news_l,
	.news_r {
		float: none;
		width: auto
	}

	.social_wrap {
		margin: .6rem 0 .4rem
	}

	.tit_t {
		margin-top: 0
	}

	.bot_wrap {
		padding: 2.26rem 0 .6rem;
		margin-top: -.2rem;
	}


	.brief {
		margin: 0 auto;
		width: auto;
		float: none;
		padding: .34rem .36rem .5rem .36rem;
	}

	.brief .con {
		height: auto
	}

	.brief .data li {
		width: auto;
		float: none;
		margin: .15rem 0;
		line-height: .26rem;
	}

	.contact p {
		width: auto;
		float: none;
	}

	.edu {
		float: none !important;
		width: auto;
	}

	.member li {
		width: 33.333%;
		margin-top: .15rem;
	}

	.research {
		float: none !important;
		width: auto;
	}

	.team {
		height: 5.4rem;
	}

	.tit {
		font-size: .16rem;
	}

	.nrwz a {
		margin-top: 0
	}

	.menlist li span {
		height: 1.89rem;
	}

	.teacher_pic {
		margin-right: .2rem;
	}

	.teacher_int {
		width: 97%;
		float: none;
		margin-left: 0
	}

	.tplist li {
		width: calc(33.333% - 3%);
	}

	.tplist li span {
		height: .9rem;
	}

	.piclist li {
		width: 29.8%
	}

	.piclist li span {
		height: 1.2rem;
	}

	.team_member li {
		width: 23%;
		margin: .15rem 1%;
	}

}

@media only screen and (max-width:768px) {
	body {
		background-size: 100% 200px;
	}
	.content h2 {
		font-size: .24rem;
	}

	.introbox {
		padding: .2rem 0;
	}

	.brief {
		float: none;
		width: 100%;
		padding: .34rem .2rem .5rem .2rem;
	}

	.tit_in a {
		right: -.2rem
	}

	.name {}

	.perbox {
		height: auto;
		min-height: 5.9rem;
		padding-bottom: .8rem;
	}

	.perbox ul {
		height: auto;
	}

	.team_member li {
		width: 31.333%;
	}

	.structure dl dt,
	.structure dl dd,
	.structure dl {
		display: block;
		width: auto;
		text-align: left;
		margin-top: .1rem;
		margin-right: 0;
	}

	.member li {
		width: 50%;
		margin-bottom: .15rem;
	}
	.content .subs{
		font-size: .18rem;
		line-height: 2;
	}
	.enclosure .wzlist li{
		background-position: left .05rem;
	}
	.list_R dd{
		background-position: .05rem .1rem;
	}

        .compage {

	    min-height: 4.2rem;
       }

}

@media only screen and (max-width:640px) {
	body {
		background-size: 100% 1.5rem;
	}

	.tit {
		line-height: .4rem
	}

	.tit h3 {
		font-size: .18rem;
		padding: 0 .24rem 0 .15rem;
		line-height: .54rem;
	}

	.tit_l h3,
	.tit_t {
		font-size: .18rem
	}

	.tit h3:before {
		width: .26rem;
	}

	.more_r {
		font-size: .12rem;
		padding: 0 .1rem;
	}

	.list_time {
		margin: -.2rem 0;
		padding: 0 .1rem;
	}

	.list_time a {
		float: none;
		width: auto;
		margin: .2rem 0;
		display: block;
	}

	.list_row a:hover {
		padding-left: .16rem
	}

	.list_row time em,
	.list_row time span {
		font-size: .12rem
	}

	.list_row .txt {
		float: left;
		width: calc(100% - 1.28rem);
	}

	.list_row .txt h3,
	.list_row .txt p,
	.list_arrow a,
	.list_time h3 {
		font-size: .16rem
	}

	.list_time time {
		font-size: .16rem;
		line-height: 2;
		width: .7rem;
	}

	.list_time h3 {
		line-height: .24rem;
		max-height: .48rem;
	}

	.list_time .txt {
		width: calc(100% - 80px);
		padding: 0 0 0 .15rem;
	}

	.list_row2 a {
		font-size: .16rem;
		line-height: .3rem;
		max-height: .6rem;
	}

	.tit_l {
		padding-left: .7rem;
		line-height: .46rem;
	}

	.i_work {
		width: .5rem;
		height: .5rem;
		border-width: .03rem;
		background-size:.26rem;
		margin-top: -.25rem;
	}



	.part_tit h1 {
		font-size: .22rem;
	}

	.bkbox {
		padding: .15rem;
	}

	.work li {
		border-spacing: 0;
		margin-bottom: .15rem;
	}

	.slideBox .hd {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.slideBox .hd li {
		font-size: .18rem;
		margin: 0 3%;
	}

	.slideBox .hd li.on {
		font-size: .22rem;
	}

	.itembox,
	.slideBox,
	.partbox {
		padding: .2rem 0;
	}

	.experice li span {
		display: inline-block;
	}

	.experice li p {
		display: block;
	}

	.work li span {
		display: block;
	}

	.work li p {
		display: block;
		font-size: .16rem;
		margin-top: .1rem;
	}

	.yj_item {
		text-align: center;
	}

	.yj_item .sub_c {
		width: 90%;
		margin: 0 auto;
		padding: .2rem;
	}

	.yj_item .sub_c h1 {
		font-size: .36rem;
	}

	.team_intro h1 {
		width: 70%;
		height: .5rem;
		line-height: .5rem;
		display: block;
	}

	.team_intro p {
		display: block;
		width: auto;
		padding-left: 0;
		margin-top: .1rem;
	}

	.team_c dt {}

	.team_member li {
		width: 48%;
	}

	.tplist li {
		width: calc(50% - 3%);
	}

	.relist li {
		width: auto;
		float: none !important;
	}

	.member .slick-list {
		width: calc(100% - .6rem);
	}

	.member .slick-next,
	.member .slick-prev {
		width: .3rem;
		height: .3rem;
		background-size: 100% 100%;
	}

}

@media only screen and (max-width:414px) {
	.namebox {
		font-size: .32rem;
	}

	.intro .name {
		font-size: .24rem;
		line-height: .46rem;
		padding-left: 1.03rem;
		width: 100%;
		background-size: 100%;
	}

	.teambox .teamtit {
		background-size: 75%;
		min-height: auto;
		height: auto;
		letter-spacing: 0px;
		top: -.19rem;
		padding: .72rem .3rem;
	}

	.brief .data li,
	.kydata li,
	.yj_item .sub_c p,
	.team_intro p {
		font-size: .14rem;
	}

	.kydata li {
		margin-bottom: .1rem;
		padding-left: .29rem;
	}

	.team_intro dd {
		padding-left: 0;
		font-size: .14rem;
	}

	.itembox,
	.slideBox {
		padding: .2rem;
	}

	.part {
		margin-top: -1.60rem;
		padding-top: 1.69rem;
	}

	.itembox .title span {
		font-size: .16rem;
		margin-left: 0;
	}

	.perbox {
		margin-top: -.65rem;
	}

	.zhlist li {
		font-size: .14rem;
	}

	.perbox li p {
		white-space: break-spaces;
		overflow: initial;
	}

	.member {
		float: none;
		clear: both;
		width: auto;
	}

	.through .experice li span {
		font-size: .19rem;
	}

	.member li:nth-child(even) {
		margin-right: 0;
	}

	.member li {
		width: calc(50% - .08rem);
	}

	.tplist li a span {
		height: 1.30rem;
		line-height: 1.29rem;
	}
}

@media only screen and (max-width:380px) {
	body {
		background-size: 100% 1.20rem;
	}
	.introbox.whitebg .brief {
		padding: 0 .1rem;
	}

	.name h1 {
		font-size: .22rem;
	}

	.name h1 span {
		margin-left: .2rem;
	}

	.brief .data li {
		margin: .1rem 0;
	}

	.relist {
		padding: .15rem .1rem;
	}

	.itembox,
	.slideBox,
	.partbox {
		padding: .1rem;
	}
}

@media only screen and (max-width:320px) {
	.part01:after {
		display: none;
	}

	.name h1:after {
		display: none;
	}

	.tutor a {
		width: 90%;
		font-size: .14rem;
	}

}




/* 新闻列表1 */
.newlist li {
    margin-bottom: .15rem;
    border-bottom: 1px dashed #ddd;
}

.newlist li a {
    padding: .3rem;
    align-items: center;
}

.newlist li a:hover {
   /* background: linear-gradient(250deg, #1DB3DB 45%, #1149b3 105%);*/
    background-color:#1149b3
}

.newlist li a::after {
    left: 0;
    background: #07839B;
}

.newlist li .scale {
    width: 3.3rem;
    position: relative;
    z-index: 2;
}

.newlist li .con {
    width: calc(100% - 3.3rem);
    padding-left: .3rem;
}

.newlist li span {
    font-size: 0.16rem;
    color: #999;
    line-height: 1.3;
    transition: 0.5s;
    /* padding-bottom: 0.15rem; */
    align-items: baseline;
    font-family: sy;
    /* padding-right: 0.25rem; */
}

.newlist li span i {
    font-style: normal;
    color: #07839B;
    font-weight: bold;
    font-size: 0.24rem;
    transition: 0.5s;
    display: block;
    margin-right: .05rem;
    font-family: sy;
}

.newlist li span::after {
    width: 1.6rem;
    height: 0.07rem;
    background: url(../images/n-date1.png) no-repeat;
    background-size: 100% !important;
    right: 0;
    left: auto;
}

.newlist li h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.32rem;
    margin: .2rem 0 .15rem;
    transition: 0.5s;
    font-weight: 600;
}

.newlist li h4 {
    font-size: 0.16rem;
    color: #888;
    line-height: .3rem;
    max-height: 0.6rem\0;
    transition: 0.5s;
    margin-bottom: 0.12rem;
}

.newlist li .p {
    justify-content: flex-end;
    opacity: 0;
    transition: 0.5s;
}

.newlist li .p p {
    color: #fff;
    font-size: 0.18rem;
    padding-right: 0.25rem;
    padding-bottom: 0.1rem;
}

.newlist li .p p::after {
    width: 0.82rem;
    height: 0.21rem;
    background: url(../images/n-more.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0;
}

@media (max-width: 1199px) {
    .n_banner {
        margin-top: .75rem;
    }

    .n_banner:before {
        display: none;
    }
}

@media(min-width: 1024px) {
    .newlist li a:hover::after {
        width: 100%;
    }

    .newlist li a:hover h3,
    .newlist li a:hover p,
    .newlist li a:hover span,
    .newlist li a:hover span i,
    .newlist li a:hover h4 {
        color: #fff;
    }

    .newlist li a:hover span::after {
        background: url(../images/n-date2.png) no-repeat;
    }

    .newlist li a:hover h4 {
        opacity: .7;
    }

    .newlist li a:hover .p {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .newlist li {
        margin-bottom: 0;
    }

    .newlist li a {
        padding: .25rem 0;
    }

    .newlist li .p {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .newlist li .scale {
        width: 2.3rem;
    }

    .newlist li .con {
        width: calc(100% - 2.3rem);
        padding-left: .2rem;
    }

    .newlist li h3 {
        margin: .1rem 0;
    }

    .newlist li p {
        -webkit-line-clamp: 2;
        line-height: .28rem !important;
    }

    .newlist li span {
        font-size: .16rem;
        padding-bottom: 0;
    }

    .newlist li span:after {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .newlist li .scale {
        width: 1.6rem;
    }

    .newlist li .con {
        width: calc(100% - 1.6rem);
    }
}