@charset "UTF-8";
/**************************************************************************
 * @Author       : Zheng
 * @Date         : 2021-04-07 15:45:57
 * @LastEditTime : 2021-04-09 16:46:32
 * @Description  : 右侧边栏-样式
  * 右侧-小部件：个人信息 + 最新文章 +  热门推荐 + 标签云 + 搜索
**************************************************************************/
/*****************************************/
/***********      变量     *************/
/*****************************************/
/*****************************************/
/***********      个人信息     ************/
/*****************************************/
.member-info {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  box-shadow: 1px 0 2px 2px rgba(42, 42, 42, 0.1);
  margin-bottom: 20px;
}

.member-info .m-author {
  color: #636b6f;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.member-info .m-avatar {
  margin: 20px 0;
  text-align: center;
}

.member-info .m-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #eee;
}

.member-info .m-intro {
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow: visible;
  color: #636b6f;
  text-align: center;
}

.member-info .m-tag {
  text-align: center;
  line-height: 33px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.member-info .m-tag span {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.member-info .m-tag span i {
  margin-right: 5px;
}

.member-info .m-tag a {
  text-decoration: none;
  color: #636b6f;
}

.member-info .m-button a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

.member-info .m-button a:hover {
  opacity: 0.8;
}

.member-info .m-button .follow {
  background-color: #f4645f;
  color: #fff;
}

.member-info .m-button .notice {
  background-color: #35b558;
  color: #fff;
}

/*****************************************/
/***********      搜索       *************/
/*****************************************/
.right-menu {
  padding: 30px;
  background-color: #fff;
  box-shadow: 1px 0 2px 2px rgba(42, 42, 42, 0.1);
  max-height: 90%;
  margin-bottom: 30px;
  border-radius: 3px;
}

.right-menu .inet-search {
  position: relative;
  border-bottom: 1px solid #eee;
}

.right-menu .inet-search .sh {
  height: 36px;
  width: 180px;
  border: 0;
  outline: none;
}

.right-menu .menu {
  overflow: auto;
  max-height: 600px;
  padding-top: 10px;
}

.panel {
  padding: 15px 10px;
  box-shadow: 1px 0 2px 2px rgba(42, 42, 42, 0.1);
  /*****************************************/
  /***********      公共样式      *************/
  /*****************************************/
  /*****************************************/
  /***********      最新文章     ************/
  /*****************************************/
  /*****************************************/
  /***********      热门推荐     ************/
  /*****************************************/
  /*****************************************/
  /***********      标签云    ************/
  /*****************************************/
}

.panel .box-title {
  color: #333;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #cbcbcb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel .box-title .pull-right {
  font-size: 14px;
}

.panel .last-post ul {
  padding: 0px;
}

.panel .last-post ul li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.panel .last-post ul .hov {
  border-bottom: dotted 1px #b8b8b8;
}

.panel .last-post ul .time {
  float: left;
  width: 78px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #616161;
  font-size: 12px;
  background: #f2f2f2;
  font-family: arial;
}

.panel .last-post ul .time span.r {
  font-size: 22px;
  width: 30px;
  margin-right: 2px;
  text-align: right;
}

.panel .last-post ul .time span.y {
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}

.panel .last-post ul .title {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #3f3f3f;
  padding-left: 12px;
}

.panel .hot-body {
  margin-top: 10px;
}

.panel .hot-body .hot-list-group {
  padding: 0px;
}

.panel .hot-body .hot-list-group .list-group-item {
  padding: 10px 10px;
}

.panel .hot-body .hot-list-group .list-group-item a:hover {
  color: #e67e22;
  text-decoration: underline;
}

.panel .tag-cloud {
  margin-top: 10px;
}

.panel .tag-cloud a {
  border: 1px solid #ebebeb;
  padding: 2px 7px;
  color: #959595;
  line-height: 1.5em;
  display: inline-block;
  font-size: 0.8em;
  margin: 0 7px 7px 0;
  transition: all 0.2s ease;
}

.panel .tag-cloud a:hover {
  color: #fff;
  background: #e67e22;
  border: 1px solid #e67e22;
  text-decoration: none;
}

.container .col-lg-3 {
  padding: 0px;
  /* border:1px solid #233 */
}

@media (max-width: 1024px) {
  .container .col-lg-3 {
    padding: 0px 15px;
  }
}
