.cont { margin: 0 auto 140px auto;}

#TeacherDetails .teacherImg .teacherImg_right{height:auto;}

.wrap{width: 100%;min-width: 1300px;margin: 0 auto;position: relative;}
.cont{width: 1200px;margin: 0 auto;position: relative;}
#top{

}
#top img{
	width: 100%;
}
#nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#nav .cont{
	text-align: center;
}
#nav .hasSlide{
    font-size: 16px;
    color: #FFFFFF;
	display: inline-block;
	float: left;
	position: relative;
	padding: 0 8.5px;
	line-height: 120px;
}
#nav .hasSlide:hover{
	background: #00388f;
	border-bottom: 1px solid #4d74b1;
}
#nav .slide{
	position: absolute;
	top: 121px;
	width: 368px;
	left: 0;
	background: rgba(0,56,143,0.95);
	line-height: initial;
	text-align: left;
	display: none;

}
#nav .slide a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 22px;
	border-bottom: 1px solid #4d74b1;
}
#nav .slide:nth-last-of-type(1){
	margin-right: 0;
}
#nav .hasSlide a{
	color: #FFFFFF;
}
#nav .logo{
	width: 180px;
	margin-top: 27px;
	margin-right: 15px;
}
#nav .logo img{width: 100%;}
#banner .swiper-slide img{width: 100%;}
#banner .pagination{
	text-align: center;
	position: absolute;
	bottom: 70px;
	width: 100%;
	height: 10px;
	z-index: 10;
	
}
#banner .pagination span{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 15px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 50%;
}
#banner .pagination span.swiper-active-switch{
	background: #2f4c9d;
}
#banner #nav{
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.1));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1),rgba(0,0,0,0.1));
    background: -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0.1));
}

#links {z-index: 100;}
#links .cont{
	background: #2f4c9d;
	padding: 30px;
	top: -50px;
	box-sizing: border-box;
}
#links .cont a{
	color:#ffffff;
	font-size: 19px;
	margin-right: 18px;
}
#links .cont a:hover{
	text-decoration: underline;
}
#ViewsPapers .title{
  font-size: 32px;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}
#ViewsPapers .title .more{
	color: #b1173e;
	font-size: 18px;
	margin-top: 16px;
}
#ViewsPapers .left{
	width: 570px;
}
#ViewsPapers .left .img{
	width: 100%;
	height: 322px;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
}
#ViewsPapers .left .img .date{
	position: absolute;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	background: #af1b40;
	bottom: 0px;
	box-sizing: border-box;
	padding: 10px 0;
	line-height: 30px;
	left: 20px;
}

#ViewsPapers .left .img img{
	width: 100%;
	opacity: 1;
	transition: all 0.5s;
	height: auto;
}
#ViewsPapers .left .img:hover img{
	opacity: 0.5;
	transition: all 0.5s;
}
#ViewsPapers .left .text p.t a{
    font-size: 18px;
    line-height: 35px;
    color: rgb(0, 0, 0);
}
#ViewsPapers .left .text p.b{
	margin-top: 15px;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 25px;
}
#ViewsPapers .right{
	width: 590px;
	margin-left: 25px;
}
#ViewsPapers .right .item{
	width: 282px;
	margin-right: 25px;
}
#ViewsPapers .right .item:nth-of-type(2n){
	margin-right: 0;
}
#ViewsPapers .right .item .img{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
#ViewsPapers .right .item .img img{
	width: 100%;
	opacity: 1;
	height: auto;
	transition: all 0.5s;
}
#ViewsPapers .right .item .img:hover img{
opacity: 0.5;
	transition: all 0.5s;
}
#ViewsPapers .right .item .text{
	padding: 25px 0;
}
#ViewsPapers .right .item .text a{
  font-size: 15px;
  color: rgb(0, 0, 0);
}
#LecturesSeminars{
	margin-top: 40px;
	padding: 40px 0 80px;
	background: #eeeeee;
}
#ViewsPapers .right .item .text a:hover{
	color: #2f4c9d;
}
#LecturesSeminars .title{
	font-size: 32px;
  	color: rgb(0, 0, 0);
  	margin-bottom: 30px;
}
#LecturesSeminars .title .more{
	color: #b1173e;
	font-size: 18px;
	margin-top: 16px;
}
#LecturesSeminars .item{
	width: 380px;
	margin-right: 30px;
}
#LecturesSeminars .item:nth-last-of-type(1){
	margin-right: 0;
}
#LecturesSeminars .item .img{
	width: 100%;
	height: 210px;
	position: relative;
	overflow: hidden;
}
#LecturesSeminars .item .img img{
	width: 100%;
	opacity: 1;
	height: auto;
	transition: all 0.5s;
}
#LecturesSeminars .item .img:hover img{
	opacity: 0.5;
	transition: all 0.5s;
}
#LecturesSeminars .item .img .time{
	background: rgba(175,27,64,0.7);
	color: #ffffff;
	padding: 8px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#LecturesSeminars .item .text p.t{
	padding: 15px 0;
}
#LecturesSeminars .item .text p.t a{
    font-size: 15px;
    color: rgb(0, 0, 0);
}
#LecturesSeminars .item .text p.t a:hover{
	color: #2f4c9d;
}
#LecturesSeminars .item .text p.b{
    font-size: 13px;
    color: rgb(153, 153, 153);
}
#SchoolNews{
	background: #00388f;
	padding: 60px 0;
}
#SchoolNews .title{
    font-size: 32px;
    color: rgb(238, 238, 238);
    margin-bottom: 25px;
}
#SchoolNews .title a,#LecturesSeminars .title a,#ViewsPapers .title a{
	color:#b1173e;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
}
#SchoolNews .title .more{
	color: #b1173e;
	font-size: 18px;
	margin-top: 16px;
}
#SchoolNews .left{
	width: 780px;
	float: left;
}
#SchoolNews .left .top{
	width: 100%;
}
#SchoolNews .left .top .img{
	width: 100%;
	overflow: hidden;
	background: #fff;
	height: 440px;
}
#SchoolNews .left .top .img img{
	width: 100%;
	opacity: 1;
	height: auto;e 
	transition: all 0.5s;
}
#SchoolNews .left .top .img:hover img{
	opacity: 0.5;
	transition: all 0.5s;
}
#SchoolNews .left .top p.t{
	margin: 25px 0;	
}
#SchoolNews .left .top p.t a{
	font-size: 18px;
	color: #ffffff;
}
#SchoolNews .left .top p.t a:hover{
	text-decoration: underline;
}
#SchoolNews .left .top p.b{
	font-size: 14px;
	color: #ffffff;
}
#SchoolNews .left .bottom{
	margin-top: 35px;
}
#SchoolNews .left .bottom .item{
	width: 375px;
	margin-right: 30px;
}
#SchoolNews .left .bottom .item:nth-of-type(2){
	margin-right: 0;
}
#SchoolNews .left .bottom .item .img{
	width: 100%;
	height: 215px;
	background: #fff;
	overflow: hidden;
}
#SchoolNews .left .bottom .item .img  img{
	width: 100%;
	opacity: 1;
	height: auto;
	transition: all 0.5s;
}
#SchoolNews .left .bottom .item .img:hover img{
	opacity: 0.5;
	transition: all 0.5s;
}
#SchoolNews .left .bottom .item p.t{
	margin: 10px 0;
}
#SchoolNews .left .bottom .item p.t a{
	color: #eeeeee;
	font-size: 15px;
}
#SchoolNews .right{
	width: 390px;
	float: left;
	margin-left: 20px;
}
#SchoolNews .right .item{
	margin-bottom: 35px;
}
#SchoolNews .right .item .fl{
	width: 85px;
	background: #af1b40;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	
}
#SchoolNews .right .item .fl p.t{
	font-size: 20px;
}
#SchoolNews .right .item .fl p.b{
	font-size: 35px;
}
#SchoolNews .right .item .fr{
	width: 280px;
}
#SchoolNews .right .item .fr p.t{
	
	font-size: 20px;
	margin-bottom: 10px;
}
#SchoolNews .right .item .fr p.t a{
	color: #eeeeee;
	font-size: 18px;
}
#SchoolNews .right .item .fr p.t a:hover{
	text-decoration: underline;
}
#SchoolNews .right .item .fr p.b{
	color: #eeeeee;
	font-size: 12px;
	text-align: justify;
}
#video{
	overflow: hidden;
	height: 1303px;
	border-bottom: 5px solid #af1b40 ;
	background: #ffffff url(../images/videoBG.png) no-repeat bottom center;
	
}
#video .title{
	text-align: center;
	margin: 90px 0;
}
#video .title p.t{
	font-size: 44px;
	color: #333333;
}
#video .title p.b{
	font-size: 24px;
	color: #333333;
}
#video .clearfix{
	text-align: center;
	width: 750px;
}
#video .item{
	display: inline-block;
	width: 200px;
	margin-right: 50px;
}
#video .item p.t{
	color: #333333;
	font-size: 72px;
}
#video .item p.b{
	color: #999999;
	font-size: 20px;
}
#video .play{
	cursor: pointer;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -100px;
	transition: all 0.5s;
}
#video .play:hover{
	top: 490px;
	transition: all 0.5s;
}
#footer{
	background: #000000;
	overflow: hidden;
}
#footer .top{
	margin: 30px 0;
}
#footer .top .logo{
	width: 260px;
}
#footer .top .left{
	width: 480px;
	float: left;
}
#footer .top p{
	color: #999999;
	margin: 10px 0;
	font-size: 16px;
}
#footer .top p a {
	color: #999999;
	margin: 0 10px 0 0;
	font-size: 16px;
}
#footer .top .right{
	width: 580px;
	margin-left: 120px;
}
#footer .top .right img{
	margin-right: 20px;
}
#footer .top .right .items{
	margin-top: 50px;
	width: 450px;
}
#footer .top .right .items .fl{
  background-color:;
  width: 209px;
  height: 60px;
  color: #FFFFFF;
  margin-right: 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding:10px 14px 10px 74px ;
  font-size: 12px;
}
#footer .top .right .items .fl:nth-of-type(1){
	background: rgba(49, 49, 49,0.7) url(../images/foot-icon1.png) no-repeat 26px center;
}
#footer .top .right .items .fl:nth-of-type(2){
	background: rgba(49, 49, 49,0.7) url(../images/foot-icon2.png) no-repeat 26px center;
}
#footer .top .right .items .fl:nth-of-type(3){
	background: rgba(49, 49, 49,0.7) url(../images/foot-icon3.png) no-repeat 26px center;
}
#footer .top .right .items .fl:nth-of-type(4){
	background: rgba(49, 49, 49,0.7) url(../images/foot-icon4.png) no-repeat 26px center;
}
#footer .top .right .ewm{
	text-align: center;
	width: 129px;
	margin-top: 50px;
}
#footer .top .right .ewm p{
	font-size: 14px;
	color: #999999;
	margin: 0;
}
#footer .top .right .ewm img{
	width: 84%;
	margin-right: 0;
}
#footer .bottom{
	line-height: 60px;
	color: #999999;
	font-size: 16px;
	border-top: 1px solid #535353;
}
#shadow{
	display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
#shadow .close-btn {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #333;
    background-color: #eee;
    border-radius: 50%;
    cursor: pointer;
}
#shadow .videoWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15%;
    margin-left: -25%;
    width: 50%;
    height: 60%;
}
#shadow .video-hx{
	width: 100%;
    height: 100%;
    object-fit: fill;

}
#taught{
	padding: 60px 0;
	background: url(../images/taughtBG.png) no-repeat;
	background-size:100% 100% ;
	
}
#taught .left{
	width: 530px;
	box-sizing: border-box;
	padding-right: 75px;
	border-right: 1px solid #cdd2e3;
	margin-right: 75px;
}
#taught .right{
	width: 550px;
}
#taught .tit{
	color: #222222;
	font-size: 24px;
	margin-bottom: 30px;
}
#taught .list{
	margin-bottom: 40px;
}
#taught .list .item{
	background: url(../images/jt.jpg) no-repeat left 5px;
	padding-left: 30px;
	margin-bottom: 15px;
}
#taught .list .item p.t a{
	color: #222222;
	font-size: 18px;
}
#taught .list .item p.t a:hover{
	color: #af1b40;
}
#taught .list .item p.b{
	color: #666666;
	font-size: 16px;
}

#postgraduateProgram .item {
	margin-top: 60px;
}

#postgraduateProgram .top .tit{
	color: #000000;
	font-size: 48px;
	margin-bottom: 25px;
}
#postgraduateProgram .top .time,#postgraduateProgram .top .master{
	color: #555555;
	font-size: 18px;
}
#postgraduateProgram .item .subtit{
	color: #222222;
	font-size: 36px;
	margin-bottom: 25px;
}

#postgraduateProgram .item ul{
	margin-bottom: 25px;
}

#postgraduateProgram .item p.text{
	color: #555555;
	font-size: 18px;
	margin-bottom: 15px;
}

#postgraduateProgram .item ul li{
	margin-left: 40px;
	padding-left: 30px;
	background: url(../images/circle.jpg) no-repeat left 10px;
}

#dzqk .item1 {
	margin-top: 20px;
}

#dzqk .item1 .subtit{
	color: #222222;
	font-size: 20px;
	margin-bottom: 20px;
}

#dzqk .item1 ul{
	margin-bottom: 20px;
}

#dzqk .item1 p.text{
	color: #555555;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: justify; 
	margin-top: 5px; 
	line-height: 1.5em;
}

#dzqk .item1 ul li{
	margin-left: 20px;
	padding-left: 10px;
	line-height: 1.5em;
	background: url(../images/circle.jpg) no-repeat left 10px;
}

#dzqk .item2 {
	margin-top: 10px;
}

#dzqk .item2 .subtit{
	color: #222222;
	font-size: 20px;
	margin-bottom: 20px;
}

#dzqk .item2 ul{
	margin-bottom: 10px;
}

#dzqk .item2 p.text{
	color: #555555;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: justify; 
	margin-top: 5px; 
	line-height: 1.5em;
}

#dzqk .item2 ul li{
	margin-left: 20px;
	padding-left: 10px;
	line-height: 1.5em;
	background: url(../images/circle.jpg) no-repeat left 10px;
}

#postgraduateProgram .r{
	color: #af1b40;
	text-decoration: underline;
}
#postgraduateProgram .r1{
	color: #af1b40;
}
#postgraduateProgram table{
	max-width: 100%;
	display: inline-block;
}
#postgraduateProgram table{
	margin: 15px 0;
}
#postgraduateProgram table td,#postgraduateProgram table{
	border-color: #FFFFFF;
	/* text-align: center; */
}
#postgraduateProgram table .bg1{
	background: #d9ecff;
}
#postgraduateProgram table .bg2{
	background: #ffe9f5;
}
#postgraduateProgram table .bg3{
	background: #eef2fb;
}
#postgraduateProgram table .bg4{
	background: #fef4fc;
}
#postgraduateProgram table td,#postgraduateProgram table th{
	padding: 15px 10px;
}
#zxDetail {
	background: url(../images/timg1.png) no-repeat bottom center;
	background-size:100% ;
	padding:0px 0 264px;
}
#zxDetail .top{
	text-align: center;
	margin-top: 85px;
}
#zxDetail .top p.tit{
	color: #333333;
	font-size: 36px;
}
#zxDetail .top p.time{
	color: #999999;
	font-size: 18px;
	margin: 10px 0;
}
#zxDetail .top p.det{
	color: #333333;
	font-size: 18px;
	margin: 10px 0;
}
#zxDetail .bottom p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	
	text-align: justify; margin-top: 10px; line-height: 1.5em;
	font-family: 微软雅黑;
}

#zxDetail .bottom table tbody {
	overflow: hidden;
    border: 1px solid #d3d3d3;
    background: #fefefe;
    margin: 0 auto 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    width: 100%;
}
#zxDetail .bottom table {width: 100%;}
#zxDetail .bottom table tbody tr td{
	    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 10px 10px;
    text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	
	 margin-top: 10px; line-height: 1.5em;
	font-family: 微软雅黑;
	
}
#zxDetail .bottom table tbody tr td p{text-align: center;}

#zxDetail div.center{
	text-align: center;
	margin: 15px 0;
}
#zxDetail div.center img{
	max-width: 100%;
	display: inline-block;
}
#contactUs .item:nth-of-type(1){
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
}
#contactUs .item p.t{
	color: #222222;
	font-size: 36px;
	margin-bottom: 15px;
}
#contactUs .item p.b{
	color: #555555;
	font-size: 18px;
	margin-bottom: 10px;
}
#life{
	overflow: hidden;
}
#life .subtit{
	font-size: 36px;
	color: #555555;
	margin-bottom: 15px;
}
#life .text{
	color: #555555;
	font-size: 18px;
	line-height: 35px;
}
#zxList .item{
	padding: 20px 0;
	border-bottom: 1px dashed #dedede;
	overflow:hidden;
}
#zxList .item a{
	color: #333333;
	font-size: 16px;
	display:block;
	float:left;
	width:800px;
}
#zxList .item a:hover{
	color: #b1173e;
}
#zxList .item span{
	color: #999999;
	font-size: 16px;
}
#pages{
	margin-top: 50px;
}
#pages a{
	display: inline-block;
	height: 36px;
	border: 1px solid #dedede;
	line-height: 36px;
	min-width: 36px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-right: 20px;
}
#pages a:hover,#pages a.on{
	color: #b1173e;
	border-color:#b1173e ;
}
#pages a.n,#pages a.p{
	padding: 0 15px;
}
#dzqk .tabs{
	margin-bottom: 40px
}
#dzqk .tabs a{
	width: 210px;
	height: 48px;
	border: 1px solid #999999;
	color: #999999;
	text-align: center;
	line-height: 50px;
	margin-right: 10px;
	display: inline-block;
}
#dzqk .tabs a:hover,#dzqk .tabs a.on{
	background: #9a0000;
	color: #FFFFFF;
	border-color:#9a0000 ;
}
#dzqk .list .item{
	width: 292px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
#dzqk .list .item:nth-of-type(3n){
	margin-right: 0;
}
#dzqk .list .item .img{
	width: 100%;
	height: 376px;
	overflow: hidden;
	border: 1px solid #dedede;
}
#dzqk .list .item .img img{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.5s;
}
#dzqk .list .item:hover .img img{
	transform: scale(1.2);
	transition: all 0.5s;	
}
#dzqk .list .item .text{
	padding: 10px 0;
	color: #333333;
	text-align: center;
}
#dzqk .list .item:hover .text{
	color: #b22246;
}
#dzqk .list .item.pic .img,#dzqk .list .item.video .img{
	height: 208px;
	position: relative;
}
#dzqk .shadow{
	position: fixed;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
#dzqk .shadow .device{
	height: 80%;
	position: absolute;
	top: 10%;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
#dzqk .shadow .device .imgs{
	height: 100%;
}
#dzqk .shadow .device .imgs{
	height: 100%;
	text-align: center;
}
#dzqk .shadow .device .imgs img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 6%;
	display: none;
	max-width: 1060px;
}
#dzqk .shadow .device .imgs img:nth-of-type(1){
	display: inline-block;
}
#dzqk .shadow .device .left{
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
	opacity: 0.5;
	transform: scale(0.8);
	transition: all 0.5s;
}
#dzqk .shadow .device .left:hover{
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
}
#dzqk .shadow .device .right{
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	opacity: 0.5;
	transform: scale(0.8);
	transition: all 0.5s;
}
#dzqk .shadow .device .right:hover{
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
}
#dzqk .shadow .device .close{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	transform: rotate(0deg);
	transition: all 0.5s;
	cursor: pointer;
	
}
#dzqk .shadow .device .close:hover{
	opacity: 1;
	transform: rotate(90deg);
	transition: all 0.5s;
	
}
#dzqk .list .item.video .img p.text{
	text-align: right;
	color: #FFFFFF;
	background: linear-gradient(to bottom,rgba(0,0,0,0.4),#000000);
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
}
#dzqk .list .item.video .text{
	text-align: left;
}
#dzqk .list .item.video .text p.t{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}
#dzqk .list .item.video .text p.b{
	color: #999999;
	font-size: 16px;
}

#dzqk table{
/*	max-width: 100%; */
	display: inline-block;
}
#dzqk table{
	/*margin: 5px 0;*/
}
#dzqk table td,#dzqk table{
	border-color: #FFFFFF;
	/* text-align: center; */
}
#dzqk table .bg1{
	background: #d9ecff;
}
#dzqk table .bg2{
	background: #ffe9f5;
}
#dzqk table .bg3{
	background: #eef2fb;
}
#dzqk table .bg4{
	background: #fef4fc;
}
#dzqk table td,#dzqk table th{
	padding: 5px 3px;
}

#contactUs table{
	width: 100%;
	background-color: #FFFFFF;
	background: #eef2fc;
}
#contactUs table .bg1{background: #d9ebff;}
#contactUs table td,#contactUs table th{
	border-color: #FFFFFF;
	padding: 10px;
}
#contactUs table td{
	color: #666666;
}
#SchoolNews .right .item .fr p.t a{
  color: #eeeeee;
  font-size: 18px;
  word-wrap: break-word;
  word-break: normal;
}
#SchoolNews .right .item .fr p.t a:hover{
  text-decoration: underline;
  word-wrap: break-word;
  word-break: normal;
}
#SchoolNews .right .item .fr p.b{
  color: #eeeeee;
  font-size: 12px;
  text-align: justify;
  word-wrap: break-word;
  word-break: normal;
}