.left-menu {
  background: #222222;
  font-size: 16px;
}
.left-menu .head {
  padding-top: 34px;
  padding-bottom: 20px;
  text-align: center;
}
.left-menu .head .avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
}
.left-menu .head .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.left-menu ul li {
  text-align: center;
  border-top: 1px solid #333333;
}
.left-menu ul li a {
  display: block;
  padding: 17px 0;
}
.left-menu ul li a:link,
.left-menu ul li a:visited {
  color: #787878;
}
.left-menu ul li a:hover,
.left-menu ul li a:active {
  color: #aaaaaa;
  background: #3c3c3c;
}
.left-menu ul li.active a {
  color: #e3b37b;
}
@media (max-width: 991px) {
  .left-menu {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .left-menu .head {
    float: left;
    width: 16.66666%;
    padding: 0;
  }
  .left-menu .head .avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 13px;
  }
  .left-menu .head .nick-name {
    display: inline-block;
  }
  .left-menu ul li {
    float: left;
    width: 16.66666%;
    border-top: none;
    border-left: 1px solid #333333;
  }
}
.topbar {
  height: 54px;
  line-height: 54px;
  background: #222222;
  margin-bottom: 1px;
  border-bottom: 1px solid #2c2c2c;
}
.topbar.alarm {
  font-size: 14px;
  color: #e3b37b;
  padding-left: 20px;
  padding-right: 20px;
}
.topbar.alarm .alarm-text span {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.topbar.alarm .alarm-right .alarm-date {
  font-size: 14px;
  color: #a0a0a0;
  margin-right: 5px;
}
.topbar.sec-title {
  font-size: 16px;
  color: #e3b37b;
  padding-left: 20px;
}
.topbar .yellow-title {
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
  padding: 0 34px;
  display: inline-block;
  height: 54px;
}
.topbar.title {
  font-size: 16px;
  color: #e3b37b;
}
.topbar.title .title-box {
  height: 54px;
  float: left;
  padding: 0 34px;
  border-bottom: 2px solid #e3b37b;
}
.topbar .left-item {
  margin-right: 130px;
}
.topbar .right-item {
  float: right;
  margin-right: 30px;
}
.topbar .right-item .date {
  font-size: 12px;
  color: #a0a0a0;
}
.topbar .nav {
  height: 54px;
  font-size: 14px;
}
.topbar .nav ul {
  height: 100%;
  margin-right: 100px;
}
.topbar .nav li {
  float: left;
  height: 100%;
  background: #222222;
  border-bottom: 1px solid #2c2c2c;
}
.topbar .nav li a {
  height: 54px;
  padding: 0 24px;
  color: #a0a0a0;
}
.topbar .nav > li > a > span {
  font-size: 12px;
}
.topbar .nav > li > a:focus,
.topbar .nav > li > a:hover {
  background: #2f2f2f;
}
.topbar .nav-blue > li.active > a,
.topbar .nav-blue > li.active > a:focus,
.topbar .nav-blue > li.active > a:hover {
  color: #fff;
  background-color: #004578;
}
.topbar .nav-yellow > li.active > a,
.topbar .nav-yellow > li.active > a:focus,
.topbar .nav-yellow > li.active > a:hover {
  background: none;
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
}
.topbar .nav-yellow > li > a {
  padding: 0 34px;
}
.site-input,
.site-select {
  border: none;
  background: #3c3c3c;
  height: 32px;
  font-size: 12px;
}
.uc-input {
  padding: 7px 10px;
}
.uc-select {
  padding: 0 20px;
}
.right {
  padding-left: 0.25rem;
}
.right .right-wrap {
  background: #1e1e1e;
}
.clearboth {
  clear: both;
}
@media (max-width: 991px) {
  .row .right {
    padding-left: 0;
  }
}
.notice-page .right {
  padding-left: 0;
}
.article {
  padding: 40px 0px;
  width: 1300px;
  margin: 0 auto;
}
.message-detail .article{
  width: 644px;
}
.article .article-title {
  margin: 0;
  text-align: center;
  font-size: 22px;
}
.article .date {
  font-size: 12px;
  color: #b5b5b5;
  text-align: center;
  margin-top: 20px;
}
.article.article-week #sharejs_div{
  float: right;
  right: 150px;
  top: -30px;
} 
.article .content {
  margin-top: 25px;
  border-top: 1px solid #313131;
  padding-top: 25px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 25px;
}
.article-week .content{
  /* width: 1000px; */
  margin: 0 auto;
}
.article-week .content p span{
    width: 644px;
    display: block;
    margin: 0 auto;
}
.article-week .content p img{
  width: 100%!important;
}
.article .content p {
  /*text-indent: 20px;*/
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 644px;
  white-space: pre-wrap;
}

.article .process-btn {
  float: right;
} 