*{margin:0;padding:0;}
.fl{float:left}
.fr{float:right}
ul li{list-style: none;}
img{max-width:100%;vertical-align: middle;}
.index-head.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index: 1;
    width: 100%;
}
.indexIcon{
	background-image: url(../images/index/indexIcon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
}
.index-container-title{
	text-align:center;
	font-size:28px;
	margin: 0px auto 10px;
}
.index-container-tip{
	color:#979797;
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	letter-spacing: 1px;
	margin-top: 30px;
}
.index-container-tip span{
	color:#0357fd;
	font-size:20px;
}
.index-container-btn{
	width:305px;
	height:45px;
	line-height:45px;
	margin:30px auto;
	text-align:center;
	background:#0357fd;
	color:#fff;
	cursor:pointer;
	font-size: 15px;
}
/* 运营工具 */
.operateTools{
	box-shadow: 0px 2px 5px #dedede;
	padding:50px 0 10px 0;
}
.operateToolsList{margin-top:50px;}
.operateToolsList ul{overflow:hidden;}
.operateToolsList ul li{
	position:relative;
	margin-right:15px;
	width:226px;
	height:336px;
	color:#fff;
	text-align:center;
}
.operateToolsList ul li:last-child{
	margin-right:0;
}
.operateToolsList-hoverImg{
	height: 200px;
    line-height: 200px;
}
.operateToolsList-hoverTitle{
	font-size:20px;
	text-align:center;
	color:#4c4c4c;
}
.operateToolsListTitle{
	font-size:28px;
	margin:50px auto 20px;
}
.operateToolsListInfo{
	font-size:16px;
	line-height:30px;
	height:150px;
	margin-bottom:10px;
}
.operateToolsListBtn{
	width:200px;
	height:30px;
	line-height:30px;
	border:1px solid #fff;
	margin:auto;
	cursor:pointer;
}


.operateToolsList-hover{
	position:absolute;
	top:-1px;
	left:-1px;
	width:226px;
	height:336px;

    color:#333;
}
.operateToolsList ul li:hover .operateToolsList-hover{

}
/* 约稿变现 */
.manuscriptsCash{
	background:#f9fafc;
	padding:50px 0 10px 0;
	margin-top:2px;
	box-shadow: 0px 2px 5px #dedede;
}
.manuscriptsCashList{margin:50px auto 0;width:1080px;}
.manuscriptsCashList ul{overflow:hidden;}
.manuscriptsCashList ul li{
	margin:0 15px 15px 0;
	width:258px;
	height:305px;
	background:#fff;
}

.manuscriptsCashListIntroParent{
    height: 134px;
    padding-top: 10px;
    display: none;
}

.manuscriptsCashListIntro{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	color: #979797;
}



.manuscriptsCashList ul li:nth-child(4n){
	margin-right:0;
}
.manuscriptsCashListImg{
	position:relative;
	width:258px;
	height:144px;
}
.manuscriptsCashListImgTip{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color:#fff;
    text-align:center;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.manuscriptsCashListInfo{
	padding:0 10px;
	margin-top:10px;
}
.manuscriptsCashListTitle{
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.manuscriptsCashListTime{
	color:#979797;
	line-height:25px;
	padding-bottom:8px;
}
.manuscriptsCashListMoney{
	margin-top:8px;
	font-weight:600;
	line-height:40px;
}
.manuscriptsCashListMoney span{
	color:#ff5050;
	font-weight:normal;
}
/* 十万爆文 */
.hotArticle{
	background:#fff;
	padding:50px 0 10px 0;
	margin-top:2px;
	box-shadow: 0px 2px 5px #dedede;
}
.hotArticleBox{
	overflow:hidden;
	margin:50px auto 0;
}
.hotArticleMain{
	width:1080px;
	margin: 0 auto ;
}
.hotArticleType{
	padding: 0 0 10px 10px;
	border-bottom:1px solid #dedede;
	cursor:pointer;
}
.hotArticleMain img{
	float:left;
}
.hotArticleMain ul{
	width:600px;
	float:left;
}
.hotArticleMain ul li{
	overflow:hidden;
	padding:10px;
	width:580px;
	margin-top: 10px;
}

.hotArticleMain ul li:first-child{
	margin-top: 80px;
}

.hotArticleCont{
	width:540px;
}
.hotArticleContTitle{
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    width:480px;
    display: inline-block;
}
.hotArticleContInfo{
	overflow:hidden;
	line-height:20px;
	color:#979797;
	margin-top:15px;
}
.hotArticleContRead{
	width: 18px;
    height: 18px;
    background-position: -9px -5px;
}
.hotArticleContLaud{
	width: 18px;
    height: 20px;
    background-position: -37px -4px;
}
.hotArticleContInfo span{
	margin-right:10px;
}
.hotArticleBtn{
	border:1px solid #dedede;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:30px 10px 0px;
	cursor:pointer;
}
/* 大V邀您一同开启 */
.authorBox{
	background:#f9fafc;
	padding:50px 0 10px 0;
	margin-top:2px;
	box-shadow: 0px 2px 5px #dedede;
}
.authorBoxTopImg{
	margin-bottom:50px;
}
.authorBoxList{
	margin:50px auto 0;
	width: 1080px;
}
.authorBoxList ul{
	height: 600px;
}
.authorBoxList ul li{
	padding:0 50px;
	float: left;
    width: 230px;
    margin-left: 25px;
    background: #fff;
    height: 200px;
    margin-top: 40px;
}

.authorBoxList ul li:nth-of-type(n+4){
    margin-top: 90px;
}


.authorBoxList ul li:nth-child(6n){
	margin-right:0;
}
.authorBoxLogo{
	overflow:hidden;
	text-align:center;
	height:125px;
	width:125px;
	margin:auto;
	border-radius: 100%;
	margin-top: -50px;
}
.authorBoxName{
	margin-top:20px;
	font-size:18px;
	text-align: center;
	font-weight: 600;
}

.authorBoxFs{
	font-size:16px;
	color:#a40101;
	font-weight: 500;
}

.authorBoxName .fl{
	width:80px;
	margin-right:5px;
}


/* 自媒体学院 */
.mediaSchool{
	width:1080px;
	margin:50px auto 0;
	background:#fff;
	padding:50px 0 10px 0;
	margin-top:2px;
	margin-bottom: 35px;
}
.mediaSchoolNav{
	margin:50px auto 0;
	text-align:center;
}
.mediaSchoolNavList{
	display:inline-block;
	width:80px;
	height:43px;
	line-height:43px;
	text-align:center;
	font-size:18px;
	margin-bottom:-1px;
	color:#a40101;
	cursor:pointer;
	margin-left: 30px;
}
.mediaSchoolNavList.active{
	position:relative;
	border-color:#dedede;
	background:#fff;
	color:#4262fb;
	border-bottom: solid #4262fb;
}
.mediaSchoolCont{
	padding:15px 0px;
}
.mediaSchoolCont ul{overflow:hidden;}
.mediaSchoolCont ul li{
	width: 515px;
   
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 25px;
}
.mediaSchoolCont ul li:last-child{
	margin-right:0;
}
.mediaSchoolContTitle{
	position:relative;
	padding-left:10px;
	height:50px;
	line-height:50px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        color: #333;
    font-size: 18px;
}

.mediaSchoolContInfo{
	height:60px;
	padding:30px 10px 0;
	color:#979797;
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mediaSchoolContBottom{
	overflow: hidden;
    padding-left: 10px;
    margin-bottom: 20px;
}

.mediaSchoolCont ul li:nth-child(1) {
	background:#f8f9fa;
} 
.mediaSchoolCont ul li:nth-child(2) {
	background:#f4f8ff;
} 
.mediaSchoolCont ul li:nth-child(3){
	background:#fff1ed;
} 
.mediaSchoolCont ul li:nth-child(4){
	background:#fff8ee;
} 

.mediaSchoolCont ul li:nth-child(2) .mediaSchoolContBottom{
	color:#4262fb;
} 
.mediaSchoolCont ul li:nth-child(3) .mediaSchoolContBottom{
	color:#fa511d;
} 
.mediaSchoolCont ul li:nth-child(4) .mediaSchoolContBottom{
	color:#ffa228;
} 


.mediaSchoolContBottom .fl span{
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	background:#fff;
	border:1px solid #dedede;
	margin-right:8px;
	overflow:hidden;
	vertical-align: middle;
}
.frendsLink{
	height:40px;
	line-height:40px;
	color:#979797;
}
.body-bg{
	background: #f9fafc;
    height:40px;
    margin-top: 2px;
    box-shadow: 0px 2px 5px #dedede;
}