你，@charset "utf-8";
/* CSS Document */

body{
    background:#eff3f6;
}

.p-content{
    padding:1rem 0.36rem 1rem;
    background:#fff;
    font-size:0.32rem;
}

.p-content h1{
    font-size:0.44rem;
    color:#333333;
    line-height: 0.7rem;
}

.p-content-top{
    margin-top:0.3rem;
    position: relative;
}

.p-content-plant-time{
    font-size:0.28rem;
    height:0.7rem;
    line-height: 0.7rem;
    margin-bottom:0.2rem;
}

.p-content-top img{
    width:0.6rem;
    border-radius: 50%;
    vertical-align: middle;
}

.p-plant-title{
    display: inline-block;
    vertical-align: middle;
    color:#4b95de;
    font-style: normal;
    margin-left:0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}



@media only screen and (min-width: 750px) {
    .p-plant-title{
        max-width:30%;
    }
}

@media only screen and (min-width: 1400px) {
    .p-plant-title{
        max-width:70%;
    }
}

@media (max-width:750px){
    .p-plant-title{
        max-width:20%;
    }
}

.p-send-time{
    color:#999;
    margin-left:0.3rem;
    display: inline-block;
    vertical-align: middle;
}


.p-collect{
    position: absolute;
    top:0.06rem;
    right:0;
    font-size:0.3rem;
	display: none;
}

.p-collect i{
    display: inline-block;
    width:0.48rem;
    height:0.44rem;
    background: url(/images/collect-icon.png) 50% no-repeat;
    background-size:70%;
    position: relative;
    top:0.1rem;

}


.p-share{
    position: absolute;
    top:0.06rem;
    right:0;
    font-size:0.28rem;
}

.p-share i{
    display: inline-block;
    width:0.48rem;
    height:0.44rem;
    background: url(/images/share-icon.png) 50% no-repeat;
    background-size:70%;
    position: relative;
    top:0.12rem;
    margin-right:0.06rem

}

.p-tag{
    overflow: hidden;
}

.p-tag em {
    display: inline-block;
    background: #deecf9;
    color: #4d7fd0;
    float: left;
    border-radius: 2rem;
    margin-left: 0.08rem;
    padding: 0 0.1rem;
    font-style: normal;
}

.p-tag-title{
    float: left;
    color:#999;
}

.p-content-text{
    line-height:0.65rem;
    margin-top:0.4rem
}


.p-content-text img{
	max-width: 100%; 
	height:auto!important;
}

.rich_media_content img{}

.p-content-text p{
    font-size:0.32rem;
    color:#444;
    text-indent: 0.64rem;
}

.p-content-text p img{
    max-width: 100%;
    height: auto !important;
    margin-left: -0.64rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.p-list-box-content{
    padding-top:1rem;
    margin-top:0.2rem;
    background:#fff;
    position: relative;
    
}

.p-list-title{
    font-size:0.4rem;
    position: absolute;
    left:0;
    top:0.2rem;
    font-weight:bold;
    color:#333;
	background: #f2f2f2;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
}

.p-list-title i{
    float: left;
    width: 1.166rem;
    height:0.8rem;
    background: url(/images/book-icon.jpg) 0 50% no-repeat;
    background-size:auto 0.8rem;
    margin-right: 0.2rem;
}

