

h2 {font-size: 1.5rem}
h3 {font-size: 1.5rem}
h4 {font-size: 1.1rem}
p {font-size: 1.2rem}
li {font-size: 1.2rem}


.line-left {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0F0;
	padding-left: 20px;
}

.comment-default-block{
    padding:0;
    margin-top:0;
}
.comment-form button {
    float: none;
    border: none;
    background-color: #3ca5f6;
    font-size: 14px;
    padding:4px 20px;
    cursor: pointer;
    margin-top: 6px;
    margin-left:10px;
    border-radius: 2px;
    box-shadow: 0px 5px 10px -3px rgba(60, 165, 246, .2) !important;

}
.comment-form button:hover {
    background-color: #4596e6;
}
.comment-form > div > textarea {
    padding: 5px 10px;
    border-radius: 0;
    background-color: #fff;
    color: #444444;
}
.comment-form > div > textarea:focus{
    outline: none;
    border-color:transparent;
    background-color: #fff;
}
.comment-form{
    background-color: #fbfbfb;
    padding-bottom:10px;
}
.comment-item {
    margin: 15px 0;
}
.comment-secondary-panel {
    margin-top: 10px;
    padding-top: 10px;

}

.comment-item .comment-item-content .comment-item-content-main {

    padding: 12px 0 15px;
}
.comment-item .comment-item-content .comment-item-content-main {
    padding: 0 0 15px;
}
.comment-item-portrait img {

    border-radius: 50%;
}
.comment-item-content-item .comment-author {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-right:0;
}
.comment-item-content-item .comment-time {
    display: inline;
    padding: 0 5px 0 0;
    font-size: 14px;
    color: #999;

}
.comment-vcode input {
    padding: 0 5px;
    height: 34px;
    border: solid 1px #ebebeb;
    border-radius: 2px;
    background-color: #ebebeb;
    outline: none;
    margin-left:5px;
}
.comment-vcode {
    float: left;
    font-size: 14px;
    margin-top:5px;
}
.comment-vcode .vcode-img {
    height: 32px;
    margin-top: -3px;
    cursor: pointer;
}
/*pagination*/
.pagination {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 2px;
}
.page-item.disabled {
    opacity: 0.8;
}
.page-item.active .page-link{
    background-color: #50a1ff;
    border-color: #50a1ff;
    color:#fff;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    color: #535353;
    font-weight: 400;
    border-color: #ebebeb;
    padding: 0;
    margin: 0 3px;
    min-width: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;

}
.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
