﻿html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    color:#000;
    font-size:16px;
    min-width:1200px;

    font-family: "微软雅黑";
    word-break: break-all;
    line-break: loose;
    /* font-size: 13px; */
}

div,p,span,ul,li,ol,h1,h2,h3,h4{
    padding: 0;
    margin: 0;
}

ul,li{
    list-style: none;
}
img {
    display:block;
    width: 100%;
    height:100%;
}
a {
    text-decoration: none;
    color: inherit;
}
button{
    border:none;
}

.ellS {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* 工具类 */
.sc-w-100 {
  width: 100% !important;
}
.sc-border-0 {
  border: none !important;
}
.sc-mb-1 {
  margin-bottom: 1px !important;
}
.sc-mb-2 {
  margin-bottom: 5px !important;
}
.sc-mb-3 {
  margin-bottom: 12px !important;
}
.sc-mb-4 {
  margin-bottom: 16px !important;
}
.sc-mb-5 {
  margin-bottom: 32px !important;
}
.sc-mb-6 {
  margin-bottom: 64px !important;
}
.sc-mt-1 {
  margin-top: 1px !important;
}
.sc-mt-2 {
  margin-top: 5px !important;
}
.sc-mt-3 {
  margin-top: 12px !important;
}
.sc-mt-4 {
  margin-top: 16px !important;
}
.sc-mt-5 {
  margin-top: 32px !important;
}
.sc-mt-6 {
  margin-top: 64px !important;
}
.sc-my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.sc-my-2 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.sc-my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.sc-my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.sc-my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.sc-my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.sc-pb-1 {
  padding-bottom: 1px !important;
}
.sc-pb-2 {
  padding-bottom: 5px !important;
}
.sc-pb-3 {
  padding-bottom: 12px !important;
}
.sc-pb-4 {
  padding-bottom: 16px !important;
}
.sc-pb-5 {
  padding-bottom: 32px !important;
}
.sc-pb-6 {
  padding-bottom: 64px !important;
}
.sc-pt-1 {
  padding-top: 1px !important;
}
.sc-pt-2 {
  padding-top: 5px !important;
}
.sc-pt-3 {
  padding-top: 12px !important;
}
.sc-pt-4 {
  padding-top: 16px !important;
}
.sc-pt-5 {
  padding-top: 32px !important;
}
.sc-pt-6 {
  padding-top: 64px !important;
}
.sc-py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.sc-py-2 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.sc-py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.sc-py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.sc-py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.sc-py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.sc-ms-1 {
  margin-left: 1px !important;
}
.sc-ms-2 {
  margin-left: 5px !important;
}
.sc-ms-3 {
  margin-left: 12px !important;
}
.sc-ms-4 {
  margin-left: 16px !important;
}
.sc-ms-5 {
  margin-left: 32px !important;
}
.sc-ms-6 {
  margin-left: 64px !important;
}
.sc-me-1 {
  margin-right: 1px !important;
}
.sc-me-2 {
  margin-right: 5px !important;
}
.sc-me-3 {
  margin-right: 12px !important;
}
.sc-me-4 {
  margin-right: 16px !important;
}
.sc-me-5 {
  margin-right: 32px !important;
}
.sc-me-6 {
  margin-right: 64px !important;
}
.sc-mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.sc-mx-2 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.sc-mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.sc-mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.sc-mx-5 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.sc-mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.sc-fw-bold {
  font-weight: bold;
}
.sc-color-black {
  color: #000;
}
.sc-text-center {
  text-align: center !important;
}
.sc-text-nowrap {
  white-space: nowrap !important;
}
.sc-flex {
  display: flex !important;
}
.sc-justify-center {
  justify-content: center !important;
}
.sc-justify-space-between {
  justify-content: space-between !important;
}
.sc-flex-wrap {
  flex-wrap: wrap !important;
}
.sc-section-mb {
  margin-bottom: 31px !important;
}

/* 分页 */
.pagination {
    text-align: center;
  }
  .pagination a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    color: #313131;
    width:auto;
    height:auto;
  }
  .pagination .btns a {
    height: 25px;
    min-width: 21px;
    width: auto;
    line-height: 25px;
    border-radius: 25px;
    background: #eff0f1;
    padding:0 2px;
  }
  .pagination .btns a.active {
    background: #006BAB;
    color: #fff;
  }
  .contentBg{
    margin-top:186px;

  }

/* 清除浮动 */
.clearfloat:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0
}
/* 版心 */
.banxin {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* 通用的顶部样式 开始 */
/* logo */
.head_common_top {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 32px;
  display: flex;
  align-items: end;
}
.head_common .logo {
  position: absolute;
  left: 0;
  width: auto;
  height: 68px;
}
.head_common .app-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #819EBB;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.head_common .app-icon .app-icon-item {
  float: left;
  margin-left: 20px;
  font-size: 14px;
}
.head_common .app-icon .app-icon-item a {
  display: flex;
  align-items: flex-end;
}
.head_common .app-icon .app-icon-item div {
  white-space: pre;
}
.head_common .app-icon .app-icon-item img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.app-item-item .item-is-logo {
  width: 35px;
  height: 35px;
}

/* 导航 */
.head_common_nav {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: 50px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 6px solid #006BAB;
}
.head_common_nav .nav_item {
  display: block;
  float: left;
  text-align: center;
  height: 48px;
  width: 170px;
}
.head_common_nav .nav_item:hover{
  color:#fff;
  background-color:#006BAB ;
}
.active{
  color:#fff;
  background-color:#006BAB ;
}

/* 面包屑 */
.m-l-address {
  width: 794px;
  height: 50px;
  font-size: 14px;
  line-height: 60px;
  color: #858585;
}
.m-l-address a {
  color: #2c86ba;
}

/* 通用的顶部样式 结束 */

/* 通用的底部样式  开始 */
.foot_banner{
  height: 54px;
  background: #ECF2FE;
  font-size: 14px;
  line-height: 54px;
  margin: 24px 0;
}
.foot_banner .foot_banner_content .left{
  float: left;
}
.foot_banner .foot_banner_content .right{
  float: right;
}
.foot_banner .foot_banner_content .right ul li{
  float: left;
  margin-right: 22px;
}
.foot_common{
  margin-bottom: 10px;
}
.foot_common .common_left{
  float: left;
  width: 1055px;
}
.foot_common .common_right{
  float: right;
  box-sizing: border-box;
  width: 145px;
  height: 146px;

}
.foot_common .common_left .common_left_top{
  color: #9AA2AB;
  width: 740px;
  margin-bottom: 16px;
}
.foot_common .common_left .common_left_top .highlight{
  color: #234C90;
}
.foot_common .common_left .common_left_footer{
  height: 64px;
}
.foot_common .common_left .common_left_footer .item{
  height: 100%;
  width: 203px;
  box-sizing: border-box;
  padding: 12px 4px 12px 10px;
}
.foot_common .common_left .common_left_footer .item{
  float: left;
  height: 100%;
  width: 203px;
  border: 1px solid #E6E6E6;
  margin-right: 8px;
}
.foot_common .common_left .common_left_footer .item .item-icon{
  height: 33px;
  width: 30px;
  float: left;
  margin-top: 2px;
}
.foot_common .common_left .common_left_footer .item .item-title{
  float: right;
  width: 147px;
}
/* 通用的底部样式  结束 */

/* 通用面包屑样式  */
.crumb_nav {
  color: #b09c92;
  font-size: 14px;
  padding: 35px 0;
}

.ellipsis2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;		
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
}
.ellipsis3{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;		
	-webkit-line-clamp: 3;			
	line-clamp: 3;					
	-webkit-box-orient: vertical;	
}

.common-dot {
  position: relative;
  padding-left: 16px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-dot::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #4A4A4A;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/* 图片占据整个div, */
/* .img-con-common {
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
/* .img-con-common img.cover{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%; 
} */
