input {
  background: none;
  outline: none;
  border: none;
}
input:focus {
  border: none;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}
button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.new_box {
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../../imgs/home/bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  padding-top: 90px;
  box-sizing: border-box;
  height: 300px;
}
.new_box .new_title {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
  padding-top: 80px;
  box-sizing: border-box;
}
.g_body {
  width: 100%;
  min-height: calc(100vh - 152px);
  background: url(../../imgs/nsda/nsda_bg.jpg);
}
.g_body .mian {
  background: #F4F5F8;
}
.g_body .center {
  margin: 0 auto;
  width: 1140px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.g_body .center .left_content {
  width: 720px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
}
.g_body .center .left_content .navigation {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  color: #888888;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.g_body .center .left_content .navigation a {
  color: #888888;
  margin: 0 5px;
}
.g_body .center .left_content .navigation a:hover {
  color: #888888;
}
.g_body .center .left_content .navigation .current {
  color: #181818;
  cursor: pointer;
}
.g_body .center .left_content .details_content {
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 5px;
  height: calc(100% - 73px);
  overflow-y: auto;
}
.g_body .center .left_content .details_content .title {
  font-size: 24px;
  font-weight: 500;
  color: #181818;
  line-height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g_body .center .left_content .details_content .author {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.g_body .center .left_content .details_content .author .between {
  margin-left: 10px;
}
.g_body .center .left_content .details_content .content {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  text-align: center;
}
.g_body .center .left_content .details_content .content p {
  color: #333333 !important;
  text-align: left;
}
.g_body .center .left_content .details_content .content img {
  max-width: 100% !important;
}
.g_body .center .left_content .details_content .btnBox {
  margin-top: 40px;
}
.g_body .center .left_content .details_content .btnBox .pre {
  display: block;
  color: rgba(32, 12, 63, 0.6);
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}
.g_body .center .left_content .details_content .btnBox .pre:hover {
  color: #200c3f;
}
.g_body .center .left_content .details_content .btnBox .next {
  color: rgba(32, 12, 63, 0.6);
  font-size: 16px;
  cursor: pointer;
}
.g_body .center .left_content .details_content .btnBox .next:hover {
  color: #200c3f;
}
.g_body .center .left_content .details_content::-webkit-scrollbar {
  width: 0px;
  height: 0;
  /*height: 4px;*/
}
.g_body .center .left_content .details_content::-webkit-scrollbar-thumb {
  height: 0px;
  width: 0;
}
.g_body .right_ranking {
  width: 400px;
}
.g_body .banner {
  width: 100%;
  min-height: 150px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.g_body .banner .bannerItem {
  display: block;
  width: 360px;
  height: 140px;
  border-radius: 4px;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
.g_body .banner .bannerItem .bannerImg {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.g_body .ranking {
  width: 400px;
  height: 402px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 16px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
}
.g_body .ranking .ranking_title {
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  line-height: 32px;
}
.g_body .ranking .renking_other {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #F2F2F2;
  padding: 12px 0;
  box-sizing: border-box;
}
.g_body .ranking .renking_other .renking_other_img {
  min-width: 130px;
  width: 130px;
  height: 85px;
  border-radius: 5px;
  position: relative;
}
.g_body .ranking .renking_other .renking_other_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.g_body .ranking .renking_other .renking_other_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  max-width: 60%;
}
.g_body .ranking .renking_other .renking_other_text .title {
  font-size: 16px;
  font-weight: 600;
  color: #181818;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.g_body .ranking .renking_other .renking_other_text .author {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.g_body::-webkit-scrollbar {
  width: 0px;
  /*height: 4px;*/
}
.g_body::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #A0C8FF;
  background: #A0C8FF;
}
.news_details {
  cursor: pointer;
}
