@import 'breadcrum.css';
@import 'sidebar.css';

.pnblog {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;

}

.pnblog img {
    max-width: 100%;
    height: auto;
}

.pnrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.pncontent {
    width: 70%;
    
}

.pnsidebar {
    width: 25%;

}

@media screen and (max-width:1160px) {
    .pnrow {
        justify-content: space-around;
    }
    .pncontent{
        width: 60%;
    }
    
    .pnsidebar {
        width: 35%;
    }

}

@media screen and (max-width:768px) {
    .pncontent{
        width: 100%;
    }
    
    .pnsidebar {
        width: 60%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

}

@media screen and (max-width:767px) {
    
    .pnsidebar {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .pnrow {
        padding: 35px 0;
    }

}
.img-the_post_thumbnail{
    padding-top: 30px;
}
.pntitlesidebar{
    padding-bottom: 10px;
}
.pnmaincontent p{
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width:768px){
    .pncontent-title{
        font-size: 18px !important;
    }
    .pnmaincontent p{
        font-size: 14px;
    }
    .pnsidebar{
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    .pnrow{
        padding-top: 15px !important;
        padding-bottom: 20px !important;
    }
}
.pnpost-cover a{
    background-repeat: no-repeat;
    background-position: center;
}
.pnpost-title{
    padding-bottom: 10px;
    word-break: break-all;
}
.pnpost-info p{
    word-break: break-all;
}
@media screen and (max-width:991px){
    .pncontent{
        width: 100%;
    }
    .pnsidebar{
        width: 100%;
        margin-top: 40px !important;
    }
    .pnmainsidebar{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    } 
}
@media screen and (max-width:768px){
    .pnbreadcrumb{
        padding-bottom: 30px;
    }
}