@charset "utf-8";
/* CSS Document */
.about-right h2{
	margin-bottom:30px;
}
.about-right h2,.about-right p{
	width:100%;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.textStyle{width:100%;height: 100%;}
.textStyle ul{border-bottom: 1px dashed rgba(0, 0, 0, 0.06);}
.textStyle ul li{line-height:34px!important;}

.blog-leftgrids{display:block;display:inline-block;margin-top: 15px; float: left;}
.blog-leftgrids .active{color:#FFF!important;background: rgb(49, 50, 50);}

.blog-bottom-paination ul li{
    display:inline-block;
}
.blog-bottom-paination{
    margin: 2em 0;
    font-size:13.5px!important;
    font-family: Microsoft YaHei,SimSun;
}
.blog-bottom-paination li a{
    /**font: 400 12px/1.2em Arial;*/
    color: #5a5a5a;
    padding: 11px 18px;
    background: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #e9e9e9;
    margin-top: 16px;
}
.blog-bottom-paination li.active> a, .blog-bottom-paination li> a:hover {
    background: #D63B37;
    color:#fff;
}