.pkp_site_name_wrapper {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
    background: center / cover no-repeat url(/public/site/bg_header_ijie.jpg);
	height: 160px;
	width: auto;
}
.pkp_site_name .is_img img {
    max-height: 130px;
}

.obj_article_details .entry_details .item>.label, .obj_article_details .entry_details .sub_item:first-child>.label {
    padding: .5em 1.43rem;
    background: #9b95fd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.obj_article_details .entry_details .sub_item .label {
    color: #010245;
}
.button {
    background-color: #3e2f77;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    width: 220px;
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
}
.button:hover {
  background-color: #4d4d4d;
  color: white;
}