body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*********************/
.society-cont{
	width: 80%;
	height: 100%;
}
.society-bg{
	background: #031430;
	height: 200px;
	padding-top: 2%;
	position: relative;
}
.society-bg h2{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 5%;
}
.newlist{
	width: 46%;
	height: 680px;
	margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(155,151,151,0.50);
    position: absolute;
    top:8%;
    left: 33%;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.society-list{
	
}
.society-list>li{
	padding-top: 2%;
}
.society-list>li img{
	width: 12%;
	/*height: 100px;*/
}
.society-list>li a{
	width: 82%;
	height: 12%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: middle;
	padding-bottom: 1%;
	border-bottom: 1px solid #CDCDCD;
}
.society-list>li h6{
	font-size: 18px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	overflow: hidden;
}
.society-list>li p{
	font-size: 15px;
    color: #666666;
    line-height: 23px;
     display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	overflow: hidden;
}
.society-list>div{
	text-align: center;
	font-size: 0;
	margin-top: 25px;

}
.society-list>div a{
	padding: 10px;
	display: inline-block;
	border:1px solid #E7E7E5;
	font-size: 16px;
    color: #000000;
    margin: 0 5px;
}
.pagcolor{
	background: #0D85FF;
	color: #fff!important;
}
/**************/
.society-bg h2>a{
	font-size: 20px;
	color: #fff;
}
.society-list h3{
	font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
}
.article{
	height: 550px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	box-sizing: border-box;
}
.article>p{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: justify;
	text-indent: 2rem;
	margin: 18px 0;
}
.article>p img{
	max-width: 90%;
}

.pag p a{
	width: 100%!important;
	display: inline-block;
}
.pag p,.pag p a{
	font-size: 14px;
    color: #000000;
    border: none;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 45%;
	margin-top: -10px;
	text-align: left;
}
.pag p:last-child{
	margin-right: 5%;
}
.show_pages{
	text-align:center;
	margin-top: 3%;
}
.laypage_curr{
	background: #2E97FC;
	color:#fff!important;
}
/***************************/
@media only screen and (min-width: 2200px){
	 .newlist{
	height: 780px;
	 }
	 .article{
		height: 720px;
	 }
}
@media only screen and (max-width: 1700px) {
	.society-bg h2{
	font-size: 22px;
  }
  .newlist{
	height: 560px;
 }
 .society-list>li h6{
	font-size: 18px;
    margin-bottom: 6px;
  }
  .society-list>li p{
	font-size: 14px;
    line-height: 20px;
  }
  .society-bg h2>a{
	font-size: 18px;
 }
 .society-list h3{
	font-size: 20px;
    padding-top: 8px;
 }
 .article{
	height: 520px;
 }
 .pag p,.pag p a{
	font-size: 12px;
  }
}
@media only screen and (max-width: 1500px) {
  .society-bg h2{
	font-size: 18px;
  }
  .newlist{
	height: 520px;
 }
 .society-list>li h6{
	font-size: 14px;
    margin-bottom: 6px;
  }
    .society-list>li p{
	font-size: 12px;
    line-height: 16px;
  }
  .society-bg h2>a{
	font-size: 16px;
 }
 .society-list h3{
	font-size: 16px;
    padding-top: 6px;
 }
 .article>p{
	font-size: 14px;
	line-height: 22px;
	margin: 16px 0;
 }
 .article{
	height: 400px;
 }
 .show_pages{
	text-align:center;
	margin-top: 5%;
  }
}
@media only screen and (max-width: 1290px) {
 .society-bg h2{
	font-size: 16px;
  }
   .newlist{
	height: 480px;
 }
 .society-list>li h6{
	font-size: 14px;
    margin-bottom: 4px;
  }
    .society-list>li p{
	font-size: 12px;
    line-height: 16px;
  }
  .society-bg h2>a{
	font-size: 14px;
 }
 .society-list h3{
	font-size: 16px;
    padding-top: 6px;
 }

.article{
	height: 360px;
 }
}