/*.kelin-news-read.main{padding-top:80px;padding-bottom:60px;}*/

.kelin-news-read .newsnr{}
.kelin-news-read .newsnr h1{font-size:30px;line-height:1;color:#333;text-transform:capitalize;}
.kelin-news-read .newsnr .artInfo{padding:0 0 30px;border-bottom:1px solid #999;margin:25px 0 0;font-size:18px;color:#333;}

.kelin-news-read .myart{padding:50px 0 10px;line-height:26px;font-size:16px;color:#333;}
.kelin-news-read .myart h5{font-size:20px;margin-bottom:20px;}
.kelin-news-read .myart p{margin-bottom:20px;}
.kelin-news-read .myart .row{margin-bottom:20px;}
.kelin-news-read .myart img{border-radius:5px;}

.kelin-news-read .pnbar{margin-top:40px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:15px 0;}
.kelin-news-read .pnbar > a{width:50%;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;position:relative;}
.kelin-news-read .pnbar > a.l::after{content:"";position:absolute;right:0;top:25px;bottom:25px;width:1px;background:#ccc;}
.kelin-news-read .pnbar > a.r{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;}
.kelin-news-read .pnbar i{width:40px;color:color-mix(in srgb, var(--color-second) 50%, transparent);font-size:22px;text-align:left;}
.kelin-news-read .pnbar img{height:100px;}
.kelin-news-read .pnbar p{margin:0 30px;color:#333;font-size:14px;}
.kelin-news-read .pnbar > a.r i{text-align:right;}

.kelin-news-read .pnbar > a:hover i{color:var(--color-second);}
.kelin-news-read .pnbar > a:hover p{color:var(--color-second);}

@media screen and (max-width:768px) {
  /*.kelin-news-read.main{padding-top:25px;padding-bottom:30px;}*/
  
  .kelin-news-read .newsnr h1{font-size:22px;}
  .kelin-news-read .newsnr .artInfo{padding:0 0 20px;margin:20px 0 0;font-size:16px;}

  .kelin-news-read .myart{padding:20px 0 10px;line-height:22px;font-size:15px;}
  .kelin-news-read .myart h5{font-size:17px;margin-bottom:15px;}
  .kelin-news-read .myart p{margin-bottom:15px;}
  .kelin-news-read .myart .content-row{margin-bottom:15px;}

  .kelin-news-read .pnbar{margin-top:25px;-webkit-flex-direction:column;flex-direction:column;}
  .kelin-news-read .pnbar > a{width:100%;}
  .kelin-news-read .pnbar > a.r{margin-top:10px;}
  .kelin-news-read .pnbar img{height:40px;}
  .kelin-news-read .pnbar p{margin:0 15px;}
}