﻿tbody{
    width: 100%;
}
 .content{
      padding-top: 200px;
      margin: 0 auto;
      width: 1200px;
 }
 .content-top{
  width: 720px;
  margin:0 auto;
 }
 .cate_name a{
  font-size: 16px;
  color: #2C59F6;
 }
 .news_name{
      color: #0a0b0c;
      margin: 0 0 .5em;
      font-size: 4.8rem;
      font-weight: 700;
      letter-spacing: -.015em;
      line-height: 56px;
      margin-top: 20px;
 }
 .news_intro{
      font-size: 16px;
 }
 .userInfo{
      margin: 50px 0;
 }
 .userInfoDiv{
      display: flex;
      align-items: center;;
 }
 .avatar img{
      width: 36px;
      height: 36px;
      border-radius: 50px;
      margin-right: 10px;
 }
 .news_content{
      padding: 50px 0;
 }
 .image img{
  width: 100%;
 }


header .lang-wrapper {
  position: relative;
  cursor: pointer;
  right: 0;
}
header .lang-wrapper .lang-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  padding: 0 10px;
  height: 30px;
}
header .lang-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #333;
  margin-right: 5px;
}
header .lang-text {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}
header .lang-wrapper .lang-dropdown {
  display: none;
  position: absolute;
  padding-top: 20px;
  right: 0;
}
header .lang-wrapper .lang-dropdown ul {
  width: 150px;
  background-color: #fff;
  padding: 15px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
nav ul, ul, li {
  list-style: none;
}
header .lang-wrapper .lang-dropdown ul li a {
  display: block;
  padding: 0 25px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 15px;

}

.lang_items:hover{
  background: #F2F2F2;
  border-radius:0.3rem;
}
.lang_items_a:hover{
  /*color: #648DF2;*/

  color: #333;
}
.me-3{
  position:absolute;
  top:0;
  right:0;
  margin-top:12px;
  margin-right:-160px;
}
/*a {
    text-decoration: none;
}*/