﻿.hanberge-btn{
    width: 25px !important;
    height: 20px !important;
}
.news-phone-list-main {
  padding: 0 12px 0 12px;
}

.news-phone-item-main {
  padding-bottom: 10px;
  margin-top: 15px;
  border-bottom: 1px dashed #ccc
}

.time-phone-item-main {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;

}

.time-phone-item-left {
  padding: 0 25px 0 10px;
}

.time-phone-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-phone-item-left>div:nth-child(2) {
  height: 9px;
  font-family: Arial;
  font-size: 12px;
  color: #B01A1A;
  text-align: center;
  margin-top: 5px;
}

.time-phone-item-right>div:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 10px 0;
}

.time-phone-item-right>div:nth-child(2) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 11px;
  color: #8C8C8C;
  line-height: 20px;
}

.user-phone-lsit-main {
  padding: 0 12px;
  margin-bottom: 15px;

}

.user-phone-item-main {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;

}

.user-phone-item-main .poto {
  width: 68px;
  height: 90px;
}

.name-phone-main {
  margin-left: 15px;
}

.detail-phone-user-main {
  width: calc(100% - 24px);
  background: #F5F8FE;
  padding: 10px;
  margin: 0 12px;
  display: flex;
  flex-wrap: wrap;
}

.detail-phone-user-main .poto {
  width: 68px;
  height: 90px;
  margin-right: 10px;
}

.content-phone-main {
  padding: 12px;
}

.book-phone-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin: 20px 0;
}

.book-phone-text {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}


.article-phone-main {
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
  padding: 0 12px;
}

.change-phone-text {
  margin: 0 12px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}

.change-phone-text:hover {
  cursor: pointer;
  color: #C13432;
  text-decoration-line: underline;
}

.article-phone-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 20px 0;
}

.article-phone-tips {
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin: 20px 0;
}

.article-phone-content {
  font-size: 13px;
  color: #666666;
  line-height: 25px;
}



.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;
}