*{margin: 0px;padding: 0px;text-decoration:none;list-style: none;
}
html, body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-family: "微软雅黑";
}
img{border: none;}
a{color: black;}
input{outline:medium;}
textarea{outline:medium;}
button{outline:medium;}
select{outline:medium;border: none}

/*当前位置*/
.j-location{height: 100%;width: 100%;border-bottom: 2px solid #0075c2;}
.j-location img{margin-top: 10px;margin-right: 10px;float: left;}
.j-location span{line-height: 40px;color: #333333;}
.j-location a{line-height: 40px;color: #333333;}

/*文章详情*/
.j-article{width: 100%;}
.j-article-title{text-align: center;border-bottom: 2px solid #c1c1c1;}
.j-article-title h2{margin-bottom: 25px;text-align: center;}
.j-article-resource{margin-top: 25px;display: inline;}
.j-article-resource span{color: #333333;margin-right: 30px;line-height: 35px;}
.j-article-main{width: 100%;}
.j-article-main p{margin: 20px 0px;line-height: 32px;color: #333333;text-indent: 35px;}
.j-article-main img{max-width: 590px;height: auto;display: block;margin: 0 auto;}