.on {
  background-color: #03c63a;
}

/* slidebar */
.function {
  height: 100%;
  margin-bottom: 10px;
  padding: 20px 20px 5px;

  border-radius: 3px;
  background-color: #fff;
}

.function .function_t {
  height: 50px;

  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

#divContorPanel .function_c .cp-hello {
  display: block;

  width: 100%;

  text-align: center;
}

#divContorPanel .function_c .cp-login a,
#divContorPanel .function_c .cp-vrs a {
  display: block;

  width: 30%;
  padding: 5px 20px;

  text-align: center;

  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 40px;
}

#divContorPanel .function_c .cp-vrs a {
  float: right;

  margin-top: -34px;
}

#divContorPanel .function_c .cp-login a:hover,
#divContorPanel .function_c .cp-vrs a:hover {
  color: #fff;
  background: #009ae1;
}

#divCatalog .function_c li,
#divPrevious .function_c li,
#divFavorites .function_c li,
#divArchives .function_c li,
#divStatistics .function_c li,
#aside_random .function_c li,
#aside_hot .function_c li,
#divComments .function_c li,
#divAuthors .function_c li,
#divLinkage .function_c li,
#divTags .function_c li,
#aside_pro .function_c li,
#aside_tags .function_c li {
  overflow: hidden;

  margin-bottom: 10px;

  white-space: nowrap;
  text-overflow: ellipsis;

  border-bottom: 1px solid rgba(0, 0, 0, .1);

  line-height: 30px;

}

#divArchives li {
  display: inline-block;

  width: 49%;

  vertical-align: top;
}

#divNavBar .function_c li {
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;

  line-height: 30px;
}

#divCatalog .function_c li::before,
#divPrevious .function_c li::before,
#divNavBar .function_c li::before,
#divFavorites .function_c li::before,
#divArchives .function_c li::before,
#divStatistics .function_c li::before,
#aside_random .function_c li::before,
#aside_hot .function_c li::before,
#divComments .function_c li::before,
#divAuthors .function_c li::before,
#divLinkage .function_c li::before,
#divTags .function_c li::before,
#aside_pro .function_c li::before,
#aside_tags .function_c li::before {
  margin-right: 10px;

  content: '◈';

  color: #009ae1;
}

/* 日历 */
#divCalendar #tbCalendar {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#divCalendar #tbCalendar caption {
  display: flex;
  align-items: center;

  height: 30px;

  line-height: 30px;
}

#divCalendar #tbCalendar caption a:first-child,
#divCalendar #tbCalendar caption a:last-child {
  margin-top: -5px;

  font-size: 28px;
}

#divCalendar #tbCalendar thead tr th,
#divCalendar #tbCalendar tbody tr td {
  width: 36px;
  height: 30px;

  text-align: center;

  line-height: 30px;
}

#divSearchPanel {
  padding-bottom: 14px !important;
}

#divSearchPanel .function_c input:first-child {
  width: 70%;
  height: 26px;

  border-color: #009ae1;
  border-radius: 4px;
}

#divSearchPanel .function_c input:last-child {
  width: 20%;
  height: 32px;
  margin-left: 6%;

  cursor: pointer;

  border-color: #009ae1;
  border-radius: 16px;
}

#divSearchPanel .function_c input:last-child:hover {
  color: #fff;
  background-color: #009ae1;
}

#divMisc ul {
  display: flex;
  justify-content: center;
}

#pagi {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 60px;
  padding: 0px 40px;
margin-bottom:10px;
  color: #808593;
  border-radius: 3px;
  background: #fff;
}

/* msg start */
ul.msg {
  width: 100%;
  margin: 10px 0 0px 0;
  padding: 5px 0px;

  table-layout: fixed;
  list-style-position: outside;

  text-align: left;
  word-wrap: break-word;
}

.tbname {
  height: 35px;
  padding-left: 20px;

  border-left: 4px solid #080808;
  background: #f6f7fa;

  font-size: 16px;
  line-height: 35px;
}

li.msgname {
  display: flex;
  align-items: center;

  color: #9ca0ad;

  font-size: 14px;
}

li.msgname .msgNameRight {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

li.msgname a {
  color: #9ca0ad;
}


li.msgurl {
  margin: 0;
  padding: 2px 10px 2px 10px;

  text-align: right;

  font-size: 1em;
}

img.avatar {
  float: left;

  width: 40px;
  height: 40px;
  margin-right: 15px;

  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.commentname {
  float: left;
}

.msginfo {
  margin-top: 10px;
  padding: 10px 20px 20px;

  background-color: #f6f7fa;

  line-height: 30px;
}

.msgcon {
  margin-bottom: 10px;
  padding: 15px;

  border-radius: 3px;
  background-color: #fff;
}

.tbname {
  padding-left: 10px;

  border-left: 5px solid #9a9a9a;

  font-size: 16px;
  line-height: 35px;
}

.posttop {
  margin-top: 15px;
  padding-left: 10px;

  border-left: 5px solid #9a9a9a;

  font-size: 16px;
  line-height: 35px;
}

#txaArticle {
  width: 100%;
  margin-top: 10px;

  transition: all .35s ease 0s;

  border: 1px solid rgba(227, 229, 236, .4);
  border-radius: 0;
  background: #f8f8fc;

  line-height: 30px;
}

#inpName,
#inpEmail,
#inpHomePage {
  width: 100%;
  height: 30px;

  transition: all .35s ease 0s;

  border: 1px solid rgba(227, 229, 236, .4);
  border-radius: 0;
  background: #f8f8fc;

  line-height: 30px;
}

.msgcon .button {
  height: 35px;
  margin-top: 10px;
  padding: 0 20px;

  cursor: pointer;
  transition: 0.3s ease-out;
  text-align: center;
  white-space: nowrap;

  opacity: .9;
  color: #fff;
  border: 0;
  border-radius: 2px;
  background-color: #00aeff;

  font-size: 14px;
  line-height: 35px;
}

/* msg END */

.post-title {
  margin: 10px 0;
  font-size:16px;
  font-weight:normal;
  border-radius: 3px;
}

.blogs {
  margin-top: 10px;
}

.hot_news {
  margin-top: 10px;
}

.margtintop {
  margin-top: 0px;
}

.blogs_list {
  position: relative;
}

.stick {
  position: absolute;
  top: 4px;
  right: -30px;

  width: 80px;
  margin-left: 10px;
  padding: 2px 6px;

  transform: rotate(45deg);
  text-align: center;

  color: #fff;
  border-radius: 3px;
  background-color: #03c63a;

  font-size: 12px;
  line-height: 20px;
}

header .box nav {
  display: flex;
  justify-content: space-between;
}

header .box nav .name a {
  color: #fff;
font-weight:600;
  font-size: 32px;
}

#starlist li a:hover {
  background-color: #03c63a;
}

.prev,
.prev:hover {
  padding: 4px 10px;

  color: #fff;
  border-radius: 3px;
  background-color: #808595;
}

.next,
.next:hover {
  padding: 4px 10px;

  color: #fff;
  border-radius: 3px;
  background-color: #012684;
}