a:hover, a:focus, a:active{
  text-decoration: none !important;
}
.post-title h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 400;
}
.em_col_content{
  background: #fff !important;
  padding: 20px 15px !important;
  min-height: 300px;
}
.em_col_content img{
  width: 100%;
  height: 100%;
}
.entry-date {
    margin-top: 40px; 
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1;
color: #222;
font-weight: 700;
display: block;
}
.news-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 !important;
padding: 0  !important;
}
/*树形展示*/



.m-document-directory {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-right: 20px;
}
.m-document-directory.z-activated {
    position: fixed;
    top: 105px;
}
.m-document-directory-content {
    overflow: hidden;
}
.m-document-directory-content .m-document-directory-scroll {
    /*width: 250px;*/
    /*margin-right: -30px;*/
    overflow-y: auto;
}
.m-Document-directory-item .directory-content-1.expand, .m-Document-directory-item.directory-item-1 {
    border-bottom: 1px solid #eff0f2;
    background-color: #eee;
}

.m-Document-directory-item .directory-content.has-children {
    padding-right: 24px;
}
.m-Document-directory-item .directory-content {
    position: relative;
    line-height: 40px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-Document-directory-item .directory-content a {
    width: 100%;
    height: 100%;
    display: block;
    padding-right: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-Document-directory-item .directory-content b {
    padding-left: 1em;
}

.expand .icon-arrow.icon-unfold, .icon-arrow.icon-fold {
    background-position: 0 -20px;
}
.m-Document-directory-item .directory-content i {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.icon-arrow.icon-unfold {
    background-position: -20px -20px;
}
.icon-arrow {
    background: url(../../images/icons.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.m-Document-directory-item .directory-children {
    display: none;
}
.directory-content a{
    color: #333;
}
.directory-content a:focus{
    color: #333;
}
.post-content img
{
    width:100%;
}
@media screen and (max-width: 767px){
.sortball {
    display:none !important;
}
.m-document-directory{ position:relative; padding-right:0;}
}
.directory-children a:hover{
  color:#0072ff;
}
/*.directory-content a:hover{
  color: #333;
}*/
.directory-content.directory-content-1 a:hover{
  color: #333;
}
.m-Document-directory-item .directory-content.selected {
    border-left-color: transparent;
    color: #0072ff;
    background-color: #e7edf7;
}
