html,
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.JournalEncyclopedia_wrap_detail {
    width: 1200px;
    margin: 0 auto;
}

.JournalEncyclopedia_wrap_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.JournalEncyclopedia_wrap_title span{
	font-weight:700;
}

.JournalEncyclopediaDetail_wrap,
.comment {
    width: 100%;
    background-color: white;
    border-radius: 5px;
}

.title {
    width: 94%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    font-weight: 900;
}

.list_title {
    width: 96%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2%;
    /* border-bottom: 1px solid #EEEEEE; */
}

.list_title div {
    font-size: 16px;
    color: #222222;
    border-left: 3px solid #FF3737;
    width: 100px;
}

.list_title span {
    display: inline;
    margin-left: 15px;
    font-weight: 900;
}

.text {
    width: 90%;
    margin: 5px auto;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
	text-indent:32px;
}

.author,
.keyword,
.pages,
.source {
    width: 94%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
}

.author li,
.keyword li {
    margin-right: 20px;
    color: #F98C51;
    font-size: 14px;
}

.source li {
    margin-right: 20px;
    color: #666666;
    font-size: 14px;
}

.source li a{
    color: #F98C51;
}

.BtnImg {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.BtnImg img {
    width: 120px;
    height: 40px;
    margin-right: 10px;
}

.comment_box {
    width: 98%;
    margin: 0 auto;
}

.comment_boxList {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
    flex-wrap: wrap;
}

.comment_boxList2 {
    width: 93%;
    margin-left: 7%;
    border-top: none !important;
}

.head_portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 15px;
}

.comment_boxList_R {
    width: 92%;
}

.people {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 12px;
    margin-top: 15px;
}

.people li {
    margin-right: 20px;
}

.people li:nth-child(1) {
    color: #333333;
    font-size: 14px;
    font-weight: 900;
}

.comment_boxList_content {
    color: #666666;
    margin: 20px 0;
    font-size: 14px;
    line-height: 28px;
	text-indent:28px;
}

.pinglun img {
    width: 80px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.pinglun2 {
    cursor: pointer;
}

.dianzan {
    cursor: pointer;
}