.blog-part{padding: 80px 0px;}
.blog-part h2{text-align: center;
font-size:30px;
font-weight: 600;
margin-bottom:50px;color:#111;}
.blog-box{display: flex;
flex-direction: row;
margin-bottom: 20px;
}
.fst-blog{ 
    background: #202020;
    padding: 20px; 
    margin-right: 2%;
    width: 32%;
    }
    .mr{
      margin-right: 0;
    }
.fst-blog span {
    font-size: 14px;
    color:#fff;
    border-bottom: 1px solid #ffcc33;}
.fst-blog h3{font-size: 20px; color:#fff; margin: 10px 0;}
.fst-blog p{color:#999}
.blog-text{    justify-content: space-between;
    display: flex
;}
.blog-text span{ font-size: 14px;color:#fff;
    border-bottom: none; 
;}
.fst-blog img{margin-bottom:15px; width: 100%;}
.fst-blog a{color:#ffcc33;}
.fst-blog a:hover{color:#ffcc33; text-decoration: #fff underline;}

/*blog-detail*/
.post-part{display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 80px 0;
  }
.lft-post{width:70%;}
.rgt-post{width:30%;
  padding-left: 40px;}
.lft-post span {
  font-size: 14px;
  color:#111;margin-bottom:10px;
  border-bottom: 1px solid #666;}
.lft-post h1{ color:#111; 
  margin: 10px 0;
  font-size:30px;
line-height: 36px;}
  .lft-post h2{ color:#111; 
  margin: 20px 0px 10px 0px;
  font-size:24px;}
.lft-post img{
  margin:20px 0px 15px 0px; 
  width: 100%;}
.rgt-post p{ font-size: 14px;
border-bottom: 1px dotted #999;padding-bottom: 15px;}
.rgt-post p:last-child{
border-bottom: none;}
.rgt-post p span{ font-size: 12px;
  color:#777;
    border-bottom: none;}
.rgt-post p a{ 
  color:#333; 
  text-decoration:#d1cccc underline;}
.rgt-post p a:hover{ 
color:#111; 
text-decoration:none;
font-weight:500;}
.rgt-post h2{font-weight:25px; 
  text-align: left; 
  border-bottom:1px solid #d1cccc; 
  padding-bottom:10px; 
  margin-bottom:25px;}

  .fst-blog span {
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #999;
}
.blog-detail-sdr .iptv-item{padding: 0;margin-top: 50px;}
.blog-detail-sdr .fst-blog{margin-right: 0;padding: 0px 15px 25px 15px;}
.blog-detail-sdr .fst-blog a{font-size:15px}

.lft-post ul li{
    margin-bottom: 5px;
    padding: 0;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01rem;
    color: #555555;
    font-weight: normal;
    font-family: 'robotoregular', sans-serif;
}

.lft-post p a{
color: #202020;
border-bottom: 1px solid #555555;
}

.lft-post p a:hover{ color: #ff0000;
    border-bottom: 0;}
    .blog-detail-sdr .fst-blog{ width: 100% !important;}