@media only screen and (min-width:800px) {
	.pc-hide {
		display: none!important;
	}
	.section5 .ul_box1 li .section5_l{width: 24%;float: left;}
}
/*ipad*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
	
	.fleft{float: left;}
	.wrap_r_new{
		width: 100%;
	}
	.m-hide {
		display: none!important;
	}
	body {
		width: 100%;
		min-width: 100%;
		max-width: 768px;
	}
	.wrap {
		width: 100%;
	}
	.banner img {
		width: 100%;
	}
	#nav .nav_1 p {
		clear: both;
		margin-top: 2px;
		font-size: 20px;
		color: #fff;
		margin-left: 0px;
		text-align: center;
	}
	#nav .nav_1 .logo {
		text-align: center;
	}
	.cont {
		width: 93.6%;
		margin-left: 3.2%;
		position: relative;
	}
	#nav .menu {
		width: 6.478%;
		margin-top: 10px;
	}
	#nav .menu div {
		width: 100%;
		height: 5px;
		background: #FFFFFF;
		margin-bottom: 10px;
		transition: all 0.5s;
		border-radius: 2.5px;
	}
	#nav .menu.on .line1 {
		transform: rotate(45deg);
		position: relative;
		top: 10px;
		transition: all 0.5s;
	}
	#nav .menu.on .line2 {
		display: none;
		transition: all 0.5s
	}
	#nav .menu.on .line3 {
		transform: rotate(-45deg);
		position: relative;
		transition: all 0.5s;
		margin-top: -5px;
	}
	#nav .nav-center {
		width: 38%;
		/*margin: 0 auto;*/
		overflow: hidden;
	}
	#nav .nav-center .fl {
		clear: both;
	}
	#nav .nav-center p.fl{
		display: none;
	}
	#nav .menu {
		position: absolute;
		left: 89.2%;
		top:-9px;
		z-index: 100;
	}
	#nav .nav_1 {
		position: relative;
		padding: 0;
	}
	#nav {
		padding: 25px 0 0;
		background: url(../images/bg_bbb.png) repeat;
		height: auto;
		margin-bottom: 0px;
	}
	#nav .nav_1 .m-search {
		position: absolute;
		top: -6px;
		right: 3.2%;
	}
	#nav .nav_1 .m-search img{
		width: 24%;
	}
	#nav .nav_1 .searchBox{
		height: 0px;
		overflow: hidden;
		transition: all 0.5s;
	}
	#nav .nav_1 .searchInput {
		width: 100%;
		border-radius: 4px;
		background: #FFFFFF;
		height: 40px;
		margin: 0;
		transition: all 0.5s
	}
	#nav .nav_1 .searchBox.on {
		height: 40px;
		transition: all 0.5s;
		margin-bottom: 25px;
	}
	#nav .menus{display: none;position: absolute;z-index: 10;}
	#nav .nav_1{
		overflow: inherit;
	}
	#nav ul {
		display: block;
		background: #363a41;
		width: 100%;
	}
	#nav ul a{
		
	    color: #FFFFFF;
	    font-size: 28px;
		text-align: left;
	}
	#nav ul li {
		text-align: left;
		width: 100%;
		display: block;
		
		/*background: url(/images/m-menu-bg.png) repeat-x left bottom;*/
		font-size: 28px;
		color: #ffffff;
		position: relative;
	}
	#nav ul li .cont{
		height: 60px;
		line-height: 60px;
		background: url(/images/m-menu-bg.png) repeat-x left bottom;
	}
	#nav ul li .more{
		position: absolute;
		right: 0%;
		top: 25px;
		transition: all 0.5s;
		margin: 0;
	}
	#nav ul li .more.on{
		transform: rotate(180deg);
		transition: all 0.5s;
	}
	#nav ul li .submenu{
		display: none;
		background: #474c54;
		position: absolute;
		left: 0;
		top: 61px;
		z-index: 10;
	}
	#nav ul li .submenu .cont{
		font-size: 26px;
		background: none;
		border-bottom: 1px solid #5a5e65;
	}
	#nav ul li  img{
		width: 24px;
		margin-right: 10px;
		float: left;
		margin-top: 18px;		
	}
	.footer-logo{width: 100%;}
	.footer-p{font-size: 28px;}
	.footer .menus{
		display: block;background: #34383f;
		
	}
	.footer .menus li{
		background: #34383f;
		/*z-index: 10;*/
		position: relative;
		display: block;
		width: 100%;
		/*border-bottom: 1px dashed #abacaf;*/
		color: #abacaf;
		text-align: left;
		height: 61px;
		line-height: 60px;
		font-size: 28px;
	}
	.footer .menus li .cont{
		border-bottom: 1px dashed #abacaf;
	}
	.footer .fl{float: none;}
	.footer{height: auto;}
	.footer .menus li .more{
		float: right;
		margin-top: 25px;
		transition: all 0.5s;
		
	}
	.footer .menus li a{color:#abacaf ;}
	.footer .menus li .more.on{
		transform: rotate(180deg);
		transition: all 0.5s;
	}
	.footer .menus li .submenu{
		display: block;
		position: absolute;
		left: 0;
		top: 61px;
		width: 100%;
		z-index: 500 ;
		display: none;
		background: #474c54;
	}
	.footer .menus li .submenu li{
		background:#474c54 ;
	}
	.footer .menus li .share{
		width: 25px;
		display: inherit;float: left;
		    margin: 18px 10px 0 0;
	}
	.wrap_c{width: 100%;margin-left: 0;}
	.wrap_c p{text-align:left;font-size: 20px;line-height: 24px;}
	.wrap_r{width: 100%;float: left;}
	.ul_box1 li.short {
	    width: 50%;
	    float: left;
	    display: block;
	    margin-bottom: 10px;
	    display: block;
	}
	.content_div h3 a {
	    color: rgb(51, 51, 51);
	    font-size: 28px;
	    font-weight: 700;
	}
	.ul_box1 li a {
	    font-size: 25px;
	    color: #333;
	}
	.content_div span{
		font-size: 18px;
	}
	

	.wrap_c_section2 .more1_btn{
	  font-size: 48px;
	  color: rgb(0, 146, 190);
		border: none;
		margin-top: -10px;
	}
	.wrap_c_section1 h2 {
	    font-size: 40px;
	}
	.wrap_r h3 {
		font-size: 40px;
	}
	.wrap_r .more_btn{
		display: block;
		padding: 0 10px 0 30px;
		background: #FFFFFF;
		font-size: 36px;
	  color: rgb(0, 146, 190);border: none;
	  position: absolute;
	  right: 0;
	  bottom: -23px;
	}
	.section4 {overflow: inherit;padding: 20px;position: relative;width: 100%!important;}
	.section3 .ul_box1 li span{
		width: 98%;
		font-size: 18px;
		margin-top: 6px;
	}
	.section6 .ul_box1 li span {
	    font-size: 18px;
	    color: #666;
	    margin-top: 5px;
	}
	.section6 .ul_box1 li span i {
	    background: none;
	    margin-top: 6px;
	}
	.section5 .section5_r h4{
		font-size: 20px ;
	}
	.section5 .section5_r p{
		font-size: 16px;
	}
	.section5_l{width: auto;float: left;}
	.section5 .ul_box1 li a{width: auto;}
	.section5 .section5_r {
		width: 89%;
	}
	.About-main{width: 100%;}
	.About-main .left {
	    width: 100%;
	    float: left;
	    margin-top: 20px;
	}
	.About-main .left .text{
		text-align:left;
	}
	.tabs{background: #efefef;overflow: hidden;width: auto;}
	.tabs .tab{
		font-weight: bold;
		height: 80px;
		line-height: 79px;
		margin-right: ;
		font-size: 31px;
		 color: rgb(51, 51, 51);
		float: left;
		margin-right: 20px;
	}
	.tabs .tab.current{
		border-bottom: 1px solid #39add2;
	}
	.tabs .tab:nth-of-type(5){margin-right: 0;}
	.footer{
		padding-top: 40px;
		margin-top: 35px;
	}
	.Publiction-main{
		margin-top: 0;
		width: 100%!important;
	}
	.Publiction-main .left{
		width: 100%!important;
		
	}
	.Publiction-main .right{
		float: left;
		width: 100%!important;
		
	}
	.Publiction-main .right.h{
		display:none;
	}
	.Publiction-main .left_event1{
		padding-right: 0;
		border: none;
	}
	.event_right{width: 100%;float: left;}
	.event_right h3 .light{
		color: rgb(51, 51, 51);
    	font-size: 28px;
    	font-weight: 700;
	}
	.title_event{
		margin: 0px 0;
	}
	.event h3 {
	    font-size: 40px;
	    line-height: 50px;
	}
	.experts_xq_content .content_div{
		border-bottom: 1px dashed #666;
	}
	.experts ul li:nth-child(4n) {
	    margin-right: 0px;
	}
	.experts ul li:nth-child(4n+1){
	    clear: both;
	}
	.experts ul li a img {
  
    	width: 160px;
 
	}
	.experts ul li h3{
		width: 160px;
	}
	.experts input{
		width: 100%;
		margin-top: 10px;
	}
	.search_b{
		top: 74px;
	}
	.teacherPic{
		width: 30.56%;
		margin-right: 5%;
		padding-top: 30px;
	}
	.teacherPic img{width: 100%;display: block;}
	.teacherPic p{
		font-size: 23px;
		margin-top: 15px;
	}
	.experts_xq_content{
		border:none;
		width: 64%;
		padding-bottom: 0;
		float: right;
	}
	.experts_xq_content h3 {
	    font-size: 31px;
	    font-weight: 700;
	}
	.Publiction-main .left .Ztitle{
		margin-bottom: 0;
	}
	.Authors_ul li a{
		margin-bottom: 8px;
	}
	.detail{
		margin-top: 40px;
	}
	#do_self .fr{width: 100%;left: 0!important;}
	#do_self .fr .textarea_detail{
		width: 100%;
		margin-top: 10px;
	}
	.event_content_ccc p{text-align:left;}
	.ul_date li a{
		margin: 0 14px;
	}
	.eBooks{
		width: 100%;
	}	
	.sign_in input, .sign_up input, .sign_in select {
		width: 100%;
	}
	.sign_up select{
		width: 100%;
	}
	.sign_in h3, .sign_up h3{
		margin: 20px 0;
	}
	.wrap_r .section:nth-of-type(1) h3{
		background-size: 49% 18px!important;
	}
	.wrap_r .section:nth-of-type(2) h3{
		background-size: 50% 18px!important;
	}
	.wrap_r .section:nth-of-type(3) h3{
		background-size: 63% 18px!important;
	}
	.wrap_r .section:nth-of-type(4) h3{
		background-size: 65% 18px!important;
	}
	.wrap_c_section1:nth-of-type(1) h2 i{
		width: 75%!important;
		margin-top: 16px!important;
	}
	.wrap_c_section1:nth-of-type(2) h2 i{
		width: 76%!important;
		margin-top: 16px!important;
	}
	.sign_in input, .sign_up input, .sign_in select, .subscribe input{
		width: 100%;
	}
}


@media only screen and (min-width: 100px) and (max-width: 414px) {
	.banner {
    margin: 5px auto;
}
.wrap_c{
	margin-top: 12px;
}
	#nav .nav_1 .m-search {
	    position: absolute;
	    top: 15px;
	    right: 15.2%;
	}
	#nav .nav_1 .logo {
	    width: 100%;
	}
	#nav .menu div {

	    height: 3px;
	    
	    margin-bottom: 5px;
	    transition: all 0.5s;
	    border-radius: 2.5px;
	}
	#nav .menu {
	    width: 7.478%;
	    margin-top: 16px;
	}
	#nav .nav_1 .m-search img{
		width: 12%;
		margin-top: -10px;
		float: right;
	}
	#nav .nav_1 p{font-size: 12px;}
	#nav .menu.on .line3 {
	    transform: rotate(-45deg);
	    position: relative;
	    transition: all 0.5s;
	    margin-top: 7px;
	}
	#nav ul li .cont {
	    height: 30px;
	    line-height: 30px;
	    background: url(/images/m-menu-bg.png) repeat-x left bottom;
	    font-size: 14px;
	}
	#nav ul li img {
	    width: 16px;
	    margin-right: 10px;
	    float: left;
	    margin-top: 5px;
	}
	#nav ul li .more {
		top: 10px;
	}
	#nav ul li .submenu .cont {
	    font-size: 14px;
	    background: none;
	    border-bottom: 1px solid #5a5e65;
	}
	#nav ul li .submenu {
		top: 31px;
	}
	.footer_l {
	    width: 200px;
	}
	.footer-p {
	    font-size: 20px;
	}
	.footer .menus li{
		height: 31px;
		line-height: 30px;
		font-size: 14px;
	}
	.footer .menus li .more{
		width: 10px;
		margin-top: 10px;
	}
	.footer .menus li .share {
		margin: 6px 10px 0 0;
    	width: 16px;
	}
	.content_div h3 a{
		font-size: 20px;
	}
	.content_div span {
	    font-size: 14px;
	    margin: 5px 0;
	}
	.wrap_c p{
	    text-align: left;
	    font-size: 16px;
	    line-height: 20px;
	}
	.wrap_c_section1 h2 {
	    font-size: 20px;
	}
	.wrap_r h3 {
	    font-size: 20px;
	}
	.wrap_r .section:nth-of-type(1) h3{
		background-size: 52% 18px!important;
	}
	.wrap_r .section:nth-of-type(2) h3{
		background-size: 53% 18px!important;
	}
	.wrap_r .section:nth-of-type(3) h3{
		background-size: 65% 18px!important;
	}
	.wrap_r .section:nth-of-type(4) h3{
		background-size: 65% 18px!important;
	}
	.ul_box1 li a {
	    font-size: 16px;
	    color: #333;
	}
	.wrap_r .more_btn {
		    font-size: 23px;bottom: -12px;
	}
	.section5 .section5_r {
	    width: 78%;
	}
	.section6 .ul_box1 li span {
	    font-size: 16px;
	    color: #666;
	    margin-top: 5px;
	}
	.section6 .ul_box1 li span i {
	    background: none;
	    margin-top: 4px;
	}
	.wrap_c_section2{
		position: relative;
		display: none;
	}
	.wrap_c_section2 .more1_btn{
		position: absolute;
		right: 0;
		bottom: -29px;
		background: #FFFFFF;
		font-size: 23px;
		display: block;
		padding: 0 10px 0 20px;
	}
	.tabs .tab{
		
		height: 40px;
		line-height: 39px;
		margin-right: ;
		font-size: 14px;
		 color: rgb(51, 51, 51);
		float: left;
		margin-right: 20px;
	}
	.tabs .tab.current{
		border-bottom: 1px solid #39add2;
	}
	.tabs .tab:nth-of-type(5){margin-right: 0;}
	.About-main .left .text{line-height: 25px;}
	.footer {
	    margin-top: 33px;
	    padding-top: 29px;
	}
	.About-main .left .Ztitle{
		font-size: 20px;
		height: 33px;
		line-height: 33px;
		margin-bottom: 10px;
	}
	.About-main .left .title{
		font-size: 18px;
	}
	.About-main .left .text{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.biaoti{
		font-size: 20px;
	}
	.footer .menus li .submenu{
		top: 31px;
	}
	.event h3 {
	    font-size: 23px;
	    line-height: 30px;
	}
	.experts ul li {
	   
	    margin-right: 13px;
	 
	}
	.experts ul li:nth-child(2n){
		margin-right: 0px;
	}
	.experts ul li:nth-child(4n) {
	    margin-right: 0px;
	}
	.experts ul li:nth-child(4n+1){
	    float: left;
	}
	.experts ul li a img {
  		height: auto;
    	width: 180px;
 
	}
	.experts ul li h3{
		width: 180px;
	}
	.search_b{
		top: 73px;
	}
	.msearch{
		top: 64%!important;
	}
	.teacherPic {
	    width: 24.56%;
	    margin-right: 2%;
	    padding-top: 10px;
	}
	.experts_xq_content{
		width: 73%;
		text-align:left;
		min-height: 0;
		padding-top: 10px;
	}
	.teacherPic p {
	    font-size: 12px;
	    margin-top: 7px;
	}
	.experts_xq_content h3 {
	    font-size: 18px;
	}
	.experts_xq_content p {
	    font-size: 14px;
	    line-height: 18px;
	}
	.content_div h3 a {
	    font-size: 18px;
	}
	.Publiction-main .left .Ztitle{
		font-size: 30px;
		height: 43px;
		margin-bottom:6px;
	}
	.Authors_ul li a{
		font-size: 18px!important;
		margin-bottom: 3px;
	}
	.title_event i{
		width: 100%!important;
	}
	.detail{
		margin-top: 30px;
		padding: 13px 0;
	}
	.detail_btn input{
		width: 100px;
		height: 37px;
		line-height: 37px;
		margin-right: 19px;
	}
	.reply_current h3{
		font-size: 25px;
    	padding: 10px 20px;
	}
	.event h3.t{
		font-size: 23px;
		line-height: 28px;
		margin-top: 5px;
	}
	.clear{clear:both;display: block;}
	.event_content strong.bigLetter{
		font-size: 3rem;
	}
	.event_content span{
		line-height: 23px;
	}
	.eBooks .item{
		float: none;
		height: auto;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.eBooks{
		margin: 10px 0 0;
	}
	.eBooks .item .book-detial{
		width: auto;
		float: none;
		height: auto;
	}
	.wrap_c_section1:nth-of-type(1) h2 i {
	    width: 74%!important;
	    margin-top: 4px!important;
	}
	.wrap_c_section1:nth-of-type(2) h2 i {
	    width: 82%!important;
	    margin-top: 5px!important;
	}
	.span1{
		bottom: 138px;
	}

}
@media only screen  and (max-width: 412px) {
	.detail_btn input{
		    width: 148px!important;
	}
	.detail_btn input[type='submit']{
		margin-right: 0!important;
	}
}
@media only screen and (min-width: 375px) and (max-width:410px) {
	#nav .nav-center {
	    width: 41%;
	    /*margin: 0 auto;*/
	    overflow: hidden;
	}
	.tabs .tab {
		font-size: 13px;
	}
	.About-main .left .title{
		font-size: 20px;
	}
	.About-main .left .text {
		font-size: 16px;
		line-height: 20px;
	}
	.About-main .left .text li {
	    list-style: none;
	    padding-left: 21px;
	    background: url(../images/square.png) no-repeat 9px 6px;
	}
	.experts ul li a img {
  		height: auto;
    	width: 169px;
 
	}
	.experts ul li h3{
		width: 169px;
	}
	.experts .left .h3_experts {
	    font-size: 36px;
	}
	.wrap_r .section:nth-of-type(1) h3{
		background-size: 47% 18px!important;
	}
	.wrap_r .section:nth-of-type(2) h3{
		background-size: 44% 18px!important;
	}
	.wrap_r .section:nth-of-type(3) h3{
		background-size: 59% 18px!important;
	}
	.wrap_r .section:nth-of-type(4) h3{
		background-size: 59% 18px!important;
	}
	.tabs .tab{
		margin-right: 3%;
	}
	#do_self>input{
		margin-left: 26px!important;
	}
	#sea a{
		margin-right: 12px;
    	margin-bottom: 12px;
	}
	.detail_btn input{
		    width: 110px!important;
		    padding-left: 8px!important;
	}
	.span1{
		bottom: 138px;
	}
}
@media only screen  and (min-width: 360px) and (max-width:374px){
	
	.tabs .tab{
		margin-right: 2%;
		font-size: 13px;
	}
	.wrap_c_section1:nth-of-type(1) h2 i{
		width: 70%!important;
    	margin-top: 4px!important;
	}
	.wrap_r .section:nth-of-type(1) h3 {
	    background-size: 45% 18px!important;
	}
	.wrap_r .section:nth-of-type(2) h3 {
	    background-size: 45% 18px!important;
	}
	.wrap_r .section:nth-of-type(3) h3 {
	    background-size: 58% 18px!important;
	}
	.wrap_r .section:nth-of-type(4) h3 {
	    background-size: 60% 18px!important;
	}
	.experts ul li a img{
		width: 160px;
	}
	.experts ul li h3{
		width: 160px;
	}
	.experts ul .li{
		min-height: 250px;
	}
	#do_self>input{
		margin-left: 10px!important;
	}
	#sea a{
		margin-right: 10px;
    	margin-bottom: 10px;
	}
	.detail_btn input{
		margin-right: 3px;
	}
	.span1{
		bottom: 140px;
	}
	.detail_btn input{
		width: 112px!important;
		padding-left: 5px!important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#nav {
	    padding: 18px 0 0;
	  
	}
	#nav .nav-center {
	    width: 49%;
	   
	    overflow: hidden;
	}
	#nav .nav_1 .searchInput{
	}
	.banner {
	    margin: 5px auto 0;
	}
	.content_div span {
	    font-size: 12px;
	}
	.content_div h3 a {
	    font-size: 16px;
	}
	.wrap_c p {
	    text-align:left;
	    font-size: 14px;
	    line-height: 17px;
	}
	.content_div h3 a {
	    font-size: 16px;
	}
	.section4{
		padding: 8px 8px;
	}
	.section3 .ul_box1 li a {
	    width: 94%;
	    float: left;
	    display: block;
	}
	.ul_box1 li a {
	    font-size: 14px;
	    color: #333;
	}
	.section3 .ul_box1 li span {
	    width: 95%;
	    font-size: 12px;
	    margin-top: 6px;
	}
	
	.section5 .section5_r h4 {
	    font-size: 14px;
	}
	.section5 .section5_r p {
	    font-size: 13px;
	    line-height: 11px;
	}
	.section6 .ul_box1 li a {
	    margin-bottom: 4px;
	    display: block;
	}
	.footer {
	    margin-top: 34px;
	}
	.tabs .tab {
	    font-size: 12px;
	    margin-right: 12px;
	}
	.About-main .left .text li {
	    list-style: none;
	    padding-left: 19px;
	    background: url(../images/square.png) no-repeat 7px 5px;
	}
	.experts_xq_content{
		padding: 0;
	}
	/*.marginb20{
		margin-bottom: 0!important;
	}*/
	.event h3 {
		margin-top: 10px;
	    font-size: 20px;
	    line-height: 24px;
	}
	.experts ul li a img {
  		height: auto;
    	width: 143px;
 
	}
	.experts ul li h3{
		width: 143px;
	}
	.experts .left .h3_experts {
	    font-size: 27px;
	}
	.search_b{
		top: 57px;
	}
	.experts_xq_content p {
	    font-size: 14px;
	    line-height: 16px;
	}
	.Publiction-main .left .Ztitle{
		font-size: 25px;
    	height: 32px;
	}
	.Authors_ul li{
		padding: 7px 0;
	}
	.Authors_ul li a{
		font-size: 18px;
	}
	.Authors_li .div_title_div{
		font-size: 16px;
	}
	.event h3.t{
		font-size: 20px;
    	line-height: 22px;
    	margin-top: 5px;
    
	}
	.event_content p{
		font-size: 18px;
    	line-height: 21px;
    	margin-bottom: 10px;
	}
	.ul_date li a{
		margin:0 7px;
	}
	.event_content span{
		line-height: 20px;
	}
	.eBooks .item{
		margin-bottom: 10px;
	}
	.wrap_r .section:nth-of-type(1) h3{
		background-size: 39% 18px!important;
	}
	.wrap_r .section:nth-of-type(2) h3{
		background-size: 40% 18px!important;
	}
	.wrap_r .section:nth-of-type(3) h3{
		background-size: 54% 18px!important;
	}
	.wrap_r .section:nth-of-type(4) h3{
		background-size: 57% 18px!important;
	}
	#nav .nav_1 .m-search {
	    position: absolute;
	    top: 15px;
	    right:14.2%;
	}
	#nav .menu {
	    position: absolute;
	    left: 89.2%;
	    top: 10px;
	}
	.wrap_c_section1:nth-of-type(1) h2 i {
	    width: 67%!important;
	    margin-top: 4px!important;
	}
	.wrap_c_section1:nth-of-type(2) h2 i {
	    width: 77%!important;
	    margin-top: 5px!important;
	}
	.experts ul .li{
		min-height: 240px;
	}
	#do_self>input{
		margin-left: 15px!important;
		width: 167px!important;
	}
	#do_self .detail_btn input[type="text"]{
		width: 112px!important;
	}
	#sea a{
		margin-right: 6px;
    	margin-bottom: 6px;
	}
	.span1{
		bottom: 130px;
	}
	.btn.detail_btn span{
		width: 100px!important;
	}
	.btn.detail_btn span img{
		width: 100%;
	}
	.btn.detail_btn input{
		height: 26px!important;
		line-height: 26px;
	}
	.detail_btn input{
		margin-right: 0;
	}
}
