p{
    text-align: justify;
}
.singleWrap{
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}
.singleWrap > .col-sm-4{
    position: static;
}
.newsHead{

}
.newsHead > h1{
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: justify;
    border-bottom: 1px solid #ddd;
}
.newsHeadItem{
    float: left;
    margin: 0 10px 15px 0;
}
.time{

}
.author{

}
.views{

}
.newsContent{

}
.newsContent p,.newsContent figure{
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 0 15px;
}
.newsContent p > img{
    width: 100%;
    height: auto;
}
.newsContent section > img{
    width: 100%;
    height: auto;
}
.newsContent h4{
    padding: 10px;
    background-color: #fff7d0;
    border-left: 10px solid #ff0707;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.2;
}
.newsContent .well{
    background-image: linear-gradient(to bottom, #f8f8f8 0, #f8f8f8 100%);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #f1f1f1;
    border-radius: 0;
}
p.author{
    font-size: 13px;
    color: #999999;
    line-height: 13px;
    padding-left: 8px;
    border-left: 13px solid #FFEB3B;
}
p.pc{
    text-indent: 32px;
}
p.pi{
    text-align: center!important;
}
section.pi{
    text-align: center!important;
}
p.pt{
    font-size: 17px;
    font-weight: bold;
}
p.mt{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}
p.st{
    font-size: 18px;
    text-align: center;
    color: #777777;
    margin-bottom: 20px;
}
.fl{
    float: left!important;
}
.fr{
    float: right!important;
}
.center,.ct{
    text-align: center!important;
}
.newsContent h3.ct{
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.3em;
}
.newscontent .wl {
    border-top: 1px solid #e85356;
    padding: 0;
    line-height: 39px;
    margin: 15px auto;
}

.newscontent .wl > label {
    padding: 10px 15px;
    background-color: #e85356;
    color: #fff;
}
.newsContent ul{
    padding: 10px 0 10px 20px;
    list-style: none;
    border-left: 6px solid #e2e2e2;
    background-color: #f7f7f7;
    border-radius: 6px 0 0 6px;
}
.newsContent ul li{
    margin: 15px 15px 5px 0;
    padding-bottom: 5px;
    text-align: justify;
}
.newsContent ul li.head{
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
}
.hotHead,.collectionHead{
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 7px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.hotHead{
    border-bottom-color: #FF5722;
}
.collectionHead{
    border-bottom-color: #00B6FF;
}
#sideContent ul{
    list-style: none;
    padding: 0;
    text-align: justify;
    overflow: hidden;
}
#sideContent ul > li{
    margin-bottom: 8px;
}
#sideContent.affix-top{
    position: relative;
}
#sideContent.affix{
    position: fixed;
    top: 0;
}
#sideContent.affix-bottom{
    position: absolute;
    bottom: 0;
}
.affix .hotHead{
    margin-top: 10px;
}


.figure {

}
.wp-block-image {
    text-align: center!important;
}
.wp-block-image img {
    width: 100%;
    height: auto;
}
.size-full{
    width:100%;
}

/* responsive */
@media screen and (max-width: 767px){
    #sideContent.affix,#sideContent.affix-top,#sideContent.affix-bottom{
        position: relative;
        top:auto;
        bottom: auto;
    }
}