﻿.left-menu>div {
  width: 350px;
  height: 100px;
  line-height: 100px;
}

.left-menu .title {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  background: url('../img/fff5.png') no-repeat;
  padding-left: 84px;
  display: flex;
  align-items: center;
}

.left-menu .title::before {
  content: '';
  width: 5px;
  height: 28px;
  background: #FFFFFF;
  margin: 5px 10px 0 0;
}

.left-menu .menu-item {
  padding-left: 84px;
  font-size: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #F0F0F0;
}

.left-menu .menu-item img {
  width: 35px;
  height: 4px;
  margin-left: 60px;
  display: none;
}

.left-menu .active {
  color: #B01A1A;
}

.left-menu .active img {
  display: block;
}

.right-main {
  margin-left: 34px;
  width: calc(100% - 350px - 34px);
  background: #FFFFFF;
  padding: 0 40px 25px 40px;
}

.nav-top {
  display: flex;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  border-bottom: 1px solid#EFEFEF;
  padding: 25px 0;
}

.detail-user-main {
  margin-top: 25px;
  width: 100%;
  height: 143px;
  background: #F5F8FE;
  padding: 10px;
  display: flex;
}

.detail-user-main .poto {
  width: 91px;
  margin-right: 25px;
}

.book-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin: 20px 0;
}

.book-text {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}

.article-main {
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
}

.change-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}

.change-text:hover {
  cursor: pointer;
  color: #C13432;
  text-decoration-line: underline;
}

.article-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin: 20px 0;
}

.article-tips {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 20px 0;
}

.article-content {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.article-content img,.article-content table{
  margin: auto;
}
.user-lsit-main {
  display: flex;
  flex-wrap: wrap;
}

.user-item-main {
  padding: 10px;
  display: flex;
  width: calc(50% - 13px);
  background: #F5F8FE;
  margin-top: 26px;
  cursor: pointer;
}

.user-item-main:nth-child(2n-1) {
  margin-right: 26px;
}

.user-item-main:hover {
  background: linear-gradient(0deg, #B52B2B 0%, #E64747 100%);
  color: #FFFFFF;
}

.user-item-main .poto {
  width: 91px;
  height: 118px;
}

.name-main {
  margin-left: 23px;
  width: calc(100% - 91px - 23px);
}

.time-item-main {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;

}

.time-item-left {
  padding: 0 25px 0 10px;
}

.time-item-left>div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #C13432;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}

.time-item-left>div:nth-child(2) {
  height: 9px;
  font-family: Arial;
  font-size: 12px;
  color: #B01A1A;
  text-align: center;
  margin-top: 5px;
}

.time-item-right>div:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin: 10px 0;
}

.time-item-right>div:nth-child(2) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
}

.paging-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 20px;
}

.paging-main .Previous,
.paging-main .Next {
  cursor: pointer;
  margin-right: 10px;
  width: 60px;
  height: 29px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #555555;
}

.paging-main .num {
  width: 29px;
  height: 29px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #555555;
  margin-right: 10px;
  cursor: pointer;
}

.paging-main .active {
  background: #C13432;
  color: #fff;
}

.news-item-main {
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-item-main:hover {
  background: #B01A1A;
  color: #fff;
}

.news-item-main:hover div {
  color: #fff !important;
}