*{
    margin: 0px;
    padding: 0px;
	/*word-break:break-all;*/
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	-o-box-sizing:border-box;
}  
a[href]:after{content:normal;}
body {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family: PingFangSC-Regular, "Microsoft YaHei", '微软雅黑', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	height: auto;
	background:url(20230327_yszx_topbg.png) no-repeat center top;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #3D62D0;text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;}
select { width:100%;}
input::-webkit-input-placeholder{ color: #fff;}
input:-moz-placeholder{ color: #fff;}
input::-moz-placeholder{ color: #fff;}
input:-ms-input-placeholder{ color: #fff;}


.left {
	float: left;
}
.right {
	float: right;
}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb40 { margin-bottom:40px;}
.mb45 { margin-bottom:45px;}
.mb50 { margin-bottom:50px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt40{ margin-top: 40px; }
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}
.clear{clear:both;}
.idx_more{ font-size: 15px; }

@media (min-width: 1260px){
	.container{ width: 1200px;}
}
@media (min-width: 1299px) {
  .container{ width: 1260px;}
}
@media (min-width: 1399px) {
  .container{
    width: 1350px;
  }
}



/*---------------head---------------------*/

@media (min-width: 1922px){
	body{ background-size: 100% auto;}
}


.webheader{ 
	
}

.mob_logo{ display: none; }
.topcd_nr{ display: none; }

.cent_logo{ text-align: center;  overflow: hidden;}
.logo01{ display:block; margin: 70px 0 35px; pointer-events:none;}
.logo01 img{ display:inline-block; }
.logo02{ display:block; pointer-events:none;}
.logo02 img{ display:inline-block; }
.head_nav{
	margin-top: 79px;
	background:url(20230327_yszx_navbg.png) no-repeat center top;
}
.nav_cent{ float: none;  text-align: center; }
.nav_cent li{ font-size: 28px; font-weight: 600; float: none; display: inline-block; }
.nav_cent li a{ 
	padding: 25px 30px 35px;
	color: #fff;
	display: inline-block;
}
.nav_cent li span{ font-size: 22px; color: #ddd; font-weight:100;}
.pchide{ display: none; }

@media (min-width: 1929px){
	.head_nav{background-size: 102% auto;}
}
@media (max-width: 1299px){
	
}
@media (max-width: 991px){

}
@media (max-width: 767px){
	body{ background-size: 240%;}
	.logo01{margin: 28px 0 20px;}
	.logo01 img,.logo02 img{ max-width: 80%; }
	.pchide{ display: block; }
	.pad_nav{
		width: 100%;
		background: linear-gradient(360deg, rgba(3,34,125,0.4100) 0%, rgba(16,53,158,0.8100) 100%);
		background: #F3F3F3;
		overflow: hidden;
	}
	.pad_nav ul{
		float: none;
		width: 100%;
		overflow: unset;
		display: flex;
	}
	.pad_nav ul li{
		width: auto;
		box-sizing: border-box;
		flex-shrink: 0;
	}
	.pad_nav li.cur a{
		border-bottom: 3px solid #B00730;
	}
	.pad_nav li a{	
		font-size: 18px;
		font-weight: 700;
		padding: 13px 20px 13px;	
		display: inline-block;
		border-bottom: 3px solid #337ab7;
	}
	#swiper_container_pad_nav{height: 50px;position: relative;}
	.pad_nav .pad_nav_mask {
    width: 30px;
    height: 49px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background: url(icon06_2022gz.png) no-repeat center #337ab7;
    background-size: 45%;}
	
}
@media (max-width: 450px){

	
}
@media (max-width: 375px){
	.mob_logo{ width: 76%; }
}
@media (max-width: 340px){
	.san_link a{ margin: 0 6px; }
	.san_link{ margin-right: 15px; }
}


/* index */
.tzgg_cent{ overflow: hidden; }
.idx_title{ 
	font-size: 28px; 
	padding-left: 32px; 
	font-weight:600;
	background: url(20230327_yszx_icon01.png) no-repeat left center; 
	margin-top: 0;
	margin-bottom: 22px;
}
.line_bgindex{ padding: 60px 0 45px; }
.tzgg_li{ overflow: hidden; }
.lf_xbdt{ float: left; width: 22.5%; }
.rig_txtimg{ float: left; width: 77.5%; }
.idx_wzlist{
	overflow: hidden;
}
.idx_wzlist li{
	background: url(20230327_yszx_icon02.png) no-repeat left top 8px; 
	padding-left: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin: 15px 0 0;
}
.idx_wzlist li:first-child{ margin-top: 5px; }
.idx_wzlist li a{
	max-width: 90%;
	float: left;
}
.idx_wzlist li span{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-left: 6px;
}

.yszx_xz{ 
	float: left; 
	width: 26%; 
	padding-left: 34px;
	border-left: 1px solid #DDDDDD;
}
.yszx_xz a{ display: block; 
	background: url(20230327_yszx_img03.png) no-repeat center;  
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 18px 0 16px;
}
.yszx_xz a:hover{ border-radius: 10px; }
.yszx_xz a p{
	line-height: 38px;
	font-size: 23px;
	margin-bottom: 3px;
}
.yszx_xz a p font{ 
	font-size: 18px;
color: #FFFFFF;
line-height: 25px; }
.yszx_xz a img{ display: inline-block }
.yszx_xz a span{
	font-size: 18px;
	line-height: 25px;
	display: block;
	margin-top: 5px;
	font-weight:400;
}
.rig_txtimg{ padding-left: 24px; }
.yszx_xz a.byxzdz{background: none;
    color: #303C9B;
    padding: 15px 0;}

.yszx_xz a.byxzdz:hover{ color: #3D62D0; }

.bfgd_txtimg{ float: left; width: 77.5%; padding-left: 24px; }
.bfgd_txtimg .idx_wzlist li:first-child{ margin-top: 15px; }

.lcmd_cent{ margin-bottom: 48px; overflow: hidden; }
.lcmd_cent h2{ float: left; width: 23%; }
.lcmd_li{ float: left; width: 77%; padding-left: 20px; }
.lc_wzlist{ overflow: hidden; padding-top: 3px; }
.lc_wzlist li{ width: 20%; float: left; margin-bottom: 22px; }
.lc_wzlist li a{
	font-size: 20px;
	font-weight: bold;
	color: #303C9B;
	line-height: 28px;
	background: url(20230327_yszx_icon03.png) no-repeat top 8px right;
	padding-right: 24px;
	padding-bottom: 5px;
	border-bottom:1px solid #D7D7D7;
	display: inline-block;
}
.lc_wzlist li a:hover{
	border-bottom:1px solid #3D62D0;
	color: #3D62D0;
}

@media (min-width: 768px){
	.idx_wzlist li a{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}

@media (max-width: 1370px){
	
}
@media (max-width: 1299px){
	.nav_cent li{ font-size: 24px;}
	.idx_title{ font-size: 24px; }
	.yszx_xz a p{ font-size: 18px; line-height: 34px; }
	.yszx_xz a p font{ font-size: 17px; }
	.idx_wzlist li a{ max-width: 90%; }
}
@media (max-width: 1199px){
	.idx_title{ font-size: 22px; }
	.lc_wzlist li a{ font-size: 18px;  }
	.yszx_xz{ padding-left: 25px; }
	.idx_wzlist li a{ max-width: 88%; }
}
@media (max-width: 991px){
	.nav_cent li{ font-size: 20px; }
	.lf_xbdt{ width: 100%; margin-bottom: 20px; }
	.rig_txtimg{ width: 100%; padding-left: 0; }
	.yszx_xz{ width: 42%; }
	.bfgd_txtimg{ padding-left: 0; width: 100%; }
	.lcmd_cent h2{ width: 100%; }
	.lcmd_li{ width: 100%; }
	.idx_wzlist li{ overflow: hidden; width: 100%; }

}
@media (max-width: 767px){
	.rig_txtimg{ width: 100%; padding-left: 0; margin-bottom: 20px; }
	.yszx_xz{ width: 100%; padding-left: 0; border-left: 0; margin-bottom: 10px;}
	.lc_wzlist li{ width: 50%; }
	.idx_wzlist li a{ max-width: none; float: none; }
	.line_bgindex{padding: 30px 0 35px;}
}




/* foot */
.foot{ color: #fff; border-top: 5px solid #AF062F; background: url(20221104xb_footbg.png) no-repeat top center;}
.foot a{ color: #fff; }
.foot .copyright{padding: 35px 0 25px;
    overflow: hidden;}
.foot .cas_jiucuo{
    float: right;
    width: 18%;
text-align: right;}
.foot .cas{ float: left; margin-right: 100px; }
.foot .cas img{ width: 309px; }
.foot .left{ width: 51%;text-align: left; margin-top: 13px;}
#_span_jiucuo{    display: inline-block;
    vertical-align: top;
    margin-top: 13px;margin-right: 20px;}
#_ideConac{ display:inline-block; }

@media (min-width: 1921px){
	.foot{ background-size: 100% auto;}
}

@media (max-width: 1399px){
	.foot .cas img{ width: 270px; }
}
@media (max-width: 1299px){
	.foot .cas {margin-right: 40px;}
	.foot .cas_jiucuo{ width: auto; }
	.foot .left{ width: 53%;}
}
@media (max-width: 1199px){
	.foot .cas{ margin-right: 25px;  margin-top: 15px;}
	.foot .left{ width: 54%; }
	.foot .cas_jiucuo{ width: 22%; }
	.foot .cas img{ width: 190px; }
	#_span_jiucuo{ margin-right: 0; }
}
@media (max-width: 991px){
	.foot { background-size: cover; }
	.foot .cas{ width: 100%; margin: 0; text-align: center;}
	.foot .cas img{ width: 250px; display: inline-block; }
	.foot .cas_jiucuo { padding-top: 0;
    width: 100%;
    text-align: center;}
    .foot .left{ width: 100%; text-align: center;}
}
@media (max-width: 767px){
	
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}




/* 列表 */
.list_padcent{padding:30px 40px 40px; }
.view_cent{ 
	padding-top: 40px;
	min-height:614px;
	min-height: calc(100vh - 296.72px); 
	margin-top: -30px;
}
.page-intro{ overflow: hidden; }
.xbsecond_cent{ padding: 30px 35px; background: #fff; overflow: hidden;}
.xbcent_yzc{ padding:0; }
.new-graphics .tuwen_list li p{ font-size: 16px; margin-bottom: 5px; color: #444; }
.new-graphics .tuwen_list li span{
font-style: oblique;
color: #A1A1A1;
line-height: 18px;}
.new-graphics .tuwen_list li p:hover{ color: #3D62D0; }

.ky_seemore{ text-align: center; display:none;  margin: 20px 0 30px;}
.ky_seemore button{
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #3D62D0;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#3D62D0;}
.ky_seemore button:hover{ background:#3D62D0; border:1px solid #3D62D0; color:#fff; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none;  padding: 0; margin-bottom: 11px;}
.title_gl{ 
	display:inline-block; 
	font-size: 34px;
	font-weight: 700;
	color: #444444;
	margin: 0 0 20px;
	padding: 7px 0;
	line-height: 48px; 
	position: relative;
}
.title_gl span{ 
	width: 38px;
	height: 2px;
	background: #AF062F; 
	position: absolute;
	left: 0;
	top:0;
}

@media screen and (min-width: 768px){
	.new-graphics .tuwen_list li p{ 
		 display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height:56px; }
}

@media screen and (min-width: 1920px){
	.view_cent{ background-size:100% auto;  }
}

@media screen and (max-width: 1199px){
	.title_gl{ font-size: 26px; }
}
@media screen and (max-width: 991px){
	.title_gl{ font-size: 24px; }
}

@media screen and (max-width: 767px){
	.ky_seemore{  display:block; }
	.breadcrumb{ margin-bottom: 10px; display: none; }
	.xbsecond_cent{ padding: 15px 15px 20px; }
	.xbcent_yzc{ padding:0; }
	.title_gl{font-size: 20px;}
	.list_padcent{padding:15px; }
	.view_cent{ margin-top: -10px; }
}
@media screen and (max-width: 500px){
	.title_gl{ background-size: 35%; margin-bottom: 20px; }
	.title_kxzg{  background-size: 21%; }
}


/*-----------------图文列表---------------------*/
.graphiclist {overflow: hidden;}
.tpyw_four{ padding:20px 40px 0; }
.graphiclist li{padding:0 0 26px; display: block; overflow: hidden; 
	border-bottom: 1px dashed #E0E0E0; margin-bottom: 26px;}
.graphiclist li h2 { font-size:20px; 
	margin:0 0 10px 0; 
	line-height: 28px;
	padding-top: 15px;
	font-weight: 700;
color:#2D468C;}
.graphiclist .news-img img{ 
	
}
.graphiclist .news-txt p { line-height: 26px; 
	margin:0 0 10px; color:#444;}
.graphiclist .news-txt span{ font-size: 15px; color:#A1A1A1; font-style: oblique; }

.graphiclist .news-txt a:hover h2{ color:#3D62D0;  }
.graphiclist .news-txt a:hover p,
.graphiclist .news-txt a:hover span{ color:#3D62D0; }

@media (min-width: 768px) {
	.graphiclist .news-txt p{
	 overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;}
	.graphiclist .news-img img{ width: 280px;}
	.graphiclist .news-img{ margin-right: 30px;}
	.graphiclist li h2 { 
		/* overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; */}

}

@media screen and (min-width:768px) and (max-width:991px){
  .graphiclist .news-txt p{-webkit-line-clamp: 2; height: 50px;}
  .current_leaders li .news-txt p{ height: 66px; }
}

@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.graphiclist li{  }
	.graphiclist .news-img img{ width: 180px; }
	.graphiclist .news-txt p {  }
	.graphiclist li h2 a { height: 20px; }
	.graphiclist .learn_more{ float: right; }
	.graphiclist li h2{ padding-top: 5px; }
}
@media (max-width: 767px) {
	.graphiclist li h2{ font-size: 18px; }
	.graphiclist .news-img{ margin-bottom:15px;margin-right: 0;}
	.graphiclist .news-img img{ width: 100%; height:auto;}
	.graphiclist li{
    display: block;
    overflow: hidden;}
	.graphiclist li h2 a {height: auto;
    	white-space: normal;
		line-height: 28px;
		line-height: 22px;}
	.tpyw_four{ padding:20px 20px 0; }

}

/* 文字列表 */
.new-graphics{ padding:20px 40px 0; }
.text_listtime{ }
.text_listtime li{ line-height: 40px; overflow: hidden; font-size: 16px;}
.text_listtime li:nth-child(5n){ border-bottom: 1px dashed #D5D5D5; padding-bottom: 30px; margin-bottom: 30px;}
.text_listtime li a{
	background-image: url(20221104xb_icon01.png);
    background-repeat: no-repeat;
    background-position: left top 17px;
    padding-left: 16px;
    float: left;
    max-width: 80%; }
.text_listtime li a:hover{
	font-size: 17px;
	font-weight: 700;
	background-image: url(20221104xb_icon02.png);
	background-position: left top 17px; }
.text_listtime li span{ 
	padding-right: 4px; font-size: 15px;color: #A1A1A1;
    font-style: oblique;}   
.text_listtime li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media screen and (min-width: 768px){
    
}

@media screen and (max-width: 767px){
	.text_listtime li{ line-height: 33px; }
	.text_listtime li a{ max-width: 100%; white-space: normal;background-position: left top 14px;}
	.text_listtime li span{ display:none; }
	.text_listtime li span{ display:none; }
	.new-graphics{ padding:20px 20px 0; }
}


/*---------------details---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    
    padding: 0px 0px 10px 0px;
    margin: 30px 0 20px;
}
#xlmain .wztitle {
	    font-size: 28px;
    line-height: 32px;
    color: #444;
    text-decoration: none;
    text-align: center;
    font-weight: 700;}
.lyandtime{ color:#9a9a9a; }
#xlmain .qtinfo {color:#666; 
	text-align:left; 
	padding: 0px 0px 0 0px;margin-bottom: 0;}
.share_sy{  border-bottom: solid 1px #cccccc; padding-bottom: 6px; }
#xlmain .textxl p{ font-size: 16px; color:#404040; text-indent: 0; }


#xlmain .qtinfo a {color:#666; text-decoration: none;}
#xlmain .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 24px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:10px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;padding: 0 0 10px 0;
	float: none!important;height: auto!important;margin: 0 auto!important;
}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .textsp video {border: #c3d2e5 solid 6px;border-radius: 5px;margin-bottom: 10px;}
#xlmain .xilan-content-main.zoomIn {
  font-size: 19px;
  line-height: 36px;
}
#xlmain .xilan-content-main.zoom {
  font-size: 16px;
  line-height: 30px;
}
#xlmain .xilan-content-main.zoomOut {
  font-size: 13px;
  line-height: 24px;
}
#xlmain .textxl *{
	    font-size: 18px!important;
	    line-height: 38px!important;
	    font-family: \5FAE\8F6F\96C5\9ED1!important;
	    color: #444!important;
}
#xlmain .textxl p a{ color:#2966ca !important}
.time_ly{ overflow: hidden;text-align: center; }
.time_ly .left{ float: none; margin-right: 6px; font-style: oblique; }
.time_ly .right{ float: none; display: inline-block; }
.time_ly .right b{ font-weight: normal; margin-right: 20px; }
.text_right{ text-align: right; }
.text_center{ text-align: center; }
.xl_font font{ cursor: pointer; }
.xl_font font:hover{ color:#2d5dc3; }
.fenxiang{ display: inline-block; margin-left: 15px; }
.Previous_Next{
	overflow: hidden;
    margin-top: 35px;
}
.Previous_Next a{ font-size: 16px; color: #999; }
.Previous_Next a:hover{ color: #3D62D0; }
.Previous_Next a span{ font-size: 18px;display: inline-block; margin:0 4px; }



#xlmain .wztitlefb{    
	font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 13px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 768px) {
	#xlmain .textxl img {max-width: 100%!important;}
	
}
@media (min-width: 992px) {
	#xlmain .textxl img {max-width: 600px!important;}
}
@media (min-width: 1200px) {
	#xlmain .textxl img {max-width: 700px!important;}
	#xlmain .xl_contentname img {max-width: 1000px!important;}
}
@media (min-width: 1400px) {
	#xlmain .textxl img {max-width: 880px!important;}
	#xlmain .xl_contentname img {max-width: 1100px!important;}
}

@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
	.enclosure_btm h3{ width: 16%;}
	.enclosure_btm ul{ width: 84%; }
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
	.share_sy .col-sm-5{ width:100%; margin-bottom: 5px;}
	#xlmain .qtinfo{  text-align: center; }
	.share_sy .col-sm-7{ width:100%;text-align: center; }
	.font_txtbh{ float: none; }
	.enclosure_btm h3{ width: 25%;}
	.enclosure_btm ul{ width: 75%; }
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 20px;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.font_txtbh{ margin-bottom: 5px; }
	.share{text-align: center;
    width: 140px;
    float: none;
    margin: 0 auto;}
    .enclosure_btm h3{ width: 100%;}
	.enclosure_btm ul{ width: 100%; }
	.time_ly .left{ width: 100%; text-align: center; margin-bottom: 6px;}
	.time_ly .right{ width: 100%; text-align: center; }
	.xltoptitle{ margin: 30px 0 10px;}
	#xlmain .textxl img{ max-width: 100%!important; }
}




/* Scroll to top
---------------------------------- */
.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    /* background-color: #0034A6; */
    z-index: 1005;
    border-radius:50%;
    display: none;
}
.scrollToTop img{
    display:inline-block;
    width: 36px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        line-height: 37px;
    }
    .scrollToTop img{
        display:inline-block;
        width: 40px;
    }
}


/*鼠标划过变大*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*Page*/
#pages {
    width:100%; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
	overflow: hidden; padding-top: 0px; margin: 20px 0 30px;
}
#pages span{padding:8px 16px;}
#pages A {
    background: #f1f1f1; 
    color: #333; 
	text-decoration:none;
    border: #ddd 1px solid; 
    display: inline-block; 
	padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#acacac;}
#pages A:hover {
    border: #e5e5e5 1px solid; background: #e5e5e5;  color: #333;
}
#pages A.curr {
    border:#3D62D0 1px solid; background: #3D62D0;  color: #fff;
}
#pages A.curr:visited {
    border:#3D62D0 1px solid; background: #3D62D0;  color: #fff;
}
#pages .curr{
	background: #3D62D0;
    color: #fff;
	border:1px solid #3D62D0;
	display:inline-block;
}

@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; }
	#pages .nolink{ padding:3px 10px; }
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; }
	#pages .nolink{ padding:2px 8px; }
}

