/* 浮动相关 */
.f-clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { 
  clear: both;
}
.common-asider-title {
  width: 100%;
  min-height: 28px;
}
.common-asider-title-left {
  float: left;
}
.common-asider-title-right {
  float: right;
  cursor: pointer;
}
.common-asider-title-right:hover .common-asider-title-w2 {
  color: #0072e2;
}
.common-asider-title-right:hover .common-asider-title-i1 path {
  stroke: #0072e2;
}
.common-asider-title-right:hover .common-asider-title-i1 line {
  stroke: #0072e2;
}

/* 布局相关 */
.mt-10 {
  margin-top: 10px;
}
.mt-n-10 {
  margin-top: -10px;
}
.mt-28 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.pr-10 {
  padding-right: 10px;
}
/* .pr-20 {
  padding-right: 20px;
} */
.line-height-15 {
  line-height: 1.5
}
.site-main-left { 
  width: 100%; 
  position: relative; 
  min-height: 1px; 
  float: none;
}
.site-main-right { 
  width: 100%; 
  position: relative; 
  min-height: 1px; 
  float: none;
}
.site-1080 {
  width: 1080px;
  min-width: 1080px;
  margin: 0 auto;
}
.medi-100 {
  width: 100% !important;
  height: 100px !important
}
.common-asider-title-line {
  width: 4px;
  height: 18px;
  background: #0072e2;
  float: left;
  margin-top: 6px;
  margin-right: 12px;
}
.common-asider-title-w1 {
  font-size: 20px;
  font-family: pingfang sc;
  font-weight: bold;
  line-height: 28px;
  color: #222222;
  float: left;
}
.common-asider-title-w2 {
  font-size: 14px;
  font-family: pingfang sc;
  font-weight: 400;
  line-height: 28px;
  color: #a6a9b8;
  float: left;
}
.common-asider-title-i1 {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  line-height: 1;
}

/* 自适应水平垂直居中 */
.self-center {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* 单行打点 */
.line-clamp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 两行打点 */
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三行打点 */
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
/* 四行打点 */
.line-clamp-4 {
  -webkit-line-clamp: 4;
}

/* 弹窗相关 */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: #4e4e4e; */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.modal .modal-body {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 707px;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1;
}
.modal .modal-title {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
}
.modal .modal-title .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.cnzz a {
  display: none !important;
  height: 0 !important;
}