.news_main .topImg{
	width: 100%;
	height: calc(300rem/72);
	margin-top: calc(22rem/72);
}
.news_main .news_content{
	margin: calc(23rem/72) calc(30rem/72) 0;
}
.news_main .news_title{
	font-size: calc(30rem/72);
	color: #555;
	font-weight: bold;
	margin-bottom: calc(23rem/72);
	line-height: calc(42rem/72);
	max-height:calc(84rem/72) ;
	overflow: hidden;
}
.news_main .news_content .opt {
	display: flex;
	position: relative;
	margin-bottom: calc(30rem/72);
}
.news_main .news_content .opt .typeName{
	font-size: calc(20rem/72);
	color: #555;
	display: inline-block;
	padding: calc(8rem/72);
	background-color: #f6f6f6;
	border-radius: calc(5rem/72);
}
.news_main .news_content .opt .test{
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(116rem/72);
	height: calc(47rem/72);
	line-height: calc(51rem/72);
	border-radius: calc(5rem/72);
	font-size: calc(22rem/72);
	color: #fff;
	text-indent: calc(42rem/72);
	background: #bb9e64 url(/static/mobile/images/news/jiahao_icon.png) no-repeat calc(20rem/72) center;
	background-size: calc(16rem/72);
}
.news_main .news_content .content{
	font-size: calc(26rem/72) !important;
	color: #666;
	line-height: calc(40rem/72);
	margin-bottom: calc(80rem/72);
}
.news_main .news_content .content *{
	font-size: calc(26rem/72) !important;
}
.news_main .news_content .content strong{
	font-weight: bold;
}
.news_main .news_content .content span{
	display: inline !important;
}
.news_main .news_content .news_time{
	font-size: calc(22rem/72);
	color: #9a9a9a;
	line-height: calc(22rem/72);
	margin-bottom: calc(20rem/72);
}
.news_main .news_content .news_desc{
	font-size: calc(20rem/72);
	color: #c5c5c5;
	line-height: calc(20rem/72);
	margin-bottom: calc(80rem/72);
}
.news_main .news_content .content img {
	object-fit: contain;
	max-width: 100%;
}
/* 那些项目 */
.more_projects{
	margin: 0 calc(30rem/72) calc(70rem/72);
}
.more_projects h2{
	font-size: calc(28rem/72);
	color: #333;
	line-height: calc(28rem/72);
	margin-bottom: calc(30rem/72);
}
.more_projects ul{
	padding-bottom: calc(10rem/72);
}
.more_projects ul li{
	width: calc(420rem/72);
	height: calc(376rem/72);
	padding-bottom: calc(24rem/72);
	border-radius: calc(5rem/72);
    box-shadow: calc(0rem / 72) calc(0rem / 72) calc(10rem / 72) calc(1rem / 72) rgba(85,85,85,0.2);
	margin-right: calc(20rem/72);
}
.more_projects ul li img{
	border-top-left-radius: calc(5rem/72);
	border-top-right-radius: calc(5rem/72);
	margin-bottom: calc(35rem/72);
	width: calc(420rem/72);
	height: calc(240rem/72);
}
.more_projects ul li p:first-of-type{
	font-size: calc(28rem/72);
	color: #555;
	margin-bottom: calc(30rem/72);
	padding-left: calc(20rem/72);
}
.more_projects ul li p:last-of-type{
	font-size: calc(26rem/72);
	color: #555;
	padding-left: calc(20rem/72);
}
/*留学表单*/
.study-form{
	margin-bottom: calc(80rem/72);
}
.study-form h1{
	font-size:calc(36rem/72);
	text-align:center;
	color:#bb9e64;
	margin-bottom:calc(20rem/72);
}

.study-form>.study{
	width:calc(544rem/72);
	margin:calc(30rem/72) auto 0;
}
.study-form>.study .form-group{
	margin-bottom:calc(30rem/72);
}
.study-form>.study .form-group select ,.study-form>.study .form-group input{
	width:calc(542rem/72);
	border:calc(1rem/72) solid #bb9e64;
	border-radius:calc(10rem/72);
	height:calc(60rem/72);
	text-indent:calc(18rem/72);
	font-size:calc(20rem/72);
	color:#666;
}
.study-form>.study .form-group select.countrycode{
	width:calc(140rem/72);
	float:left;
	margin-right:calc(12rem/72);
	background: url(/static/mobile/images/d_sanjiao_icon.png) no-repeat calc(109rem/72) center;
    background-size: calc(21rem/72) calc(16rem/72);
}

.study-form>.study .form-group input.tel{
	width:calc(388rem/72);
	float:left;
}
.study-form>.study .study-btn{
	width:calc(200rem/72);
	height:calc(50rem/72);
	line-height:calc(50rem/72);
	text-align:center;
	margin:0 auto;
	background:#bb9e64;
	color:#fefefe;
	border-radius:calc(10rem/72);
	font-size:calc(26rem/72);
}
.recommend_news {
    margin: 0 calc(26rem/72) calc(50rem/72);
}
.recommend_news h2{
	font-size: calc(28rem/72);
	color: #333;
	line-height: calc(28rem/72);
	margin-bottom: calc(40rem/72);
}
.recommend_news dl{
	margin-bottom: calc(40rem/72);
}
.recommend_news dl dd,.recommend_news dl dt{
	float: left;
}
.recommend_news dl dd{
	width:calc(480rem/72) ;
	position: relative;
	height: calc(110rem/72);
}
.recommend_news dl dt{
	width: calc(158rem/72);
	height: calc(110rem/72);
	margin-left: calc(30rem/72);
}
.recommend_news dl dt img{
	height: calc(110rem/72);
	border-radius: calc(5rem/72);
}
.recommend_news dl dd h3{
	font-size: calc(26rem/72);
	color: #555;
	line-height: calc(38rem/72);
	height: calc(76rem/72);
	overflow: hidden;
}
.recommend_news dl dd em{
	font-size: calc(22rem/72);
	color: #9A9A9A;
	position: absolute;
	bottom: 0;
}
.recommend_news dl dd em:first-of-type{
	left: 0;
}
.recommend_news dl dd em:last-of-type{
	right: 0;
}
/*底部*/
#footer{display: none;}
.foot_news{
	height:calc(70rem/73);
	background:#fff;
	padding:calc(10rem/72) calc(12rem/72) calc(10rem/72) calc(99rem/72);
	position:fixed;
    bottom: 0;
    z-index: 3;
    box-shadow: calc(0rem / 72) calc(-2rem / 72) calc(10rem / 72) calc(-6rem / 72) rgba(85,85,85,0.4);
}
.foot_news dl{
	padding-right: calc(44rem/72);
    width: calc(83rem/72);
	float:left;
	position: relative;
}
.foot_news dl dt{
	height:calc(40rem/82);
	margin-bottom:calc(2rem/72);
}
.foot_news dl dd a{
	font-size:calc(19rem/72);
	text-align:center;
	color:#666;
}
.foot_news dl:nth-child(1) dt{
	background:url(/static/mobile/images/news/share_icon.png) no-repeat center;
	background-size:contain;
}
.foot_news dl:nth-child(2).on dt{
	background:url(/static/mobile/images/notproject/sc_icon_on.png) no-repeat center;
	background-size:contain;
}
.foot_news dl:nth-child(2) dt{
	background:url(/static/mobile/images/notproject/sc_icon.png) no-repeat center;
	background-size:contain;
}
.foot_news dl:nth-child(3) dt{
	background:url(/static/mobile/images/news/zixun_icon.png) no-repeat center;
	background-size:calc(49rem/72);
}
.foot_news dl:nth-child(3) i{
	width: calc(22rem/72);
	height: calc(22rem/72);
	border-radius: calc(22rem/72);
	background: #f00;
	color: #FFF;
	position: absolute;
	display: block;
	top:0;
	left: calc(46rem/72);
	font-size:calc(18rem/72);
	text-align: center;
	line-height: calc(22rem/72);
}
.foot_news .zxzx_btn{
	width:calc(240rem/72);
	font-size:calc(30rem/72);
	color:#fff;
	height:calc(70rem/72);
	background:#BB9E64;
	text-align:center;
	line-height:calc(70rem/72);
	float:left;
	border-radius:calc(8rem/72);
}