﻿.g-index {
	padding-top: 30px;
	padding-bottom: 60px;
	background: #e9e9e9;
	overflow: hidden
}

.g-index .cy-banner {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #fff
}

.g-index .cy-banner .banner-focus {
	width: 760px;
	height: 475px;
	background: #ccc;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin-right: 10px
}

.g-index .cy-banner .banner-focus .hd {
	position: absolute;
	left: 18px;
	bottom: 5px;
	z-index: 8
}

.g-index .cy-banner .banner-focus .hd li {
	position: relative;
	width: 24px;
	height: 4px;
	margin: 0 3px;
	padding: 15px 0;
	border-radius: 6px;
	float: left;
	transition: all 0.3s;
	overflow: hidden;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden
}

.g-index .cy-banner .banner-focus .hd li:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
	background: #fff;
	opacity: 0.4;
	z-index: 1;
	border-radius: 2px;
	overflow: hidden
}

.g-index .cy-banner .banner-focus .hd li:before {
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
	background: #fd7400;
	z-index: 2;
	border-radius: 2px;
	overflow: hidden
}

.g-index .cy-banner .banner-focus .hd li.on {
	width: 36px
}

.g-index .cy-banner .banner-focus .hd li.on:before {
	width: 100%;
	transition: all 3s
}

.g-index .cy-banner .banner-focus .bd li {
	width: 760px;
	height: 475px;
	float: left;
	overflow: hidden
}

.g-index .cy-banner .banner-focus .bd li a {
	width: 760px;
	height: 475px;
	display: block;
	position: relative;
	overflow: hidden
}

.g-index .cy-banner .banner-focus .bd li a .pic {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-index .cy-banner .banner-focus .bd li a .pic img {
	width: 100%;
	opacity: 0
}

.g-index .cy-banner .banner-focus .bd li a img {
	width: 100%
}

.g-index .cy-banner .banner-focus .bd li a .word {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	background: rgba(0,0,0,0.6);
	background: linear-gradient(transparent, #000)
}

.g-index .cy-banner .banner-focus .bd li a:hover .pic {
	transform: scale(1.1)
}

.g-index .cy-banner .banner-right {
	width: 370px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.g-index .cy-banner .banner-right .item {
	position: relative;
	width: 100%;
	height: 233px;
	border-radius: 4px;
	overflow: hidden
}

.g-index .cy-banner .banner-right .item .pic-a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-index .cy-banner .banner-right .item .pic-a img {
	width: 100%;
	opacity: 0
}

.g-index .cy-banner .banner-right .item.video .pic-a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url("../images/video_play.png") no-repeat center center;
	background-size: 48px 48px;
	transform: scale(1);
	z-index: 9
}

.g-index .cy-banner .banner-right .item:hover .pic-a {
	transform: scale(1.2)
}

.g-index .cy-banner .banner-right .item .word {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	background: linear-gradient(transparent, #000)
}

.g-mainbody {
	display: flex;
	justify-content: space-between;
	padding: 10px 1px 40px;  /*30px*/
	background: #fff;
	overflow: hidden
}

.g-mainbody .main-left {
	width: 760px;
	margin-right: 60px
}

.g-mainbody .main-left .recommend-tab {
	position: relative
}

.g-mainbody .main-left .recommend-tab .rt-prev {
	position: absolute;
	left: 0px;
	top: 0;
	width: 26px;
	height: 40px;
	background: #fff url("../images/1b2c04c009b09a88c2ecc7649df51e36.png") no-repeat center center;
	background-size: 16px;
	display: inline-block;
	z-index: 9
}

.g-mainbody .main-left .recommend-tab .rt-next {
	position: absolute;
	right: 0px;
	top: 0;
	width: 26px;
	height: 40px;
	background: #fff url("../images/010a9d9c96a89aff370788ddf7f8218e.png") no-repeat center center;
	background-size: 16px;
	display: inline-block;
	z-index: 9
}

.g-mainbody .main-left .recommend-tab .rt-nav-wrap {
	position: relative;
	width: 760px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
	z-index: 3
}

.g-mainbody .main-left .recommend-tab .rt-nav {
	width: 710px;
	height: 40px;
	padding: 0 25px;
	overflow: hidden
}

.g-mainbody .main-left .recommend-tab .rt-nav ul {
	min-width: 3000px;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden
}

.g-mainbody .main-left .recommend-tab .rt-nav ul li {
	float: left;
	margin-right: 30px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	transition: all 0.3s
}

.g-mainbody .main-left .recommend-tab .rt-nav ul li:first-child {
	justify-content: flex-start
}

.g-mainbody .main-left .recommend-tab .rt-nav ul li.active {
	font-weight: bold;
	color: #000
}

.g-mainbody .main-left .recommend-tab .rt-main .rt-bar {
	display: none
}

.g-mainbody .main-left .recommend-tab .rt-main .rt-bar.active {
	display: block
}

.g-mainbody .main-left .recommend-tab .rt-main .rt-bar .inner {
	min-height: 400px
}
/*
.g-mainbody .main-left .recommend-tab .rt-main .rt-bar .inner.loading {
	background: url(../images/loading.gif) no-repeat center center;
	background-size: 60px
}
*/
.g-mainbody .main-left .recommend-tab .rt-main .rt-bar .ajax-more {
	display: block;
	width: 180px;
	height: 36px;
	margin: 20px auto 0;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	color: #999;
	border: 1px solid #ccc;
	transition: all 0.3s
}

.g-mainbody .main-left .recommend-tab .rt-main .rt-bar .ajax-more:hover {
	color: #fff;
	background-color: #FF5814;
	border-color: #FF5814
}

.g-mainbody .main-left .today-class {
	margin-bottom: 20px
}

.g-mainbody .main-left .tag-theme .m-focus-group-main {
	padding-bottom: 10px
}

.g-mainbody .main-left .tag-theme .m-focus-group-main .fg-pic img {
	height: 100%
}

.g-mainbody .main-left .tag-theme .prev {
	top: 50%;
	margin-top: -22px;
	left: -28px
}

.g-mainbody .main-left .tag-theme .next {
	top: 50%;
	margin-top: -22px;
	right: -32px
}

.g-mainbody .main-left .author-theme .m-people-info,.g-mainbody .main-left .teacher-theme .m-people-info,.g-mainbody .main-left .video-theme .m-people-info {
	padding-bottom: 38px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px
}

.g-mainbody .main-left .bang-special-wrap {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 30px;
	background-color: #fff
}

.g-mainbody .main-left .bang-special-wrap .special-pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 416px;
	height: 260px;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 3
}

.g-mainbody .main-left .bang-special-wrap .special-pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-mainbody .main-left .bang-special-wrap .special-pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-mainbody .main-left .bang-special-wrap .special-pic:hover .pic-a {
	transform: scale(1.1)
}

.g-mainbody .main-left .bang-special-wrap .special-info {
	flex: 1;
	position: relative
}

.g-mainbody .main-left .bang-special-wrap .special-info .label {
	display: block;
	width: 86px;
	height: 36px;
	text-indent: -99em;
	background: url("../images/label_zhuanti@2x.png") no-repeat center center;
	background-size: 100%;
	margin-bottom: 20px
}

.g-mainbody .main-left .bang-special-wrap .special-info .label.special {
	background-image: url("../images/label_bangcehua@2x.png")
}

.g-mainbody .main-left .bang-special-wrap .special-info h3 {
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.g-mainbody .main-left .bang-special-wrap .special-info .description {
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info {
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag {
	width: 28px;
	height: 14px;
	display: inline-block;
	float: left;
	margin-top: 3px;
	margin-right: 10px
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.dujia {
	background: url(../images/dujia.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.huodong {
	background: url(../images/huodong.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.shendu {
	background: url(../images/shendu.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.shoufa {
	background: url(../images/shoufa.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.tuiguang {
	background: url(../images/tuiguang.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.yuanchuang {
	background: url(../images/yuanchuang.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.zhuanti {
	background: url(../images/zhuanti.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-left .tag.haiwai {
	background: url(../images/haiwai.png) no-repeat;
	background-size: 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-right .look {
	padding-left: 20px;
	background: url(../images/views2.png) no-repeat;
	background-size: auto 100%
}

.g-mainbody .main-left .bang-special-wrap .special-info .item-push-info .ifi-right .comment {
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/comments2.png) no-repeat;
	background-size: auto 100%;
	color: #999
}

.g-mainbody .main-left .recommend-column {
	padding-top: 20px
}

.g-mainbody .main-left .recommend-column .tit {
	position: relative
}

.g-mainbody .main-left .recommend-column .tit h3 {
	font-size: 20px;
	color: #000;
	line-height: 1;
	margin-bottom: 15px
}

.g-mainbody .main-left .recommend-column .tit .more {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 14px;
	color: #999;
	font-weight: bold
}

.g-mainbody .main-left .recommend-column .swiper-slide {
	width: 240px
}

.g-mainbody .main-left .recommend-column .swiper-slide .column {
	display: flex;
	line-height: 30px;
	margin-bottom: 8px
}

.g-mainbody .main-left .recommend-column .swiper-slide .column .avatar {
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #f0f0f0 no-repeat center center;
	background-size: cover;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden
}

.g-mainbody .main-left .recommend-column .swiper-slide .column a {
	font-weight: bold
}

.g-mainbody .main-left .recommend-column .swiper-slide .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	z-index: 3
}

.g-mainbody .main-left .recommend-column .swiper-slide .pic .pic-a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.g-mainbody .main-left .recommend-column .swiper-slide .pic .pic-a img {
	width: 100%;
	opacity: 0
}

.g-mainbody .main-left .recommend-column .swiper-slide .pic:hover .pic-a {
	transform: scale(1.2)
}

.g-mainbody .main-left .recommend-column .swiper-slide h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.index-school {
	color: #000;
	margin-top: 60px
}

.index-school a {
	display: block
}

.index-school .img {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

.index-school .img a {
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	background-size: cover;
	background-position: center
}

.index-school .img a:hover {
	transform: scale(1.2)
}

.index-school .img a img {
	display: none
}

.index-school .title-box {
	position: relative;
	height: 24px;
	border-bottom: 2px solid #FF5814;
	margin-bottom: 10px
}

.index-school .title-box .title {
	position: absolute;
	left: 0;
	bottom: -2px;
	display: flex;
	align-items: flex-end;
	background: #fff
}

.index-school .title-box .title .name {
	font-size: 24px;
	height: 29px;
	font-weight: bold
}

.index-school .title-box .title .e-name {
	font-size: 20px;
	line-height: 1;
	border-left: 2px solid #FF5814;
	padding: 0 5px;
	margin-left: 5px;
	color: rgba(0,0,0,0.4);
	font-weight: bold
}

.index-school .box .title {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.index-school .box .title .name {
	font-size: 20px;
	font-weight: bold
}

.index-school .box .title .more {
	font-size: 14x;
	color: #999
}

.index-school .hot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 15px
}

.index-school .hot .hot-box {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 15px
}

.index-school .hot .hot-box .img {
	width: 176px;
	height: 99px;
	background: #ccc;
	border-radius: 4px
}

.index-school .hot .hot-box .name {
	width: 175px;
	font-size: 14px;
	margin: 15px 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.index-school .hot .hot-box .name a {
	color: #333;
	font-weight: bold
}

.index-school .hot .hot-box .name a:hover {
	color: #fd7400;
	transition: 0.5s
}

.index-school .hot .hot-box .cont {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 12px
}

.index-school .hot .hot-box .cont .sell {
	color: #999
}

.index-school .hot .hot-box .cont .price {
	color: #FF5814
}

.index-school .hot1 .hot-box .img {
	width: 370px;
	height: 210px
}

.index-school .hot1 .hot-box .name {
	width: 370px
}

.index-school .hot-simple {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 15px
}

.index-school .hot-simple .item {
	position: relative;
	padding-bottom: 15px;
	width: 100%;
	border-radius: 4px;
	overflow: hidden
}

.index-school .hot-simple .item img {
	display: block;
	width: 100%
}

.index-school .adsense {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.index-school .adsense img {
	width: 100%
}

.index-school .adsense.adsense0 .img,.index-school .adsense.adsense1 .img {
	width: 100%;
	margin: 5px 0
}

.index-school .adsense.adsense2 .img {
	width: 370px
}

.index-school .adsense.adsense3 .img {
	width: 245px
}

.index-school .adsense.adsense4 .img {
	width: 175px
}

.index-school .adsense.adsense5 .img {
	width: 145px
}

.index-school .index-school-more {
	display: flex;
	justify-content: center;
	align-items: center
}

.index-school .index-school-more a {
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	width: 180px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 20px;
	border-radius: 4px
}

.index-school .index-school-more a:hover {
	color: #fff;
	background: #FF5814;
	border-color: #FF5814
}

.index-school .tutor-box {
	padding: 30px 15px 10px 20px;
	height: 180px;
	box-shadow: 0px 0px 10px 0px rgba(2,2,2,0.12);
	box-sizing: border-box;
	transform: scale(0.8);
	position: relative
}

.index-school .tutor-box.swiper-slide-active {
	transform: scale(1)
}

.index-school .tutor-box.swiper-slide-active .mask {
	display: none
}

.index-school .tutor-box.swiper-slide-prev .mask {
	background: linear-gradient(to right, #fff, rgba(255,255,255,0.6))
}

.index-school .tutor-box .mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(255,255,255,0.6), #fff)
}

.index-school .tutor-box .tutor {
	display: flex;
	position: relative;
	padding-bottom: 16px;
	border-bottom: 1px solid #f0f0f0
}

.index-school .tutor-box .tutor .photo {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden
}

.index-school .tutor-box .tutor .photo img {
	width: 100%;
	height: 100%
}

.index-school .tutor-box .tutor .txt {
	padding-left: 16px
}

.index-school .tutor-box .tutor .txt .name {
	font-size: 18px;
	color: #000;
	line-height: 30px
}

.index-school .tutor-box .tutor .txt .job {
	font-size: 14px;
	color: #999;
	line-height: 18px
}

.index-school .tutor-box .tutor .guanzhu {
	position: absolute;
	top: 0;
	right: 0;
	color: #FD7400;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #FD7400;
	width: 50px;
	text-align: center;
	border-radius: 12px;
	cursor: pointer
}

.index-school .tutor-box .tutor .guanzhu.active {
	background: #FD7400;
	color: #fff
}

.index-school .tutor-box .field {
	font-size: 14px;
	color: #999;
	padding-top: 20px
}

.index-school .swiper-container {
	padding: 20px 0 40px
}

.index-school .swiper-container .swiper-pagination-bullet {
	opacity: 0.1;
	width: 10px;
	height: 10px
}

.index-school .swiper-container .swiper-pagination-bullet-active {
	background: #000;
	opacity: 0.25;
	width: 12px;
	height: 12px
}

.index-dbase {
	padding: 60px 0
}

.index-dbase .dbase-tit {
	position: relative;
	margin-bottom: 10px
}

.index-dbase .dbase-tit:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 7px;
	right: 0;
	height: 2px;
	background: #FF5814;
	z-index: 1
}

.index-dbase .dbase-tit h3 {
	position: relative;
	display: inline-block;
	font-size: 24px;
	background: #fff;
	padding-right: 5px;
	line-height: 1;
	z-index: 3
}

.index-dbase .dbase-tit h3 span.en {
	display: inline-block;
	font-size: 22px;
	border-left: 2px solid #FF5814;
	color: rgba(32,32,32,0.37);
	padding-left: 5px
}

.index-dbase .box .tit {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 30px 0;
	line-height: 1
}

.index-dbase .chart-box .inner {
	display: flex;
	justify-content: space-between
}

.index-dbase .chart-box .inner .item {
	width: 48%
}

.index-dbase .chart-box .inner .item .item-t {
	display: flex;
	justify-content: space-between
}

.index-dbase .chart-box .inner .item .item-t span {
	color: #FF5814;
	font-weight: bold
}

.index-dbase .chart-box .inner .item .item-chart {
	height: 240px
}

.index-dbase .event-table {
	width: 100%
}

.index-dbase .event-table td {
	text-align: center;
	font-size: 12px;
	padding: 20px 0
}

.index-dbase .event-table tr {
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff
}

.index-dbase .event-table tr.tr-title td {
	font-size: 16px;
	padding: 0 0 20px 0
}

.index-dbase .event-table tr.tr-def-loop:hover {
	background-color: #fbfbfb
}

.index-dbase .event-table tr.tr-def-loop .t-img {
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%
}

.index-dbase .event-table tr.tr-def-loop .t-img img {
	width: 100%
}

.index-dbase .event-table tr.tr-def-loop .t-btn {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	color: #fd7400;
	background-color: #fff;
	border: 1px solid #fd7400;
	border-radius: 3px
}

.index-dbase .event-table tr.tr-def-loop .t-btn.join-compare:hover,.index-dbase .event-table tr.tr-def-loop .t-btn.join-compare.current {
	background-color: #fd7400;
	color: #fff
}

.index-dbase .event-table tr.tr-def-loop .t-info {
	text-align: left
}

.index-dbase .event-table tr.tr-def-loop .t-info .com a {
	font-size: 14px
}

.index-dbase .event-table tr.tr-def-loop .t-info .des {
	color: #999
}

.index-dbase .event-table tr.tr-def-loop .t-investor {
	display: inline-block;
	width: 100%;
	color: #fd7400
}

.index-dbase .event-table tr .w55 {
	width: 55%;
	text-align: left
}

.index-dbase .event-table tr .w55 span {
	padding-left: 20px
}

.index-dbase .event-table tr .w40 {
	width: 40%;
	text-align: left
}

.index-dbase .event-table tr .w40 span {
	padding-left: 20px
}

.index-dbase .event-table tr .w35 {
	width: 33%;
	text-align: left
}

.index-dbase .event-table tr .w30 {
	width: 30%;
	text-align: left
}

.index-dbase .event-table tr .w26 {
	width: 26%
}

.index-dbase .event-table tr .w15 {
	width: 15%
}

.index-dbase .event-table tr .w12 {
	width: 12%
}

.index-dbase .event-table tr .w10 {
	width: 10%
}

.index-dbase .event-table tr .w9 {
	width: 9%
}

.index-dbase .dbase-more {
	display: block;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 4px;
	margin: 40px auto 0
}

.index-dbase .dbase-more:hover {
	color: #fff;
	background: #FF5814;
	border-color: #FF5814
}

.m-focus-group-main-wrapper {
	position: relative;
	background: #fff
}

.m-focus-group-main-wrapper .prev {
	width: 24px;
	height: 24px;
	background: url(../images/icon_left_samll@2x.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 2px;
	top: 80px;
	z-index: 10;
	outline: none;
	opacity: 0;
	filter: alpha(opacity=0)
}

.m-focus-group-main-wrapper .next {
	width: 24px;
	height: 24px;
	background: url(../images/icon_right_samll@2x.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 2px;
	top: 80px;
	z-index: 10;
	outline: none;
	opacity: 0;
	filter: alpha(opacity=0)
}

.m-focus-group-main-wrapper:hover .prev,.m-focus-group-main-wrapper:hover .next {
	opacity: 1;
	filter: alpha(opacity=100)
}

.m-people-info-wrapper {
	position: relative;
	background: #fff
}

.m-people-info-wrapper .prev {
	width: 24px;
	height: 24px;
	background: url(../images/icon_left_samll@2x.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -12px;
	z-index: 10;
	outline: none
}

.m-people-info-wrapper .next {
	width: 24px;
	height: 24px;
	background: url(../images/icon_right_samll@2x.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -12px;
	z-index: 10;
	outline: none
}

.m-focus-group-main {
	width: 760px;
	margin-bottom: 30px;
	padding: 0 2px 20px 2px
}

.m-focus-group-main .fg-main .fg-bar {
	width: 240px;
	margin-right: 20px;
	float: left
}

.m-focus-group-main .fg-main .fg-bar .fg-pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 150px;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 3;
	cursor: pointer
}

.m-focus-group-main .fg-main .fg-bar .fg-pic .pic-a {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s
}

.m-focus-group-main .fg-main .fg-bar .fg-pic .pic-a img {
	width: 100%;
	opacity: 0
}

.m-focus-group-main .fg-main .fg-bar .fg-pic .pic-a .tag {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2em;
	background: rgba(0,0,0,0.5)
}

.m-focus-group-main .fg-main .fg-bar .fg-pic:hover .pic-a {
	transform: scale(1.2)
}

.m-focus-group-main .fg-main .fg-bar .fg-pic.video:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url("../images/video_play.png") no-repeat center center;
	background-size: 48px 48px;
	transform: scale(1);
	z-index: 9
}

.m-focus-group-main .fg-main .fg-bar .fg-word {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px
}

.m-focus-group-main .fg-main .fg-bar:nth-child(3n) {
	margin-right: 0px
}

.m-big-pic {
	width: 760px;
	height: 380px;
	overflow: hidden;
	margin-bottom: 20px
}

.m-big-pic .pic-a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s;
	border-radius: 4px
}

.m-big-pic .pic-a img {
	width: 100%;
	opacity: 0
}

.m-big-pic:hover .pic-a {
	transform: scale(1.1)
}

.m-big-pic .bp-img {
	width: 760px;
	height: 380px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.m-big-pic .bp-img img {
	width: 100%
}

.m-big-pic .bp-img .bp-wai {
	position: absolute;
	left: 0;
	bottom: 0
}

.m-big-pic .bp-img .bp-wai .bp-word {
	width: 720px;
	font-size: 18px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	padding: 17px 20px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	font-weight: bold
}

.m-big-pic .bp-img .bp-wai .bp-tag {
	width: 28px;
	height: 14px;
	background: url(../images/zhuanti-fill.png) no-repeat;
	background-size: 100%;
	display: block;
	margin: 0 0 20px 20px
}

.m-big-pic.bang-special {
	height: 475px
}

.m-big-pic.bang-special .bp-img {
	height: 475px
}

.m-big-pic.bang-special .bp-img .bp-special {
	width: 98px;
	height: 54px;
	background: url(../images/bang_icon.png) no-repeat;
	background-size: 100%;
	left: 30px;
	top: 30px;
	position: absolute
}

.m-people-info .pi-main .pi-bar {
	width: 240px;
	height: 270px;
	float: left;
	text-align: center;
	margin-right: 20px
}

.m-people-info .pi-main .pi-bar .pi-bar-inner {
	height: 268px;
	border: 1px solid #f2f2f2
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .pi-img {
	width: 100px;
	height: 100px;
	margin: 30px auto 0 auto
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .pi-img a {
	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .pi-img a img {
	width: 100%;
	border-radius: 50%
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .pi-name {
	margin: 10px 0 10px 0
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .pi-name a {
	font-size: 20px;
	color: #000
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .pi-des {
	margin: 0 30px;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .follow-btn {
	margin-top: 20px
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .follow-btn .unfollow {
	width: 72px;
	height: 30px;
	display: block;
	background: url(../images/btn_follow.png) no-repeat;
	background-size: 100%;
	margin: 0 auto
}

.m-people-info .pi-main .pi-bar .pi-bar-inner .follow-btn .followed {
	width: 72px;
	height: 30px;
	background: url(../images/btn_yiguanzhu.png) no-repeat;
	background-size: 100%;
	margin: 0 auto
}

.m-people-info .pi-main .pi-bar:nth-child(3n) {
	margin-right: 0px
}

.m-people-info .pi-main .pi-bar:hover {
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.05)
}

.treasure-box {
	position: relative;
	z-index: 4;
	background: #f9f9f9;
	padding: 20px 0 40px
}

.treasure-box .treasure-title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 3;
	border-bottom: 1px solid #f0f0f0;
	background: none !important;
	margin: 0 30px 10px
}

.treasure-box .treasure-wrapper {
	margin: 0 auto;
	padding: 0 30px
}

.treasure-box .treasure-wrapper .treasure-item {
	height: 60px;
	overflow: hidden
}

.treasure-box .treasure-wrapper .treasure-item .item-class {
	float: left;
	width: 110px;
	height: 28px;
	padding-left: 10px;
	line-height: 28px;
	margin: 16px 0;
	overflow: hidden;
	color: #333
}

.treasure-box .treasure-wrapper .treasure-item .item-link {
	float: left;
	width: 110px;
	background-image: url(../images/box_icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 14px 0 14px 24px;
	position: relative
}

.treasure-box .treasure-wrapper .treasure-item .item-link a {
	display: inline-block;
	vertical-align: middle;
	max-width: 89px;
	height: 28px;
	line-height: 28px;
	color: #333;
	padding: 0 5px;
	border-radius: 8px;
	overflow: hidden
}
