html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 16px;
  background-color: #F0F0F0;
  background-color: #fff;
  min-width: 1180px;
  font-family: "微软雅黑";
  /* 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 {
  /* display: block;
    width:100%;
    height:100%; */
  text-decoration: none;
  color: inherit;
}
button {
  border: none;
}
.ellS {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
/* 分页 */
.pagination {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
}
.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: 20px;
  width: auto;
  line-height: 25px;
  border-radius: 2px;
  background: #eff0f1;
  padding: 0 5px;
}
.pagination .btns a.active {
  background: #2382ec;
  color: #fff;
}
/* .main-index{
    margin-top:186px;
  }
.main{	/ * AAA * /
    margin-top:166px;
}
.contentBg{ / * AAA * /
    margin-top:186px;
}*/
/* 清除浮动 */
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}
/* 版心 */
.banxin {
  width: 1180px;
  margin: 0 auto;
}
.ad_1180x50 {
  width: 1180px;
  height: 50px;
  margin: 10px auto;
  position: relative;
}
.banxin_585_Left {
  width: 585px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.banxin_585_Right {
  width: 585px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
/* 通用的顶部样式 开始 */
/* .head_common {

} */
.head_common {
  position: relative;
  z-index: 999;
}
.head_common_top {
  position: relative;
  height: 140px;
  /* background: pink; */
}
.head_common .logo {
  width: 267px;
  height: 88px;
  /* float: left; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head_common .search {
  /* float: right; */
  height: 35px;
  /* border: 1px solid #d3c6c0; */
  /* margin-top: 66px; */
  position: absolute;
  right: 300px;
  top: 50%;
  transform: translateY(-50%);
}

.head_common .gygg {

  height: 35px;

  position: absolute;
  right: 300px;
  top: 50%;
  transform: translateY(-50%);
}

.head_common .search input {
  height: 35px;
  line-height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  background-color: #fff;
  color: rgba(0, 0, 0, .85);
  border-radius: 2px;
  width: 200px;
  outline: 0;
  padding: 0 10px;
  margin: 0;
}
.head_common .search .s_submit {
  width: 35px;
  height: 35px;
  background: url('./search.png') left top no-repeat;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.head_common .app-icon {
  /*
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  */
  margin-top: 45px;
  position: absolute;
  right: 0;
}
.head_common .app-icon .app-icon-item {
  float: left;
  /* margin-left: 20px; */
  text-align: center;
  width: 70px;
  height: 60px;
  position: relative;
}
.head_common .app-icon .app-icon-item p {
  font-size: 13px;
  color: #313536;
}
.head_common .app-icon .app-icon-item img {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* 矩阵 */
.head_common .app-icon .app-hide-content {
  position: absolute;
  border: 1px solid #d7d9de;
  background-color: #FFF;
  top: 60px;
  z-index: 999;
  border-radius: 5px;
}
#top_app {
  /* 顶部 显示app下载二维码 */
  width: 145px;
  left: -37px;
}
#top_juzheng {
  /* 顶部 融媒矩阵 */
  width: 305px;
  left: -90px; /* 115 */
}
#top_dubao{
	/* 顶部 读报 */
  width: 140px;
  left: -35px; /* 115 */
}
.head_common .app-icon .app-hide-content-hd {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #bbbbbb;
  top: -10px;
}
#top_app .app-hide-content-hd {
  left: 67px;
}
#top_juzheng .app-hide-content-hd {
  left: 120px; /* 145 */
}
#top_dubao .app-hide-content-hd {
  left: 65px; 
}
/* 矩阵 */
.app-hide-content-bd-left {
  float: left;
  width: 110px;
  border-right: 1px solid #CCC;
}
.app-hide-content-bd-left div {
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  height: 30px;
  padding: 4px 0 4px 30px;
  border-bottom: 1px solid #ccc;
}
.app-hide-content-bd-left div.curr {
  background-color: #eaeaea!important;
}
.app-hide-content-bd-left div:last-child{
  border-bottom: 0;
}
.app-hide-content-bd-left div:nth-child(1) {
  background: url('./icon_yj.png') no-repeat 5px center;
  padding-left: 42px;
}
.app-hide-content-bd-left div:nth-child(2) {
  background: url('./s-icon.png') no-repeat 4px -49px;
}
.app-hide-content-bd-left div:nth-child(3) {
  background: url('./s-icon.png') no-repeat 4px -160px;
}
.app-hide-content-bd-left div:nth-child(4) {
  background: url('./s-icon.png') no-repeat 4px 10px;
}
.app-hide-content-bd-left div:nth-child(5) {
  background: url('./s-icon.png') no-repeat 4px -107px;
}
.app-hide-content-bd-left div:nth-child(6) {
  background: url('./s-icon.png') no-repeat 4px -208px;
}
.app-hide-content-bd-right {
  float: right;
  width: 194px;
}
.app-hide-content-bd-right p{
	text-align: center;
	font-size: 16px!important;
	font-weight: bold;
}
.app-hide-content-bd-right span{
	display: block;
    font-size: 15px;
    font-weight: 200;
    margin-top: 6px;
    color: #4f5050;
}
.head_common .app-icon .app-hide-content img {
  width: 175px;
  height: 175px;
  vertical-align: top;
  margin-top: 3px;
  display: block;
  margin: 0 auto;
}
.head_common .app-icon .app-hide-content p {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}
/* 读报 隐藏框 */
#top_dubao .app-hide-content-bd div{
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	padding: 8px 10px;
	font-size: 14px;
}
#top_dubao .app-hide-content-bd p{
	color: #9c9c9e;
	padding: 0;
	font-size: 13px;
}
#top_dubao .app-hide-content-bd div:first-child{
  border-bottom: 1px solid #ccc;
}
/* 导航 */
.head_common_nav {
  background: #1579d7;
  height: 50px;
  overflow: hidden;
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  /* height: 40px; */
  line-height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  border-radius: 3px;
}
.head_common_nav .nav_item {
  padding: 0 30px;
}
/* 通用的顶部样式 结束 */
/* 通用的底部样式  开始 */
.foot_commom {
  width: 100%;
  border-top: 1px solid #9d9d9f;
  background: #f1f2f6;
  line-height: 30px;
  margin-top: 35px;
  color: #464748;
  padding: 30px 0 40px 0;
  text-align: center;
  font-size: 13px;
}
.foot_commom a {
  text-decoration: underline;
}
.foot_commom .footDivBeian {
  background: url('./ba.png') no-repeat 0 6px;
  text-align: left;
  width: 460px;
  margin: 0 auto;
  padding-left: 30px;
}
.foot_commom .footIMG {
  padding-top: 15px;
  width: 100%;
}
.foot_commom .footIMG ul li {
  /* float: left; */
  display: inline-block;
  margin-left: 15px;
}
.foot_commom .footIMG ul img {
  height: 50px;
}
/* 通用的底部样式  结束 */
/* 通用面包屑样式  */
.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: 15px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-dot::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #dadada;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  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%;
} 
html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/

