body {
  background-color: #fff;
}
.inner {
    width: 1200px;
    margin: 0 auto 80px;
    display: block; /* 取消在 inner 上直接 flex，改为块状布局 */
}
.left__inner {
    width: 820px; /* 您可以根据视觉需求在 700px-820px 之间微调 */
    float: none;
}

.right__inner {
  width: 340px;
  float: none;
}

.common__right-title .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.left__inner-top {
    width: 100%;
    margin: 20px 0;
    color: #666;
    font-size: 14px; /* 稍微调大一点，12px 太小了 */
    text-align: left;
}
.main-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.left__inner-top a {
  color: #666;
}

.left__inner-top a:hover {
  color: #1476F9;
}

.right__common-title {
  margin-top: 25px;
}
.right__common-title .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.suggest__article {
  padding: 16px;
  height: auto;
  background: #F4F4F4;
  box-sizing: border-box;
}

.suggest__article .article__more,
.hot__article .article__more {
  margin-top: 12px;
}

.suggest__lawyer {
  width: 100%;
}

.suggest__avatar {
  display: block;
}

.suggest__avatar img {
  width: 48px;
  height: 48px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.suggest__detail {
  margin-left: 16px;
}

.suggest__name {
  font-size: 14px;
  color: #999;
}

.suggest__name a {
  display: inline-block;
  margin-right: 4px;
  color: #111;
  font-size: 16px;
}

.suggest__info {
  margin-top: 12px;
  color: #1476F9;
  font-size: 12px;
  text-align: center;
  width: 60px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #1476F9;
}

.suggest__num {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  color: #999
}

.suggest__num span {
  color: #1476F9;
}

.suggest__item {
  padding: 12px 0 4px;
}

.suggest__item-title {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.suggest__item-title:hover {
  color: #1476F9;
}

.suggest__item-date {
  margin-top: 10px;
  color: #BFBFBF;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hot__article {
  padding: 25px 16px;
  height: auto;
  background: #F4F4F4;
  box-sizing: border-box;
}

.hot__article .right__common-title {
  margin-top: 0;
}

.new__answers {
  margin-top: 48px;
  width: 100%;
}

.answers__box {
  margin-top: 12px;
  height: 550px;
  margin-bottom: 15px;
  overflow: hidden;
}

.answers__list {
  width: 276px;
}

.answers__item {
  float: left;
  padding: 24px 0;
  width: 100%;
  border-bottom: #EFEFEF solid 1px;
}

.answers__top {
  display: block;
  width: 100%;
  height: 52px;
}

.answers__item-img {
  width: 52px;
  height: 52px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
}

.answers__con {
  width: 212px;
  height: 52px;
}

.answers__name {
  margin-top:2px;
  color:#999;
  font-size: 14px;
}

.answers__name span {
  margin-right: 4px;
  color: #111;
  font-size: 16px;
}

.answers__other {
  width: 100%;
  margin-top: 18px;
}

.answers__help {
  color: #666;
  font-size: 14px;
  line-height: 16px;
}

.answers__help span {
  color: #1476F9;
  margin-left: 2px;
}

.answers__help i {
  margin-right: 6px;
  color: #ccc;
}

.answers__date {
  color: #BFBFBF;
  font-size: 12px;
}

.answers__icon {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 8px;
  width: 16px;
  text-align: center;
  border-radius: 4px;
}

.answers__center {
  display: block;
  line-height: 16px;
  margin-top: 30px;
  color:#666;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.answers__center .answers__icon {
  background-color: #BDC4C8;
}

.answers__bottom {
  display: block;
  line-height: 16px;
  margin-top: 24px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.answers__bottom .answers__icon {
  background-color: #1476F9;
  vertical-align: 1px;
}

.answers__btn {
  cursor: pointer;
  margin-top: 24px;
  display: inline-block;
  text-align: center;
  width: 126px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #1476F9;
  border-radius: 16px;
}

.answers__btn:hover {
  color: #fff;
  background:rgba(20, 118, 249, 0.7);
}

.article__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.article__date {
  margin-top: 40px;
  width: 100%;
  color: #BDC4C8;
  font-size: 16px;
}

.article__title {
  color: #333;
  font-size: 32px;
  line-height: 48px;
}

.article__author {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.article__author .name {
  color: #333;
  margin-right: 8px;
}

.article__author .num {
  color: #1476F9;
}

.article__author .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #ddd;
  margin: 0 6px;
  vertical-align: -2px;
}

.article__author img {
  margin-right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 2px;
  box-sizing: border-box;
}

.article__subtitle {
  margin-top: 30px;
  color: #999;
  line-height: 28px;
  font-size: 16px;
}

.article__tips {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.article__txt {
  margin-top: 30px;
  padding: 30px;
}

.article__txt p,
.article__txt li {
  color: #222;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}

.article__txt p a {
  color: #1476F9;
}

.article__txt p a:hover {
  text-decoration: underline;
}

.article__txt p img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}

.lawyer__card {
  padding: 23px 24px 27px;
  margin: 25px auto 0;
  width: 668px;
  height: 98px;
  background: #F4F4F4;
  border-radius: 4px;
  box-sizing: border-box;
}

.lawyer__avatar {
  display: block;
}

.lawyer__avatar img {
  width: 48px;
  height: 48px;
  border: #fff solid 2px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.lawyer__btn {
  display: block;
  margin-top: 9px;
  width: 96px;
  line-height: 32px;
  color:#1476F9;
  text-align: center;
  font-size: 14px;
  border-radius: 16px;
  border: 1px solid #1476F9;
}

.lawyer__btn:hover {
  opacity: .6;
}

.lawyer__con {
  width: 420px;
  margin-left: 16px;
}

.lawyer__pro {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lawyer__name {
  color: #999;
  font-size: 14px;
}

.lawyer__name a {
  display: inline-block;
  margin-right: 4px;
  color: #111;
  font-size: 16px;
}

.law_cont_praise{
	padding: 30px 0;
}

.law_praise_circle{
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: solid 1px #BDC4C8;
	position: relative;
	text-align: center;
	color: #999999;
	margin: 0 auto;
	cursor: pointer;
}

.law_praise_circle .num {
  margin-top: 6px;
}

.law_praise_circle i{
	display: block;
	font-size: 24px;
	margin-top: 12px;
}

.liked {
  color: #ED6F21;
  border-color: #ED6F21;
}

.inner .liked .icon__like {
  color: #ED6F21;
}

.praise_img{
	margin-top: 14px;
}
 .law_praise_tx{
   text-align: center;
   font-size: 14px;
	text-align: center;
	color: #999999;
	margin-top: 16px
}

.entrance__enter {
  margin-top: 20px;
  width: 668px;
  height: 180px;
}

.entrance__enter img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__other {
  margin-top: 48px;
}

.article__common {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}

.article__list {
  margin-top: 32px;
}

.article__item {
  margin-right: 16px;
  float: left;
  width: 212px;
  height: 208px;
  background: #F4F4F4;
  border-radius: 4px;
}

.article__item:last-child {
  margin-right: 0;
}

.article__image {
  width: 212px;
  height: 120px;
  transition: all .3s ease-in;
}

.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.article__box {
  padding: 12px 16px;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}

.article__item a:hover .article__image {
  height: 110px;
}

.article__more {
  box-sizing: border-box;
}

.article__more a {
  color: #333;
  font-size: 14px;
}

.article__more .icon__more,
.more .icon__more {
  color: #BDC4C8;
  margin-left: 10px;
  font-size: 10px;
}

.article__more a:hover,
.more:hover {
  color: #777;
}

.inner .title__icon {
  color: #1476F9;
  margin-right: 6px;
  font-size: 18px;
}

.inner .icon__like {
  color: #BDC4C8;
}

.common__advert {
  width: 276px;
  height: 240px;
  margin-top: 40px;
}






.drill {
  width: 670px;
  float: left;
}
.latch{
   width: 400px;
   height: 231px;
   margin: 0 auto;
   text-align: center;
   margin-top: 50px;
}
.latch p{
 z-index: 99;
 margin-top: -80px;
 font-size: 16px;
 font-family: MicrosoftYaHei;
  color: #333333;
}
.minute{
  color: #333;
    font-size: 18px;
    font-weight: bold;
}
.minute_ul{
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
.minute_li{
 padding: 20px 10px;
 box-sizing: border-box;

}
.minute_li a{
  display: flex;
}
.file{
  position: relative;
  margin-right: 24px;
}
.file_img{
  width: 200px;
  height: 120px;
  border-radius: 4px;
}
.file_columnist{
  position: absolute;
    left: 8px;
    top: 8px;
    width: 66px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}


.nalysis{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 426px;
}
.stylite{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px
}
.nhat{
  color: #666;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.disclose{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.cult{
  display: flex;
  align-items: center;
  color: #999;
    font-size: 14px;
}

.disclose .cult img{
  float: left;
  margin-right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
  padding: 2px;
  box-sizing: border-box;
}
.timing{
  color: #999;
    font-size: 14px;
}
.minute_li:hover{
  background: #F4F4F4;
}
.genre{
  color: #999;
    font-size: 14px;
}