.main {
    padding-top: 50px;
    padding-bottom: 60px;
    max-width: 1200px
}

h2 {
    margin-top: 0;
}

.newsnr .column {
    margin-bottom: 10px;
}

.newsnr .thumbnail{
    height: 100%;
}

.newsnr h1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 30px 0;
    font-weight: 700;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}

.newsnr .artInfo {
    padding: 0 0 20px;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    margin: 25px 0 0;
    position: relative;
}
.newsnr .artInfo::after {
    content: "";
    display: block;
    height: 3px;
    background: var(--active-color);
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin: 0 0 0 -50px;
    z-index: 1;
}
.newsnr .artInfo span {
    margin: 0 10px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.newsnr .artInfo span i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.myart {
    margin: 20px 0;
    line-height: 26px;
    font-size: 17px;
    color: #666;
    width: 100%;
}
.myart p {
    margin: 0 0 10px;
}

.myart p img{
    height: auto !important;
}

.myart h2 {
    font-size: 22px;
    margin: 20px 0;
    color: #333;
}

.pnbar {
    margin-top: 30px;
}
.pnbar p {
    max-width: 100%;
    margin: -1px 0 0;
    padding: 10px 14px;
    border: 1px solid #ddd;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.pnbar p a {
    color: #545454;
}
.pnbar p:hover a {
    color: var(--active-color);
}

@media screen and (max-width:768px) {
    .main {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .newsnr h1 {
        font-size: 18px;
        line-height: 1.2;
    }
    .myart {
        margin: 15px 0;
        line-height: 22px;
        font-size: 15px;
    }
    .myart p {
        margin: 0 0 8px;
    }

    .pnbar {
        margin-top: 20px;
    }
    .pnbar p {
        padding: 7px 10px;
        font-size: 15px;
    }
}