/*
Theme Name: Breeze
Theme URI: https://www.gzk.ink/
Author: Gong Zhengke
Author URI: https://www.gzk.ink/
Description: 简洁如微风
Version: 1.0
Text Domain: Breeze
Tags: Breeze
*/
.index-img{
	width:165px;
	height: 110px;
	border-radius:5px;
	overflow:hidden;
}
.index-img img{
	width: 100%;
	margin-right: 20px;
	border-radius:5px;
	
}
.media-body{
	margin-left: 15px;
	margin-top: 5px;
}
.mt-0 a{
	color: black;
}
.mt-0 a:hover{
	color: #007BFF;
}
.nav-link a{
	color: black;
}
.nav-link a:hover{
	color: #007BFF;
}
.post{
	max-width: 95%;
	line-height:30px;
}
.post img{
	max-width: 100%;
	border-radius:5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
pre,code{
	max-width: 100%
}

.next_article {

        text-align: center;

        color: #fff;

        }

        .next_article a {

          line-height: 60px;

          height: 30px;

          color: #FFFFFF !important;

          font-size: 12px;

          margin: 0px 0 5px 5px;

          padding: 8px;

          background-color: #007BFF;
 
          border-radius: 5px;

          -moz-border-radius: 5px;

          -webkit-border-radius: 5px;

        }

        .common .hot_article{

          padding:0 10px;

        }

        .common  .hot_article_list{

          width:400px;

          float:left;

        }

        .common  .ads_in_hot_article{

          width:338px;

          float:right;

          text-align:center;
}

.comment-list{
    margin-right: 0;
    margin-left: 0;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.ds-post-main {
    position: relative;
    margin-bottom: 30px;
}
.ds-comment-body, .ds-avatar, .ds-avatar a, .ds-avatar img {
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}
.ds-avatar {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: -20px;
    padding: 5px;
    width: 36px;
    height: 36px;
}
.ds-avatar img{
	border-radius:5px;
}
.ds-comment-body {
    z-index: 1;
    position: relative;
    left: 0;
    background: #FFF;
    padding: 15px 15px 15px 47px;
    color: #696A52;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 1px 0 rgba(255,255,255,.75) inset;
}
.comment-reply {
    float: right;
}
.cancel-comment-reply {
    margin-top: 20px;
    margin-bottom: 20px;
}
.text {
    
    width: 70%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.textarea {
    
    width: 100%;
    height: 200px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}