@CHARSET "UTF-8";
[materialinformationalert]{
	cursor: pointer;
}
.MaterialInformationAlert{
	width: 430px;
	/* height: 230px; */
	position: absolute;
	border: 1px solid #dcdcdc;
	z-index: 999999;
	background-color: #fff;
	box-shadow:2px 0px 6px 0px #ccc;
}


/* 材料信息 */
.MaterialInformationAlert_Information{
	/* height: 145px; */
	padding: 26px 36px 17px 25px;
}

/* 材料其他信息 */
.MaterialInformationAlert_other{
	border-top: 1px dashed #dcdcdc;
	padding:24px 25px;
	padding-left: 0;
}


.MaterialInformationAlert_other a{
	display: inline-block;
	width: 130px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}

.MaterialInformationAlert_other a:last-child{
	border-right: 0px;
}



/* 材料信息 */
.MaterialInformationAlert_Information_ss{
	 
}

/* 材料头像*/
.MaterialInformationAlert_Information_portrait{
	float: left;
}

/* 材料信息 */
.MaterialInformationAlert_Information_sss{
	float: left;
	width: 261px;
	/* height: 70px; */
	padding-left: 10px;
}


.MaterialInformationAlert_Information_name{
	font-size: 14px;
	line-height: 18px;
	color: #1eb8fe;
}


.MaterialInformationAlert_Information_jj{
	font-size: 12px;
	color: #575757;
	/* height: 74px; */
	overflow: hidden;
	line-height: 23px;
	margin-top: 10px;
}


 

.MaterialInformationAlert_zwf{
	cursor:pointer;
	position: absolute;
	z-index: 999999;
	display: block;
}


/* 其他信息s */
.MaterialInformationAlert_others{
	float: left;
	width: 261px;
	height: 35px;
	margin-right: 51px;
}
.MaterialInformationAlert_others .l{
	border-right: 1px solid #e4e4e4;
	width: 87px;
	height: 35px;
	float: left;
	line-height: 19px;
}
.MaterialInformationAlert_others .l div:first-child{
	font-size: 12px;
	color: #595757;
	text-align: center;
}
.MaterialInformationAlert_others .l div+div{
	font-size: 12px;
	color: #898989;
	text-align: center;
}



/* 关注按钮 */
.MaterialInformationAlert_Information_gz{
	width: 90px;
	height: 35px;
    float: left;
    border: 1px solid #1eb8fe;
    border-radius: 8px;
    text-align: center;
    line-height: 35px;
    color: #1eb8fe;
    cursor: pointer;
}

.MaterialInformationAlert_Information_ygz{
	width: 90px;
	height: 35px;
    float: left;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    text-align: center;
    line-height: 35px;
    color: #969696;
    cursor: pointer;
}

.MaterialInformationAlert_Information_gz img{
	margin-right: 5px;
}