.pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1031;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f8fb;
}


#report-card .col-3 {
  width: 140px !important;
  height: 90px !important;
}

#report-card .col-3 img {
  border-right: solid 1px rgba(4, 32, 69, 0.14);
}

.card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 0;
}

.card-body {
  height: 100%;
  padding: 8px;
}

.report_info {
  font-size: 12px;
  color: #6c7a91;
  margin-top: 8px;
  position: absolute;
  bottom: 4px;
}

.report_info img {
  width: 14px;
  margin-right: 2px;
}

.report_info > div {
  margin-top: 5px;
}

.report_info div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 16px;
}

.gotoDetail {
  cursor: pointer;
}

.Dataloading {
  position: absolute;
  top: 40%;
  left: 0%;
}

.card {
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.16) 0 2px 4px 0;
}

.list-group-item{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding: 20.6px;
}

.total2,.total1{
  font-weight: 400;
}

.tip_info{
  text-align: center;
  margin: 50px 0;
  display: none;
}


/* 动态样式 */
ul li{
  list-style: none;
}

#dynamic{
  padding: 0;
}

#dynamic > li {
  margin-bottom: 15px;
  background: #fff;
  padding: 10px 20px 0 20px;
}

.titbox h6 {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 0px;
  cursor: pointer;
}

.tdetail {
  padding: 5px 0;
  position: relative;
}

.content {
  max-height: 3.6rem;
  position: relative;
  display: block;
  overflow: hidden;
  font-family: Microsoft YaHei !important;
  font-size: 14px !important;
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover{
  color: #333;
  text-decoration: none;
}

.zhan {
  background-color: #fff;
  line-height: inherit;
  position: absolute;
  bottom: 2px;
  right: 0;
  margin-bottom: 0;
  padding-left: 9px;
  border: none;
  color: #999;
}

.twitter_images {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.twitter_images img {
  float: left;
  cursor: pointer;
  width: 24.25%;
  margin-right: 1%;
  border: 1px solid #f5f5f5;
  max-height: 300px;
  object-fit: cover;
  height: 220px;
}

.fnewsinfo {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fnewsinfo_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #888;
  font-size: 12px;
}

.twlei {
  text-align: right;
  font-size: 14px;
  color: #888;
  margin-right: 10px;
}

.fnewsinfo div span {
  font-size: 12px;
  color: #888;
}

.fnewsinfo div span.iconfont {
  font-size: 14px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.icon-shijian3:before {
  content: "\e605";
}

.avatar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.browsing_avatar {
  width: 20px;
  height: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  margin-left: -7px;
}

.browsing_avatar:first-child {
  margin: 0;
}

.zanshare {
  display: flex;
  align-items: center;
  border-top: solid 1px #e5e5e5;
  padding: 10px 0;
  justify-content: space-between;
}

.zanshare_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zanshare div {
  cursor: pointer;
}

.line_avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  margin-right: 5px;
}

.line_title {
  font-size: 13px;
}

.line_corporation {
  color: #888;
  font-size: 10px;
}

.zanshare span.iconfont {
  font-size: 16px;
  margin-right: 5px;
  font-weight: bold;
}

.zanshare span {
  font-size: 14px;
  color: #333;
}

.share {
  margin-left: 15px;
}

.discuss_box {
  width: 210px;
  height: 240px;
  padding: 5px;
  background: #fff;
  display: none;
  position: absolute;
  top: 25px;
  left: -70px;
  z-index: 1;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.discuss_item {
  font-size: 12px;
  color: #888;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.discuss_img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.zanshare_line > div:hover span {
  color: #0077cc;
}

.zanshare_line_m{
  position: relative;
}

.zanshare .zan span {
  color: #0077cc;
}

.loading{
background: rgba(255, 255, 255, 0.8);
display: none;
}
.twitter_copy_img {
float: left;
cursor: pointer;
/* max-width: 180px; */
width: 24.25%;
margin-right: 1%;
position: relative;
}
.twitter_copy_img .timgs {
width: 100%;
object-fit: cover;
border: 1px solid #f5f5f5;
max-height: 300px;
height: 220px;
}
.video-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.video-play img {
width: 40px !important;
height: 40px !important;
border: none !important;
}
.twitter_images img:last-child, .twitter_copy_img:last-child {
margin-right: 0;
}





@media (max-width: 1376px) {
#seeclearly>div{
  width: 100%;
}
}
@media (max-width: 992px) {  
.col-sm-6 {
  flex: 0 0 auto;
  width: auto !important;
}
.page-title {
  line-height: 1.5;
  cursor: pointer;
}
.active{
  border-bottom: 2px solid #0077cc;
  color: #0077cc;
}
.newsdc{
  display: none;
}
.row .col-sm-6{
  margin-right: 16px;
}
.twitter_images img, .twitter_copy_img{
  width: 32%;
}
}


















