.wrapper{
	width: 1200px;
	/*margin:20px auto 0;*/
	border-top: 1px solid transparent;
	height: auto !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix{
        *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
    }

.trends{
	height: 605px;
}
.trends .data-left{
	width: 320px;
}
.trends .data-left>div{
	width: 318px;
	border:1px solid #e6e6e6;
	margin-bottom: 10px;
	border-radius: 10px;
}
.trends .data-left>div:last-child{
	margin-bottom: 0px;
}
.trends .data-left .ditance_test{
	height: 148px;
}
.trends .data-left .ditance_test>p{
	font-size: 20px;
    text-align: center;
    color: #2a4c7e;
    line-height: 24px;
    margin-top: 10px;
}
.trends .data-left .ditance_test>.timerbox{
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-top: 10px;
  line-height: 32px;
}
.trends .data-left .ditance_test>.reciprocal{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 147px;
	margin:15px auto 0;
}
.trends .data-left .ditance_test>.reciprocal .day {
    width: 34px;
    height: 44px;
    line-height: 44px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    background: url(http://www.rongyuejiaoyu.com/static/index/images/reciprocal-bg.png) no-repeat;
    background-size: 100%;
}
.trends .data-left .registration{
	height: 138px;
}
.trends .data-left .registration>p{
	font-size: 18px;
    text-align: center;
    color: #2a4c7e;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 4px
}

.trends .data-left .registration>ul li{
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 7px;
	text-align: center;
	margin-top: 15px;
}
.trends .data-left .registration>ul li img{
	display: inline-block;
	width: auto;
	height: 35px;
}
.trends .data-left .registration>ul li p{
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-top: 10px;
}
.trends .data-middle{
	width: 543px;
	height: 583px;
	padding:0 20px 20px;
	border:1px solid #e6e6e6;
	border-radius: 10px;
	margin-left: 10px;
}
.trends .data-middle .tabhead span{
	font-size: 20px;
	color: #666;
	line-height: 48px;
	margin-right: 35px;
	border-bottom: 2px solid transparent;
}
.trends .data-middle .tabhead span:last-child{
	margin-right: 0px
}
.trends .data-middle .tabhead span.active{
	color:#2a4c7e;
	border-bottom: 2px solid #2a4c7e;
}
.trends .data-middle .tabcentent .oneitem{
	margin-top: 20px;
}
.trends .data-middle .tabcentent .oneitem .imgbox{
	text-align: center;
	width: 210px;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
}
.trends .data-middle .tabcentent .oneitem .imgbox img{
	height:auto;
	width:100%;
}
.trends .data-middle .tabcentent .oneitem .textbox{
	width: 320px;
	margin-left: 13px;
}
.trends .data-middle .tabcentent .oneitem .textbox .titbox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size:18px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
  
}
.trends .data-middle .tabcentent .oneitem .textbox .contentbox{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.trends .data-middle .tabcentent ul{
	margin-top: 30px;
}
.trends .data-middle .tabcentent ul li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px dashed #eaeaea;
}
.trends .data-middle .tabcentent ul li:first-child{
	padding-top: 0;
}
.trends .data-middle .tabcentent ul li .numbox{
	width: 60px;
	text-align: center;
	color: #cbdbf1;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
}
.trends .data-middle .tabcentent ul li .boxtext{
	width: 490px;
	height: 60px;
	font-size: 14px;
	line-height: 30px;
}
.trends .data-middle .tabcentent ul li .boxtext .titbox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 30px;
    font-size: 14px;
	color: #333
    line-height:30px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.trends .data-middle .tabcentent ul li .boxtext .titbox h6{
  width:360px;
  display:block;
	color: #666;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    font-size:16px;
}
.trends .data-middle .tabcentent ul li .boxtext .titbox span{
  width:120px;
  display:block;
	color: #666;
  text-align:right;
}
.trends .data-middle .tabcentent ul li .boxtext .contentbox{
	overflow : hidden;
	text-overflow: ellipsis;
  	height:30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    color: #a9a9a9;
      position: relative;
}
.trends .data-middle .tabcentent ul li .boxtext .contentbox:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
  padding-left: 10px;
}
.trends .data-right{
	width: 273px;
	height: 603px;
	border:1px solid #e6e6e6;
	border-radius: 10px;
	margin-left: 10px;
	background-color: ;
	overflow: hidden;
}
.trends .data-right h4{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin:26px auto;
}
.trends .data-right .tagcloud {
	position: relative;
	width: 273px;
	height:300px;
	margin: 20px auto 0;
}
.trends .data-right .tagcloud a {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	box-shadow: 0 5px 5px #999;
	padding: 5px 10px;
}
.trends .data-right .tagcloud a h4{
	color: #2a4c7e;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
}
.trends .data-right .tagcloud a p{
	color: #ff5400;
	font-size: 14px;
	line-height: 20px;
}

/* .trends .data-right .tagcloud a:hover {

	color: #FF0000;

	letter-spacing: 2px;

} */
.courserecom{
	margin-top: 50px;
	border: 1px solid transparent;
}
.courserecom .provide_title{
	text-align: center;
}
.courserecom .provide_title h5{
	text-align: center;
	font-size: 42px;
	color: #222328;
	line-height: 80px;
}
.courserecom .provide_title img{
margin: 15px auto;
}
.courserecom .provide_title h6{
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
.courserecom .tab{
	margin-bottom: 15px;
}
.courserecom .tab li{
	width: 108px;
	height: 36px;
	line-height: 36px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-right: 30px;
	background: #eaeaea;
	color: #666;
	font-size: 18px;
}
.courserecom .tab li.cur{
	background: #2a4c7e;
	color: #fff;
}
.courserecom .tabbody{
	margin-top: 30px;
  position: relative;
}
.courserecom .tabbody>a{
	position: absolute;
	left:50%;
	bottom:-50px;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
  margin-left:-50px;
	background-color: #2A4C7E;
	color: #fff;
  border-radius: 5px;
  z-index:1111;
}
.courserecom .tabbody>li{
	float: left;
	width: 382px;
	/*height: 560px;*/
	border-radius: 10px;
  padding-bottom:15px;
	overflow: hidden;
	border:1px solid #eee;
	box-shadow: 0 3px 3px #eee;
	margin-right: 22px;
}
.courserecom .tabbody>li:nth-child(3n+3){
	margin-right: 0px;
}
.courserecom .tabbody li .imgbox{
	width: 382px;
	height: 250px;
	text-align: center;
}
.courserecom .tabbody li .imgbox img{
	display: inline-block;
	height: 250px;
	width: 100%;
	/* max-width: 382px; */
}
.courserecom .tabbody li .cousename{
	padding:0 15px;
	color: #333;
	font-size: 16px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.courserecom .tabbody li .pricebox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:0 15px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}
.courserecom .tabbody li .pricebox span{
	color: #ff434b;
}
.courserecom .tabbody li .pricebox small{
	font-size: 12px;
}
.courserecom .tabbody li .advbox{
	padding:0 15px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.courserecom .tabbody li .advbox>span{
	width: 75px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
  
}
.courserecom .tabbody li .advbox>p{
	width: 330px;
	font-size: 14px;
	line-height: 16px;
  	position:relative;
}
.courserecom .tabbody li .advbox>p .more_detail{
	width: 60px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    background: #fff;
    position: absolute;
    bottom: 4px;
    right: 0;
  color:#999;
}
.courserecom .tabbody li .advbox>p span{
	float: left;
	/*width: 70px;*/
  padding:0 5px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	border:1px solid #2a4c7e;
	margin-right: 20px;
	margin-bottom: 10px;
    color:#2a4c7e;
}
.courserecom .tabbody li .btnbox{
	border-top: 1px solid #e7e7e7;
	padding: 15px 15px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
}
.courserecom .tabbody li .btnbox a:first-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	background-color: #2a4c7e;
	color: #fff;
	line-height: 30px;
}
.courserecom .tabbody li .btnbox a:last-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	background-color: #fff;
	color: #2a4c7e;
	line-height: 30px;
}
.experience{
	margin-top: 50px;
	border: 1px solid transparent;
}
.experience .provide_title{
	text-align: center;
}
.experience .provide_title h5{
	text-align: center;
	font-size: 42px;
	color: #222328;
	line-height: 80px;
}
.experience .provide_title img{
margin: 15px auto;
}
.experience .provide_title h6{
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
.experience .swiper-container{
	width: 1100px;
	padding:0 50px;
	overflow: hidden;
	margin: 20px auto;
}
.experience .swiper-container .swiper-button-prev{
    left: 0px;
  	top:0;
    margin-top:0;
    height: 100%;
    background-color: #fff;
    width: 50px;
}
.experience .swiper-container .swiper-button-next {
    margin-top:0;
    top:0;
  right:0;
    height: 100%;
    background-color: #fff;
    width: 50px;
}
/*.experience .swiper-container .swiper-wrapper {
	width: 1100px;
	padding:0 50px;
	overflow: hidden;
}*/
.experience .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 348px !important;
  height: 288px;
  border:1px solid #e5e5e5;
  border-radius: 5px;
  margin-right: 25px !important;
  position: relative;
}
.experience .swiper-container .swiper-slide .player{
  width:50px;
  height:50px;
  position: absolute;
  left:50%;
  margin-left:-25px;
  top:90px;
  border-radius: 30px;
}
.experience .swiper-container .swiper-slide>img{
	width: 100%;
	height:230px;
}
.experience .swiper-container .swiper-slide>p{
	padding:0 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
}
.experience .swiper-container .swiper-slide>p span{
  width: 220px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.experience .swiper-container .swiper-slide>p a{
	border:1px solid #305091;
	padding:0 5px;
	border-radius: 5px;
	height: 24px;
	color:#305091 ;
	line-height: 24px;
}
.testnews{
	margin-top: 50px;
	border: 1px solid transparent;
}
.testnews .provide_title{
	text-align: center;
}
.testnews .provide_title h5{
	text-align: center;
	font-size: 42px;
	color: #222328;
	line-height: 80px;
}
.testnews .provide_title img{
margin: 15px auto;
}
.testnews .provide_title h6{
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
.testnews .newsbox .leftnews{
  box-shadow: 0 5px 5px #eee;
  width:796px;
  padding:0 30px;
  height: 580px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #eee;
}
.testnews .newsbox .leftnews .tabhed{
  padding:20px 0;
}
.testnews .newsbox .leftnews .tabhed span{
	float: left;
	padding:0 15px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #bcbcbc;
	background-color: #eaeaea;
	border-radius: 5px;
	margin-right: 20px;
}
.testnews .newsbox .leftnews .tabhed span.active{
  color: #fff;
  background-color: #2a4c7e;
}
.testnews .newsbox .leftnews .tabbod .tableft{
	width: 320px;
	height: 500px;
}
.testnews .newsbox .leftnews .tabbod .tableft li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f2f2f2;
	border-radius: 5px;
	height: 105px;
	margin-bottom: 15px;
	position: relative;
}
.testnews .newsbox .leftnews .tabbod .tableft li img{
	width: 50px;
	height: 50px;
/* 	margin-top: 25px; */
}
.testnews .newsbox .leftnews .tabbod .tableft li i{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(/static/index/images/jj_hotanswer.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li:nth-child(1).active i{
	background: url(/static/index/images/jj_hotanswer1.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li:nth-child(2) i{
	background: url(/static/index/images/jj_share.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li:nth-child(2).active i{
	background: url(/static/index/images/jj_share1.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li:nth-child(3) i{
	background: url(/static/index/images/jj_development.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li:nth-child(3).active i{
	background: url(/static/index/images/jj_development1.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li:nth-child(4) i{
	background: url(/static/index/images/jj_hotnews.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li:nth-child(4).active i{
	background: url(/static/index/images/jj_hotnews1.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .leftnews .tabbod .tableft li .boxname{
	margin-left: 30px;
	width: 180px;
/* 	margin-top: 25px; */
}
.testnews .newsbox .leftnews .tabbod .tableft li .boxname h6{
	font-size: 20px;
	line-height: 22px;
	color: #000000;
}
.testnews .newsbox .leftnews .tabbod .tableft li .boxname p{
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}
.testnews .newsbox .leftnews .tabbod .tableft li.active{
	background-color: #305091;
}
.testnews .newsbox .leftnews .tabbod .tableft li.active::after{
	content: "";
	border: 10px solid transparent;
	border-left: 10px solid #305091;
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -10px;
}
.testnews .newsbox .leftnews .tabbod .tableft li.active .boxname h6{
	color: #fff;
}
.testnews .newsbox .leftnews .tabbod .tableft li.active .boxname p{
	color: #fff;
}
.testnews .newsbox .leftnews .tabbod .tabright{
	width: 446px;
	margin-left: 30px;
	background-color: #fff;
}
.testnews .newsbox .leftnews .tabbod .tabright a{
	display: block;
}
.testnews .newsbox .leftnews .tabbod .tabright a:first-child{
	border-bottom: 1px dashed  #ccc;
	padding-bottom: 20px;
}
.testnews .newsbox .leftnews .tabbod .tabright a:first-child h4{
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	text-align: left;
	margin-bottom: 20px;
}
.testnews .newsbox .leftnews .tabbod .tabright a:first-child p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: left;
	text-indent: 15px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.testnews .newsbox .leftnews .tabbod .tabright .alist{
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testnews .newsbox .rightnews{
  box-shadow: 0 5px 5px #eee;
  width: 285px;
  height: 580px;
  overflow: hidden;
  padding: 0 20px 0px 15px;
  background-color: #fff;
  margin-left: 18px;
  border: 1px solid #eee;
}
.testnews .newsbox .rightnews .tibox h5{
	color: #2a4c7e;
	font-size: 16px;
	padding:15px 0;
	line-height: 18px;
	height: 18px;
	text-indent: 10px;
	position: relative;
}
.testnews .newsbox .rightnews .tibox h5::before{
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 3px;
	height:20PX;
	margin-top: -10px;
	background-color: #305091;
}
.testnews .newsbox .rightnews .tibox ul li{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding:20px 0;
	border-bottom: 1px dashed #eaeaea;
}
.testnews .newsbox .rightnews .tibox ul li img{
	width: 40px;
	height: 40px;
}
.testnews .newsbox .rightnews .tibox ul li .namediv{
	width: 150px;
	height: 40px;
	text-align: left;
}
.testnews .newsbox .rightnews .tibox ul li .namediv h6{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.testnews .newsbox .rightnews .tibox ul li .namediv p{
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
.testnews .newsbox .rightnews .tibox ul li a{
	display: inline-block;
	padding:0 5px;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #2a4c7e;
	border-radius: 5px;
}
.testnews .newsbox .rightnews .databox{
	padding:25px 0;
	height: 90px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.testnews .newsbox .rightnews .databox div{
	width: 125px;
	height: 90px;
	border:1px solid #2a4c7e;
	text-align: center;
}
.testnews .newsbox .rightnews .databox a div i{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(/static/index/images/jj_getdata.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .rightnews .databox a:last-child div i{
	background: url(/static/index/images/jj_zixun.png) no-repeat center center;
	background-size: contain;
}
.testnews .newsbox .rightnews .databox div p{
	width: 80%;
	margin:0 auto;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
@media screen and (max-width:1200px) {
    .wrapper {
        width: 992px;
    }
    .trends {
        display: flex;
    }
    .trends .data-right {
        display: none;
    }
    .trends .data-middle {
        width: 596px;
    }
    .trends .data-middle .tabcentent ul li .boxtext {
        width: 534px;
    }
    .courserecom .tabbody>li {
        width: 314px;
        height: 481px;
        margin-right: 21px;
    }
    .courserecom .tabbody li .imgbox {
        width: auto;
        height: auto;
    }
    .courserecom .tabbody li .imgbox img {
        height: 203px;
    }
    .courserecom .tabbody li .pricebox {
        margin-bottom: 15px;
    }
    .courserecom .tabbody li .advbox {
        padding: 0 10px 10px;
    }
    .courserecom .tabbody li .advbox>span {
        width: 61px;
    }
    .courserecom .tabbody li .advbox>p {
        width: 227px;
        height: auto!important;
    }
    .courserecom .tabbody li .advbox>p span {
        width: 210px;
    }
    .courserecom .tabbody li .advbox:nth-child(5) {
        height: 76px;
    }
    .testnews .newsbox .leftnews {
        width: 588px;
    }
    .testnews .newsbox .leftnews .tabbod .tableft {
        width: 153px;
    }
    .testnews .newsbox .leftnews .tabbod .tableft li {
        height: 85px;
    }
    .testnews .newsbox .leftnews .tabbod .tabright {
        width: 404px;
    }
    .teach_service ul li {
        width: 314px;
    }
    .choose_yes .study .study_left {
        width: 697px;
    }
    .choose_yes .study .study_left .labelinput input,
    .choose_yes .study .study_left .labelinput p {
        width: 240px;
    }
    .choose_yes .study .study_right {
        width: 279px;
    }
}

@media screen and (max-width:1024px) {
    .wrapper {
        width: 720px;
    }
    .trends {
        flex-wrap: wrap;
        height: auto;
    }
    .trends .data-left,
    .trends .data-left>div,
    .trends .data-middle {
        width: 100%;
    }
    .trends .data-middle {
        margin-left: 0;
        margin-top: 20px;
    }
    .trends .data-left .registration .clearfix {
        display: flex;
        justify-content: center;
    }
    .trends .data-middle .tabcentent .oneitem .textbox {
        width: 446px;
    }
    .trends .data-middle .tabcentent ul li .boxtext {
        width: 618px;
    }
    .courserecom .tabbody>li {
        width: 346px;
        height: 518px;
        margin-bottom: 20px;
    }
    .courserecom .tabbody li .imgbox img {
        height: 250px;
    }
    .courserecom .tabbody>li:nth-child(2n+2) {
        margin-right: 0;
    }
    .testnews .newsbox .leftnews {
        width: 100%;
    }
    .testnews .newsbox .rightnews {
        display: none;
    }
    .testnews .newsbox .leftnews .tabbod .tableft {
        width: 197px;
    }
    .testnews .newsbox .leftnews .tabbod .tabright {
        width: 428px;
    }
    .teach_service ul li {
        width: 347px;
        margin-right: 0;
    }
    .teach_service ul:before,
    .teach_service ul:after {
        content: normal;
    }
    .choose_yes .study .study_right {
        display: none;
    }
    .choose_yes .study .study_left {
        width: 100%;
    }
    .choose_yes .study .study_left .labelinput input,
    .choose_yes .study .study_left .labelinput p {
        width: 250px;
    }
}