      .cont-box{
          max-width: 600px;
          position: relative;
		  margin: 0 auto;
		  text-align: justify;
      }
      .title{
         text-align: center;
	    margin: 0px 0 10px 0;
	    font-size: 14px;
	    color: #555;
	    letter-spacing: 0.1em;
	    font-weight: bold;
      }
      .content-box p{
         padding-bottom: 10px;
         line-height: 190%;
         Color: #666666;
        font-size: 14px;
        letter-spacing: 0em;
      }
      .content-box img{
         padding-bottom: 10px;
             /* width: 100%; */
      }
      .top-cate{
      margin: 0px 0px 0px 0px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 40px;
    display: block;
    font-size: 12px;
    width: 100%;
      }
      .top-cate span:first-child {
    color: #999;
     }
      .top-cate span:last-child {
    color: rgb(251, 51, 75);
     }
     .his{
            float: right;
         color: #aaa;;
     }
      .his:hover{
      color: rgb(251, 51, 75);
      }
      .details {
        height: 35px;
        text-align: center;
        color: #ccc;
            font-size: 12px;
      }
      .details a{
        color: #ccc;
      }
.video-js{
    width: 100%;
    height: 100%;
    object-fit: cover;
}