.company-low {
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	background-image: linear-gradient(-90deg,
		#3991f6 0%,
		#19b9ff 100%);
	border-radius: 1px;
	padding: 0;
	display: none
}

.finance-content-new {
	background: #fff;
	border-radius: 8px 8px 0 0;
	margin-bottom: 100px;

}

.finance-content-new .tabs {
	border: 1px solid #eeedf2;
	border-top: none;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	border-radius: 8px 8px 0 0;

}

.finance-content-new .tab-common {
	float: left;
	width: 332px;
	color: #999999;
	font-size: 16px;
	text-align: center;

	border-top: 1px solid #eeedf2;
}

.finance-content-new .tab-two {
	border-left: 1px solid #eeedf2;
	border-right: 1px solid #eeedf2;
}

.finance-content-new .add-tab-one {
	background-image: linear-gradient(90deg,
		#ba79dc 0%,
		#8150bd 100%);
	color: #fff;
	border-radius: 8px 8px 0 0;
}

.finance-content-new .add-tab-two {
	background-image: linear-gradient(90deg,
		#99cc4a 1%,
		#67c33e 100%,
		#73c745 100%,
		#7ecb4b 100%,
		#5bc349 100%,
		#38bb47 100%,
		#66c348 100%,
		#93ca49 100%);
	color: #fff;
	border-radius: 8px 8px 0 0;
}

.finance-content-new .add-tab-three {
	background-image: linear-gradient(90deg,
		#fcb42b 0%,
		#f39418 100%);
	color: #fff;
	border-radius: 8px 8px 0 0;
}


.apartment-dif {
	overflow: hidden;
	margin-top: 40px;
	text-align: center;

}

.single-apartment {
	float: left;
}

.single-apartment p {
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
}

.single-apartment img {
	width: 483px;
	height: 240px;
}

.single-apartment:nth-child(1) {
	margin-right: 32px;
}

/*.top-icon {
	position: fixed;
	right: 10px;
	bottom: 200px;
	cursor: pointer;
	z-index: 999;
}*/
.fixed_right{
	position: fixed;
	right: 10px;
	bottom: 100px;
	cursor: pointer;
	z-index: 999;
}

/*.online_service{
	position: absolute;
    right: -70px;
}*/
.online_service a{
	height: 60px;
	/*display: flex;
	flex-wrap: nowrap;
	align-items: center;*/
	color: #999;
	overflow: hidden;
	position: relative;
}
.online_service a span,.top-icon span{
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	/*margin-right: 10px;*/
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.online_service a span:nth-child(2),.top-icon span:nth-child(2){
	background-color: rgba(0, 0, 0, 0.8);
    /*position: absolute;
    top: 0;
    display: none;*/
}
/*.online_service a img{
	filter:alpha(opacity=50);

-moz-opacity:0.5;

-khtml-opacity:0.5;

opacity: 0.5;
}
.online_service a{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #999
}*/

.no-list {
	color: #28a1f6;
	margin: 40px 0 0 320px;
	font-size: 16px;
}

.news-loading {
	background: #28a1f6;
	color: #fff;
	text-align: center;
	margin: 40px 0 0 320px;
	border: none;
	width: 80px;
	height: 35px;
	line-height: 35px;
	border-radius: 8px;
	cursor: pointer;
}

.publish-activity {
	position: absolute;
	bottom: 45px;
	left: 163px;
	font-size: 16px;
	color: #888;
}

/*改版服务*/
.hot-service {
	float: right;
	width: 300px;
	max-height: 685px;
	background: #fafafc;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px;
	margin: 20px;
}

.hot-service .hot-tit {
	font-size: 22px;
	color: #333;
}

.hot-service .hot-line {
	width: 260px;
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
	position: relative;
	margin: 10px 0;
}

.hot-service .hot-line-out {
	width: 30px;
	height: 3px;
	background-image: linear-gradient(-90deg, #3991f6 0%, #19b9ff 100%);
	position: absolute;
	top: -1px;
}

.hot-list {
	margin-top: 15px;
	overflow: hidden;
}

.hot-list .single-hot {
	overflow: hidden;
	margin-top: 15px;
}

.hot-list .single-hot .list-img {
	float: left;
	margin-right: 10px;
}

.hot-list .single-hot .list-img img {
	width: 100px;
	height: 100px;
	border-radius: 8px;
}

.hot-list .single-hot .list-desc {
	float: right;
}

.hot-list .single-hot .list-desc .list-tit {
	width: 144px;
	color: #4d4d4d;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}

.hot-list .single-hot .list-desc .list-tit:hover {
	color: #28a1f6
}

.hot-list .single-hot .list-desc .list-price {
	font-size: 14px;
	color: #ee494f;
	margin: 10px 0;
}

.hot-list .single-hot .list-desc .list-sell-number {
	font-size: 14px;
	color: #b3b3b3;
}

.new-single-service {
	background-color: #fafafc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.new-single-service .new-top {
	overflow: hidden;
}

.new-single-service .new-top .main-comp-left {
	float: left;
	margin-right: 20px;
}

.new-single-service .new-top .main-comp-left img {
	width: 120px;
	height: 120px;
	border-radius: 8px;
}

.new-single-service .new-top .main-comp-right {
	float: left;
}

.new-single-service .new-top .main-comp-right .main-comp-tit {
	font-size: 16px;
	font-weight: bold;
}

.new-single-service .new-top .main-comp-right .main-comp-tit a {
	color: #333;
}

.new-single-service .new-top .main-comp-right .main-comp-tit a:hover {
	color: #28a1f6
}

.new-single-service .new-top .main-comp-right .main-comp-out {
	margin: 15px 0 20px 0;

}

.new-single-service .new-top .main-comp-right .main-comp-out span {
	padding: 3px 8px;
	border-radius: 8px;
	border: 1px solid #f28543;
	color: #f28543;
}

.new-single-service .new-top .main-comp-right .main-comp-address {
	color: #999;
	font-size: 14px;
	width: 455px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-single-service .new-bottom .single-hot {
	float: left;
	margin-right: 25px;
}

.new-single-service .new-bottom .single-hot .list-price {
	width: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-single-service .more-service {
	height: 100px;
	line-height: 100px;
	color: #999;
}

.new-single-service .more-service:hover {
	color: #28a1f6;
}

.new-single-service .new-bottom .list-tit {
	max-width: 85px;
}

.no-hot-service {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;
	color: #999;
}

/*改变登录*/
.login-new {
	top: 25% !important;
}

.new-login-img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.new-login-name {
	margin-left: 5px;
	color: #fff;
	font-size: 14px;
}

.new-login-out {
	color: #fff;
	font-size: 14px;
	margin-left: 15px;
	opacity: 0.5;
	cursor: pointer;
}

.new-login-name:hover {
	color: #fff
}

.new-login-out:hover {
	color: #28a1f6;
	opacity: 1;
}

/*改版培训*/
.training-list-new {
	overflow: hidden;
	margin-top: 40px;
}

.training-list-new li {
	float: left;
	width: 235px;
	height: 255px;
	border: 1px solid #efedf2;
	border-radius: 8px;
	margin: 0 13px 20px 0;
	cursor: pointer;
}

.training-list-new li:nth-child(4n) {
	margin-right: 0
}

.training-list-new li .con-top {
	position: relative;
}

.training-list-new li .con-top img {
	width: 235px;
	height: 148px;
	border-radius: 8px 8px 0 0;
	border: none;
}

.training-list-new li .con-top span {
	position: absolute;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 12px;
	font-size: 14px;
	border-radius: 8px 0 8px 0;
	bottom: 0;
	right: 0
}

.training-list-new li .con-mid {
	padding: 16px 16px 10px 16px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	height: 48px;
}

.training-list-new li .con-bot {
	overflow: hidden;
	padding: 0 16px;
	color: #999;
	font-size: 14px;
}

.training-list-new li .con-bot span {
	margin-left: 3px;
}

.training-list-new li .con-bot img {
	display: inline-block;
	margin-top: -2px;
}

.training-list-new li .con-bot .left {
	float: left;
}

.training-list-new li .con-bot .right {
	float: right;
}


/*改版创业导师*/
.new-tutor-one {
	width: 48%;
	float: left;
	margin-top: 18px;

}

.new-tutor-one img {
	width: 176px;
	height: 210px;
	border-radius: 8px;
	float: left;
	border: 1px solid #efedf2;
}

.new-tutor-desc {
	float: left;
	margin-left: 15px;
}

.new-tutor-rank {
	margin: 8px 0 10px 0;
}

.new-tutor-rank span:nth-child(1) {
	font-size: 16px;
	color: #333;
	font-weight: bolder;
}

.new-tutor-rank .tutor-names {
	font-size: 16px;
	color: #333;
	font-weight: bolder;
}

.new-tutor-rank span:nth-child(2) {
	font-size: 16px;
	color: #666666;
	margin-left: 10px;
}

.new-tutor-rank .tutor-ranks {
	font-size: 16px;
	color: #666666;
	margin-left: 18px;
}

.new-tutor-direction span:nth-child(1) {
	font-size: 14px;
	color: #666666;
}

.new-tutor-direction .tutor-directs {
	font-size: 14px;
	color: #666666;
}

.new-tutor-direction span:nth-child(2) {
	font-size: 20px;
	font-weight: bold;

}

.new-tutor-direction .tutor-mains {
	font-size: 20px;
	font-weight: bold;

}

.new-tutor-info {
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	width: 285px;
	line-height: 22px;
	height: 110px;


}

.new-tutor-line {
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #e2e1e5 0%, #e2e1e5 50%, transparent 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e2e1e5, endColorstr=#e2e1e5);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	margin-top: 18px;
}

.new-tutor-top {
	height: 212px;
	overflow: hidden;
}

/*专家*/
.enterprise-list-img img {
	width: 180px;
	height: 90px;
	border-radius: 9px;
	border: 1px solid #e2e1e6;
}

/*创新卷领取*/

.layui-upload-img {
	width: 100%;
}

#demoText {
	text-align: center;
	margin-top: 10px;
}

.demo-reload {
	width: 80px !important;
	background: #28a1f6 !important;
	height: 38px !important;
}

.inno-company-info {
	width: 380px;
	margin: 60px auto 0px auto;
}

.inno-company-info input {
	width: 370px;
	height: 36px;
	background-color: #f6f5f9;
	border: solid 1px #e2e1e6;
	font-size: 16px;
	color: #333;
}

.inno-company-info input::-webkit-input-placeholder {
	font-size: 14px;
	color: #ccc;
}

.inno-company-info input:-moz-placeholder {
	font-size: 14px;
	color: #ccc;
}

.inno-company-info input::-moz-placeholder {
	font-size: 14px;
	color: #ccc;
}

.inno-company-info input:-ms-input-placeholder {
	font-size: 14px;
	color: #ccc;
}

.company-card-mask {
	position: absolute;
	bottom: 75px;
	background: #28a1f6;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	right: 160px;
}

.reupload-company-card {
	width: 30px;
	height: 30px;
	margin: 15px;
}

.original-mask {

	margin-top: 20px;
	position: relative;
}

/*获得焦点*/
.inno-company-info input:focus {
	border: 1px solid #28a1f6 !important;
}

.del-layui-label {
	margin: 0 !important;
}

.inno-part-tit {
	font-size: 17px;
	color: #4d4d4d;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}

.submit-inno-btn {
	width: 200px;
	height: 60px !important;
	background-color: #28a1f6 !important;
	border-radius: 8px !important;
	font-size: 24px !important;
	margin-top: 50px;
}

.single-part-item {
	margin-bottom: 30px !important;
}

.single-part-item p {
	text-align: left;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

/*创新卷*/
.innovation-card {
	text-align: center;
	padding: 50px 60px 100px 60px;
	background-color: #fff;
	/*	margin:0px auto 100px auto ;*/
}

.innovation-tit {
	color: #333;
	font-size: 24px;
}

.innovation-shadow {
	width: 843px;
	height: 405px;
	box-shadow: 0px 3px 16px 0px rgba(0, 9, 33, 0.15);
	margin-top: 40px;
}

.innovation-desc {
	margin: 40px 0 95px 0;
	font-size: 17px;
}

.innovation-desc img {
	width: 843px;
	height: 405px;
	box-shadow: 0px 3px 16px 0px rgba(0, 9, 33, 0.15);
}

.innovation-desc p {
	line-height: 35px;
	color: #666;
}

.apply-innovation button {
	cursor: pointer;
	width: 200px;
	height: 60px;
	background-color: #28a1f6;
	border-radius: 8px;
	font-size: 24px;
	color: #fff;
	border: none;
}


/*人才公寓*/
.apartment-list {
	width: 320px;
	margin: 200px auto;
	text-align: center;

}

.apartment-list img {
	width: 310px;
	height: 200px;
}

.apartment-list p {
	margin-top: 30px;
	font-size: 17px;
	color: #666;
}


/*上方条件padding筛选的改变*/
.filter-item-padding {
	padding-bottom: 20px !important
}

/*文本详情的白背景*/
.text-whitebg-detail {
	background-color: #fff;
	padding: 50px 60px;
	margin-bottom: 100px;
	box-sizing: border-box;
}

/*场地列表*/
.big-nav {
	overflow: hidden;
	padding-top: 43px;
}

.big-nav li {
	float: left;
	width: 200px;
	height: 100px;
	border-radius: 12px;
	border: solid 4px #e4e3e8;
	margin-left: 32px;
	background-size: 100% 100%;
	behavior: url(../js/ie-css3.htc)
}

/*小导航*/

.small-nav {
	overflow: hidden;
	margin-bottom: 15px;
}

.small-nav .select-tit {
	float: left;
	font-size: 16px;
	color: #666666;
	width: 80px;
	line-height: 30px;
}

.small-nav .select-item {
	width: calc(100% - 80px);
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.small-nav .select-item span {
	margin-right: 10px;
}

/*场地展示列表*/

.out-container {
	width: 100%;
	/*background-color: #f6f5f9*/
	background-color: #fafafc
}

.main-content {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden
}


/*工位详情*/
.common-space-head {
	overflow: hidden;
}

.station-deprice {
	font-size: 24px;
	margin-left: 30px;
	font-weight: normal;
}

.common-space-link {
	float: right;
}

.common-space-link .reserve-now {
	width: 110px;
	height: 40px;
	background-color: #28a1f6;
	border-radius: 8px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	border: none;
	cursor: pointer;
}

.out-container-white {
	width: 100%;
	padding-bottom: 100px;
	background-color: #fff;

}

/*场地详情*/

.space-detail {
	padding: 30px !important;
}

.space-tit {
	font-size: 24px;
	color: #333;
	margin-bottom: 25px;
	font-weight: bolder;
	float: left;
}

.space-about-img {
	margin-bottom: 25px !important;
}

.space-thumnail img {
	width: 100%;
	height: 100%;
}

.space-common {
	margin-left: 20px;
}

.third-share {
	overflow: hidden;
	line-height: 33px;
}

.tit-share {
	font-size: 14px;
	color: #999;
}

.third-share div {
	float: left;
}

.share-item {
	overflow: hidden;
	/* width: 200px; */
}

.share-item img {
	float: left;
	width: 33px;
	height: 33px;
	margin-left: 16px;
}

.share-item a {
	float: left;
	width: 34px !important;
	height: 34px !important;
	margin-left: 15px !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.share-item a:nth-child(1) {
	background: url(../../img/icon_Qzone.png) no-repeat center !important;
}

.share-item a:nth-child(2) {
	background: url(../../img/microblog.png) no-repeat center !important;
}

.share-item a:nth-child(3) {
	background: url(../../img/renren.png) no-repeat center !important;
}

.share-item a:nth-child(4) {
	background: url(../../img/douban.png) no-repeat center !important;

}

.share-item .bds_qzone {
	background: url(../../img/icon_Qzone.png) no-repeat center !important;
}

.share-item .bds_tsina {
	background: url(../../img/microblog.png) no-repeat center !important;
}

.share-item .bds_renren {
	background: url(../../img/renren.png) no-repeat center !important;
}

.share-item .bds_douban {
	background: url(../../img/douban.png) no-repeat center !important;

}


/*全局的更多指向*/

.common-more-tit {
	overflow: hidden;
}

.common-more-icon {
	float: right;
	margin: 35px 10px 10px 0;
}

.common-more-icon a {
	color: #999;
	font-size: 16px;
}

.common-more-part {
	float: left;
}

/*基础信息*/

.space-base {
	line-height: 35px;
}

.space-base1 {
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.space-city {
	float: left;
	margin-right: 40px;
	/*width: 600px;*/
	width: 45%;
}

.space-male {
	float: left;
	width: 45%;
	/*margin-right: 65px;*/
	/*width: 300px;*/
}

.space-text-desc {
	color: #666;
	font-size: 15px;
	line-height: 30px;
	width: 920px;
}

.space-leader {
	overflow: hidden;
	margin-top: 30px;
}

.space-leader li {
	float: left;
	overflow: hidden;
	margin-right: 118px;
	margin-bottom: 20px;
}

.space-leader li img {
	width: 250px;
	float: left;
	margin-right: 10px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
}

.main-leader-info {
	float: left;
}

.space-leader .leader-name {
	overflow: hidden;
}

.space-leader .leader-name div {
	float: left;
}

.space-leader .leader-name div:nth-child(1) {
	margin-right: 10px;
	font-size: 16px;
	color: #333;
}

.leader-tel {
	color: #999;
	font-size: 14px;
}

/*基础设施*/

.space-facility {
	overflow: hidden;
	/*height: 220px;*/
}

.space-facility li {
	float: left;
	width: 64px;
	height: 100px;
	margin: 10px 19px 8px 0;
	text-align: center;
}

.space-facility li img {
	width: 64px;
	height: 64px;
}

.space-facility li p {
	margin-top: 10px;
	color: #999;
	font-size: 14px;
}

/*精选服务*/

.space-service {
	overflow: hidden;
}

.space-service li {
	float: left;
	width: 162px;
	height: 162px;
	margin-right: 21px;
	position: relative;
}

.space-service li img {
	width: 162px;
	height: 162px;
}

.space-ser-mask {
	position: absolute;
	width: 162px;
	height: 46px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	font-size: 19px;
	bottom: 0px;
	line-height: 46px;
}

/*办公空间*/

.space-office {
	width: 290px !important;
}

.space-office-li {
	margin-top: 0 !important;
	border: none !important;
}

/*入驻企业*/

.space-company li {
	height: 100px;
	padding: 10px;
	background: #f6f5fa;
	margin-bottom: 20px;
	overflow: hidden;
}

.space-com-img {
	float: left;
}

.space-com-img img {
	width: 100px;
	height: 100px;
}

.space-com-desc {
	float: left;
	margin-left: 20px;
	line-height: 33px;
	width: 700px;
}

.space-com-male {
	overflow: hidden;
	color: #999
}

.space-com-male div:nth-child(1) {
	float: left;
	font-size: 18px;
	color: #666;
	width: 450px;
}

.space-com-male div:nth-child(2) {
	float: right;
}

/*创业西安行列表*/

.business-list {
	margin: 0 5px;
}

.business-list .single-top {
	height: 420px;
	padding: 30px 27px 30px 30px;
	overflow: hidden;
	background-color: #fafafc;
	border-radius: 8px;
	margin: 60px 0 30px 0;
}

.business-list .single-top .left-single {
	float: left;
}

.business-list .single-top .right-single {
	float: left;
	width: 460px;
	margin: 10px 0 35px 30px;
}

.business-list .single-top .left-single img {
	width: 640px;
	height: 426px;
}

.business-list .single-top .right-single .single-tit {
	font-size: 18px;
	color: #4d4d4d;
	margin-bottom: 35px;
}

.business-list .single-top .right-single .single-con {
	font-size: 14px;
	color: #808080;
	height: 110px;
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 85px;
}

.business-list .single-top .right-single .single-date {
	margin-left: 0 !important;
}


.business-list li {
	overflow: hidden;
	/*width: 1000px;*/
	height: 200px;
	background-color: #f6f5fa;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fafafc;
	border-radius: 8px;

}

.business-list .left-con,
.business-list .mid-con {
	float: left;
}

.business-list .mid-con {
	margin-left: 30px;
}

.business-list .right-con {
	/*width: 92px;*/
	margin: 10px 0 0 80px;
	float: left;
}

.business-list .mid-con {
	width: 580px;
}

.business-list .left-con img {
	width: 300px;
	height: 200px;
	/*	margin: 20px;*/
	display: block;
}

.business-tit {
	margin: 10px 0 35px 0;
	font-size: 18px;
	color: #4d4d4d;
}

.business-sum {
	color: #808080;
	;
	font-size: 14px;
	height: 110px;
	overflow: hidden;
	line-height: 22px;
}

.business-list .right-con p:nth-child(1) {
	color: #808080;
	font-size: 30px;
}

.business-list .right-con p:nth-child(2) {
	font-size: 14px;
	color: #999;
	margin: 10px 0 20px 0;
}

.business-list .right-con div {
	width: 76px;
	height: 30px;
	border-radius: 8px;
	border: 1px solid #28a1f6;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	color: #28a1f6;
	line-height: 30px;
	text-align: center;
}

/*培训列表*/

.training-list {
	margin-top: 42px;
}

.training-list li {
	margin-bottom: 20px;
	position: relative;
}

.training-list li img {
	width: 1000px;
	height: 420px;
}

.training-mask {
	height: 50px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 370px;
	display: none;
}

.training-tit {
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 1000;
	line-height: 50px;
}

.training-date {
	color: #999;
	font-size: 13px;
	position: absolute;
	top: 15px;
	height: 20px;
	right: 55px;
}

/*培训详情*/

.training-detail img {
	width: 100%;
}

/*工位列表*/

.reserve-number {
	width: 320px;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 100;
	top: 138px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
}

.station-desc {
	margin: 18px 14px;
}

.station-first {
	overflow: hidden;
}

.station-first span:nth-child(1) {
	float: left;
	color: #333333;
	font-weight: bolder
}

.station-first-tit {
	width: 150px;
	float: left;
	color: #333333;
	font-weight: bolder
}

.station-first span:nth-child(2) {
	float: right;
	font-size: 16px;
}

.station-second {
	height: 45px;
	margin-top: 5px;
}

.station-second div {
	float: left;
	width: 189px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	/*因为火狐不生效,只能限制固定高度*/
	height: 40px;
	/*超出显示省略号*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
}

.station-second button {
	float: right;
	width: 68px;
	height: 30px;
	border-radius: 8px;
	margin-top: 7px;
	border: none;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
}

/*导师列表*/

.tutor-list {
	overflow: hidden;
	margin-top: 25px;
}

.tutor-list li {
	float: left;
	width: 176px;
	margin-bottom: 36px;
}

.tutor-img img {
	border-style: none;
	width: 100%;
	width: 176px;
	height: 208px;
}

.tutor-main-1 {
	font-size: 20px;
	font-weight: bolder;
}

.tutor-main-2 {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
}

.tutor-main-3 {
	max-width: 100px;
	float: left;
	/*超出显示省略号*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tutor-direct {
	line-height: 30px;
	overflow: hidden;
}

.tutor-direct div:nth-child(1) {
	font-size: 14px;
	float: left;
	color: #666666;
}

.tutor-name {
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tutor-name span:nth-child(2) {
	font-size: 16px;
	color: #666;
	margin-left: 5px;
}

.tutor-desc {
	font-size: 14px;
	color: #999;
	height: 60px;
	line-height: 20px;
	/* 	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}

/*.tutor-desc {
    width:170px;
    position:relative;
    line-height:20px;
    height:60px;
    overflow:hidden;
}
.tutor-desc:after {
    content:"...";
    position:absolute;
    bottom:0;
    right:0;
    background:#FFF;
    padding:0 10px;

}*/

.slide-img {
	margin-right: 30px
}

/*导师详情*/

.tutor-detail {
	padding: 32px 27px;
}

.tutor-about {
	overflow: hidden;
}

.tutor-thumnail {
	float: left;
}

.tutor-thumnail img {
	width: 177px;
	height: 208px;
}

.tutor-rank {
	float: left;
	margin-left: 25px;
	width: 650px;
}

.tutor-workinfo {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-left: 20px;
}

.tutor-part-two {
	margin: 40px 0 20px 0;
}

.tutor-part-three {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
}

.tutor-work-tit {
	overflow: hidden;
	margin: 35px 0 10px 0;
}

.tutor-work-tit span {
	margin-left: 20px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

/*新闻列表*/

.news-list li {
	width: 1000px;
	height: 60px;
	background-color: #f6f5fa;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 60px;
}

.news-time {
	margin: 0 50px;
	float: left;
	font-size: 16px;
	color: #999;
}

.news-desc {
	float: left;
	font-size: 18px;
	color: #666;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.enter-icon {
	float: right;
	margin: 0 30px;
}

.enter-icon img {
	width: 10px;
	height: 15px;
}

/*新闻详情*/

/*中间1000px为白背景*/

.whitebg-detail {
	background-color: #fff;
	padding: 30px 30px 50px 30px;
	margin-bottom: 100px;
}

.news-tit {
	text-align: center;
	font-size: 24px;
	color: #333333;
}

.news-line {
	width: 874px;
	height: 1px;
	background-color: #cccccc;
	margin-top: 30px;
}

.news-about {
	width: 800px;
	margin: 10px auto;
	overflow: hidden;
}

.news-about div {
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 14px;
}

.news-about div span:nth-child(1) {
	color: #999;
}

.news-about div span:nth-child(2) {
	color: #666;
}

/*新闻详情中统一设置关于文字和img*/

.news-content p {
	line-height: 30px;
}

.news-content span {
	display: inline-block;
	/*text-indent:30px*/
}


/*.news-content section img {
	width: 880px;
}*/

.news-content img {
	max-width: 100%;
}