.home-nav {
  height: 75px;
  line-height: 75px;
  width: 100%;
  background-color: #fff;
  border: 1px #EBEEF5 solid;
  
}
.no-scroll::-webkit-scrollbar{
  width: 0!important;
}

.news-list-content .tabs {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tabs .logo {
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 18px;
}
.tabs-list{
  font-size:16px;
}
.tabs-list a {
  text-decoration: none;
  color: #303133;
  margin-left: 30px;
}
.news-bg{
 width: 100%;
  height: 998px;
}

.actives{
     position: relative;

}
.actives::after{
    position: absolute;
     background-color:#0072E4;
    content: '';
    width:100%;
    height:3px;
    left:0;
    bottom:-25px;
}
.tabs-lists{
   width: 1050px;
    padding-bottom: 15px;
    color: #6A7484;
   margin:0 auto;
      padding-top: 30px;
}
.tabs-lists .good-book-tab{
   display: flex;
    height: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
 }
.items{
  position: relative;
    margin: 0;
    color: #0072E4;
}
.items::after{
    position: absolute;
    margin: 0;
    color: #0072E4;
  content: '';
  width: 100%;
  height: 2px;
  background-color:#0072E4;
  bottom:-7px;
  left:0;
}

.good-book-tab .item{
   margin: 0;
    color: #6A7484;
}
 .good-book-tab span:last-child {
      display: none;
 }

/* 内嵌详情页的高度 */
.news-detail-content{
  height: calc(100vh - 45px);
  overflow-y: auto;
}


/*  新闻动态 */
.news {
  width: 100%;
  height: 998px;
}

.news .news-content {
  width: 1050px;
  margin: 0px auto 0;
  display: flex;
  justify-content: space-between;
}

.news-list {
  width: 690px;
}
.news-detail {
  display: flex;
  border-bottom: 1px solid #8C8C8C;
  padding-bottom: 36px;
  margin-top: 34px;
}
.news-detail .detail-left {
  position: relative;
  width: 232px;
  height: 232px;
  color: #fff;
}
.news-detail .detail-left img {
  width: 232px;
  height: 232px;
}
.news-detail .detail-left .month {
  position: absolute;
  font-size: 20px;
  top: 26px;
  left: 24px;
}
.news-detail .detail-left .day {
  position: absolute;
  left: 24px;
  top: 56px;
  font-size: 43px;
}
.news-detail .detail-right {
  width:425px;
  margin: 8px 0 0 31px;
}
.right-title {
  display: -webkit-box;
  font-size: 22px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 58px;
    line-height: 30px;
}
.right-type {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.right-intro {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 28px;
  line-height: 18px;
  height: 53px;
  color: #8C8C8C;
}
.right-detail {
  width: 107px;
  text-align: center;
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background-color: #0079e2;
  margin-top: 12px;
  cursor: pointer;
}
.news-search {
  width: 315px;
  height: 540px;
  background-color: #fff;
  margin-top: 35px;
  border: 1px solid #E4E8EB;   
}
.news-search .news-title{
   font-weight: Bold;
    font-size: 18px;
    color: #09172F;
    margin: 24px 31px;
}
.news-search .news-right-list{
  color: #09172F;
    border-bottom: 1px solid #E4E8EB;
  font-size:14px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding: 0 20px;
      padding-left: 40px;
    position: relative;
  height: 46px;
    line-height: 46px;
    display: -webkit-box;
}

.news-search .news-right-list a:hover {
       color:#0072E4;
}  


.news-search .news-right-list:nth-last-child(1){
   border-bottom: none;
}
.news-right-list span{
 color:#9BA6BA;
  margin-right: 5px;
  position: absolute;
    left: 15px;
  font-size: 16px;
}
.search {
  width: 100%;
  position: relative;
  background-color: pink;
  height: 38px;
}
.search input {
  width: 100%;
  height: 38px;
  outline-style: none;
  padding-left: 15px;
}
.search img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-48%);
  right: 15px;
  cursor: pointer;
}
.search-title {
  position: relative;
  color: #373737;
  font-size: 16px;
  padding-bottom: 19px;
  padding-top: 35px;
  border-bottom: #a6a6a6 1px solid;
  font-weight: bold;
}
.search-title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 23px;
  background-color: #006ee1;
  left: 0;
  bottom: -1px;
}
.column {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #a6a6a6;
  padding: 13px 0;
  border-bottom: #a6a6a6 1px solid;
  cursor: pointer;
}
.column:nth-child(5) {
  border: none;
}
.case {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.case img {
  width: 52px;
  height: 35px;
  cursor: pointer;
}

.news-details {
  top: 100vh;
  width: 100%;
  position: fixed;
  /* background-color: rgba(0, 0, 0, 0.8); */
}
.detail {
  width: 100%;
  position: fixed;
  /* background-color: rgba(0, 0, 0, 0.8); */
  top: 100vh;
  transition: all 0.4s;
  transform: translateY(-100vh);
  z-index: 101;
}
#iframeBox,
iframe {
  height: calc(100vh - 40px);
  border: 0;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
#iframeBox #id12,
#iframeBox #nav,
#iframeBox #news,
#iframeBox #crumbs {
display: none !important;
}

#iframeBox  [v-cloak] {
  display: block !important;
}
.shade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.close {
  position: relative;
  text-align: right;
  cursor: pointer;
}
.close div {
  width: calc(100% - 100px);
  height: 40px;
  transition: all 0.3s;
  display: inline-block;
}
.close img {
  width: 25px;
  z-index: 9;
  margin-top: 10px;
  margin-right: 20px;
  vertical-align: top;
}

.close div:hover {
 height: 55px;
}
.right-zhanwei,
#iframeBox .foot,
#iframe .foot{
   display: none;
}