.postCotent{
			position:relative;
			display: inline-block;
                        width: 100%;
                       box-shadow:black 0px 0px 7px,#8888 0px 0px 15px;
			background: #fff url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1566064307481&di=6da2b1ac90b08a0bc1a1704dd057d22c&imgtype=0&src=http%3A%2F%2Fimg.sccnn.com%2Fbimg%2F338%2F17144.jpg) 77% -1% no-repeat;
			
                         background-size:300px 325px;
                        opacity: 0.9;
    
		}
		.postCotent > div{
			float: left;
			background: transparent;
		}
		
		.myPost{
			    border-right: 1px #676767 solid;
			    font-size: 14px;
			    padding: 15px;
			    line-height: 1.5;
			    width: 80%;
		}
		.num{
			
			top: 0px;
			width: 17%;
			font-size: 14px;
    		       line-height: 1.5;
                       padding: 2px 2px 25px 2px;
		}
               .num ui li {
			white-space:nowrap;
			text-overflow:ellipsis;
			overflow:hidden;
		}
               .num hr{
	             width:100%;

    margin:0 auto;

    border: 0;

    height: 1px;

    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0));
              }
              .float{
			 position: fixed;
                         
                    
		}
.num ui li a:hover{
			text-decoration:none !important;
			color: blue;
		}
:target{
			color: blue;
		}