.trans {
	transition: all .5s;
}

.fnt_24 {
	font-size: 24px;
}

/*zysz*/
.ny_right_w {
	width: 100%;
	padding: 2% 5%;
}

.major h2.title {
	color: #0455be;
	font-size: .32rem;
	padding: .32rem 0 .22rem 0;
}

.major .content {
	font-size: .16rem;
	line-height: .28rem;
	color: #2e414a;
	text-align: justify;
	padding-bottom: .6rem;
}

.major .list {
	width: 5.9rem;
}

.major .list div.title {
	background: url(/images/img520_1.png) right center no-repeat;
	background-size: cover;
	line-height: .64rem;
	color: #fff;
	padding-left: .25rem;
	font-size: .2rem;
}

.major .list li {
	border-bottom: #e2e2e2 solid 1px;
}

.major .list li .name {
	font-size: .16rem;
	line-height: .55rem;
	padding-left: .25rem;
	cursor: pointer;
	position: relative;
	display: block;
	color: #000;
}

.major .list li .name:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: .28rem;
	background: url(/images/img16.png) center no-repeat;
	background-size: 100%;
	width: .16rem;
	height: 100%;
}

.major .list li .name:hover {
	background: #eee !important;
}

.major .list li .container {
	background: #f5f8f8 url() center bottom repeat-x;
	background-size: .08rem;
	padding: .25rem;
	font-size: .14rem;
	display: none;
}

.major .list li .container p {
	line-height: .22rem;
	color: #676767;
	text-align: justify;
}

.major .list li .container .title2 {
	font-size: .18rem;
	color: #656565;
	height: .65rem;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
}

.major .list li .container .title2:before,
.major .list li .container .title2:after {
	content: "";
	display: block;
	position: absolute;
	position: relative;
	width: 50%;
	height: 1px;
	background: #d5e0e0;
}

.major .list li .container .title2 span {
	padding: 0 .2rem;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.major .list li .container dd {
	line-height: .32rem;
	padding-left: .24rem;
	color: #676767;
	position: relative;
}

.major .list li .container dd:before {
	content: "";
	display: block;
	position: absolute;
	left: .02rem;
	top: 0;
	width: .06rem;
	height: .32rem;
	background: url(/images/img6_2.png) center no-repeat;
	background-size: 100%;
}

.major .list li .container dd a {
	color: #7545aa;
}

.major .list li .container .more {
	padding: .25rem 0 .15rem 0;
}

.major .list li .container .more a {
	display: block;
	margin: 0 auto;
	background: #137ccd;
	color: #fff;
	width: 1.46rem;
	height: .47rem;
	line-height: .47rem;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
	text-align: center;
}

.major .list li .container .more a:hover {
	background: #0455be;
}

.major .list li .container .btn {
	padding-top: .25rem;
}

.major .list li .container .btn a {
	-moz-border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	color: #636363;
	width: 1.36rem;
	height: .36rem;
	line-height: .34rem;
	text-align: center;
	border: #d6d4d8 solid 1px;
	background: #fff;
}

.major .list li .container .btn a:hover {
	color: #fff;
	background: #7545aa;
	border-color: #7545aa;
}

.major .list li:nth-child(even) .name {
	background: #f7f7f7;
}

.major .list li.on .name {
	background: #0455be;
	color: #fff;
}

.major .list li.on .name:before {
	background-image: url();
}



.major .list.fr li.on .name {
	background: #2574e4;
}

.major .list.fr li.on .name:before {}

.major .list.fr li .name:before {

	width: 0.09rem;
}

.major .list.fr .container dd:before {
	background-image: url();
}

.major .list.fr .container dd a {
	color: #2574e4;
}

.major .list.fr .container .btn a:hover {
	background: #2574e4;
	border-color: #2574e4;
}

/*zsfw*/
.index_01 {
	/* margin: 0 50px 0; */
	overflow: hidden;
}

.category_list li {
	margin-right: 33px;
	margin-bottom: 33px;
	float: left;
	width: calc((100% - 66px) / 3);
}

.category_list li:first-child {
	background: url(/images/index_list1.png) no-repeat;
	background-size: 100% 100%;
}

.category_list li:nth-child(2) {
	background: url(/images/index_list2.png) no-repeat;
	background-size: 100% 100%;
	color: #333333;
}

.category_list li:nth-child(3n) {
	margin-right: 0;
	background: url(/images/index_list3.png) no-repeat;
	background-size: 100% 100%;
}

.category_list li:nth-child(4n) {

	background: url(/images/index_list4.png) no-repeat;
	background-size: 100% 100%;
}

.category_list li:nth-child(5n) {

	background: url(/images/index_list5.png) no-repeat;
	background-size: 100% 100%;
}

.category_list li:nth-child(6n) {
	margin-right: 0;
	background: url(/images/index_list6.png) no-repeat;
	background-size: 100% 100%;
}

.category_list li a {
	display: block;
	padding: 30px 50px 60px;
	box-sizing: border-box;
}

.category_img {
	height: 90px;
}

.category_img img {
	width: 75px;
	height: 70px;
	margin-top: 20px;
	transition: all .3s;
	display: block;
	transform: translateY(0);
	transition: all .3s;
}

.category_list li a:hover .category_img img {
	transform: translateY(-10px);
}

.link_go img {
	width: 24px;
	height: 24px;
}

.category_tit {
	color: #fff;
	margin: 20px 0;
}

.category_list li:nth-child(2) .category_tit {
	/* color: #333; */
}

.category_tit p {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
}

.index_02 {
	overflow: hidden;
}

.index_introduc {
	padding: 50px;
	box-sizing: border-box;
	float: left;
	width: 50%;
	/* height: 500px; */
}

.introduc_squer {
	position: relative;
	color: #fff;
}

.introduc_squer em {
	position: absolute;
	display: block;
	width: 126px;
	height: 45px;
	left: 50%;
	margin-left: -63px;
	bottom: -22.5px;
	background: #fff;
}

.index_introduc.l .introduc_squer {
	border: 5px solid #4c9aff;
	padding: 20px 30px 50px;
	box-sizing: border-box;
}

.index_introduc.r .introduc_squer {
	border: 5px solid #e9518d;
	padding: 20px 30px 50px;
	box-sizing: border-box;
}

h1.index_title {
	text-align: center;
	color: #fff;
}

h1.index_title span {
	padding-bottom: 10px;
	display: inline-block;
}

h1.index_title a {
	color: #fff;
}

.index_introduc.l .introduc_squer h1 span {
	border-bottom: 2px solid #4c9aff;
}

.index_introduc.r .introduc_squer h1 span {
	border-bottom: 2px solid #e9518d;
}

.introduc_squer ul {
	margin: 30px 0 50px;
	height: 200px;
	overflow: hidden;
}

.introduc_squer ul li {
	margin-bottom: 20px;
	overflow: hidden;
}

.introduc_squer ul li a {
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	max-width: calc(100% - 50px);
}

.introduc_squer ul li .new_i {
	float: left;
	margin-left: 10px;
	animation: blink 1s infinite;
	-webkit-animation: blink 1s infinite;
}


@keyframes blink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 100;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 100;
	}

	100% {
		opacity: 0;
	}
}

.introduc_squer ul li::before a {
	content: "";
	background: url() no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	width: 5px;
	height: 5px;
	margin-right: 10px;
}

.index_03 {
	position: relative;
	margin-bottom: 50px;
}

.ratio-img,
.ratio-img img {
	width: 100%;
}

.tran_scale {
	overflow: hidden;
	display: block;
}

.tran_scale img {
	-webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
	transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.why_squer {
	width: 44%;
	height: 65%;
	background: url(/images/index_list7.jpg) no-repeat no-repeat;
	background-size: 100% 100%;
	padding: 6% 7%;
	box-sizing: border-box;
	color: #fff;
}

.v-m-c {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	position: absolute;
	left: 0;
	top: 50%;
}

.why_squer h1 {
	font-weight: bold;
}

.why_squer p {
	text-transform: uppercase;
}

.index_04 {
	margin-bottom: 6%;
	overflow: hidden;
}

.index_04 .index_title {
	color: #333;
}

.index_04 .index_title span {
	border-bottom: 2px solid #4c9aff;
	margin-bottom: 30px;
}

.student_list li {
	float: left;
	margin-right: 7px;
	width: calc((100% - 15px) / 3);
	position: relative;
	overflow: hidden;
}

.student_list li:last-child {
	margin-right: 0;
}

.student_list li dl dt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
}

/*zyjdnr*/
.major_cont {
	background: #f3f3f3 url() no-repeat 0 center;
	background-size: 100%;
	padding: 70px 0 160px 0;
}

.ny_right_n {
	width: 100%;
	padding: 2%;
}

.btn {
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #1e508d;
	border-radius: 8px;
	/*margin: 3.8% auto;*/
	border: none;
	font-size: 22px;
	display: block;
}

.index_05 {
	overflow: hidden;
	margin-bottom: 6px;
}

h1.index_title1 {
	text-align: center;
	color: #000;
}

h1.index_title1 span {
	padding-bottom: 10px;
	display: inline-block;
}

h1.index_title1 a {
	color: #000;
}

.index_introduc1 {
	padding: 20px;
	box-sizing: border-box;
	float: left;
	width: 40%;
	height: 500px;
}

.index_introduc2 {
	/* padding: 50px; */
	box-sizing: border-box;
	float: left;
	width: 60%;
	height: 500px;
}

.introduc_squer1 {
	position: relative;
	color: #fff;
}

.introduc_squer1 em {
	position: absolute;
	display: block;
	width: 46px;
	height: 45px;
	left: 50%;
	margin-left: -23px;
	bottom: -22.5px;
}

.index_introduc1.l .introduc_squer1 {
	/* border: 5px solid #23b7a9; */
	padding: 0 30px;
	box-sizing: border-box;
}

.index_introduc1.r .introduc_squer1 {
	border: 5px solid #e9518d;
	padding: 20px 30px 50px;
	box-sizing: border-box;
}


.index_introduc1.l .introduc_squer1 h1 span {
	border-bottom: 2px solid #4c9aff;
}

.index_introduc1.r .introduc_squer1 h1 span {
	border-bottom: 2px solid #e9518d;
}

.introduc_squer1 ul {
	margin: 30px 0 50px;
	/* height: 200px; */
	overflow: hidden;
}

.introduc_squer1 ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.introduc_squer1 ul li .date{
		float: left;
		color: #444;
		margin-right: 5px;
}
.introduc_squer1 ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	max-width: calc(100% - 150px);
}

.introduc_squer1 ul li .new_i {
	color: #4c9aff;
	float: left;
	margin-left: 10px;
	animation: blink 1s infinite;
	-webkit-animation: blink 1s infinite;
}


.index_06 {
	margin-bottom: 0.5%;
	overflow: hidden;
}

.index_06 .index_title {
	color: #333;
}

.index_06 .index_title span {
	border-bottom: 2px solid #23b7a9;
	margin-bottom: 30px;
}

.student_list1 li {
	float: left;
	margin-right: 7px;
	width: calc((100% - 7px) / 2);
	position: relative;
	overflow: hidden;
}

.student_list1 li:last-child {
	margin-right: 0;
	float: right;
}

.student_list1 li dl dt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
}

.index_07 {
	margin-bottom: 6%;
	overflow: hidden;
}

.index_07 .index_title {
	color: #333;
}

.index_07 .index_title span {
	border-bottom: 2px solid #23b7a9;
	margin-bottom: 30px;
}

.noHover {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
	/* Firefox 3.6-15 */
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
	/* ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????|???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????ï¿¥???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????Â¨???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????Ë‰???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????-???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????|???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????3???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????ï¿  */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 45px 0;
	transition: all .3s;
}

.noHover1 {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
	/* Firefox 3.6-15 */
	background: none;
	/* ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????|???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????ï¿¥???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????Â¨???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????Ë‰???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????-???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????|???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????3???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????ï¿  */
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: -60px;
	transition: all .3s;
}

.noHover img {
	width: 45px;
	height: 45px;
	display: inline-block;
}


.noHover1 img {
	width: 128px;
	height: 128px;
	display: inline-block;
}

.Hover {
	background: rgb(31 173 247 / 95%);
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateX(-100%);
	transition: all .3s;
}

.hover_circle {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	color: #23b7a9;
	padding: 40px 0;
	box-sizing: border-box;
}

.student_list li dl:hover .Hover {
	transform: translateX(0);
}

.student_list li dl:hover .noHover {
	transform: translateY(100%);
}

.student_list1 li dl:hover .Hover {
	transform: translateX(0);
}

.student_list1 li dl:hover .noHover {
	transform: translateY(100%);
}