body{
    /*font-family: "微软雅黑", "Microsoft YaHei";*/
    margin: 0px;
    padding: 0;
    padding-bottom: 76px;
    background-color: #f6f6f6;
    color: #333;
}
*,* a:hover{
    list-style-type: none;
    text-decoration: none;
}
.con{
	/*max-width: 780px;*/
	min-width: 320px;
	margin: 0 auto;
	min-height: 300px;
}
ul{
    padding: 0;
}
.header{
    font-size: 14px;
    padding: 10px;
}
.con_head{
    padding: 0 10px;
}
.tit{
    font-size: 16px;
    color: #ff0000;
    line-height: 24px;
    font-weight: 600;
}
.label span:nth-child(1){
    border:1px solid #0086CE;
    color:#0086CE;
    padding:0 3px;
    margin-right:5px;
}
.blue{
    color: #0086CE;
}

.Photo{
    position: relative;
    background: #F3F3F3;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 12px;
}
.Photo_pic{
    position: absolute;
    left: 10px;
    top: 0px;
    display: inline;
}
.Photo_pic img{
    border-radius: 25px;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin-top: 6px;
}
.name{
    margin: 0;
    margin-left: 40px;
}
.name em{
    float: right;
    font-style: normal;
}
.container{
    padding: 0 10px;
}
.div1{
    text-indent: 28px;
    line-height: 32px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-align:justify; 
    text-justify:inter-ideograph;
}
.red{
    color: #ff0000 !important;
}
.width{
    font-weight: 400;
}
.tu img{
    width: 100%;
    margin: 10px 0;
}
.weixin{
    padding: 2px 5px;
    background-color: #fff600;
    font-weight: 600;
    color: #ff0000;
}

.com_div{
    padding: 10px 0;
    border-bottom: 1px dashed #666;
}
.com_tit{
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
}
.com_tu,.com_tu2{
    position: relative;
    padding-left: 40px;
}
.com_tu .Photo_pic,.com_tu2 .Photo_pic{
    left: 0;
}
.com_tu .Photo_pic img,.com_tu2 .Photo_pic img{
    margin-top: 0;
}
.com_name{
    font-size: 14px;
    line-height: 36px;
}
.com_p{
    font-size: 15px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 0;
    text-align:justify; 
    text-justify:inter-ideograph;
}
.com_time{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
}
.com_time_le{
    float: left;
    color: #666;
    line-height: 18px;
    font-size: 12px;
}
.com_time_ri{
    float: right;
    line-height: 18px;
    color: #666;
    font-size: 12px;
}
.com_time_ri span{
    height: 18px;
    padding: 0 2px;
    display: inline-flex;
}
.com_time_ri span:nth-child(1){
    border-right: 1px solid #666;
}
.com_time_ri span:nth-child(2){
    line-height: 18px;
}
.com_time_ri span:nth-child(2) img{
    height: 16px;
}
.com_time_ri img{
    width: 18px;
    line-height: 18px;
}
.comment>div.div1:nth-last-child(1){
    border-bottom: 0;
}

.footer{
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 10px;
}
.footer div{
    display: initial;
}


.footer2{
    width: 100%;
    min-width: 300px;
    max-width: 780px;
    height: 65px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
    background-color: #ec5259;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.footer2 span a{
    color: #374aae;
    text-decoration: none;
}
.footer_p1{
    padding-top: 4px;
}
.footer2 p{
    margin: 0;
}
.footer_p1 span,.wxuser{
    background-color: #ffe400;
    color: #ff0000;
    font-weight: 600;
    padding: 4px 5px;
}
.xuanfu>img{
  width: 120px;
}
.xuanfu{
    position: fixed;
    right: 0px;
    top: 35%;
}

@media screen and (max-width: 640px){
    .div1{
        text-indent: 28px;
        line-height: 24px;
        font-size: 15px;
        color: rgb(51, 51, 51);
        font-family: "Microsoft YaHei";
        font-style: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-weight: 400;
        letter-spacing: normal;
        text-align:justify; 
        text-justify:inter-ideograph;
    }
    .xuanfu>img{
      width: 80px;
    }
}

