img {
border-radius: 10px
}

.menu ul li{
    margin: 0 5px 0 5px;
}
.post {
	font-family: "SimSun","Noto Sans SC","Microsoft YaHei";
}
.article {
	font-size:15px ;
	font-family: "SimSun","Noto Sans SC","Microsoft YaHei";
	color:#333;
    letter-spacing: 1px; 
}

.single p{
 margin-top:-10px;
 font-size:18px ;
}

.single img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 98%;
	height: auto!important;
}

.single video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 98%;
	height: auto!important;
}


ul#dm-fy{padding: 1rem auto 0;margin: 0;position: relative;text-align: center;list-style: none;color: #999;}
ul#dm-fy:before {
    content: " ";
    display: table;
}
ul#dm-fy:after {
    clear: both;
}
ul#dm-fy>li {
    display: inline-block;margin: 0;
    padding: 0;
   text-indent: 0;
}
ul#dm-fy>.dm-fy-active>a, ul#dm-fy>.dm-fy-active>a:focus, ul#dm-fy>.dm-fy-active>a:hover, ul#dm-fy>.dm-fy-active>span, ul#dm-fy>.dm-fy-active>span:focus, ul#dm-fy>.dm-fy-active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0e90d2;
    border-color: #0e90d2;
    cursor: default;
}
ul#dm-fy>li>a, ul#dm-fy>li>span {
    position: relative;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}