@charset "utf-8";
/* 所有类名用小写，中横线 */
* {box-sizing: border-box;}
html{font-size: 10px;}
body{color: #333333;font-size: 1.6rem;}
a{color: #333333;}
a:hover{color:#2C60B6;}
input::-webkit-input-placeholder{color: #cccccc;}

/*** layout ***/
.body-bg{background: #F9F9F9;}
.container{width: 1200px;}
.bg-white{background: #fff;}
.bg-lightblue{background: #F5F9FF;}
.bg-lightblue-linear{background: linear-gradient(180deg, rgba(242, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.bg-lightblue-linear2{background: linear-gradient(125.63deg, rgba(126, 180, 242, 0.2) 0%, rgba(255, 255, 255, 0) 100%);}
.com-pannel{padding: 15px 20px; background: #fff; box-sizing: border-box;}
.com-pannel.shadow{box-shadow: 0px 0px 22.99px  rgba(65, 113, 192, 0.05);}
.row-limit > div:nth-child(1):after,
.row-limit > div:nth-child(2):before{content: ''; position: absolute;  top: 0; width: 1px; height: 100%; background: #EBEBEB;}
.row-limit > div:nth-child(1):after{right: 0;}
.row-limit > div:nth-child(2):before{left: -1px;}
@media (max-width: 1280px) {
  .row-limit > div:nth-child(1):after, .row-limit > div:nth-child(2):before{display: none;}
}

@media (max-width: 768px) {
  /* body{font-size: 14px;} */
}


/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd.line{border-bottom: #abbfe2 1px solid;}
.tab-brief > .hd ul{float: left; font-size: 1.5em;}
.tab-brief > .hd li{float:left; position: relative;}
.tab-brief > .hd li + li{margin-left: 25px;}
.tab-brief > .hd.afterline li{padding-bottom: 15px;}
.tab-brief > .hd.afterline li:after{content: ''; position: absolute; width:0; bottom:-2px; left:50%; margin-left: -1em; height: 4px; background: #2C60B6; border-radius: 2px; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd.afterline li.on:after{width: 2em;}

.tab-brief > .hd li.on a{color: #2C60B6; }
.tab-brief > .hd.fw-bold li a{font-weight: bold;}
.tab-brief > .hd.color-gray li:not(.on) a{color: #666666;}
.tab-brief > .hd li a:hover{ color: #2C60B6;}

.tab-brief > .hd li.split:before{position: absolute; left: 0; top: 50%; margin-top: -6px; content:''; width: 1px; height:15px; background: #D1D1D1;}
.tab-brief > .hd li.split{padding-left: 18px; margin-left: 18px;}

.tab-brief > .hd .more{float: right;  padding-top: 8px;}
.tab-brief > .hd .more a{color:#A6A6A6}

.tab-brief > .hd.block li a{display: block; padding: 0 22px; line-height: 46px; border-radius: 5px 5px 0 0;}
.tab-brief > .hd.block li.on a{background: #2C60B6; color: #fff;}
.tab-brief > .hd.block .more{line-height: 46px; padding-top: 0;}

.tab-card > .hd{line-height:42px; background: #F0F0F0;}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card > .hd li a{display: block; padding: 0 20px; color: #999999; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#2C60B6; color: #fff;}
.tab-card > .hd .more{float: right;}
.tab-card > .hd.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1672D5; margin-left: -8px;}

.tab-block > .hd{line-height:34px;}
.tab-block > .hd ul{float: left;}
.tab-block > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-block > .hd li + li{margin-left: 20px;}
.tab-block > .hd li a{display: block; background: #F0F0F0; padding: 0 20px; border-radius: 4px; color: #999999; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.tab-block > .hd li.on{cursor:pointer;}
.tab-block > .hd li.on a{background:#2C60B6; color: #fff;}
.tab-block > .hd.fw-bold li a{font-weight: bold;}
.tab-block > .hd .more{float: right; margin-right: 15px;}
.tab-block > .hd.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1672D5; margin-left: -8px;}

.com-more a{color:#2C60B6; }
.com-more-gray a{color:#A6A6A6; }
.com-more-gray a:hover{color:#2C60B6; }

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.tab-brief .bd > .item .infolist.mt0, 
.tab-card .bd > .item .infolist.mt0{margin-top: 0;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.m-com-more{clear: both; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}
.bg-lightblue .m-com-more{background: #fff;}

@media (max-width: 768px) {
  .tab-brief > .hd.res ul{ font-size: 1.125em;}
  .tab-brief > .hd.res{margin-top: -5px;}
  .tab-brief > .hd.res ul li{margin:5px 5px 0 0 !important; padding: 0 !important; border-bottom:none;}
  .tab-brief > .hd.res ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .tab-brief > .hd.res ul li.on a{color:#fff; background:#1a56a8;}
  .tab-brief > .hd.res li:after{display: none;}
  .tab-brief.arrow > .hd.res li.on i{display: none;}
  .tab-brief .bd > .item > .newsList{margin-top: 0;}

  .tab-brief > .hd.res li.split:before{display: none;}

  .tab-card > .hd.res{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .tab-card > .hd.res ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
  .tab-card > .hd.res ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .tab-card > .hd.res ul li.on a{background:#1672D5; color: #fff;}
  .tab-card > .bd .item > .newsList{margin-top: 0;}
  .tab-card > .hd .more,
  .tab-brief > .hd .more{display: none;}

  .tab-block > .hd.res li{margin: 0 5px 5px 0;}
  .tab-block > .hd.res li a{padding: 0 10px;}
  .tab-block > .hd.arrow.res li.on:after{ border-width: 6px; margin-left: -6px;}

  .m-com-more{display:block;}

}


.js-tabSwitch > .js-switch-bd{position: relative;/*overflow: hidden;*/}
.js-tabSwitch > .js-switch-bd .js-switch-item{position:absolute; z-index:1; top:0; left:0; width:100%; opacity:0; -moz-opacity:0; filter:alpha(opacity=0);-khtml-opacity:0; transition:opacity .3s; box-sizing: border-box;}
.js-tabSwitch > .js-switch-bd .js-switch-item.show{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}
@media (max-width: 1280px) {
  .js-tabSwitch-md-showall > .js-switch-hd{display: none;}
  .js-tabSwitch-md-showall > .js-switch-bd{overflow: inherit;}
  .js-tabSwitch-md-showall > .js-switch-bd .js-switch-item{opacity: 1 !important; display: block !important; position: static; margin-bottom: 20px; margin-top: 0;}

}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
 ***/
 .infolist{clear: both;}
 .infolist li{position:relative; padding-top: 9px; padding-bottom: 9px; line-height:26px; overflow:hidden; vertical-align: top;}
 .infolist li > a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
 .infolist li, .infolist li > a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
 .infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 28px; margin: auto 0; color:#808080;}
 .infolist li > a br{display: none;}
 .infolist li:hover a, .infolist li > a:hover{color: #1F5EAB;}
 .infolist li:hover span{color:#2C60B6;}
 .infolist.md li{padding-right:60px;}
 .infolist.ymd li{padding-right:100px;}
 
 .infolist.dot li > a{padding-left: 20px;}
 .infolist.dot li > a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 6px; height: 6px; background: #2C60B6; border-radius: 50%; transition: .3s all;}
 .infolist.dot li:hover a:before{background: #2C60B6 !important;}
 .infolist.dot-gray li > a:before{background: #ccc;}
 
 .infolist.line li{border-bottom: 1px solid #e1e5eb;}
 .infolist.line li{padding-top: 11px; padding-bottom: 11px;}
 
 .infolist.dashed li{border-bottom: 1px dashed #D6D6D6; padding-top: 15px; padding-bottom: 15px;}
 .infolist.lastnoline li:last-child{border-bottom: none !important;}
 
 .infolist.space10{margin-left: -5px; margin-right: -5px;}
 .infolist.space10 li{padding-left: 5px; padding-right: 5px;}
 .infolist.space10 li .time{right: 5px;}
 .infolist.space10.md li{padding-right:55px;}
 .infolist.space10.ymd li{padding-right:105px;}
 .infolist.space20{margin-left: -10px; margin-right: -10px;}
 .infolist.space20 li{padding-left: 10px; padding-right: 10px;}
 .infolist.space20 li .time{right: 10px;}
 .infolist.space20.md li{padding-right:60px;}
 .infolist.space20.ymd li{padding-right:110px;}
 .infolist.space30{margin-left: -15px; margin-right: -15px;}
 .infolist.space30 li{padding-left: 15px; padding-right: 15px;}
 .infolist.space30 li .time{right: 15px;}
 .infolist.space30.md li{padding-right:65px;}
 .infolist.space30.ymd li{padding-right:115px;}
 .infolist.space40{margin-left: -20px; margin-right: -20px;}
 .infolist.space40 li{padding-left: 20px; padding-right: 20px;}
 .infolist.space40 li .time{right: 20px;}
 .infolist.space40.md li{padding-right:60px;}
 .infolist.space40.ymd li{padding-right:120px;}

 @media (max-width:1280px) {
  .infolist.space10-md{margin-left: -5px; margin-right: -5px;}
  .infolist.space10-md li{padding-left: 5px; padding-right: 5px;}
  .infolist.space10-md li .time{right: 5px;}
  .infolist.space10-md.md li{padding-right:55px;}
  .infolist.space10-md.ymd li{padding-right:105px;}
  .infolist.space20-md{margin-left: -10px; margin-right: -10px;}
  .infolist.space20-md li{padding-left: 10px; padding-right: 10px;}
  .infolist.space20-md li .time{right: 10px;}
  .infolist.space20-md.md li{padding-right:60px;}
  .infolist.space20-md.ymd li{padding-right:110px;}
  .infolist.space30-md{margin-left: -15px; margin-right: -15px;}
  .infolist.space30-md li{padding-left: 15px; padding-right: 15px;}
  .infolist.space30-md li .time{right: 15px;}
  .infolist.space30-md.md li{padding-right:65px;}
  .infolist.space30-md.ymd li{padding-right:115px;}
}
 
 .infolist.mulit li > a{ position: static; float: none; padding-left: 0; max-width:none; white-space:normal;}
 .infolist.mulit li > .time{position:static; display: inline-block;}
 .infolist.mulit li > a:before{top: 23px; margin-top: 0;}
 .infolist.mulit.dot li{padding-left: 18px;}
 
 .infolist.mulit2 li > a{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
 .infolist.mulit2.dot li > a:before{top: 14px;}
 .infolist.mulit2 li > .time{top: 12px;bottom: auto;}
 
 .infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #ccc;}
 
 @media (max-width: 768px) {
   .infolist.md[class*="space"] li{padding-right:60px;}
   .infolist.ymd[class*="space"] li{padding-right:110px;} 
 
   .res.infolist li{padding-right:0 !important; position: relative;}
   .res.infolist li > a{ position: static; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
   .res.infolist li .time{position:static; display: inline-block;}
   .res.infolist li > a:before,
   .res.infolist.mulit2.dot li > a:before{top: 20px; margin-top: 0;}
   .res.infolist.line li a:before{top: 24px;}
   .res.infolist.dot li{padding-left: 18px;}
 }


/***
菜单卡片样式：
***/
.iconmenu li .box{display: block;}

.iconmenu li .box{position: relative;}
.iconmenu li .box .icon{display: block; font-size: 0; line-height: 0;}
.iconmenu.splitline li .box{position: relative;}
.iconmenu.splitline li .box:before{position: absolute; top: 0; bottom: 0; left: 0; content: ""; width: 1px; background: #ecf2f9;}
.iconmenu.splitline li:first-child .box:before{display: none;}

.iconmenu.inline li .box .icon,
.iconmenu.inline li .box .txt{display: inline-block; vertical-align: middle;}

.iconmenu.break li .box{text-align: center;}
.iconmenu.break li .box .icon{display: block;}
.iconmenu.break li .box .icon img{display: block; margin-left: auto; margin-right: auto;}
.iconmenu.break li .box .txt{display: block;}

.iconmenu.position li .box{position: relative;}
.iconmenu.position li .box .icon{position: absolute; top: 50%; transform: translateY(-50%);}

.iconmenu.valignmiddle li .box:after{content: ''; width: 0; height: 100%;}
.iconmenu.valignmiddle li .box:after,
.iconmenu.valignmiddle li .box .txt,
.iconmenu.valignmiddle li .box .icon{vertical-align: middle; display: inline-block;}
 
.iconmenu.center li .box{text-align: center;}


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.375em; font-weight:bold;}
.com-title h3 a:hover{color:#2C60B6;}
.com-title.color-blue h3,
.com-title.color-blue h3 a{color: #2C60B6;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:18px; margin-top:-8px; background-color:#2C60B6; border-radius: 3px;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#1F5EAB;}
.com-title.underline.red h3:after{background: #C20000;}
.com-title.underline.half h3{padding-bottom: 14px;}
.com-title.underline.half h3:after{width: 2em;}
.com-title.fs24 h3{font-size: 1.5em;}
.com-title.line{border-bottom: 1px solid #DEDEDE; padding-bottom: 15px;}

.com-tit-b{text-align: center; overflow: hidden;}
.com-tit-b .box{position: relative; display: inline-block;}
.com-tit-b .line{position: absolute;}
.com-tit-b .line.l{right: 100%;}
.com-tit-b .line.r{left: 100%;}
@media (max-width: 992px) {
  .com-tit-b{justify-content: center;}
}

.com-btn{padding-left: 15px; padding-right: 15px; display: inline-block; white-space: nowrap;}
.com-btn .icon, .com-btn .txt{display: inline-block; vertical-align: middle;}
.com-btn .icon{font-size: 0;}
.com-btn .icon img{display: block;}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
@media (min-width: 768px) {
  .elli-xs-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-xs-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 992px) {
  .elli-sm-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-sm-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 1280px) {
  .elli-md-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-md-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}


.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover, .imgscale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
.imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
.imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}



/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 6px;height: 6px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 6px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 6px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 3px;background: #E5E5E5;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: linear-gradient(225deg, #689EE3 0%, #0262D6 100%);}


/* 当前位置crumb */
.crumb h2{padding-top: 15px; padding-bottom: 15px; background: url(../images/public/icon_position.png) no-repeat left 20px / 19px 20px; line-height: 26px; font-weight: normal; padding-left: 30px; color: #666; font-size: 1em; border-bottom: 1px solid #e1e1e1;}
.crumb h2 a{color: #666;}
.crumb h2 a.on,
.crumb h2 a:hover{color: #2C60B6;}

@media (max-width: 768px) {
  .crumb{background: #f5f5f5;}
  .crumb h2{border-bottom: 0; padding-left: 25px; background-image: url(../images/public/icon_position_gray.png); background-size: 15px 15px; background-position: left 22px;}
}



/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}

/*** 分页 ***/
.pagination{font-size: 14px;}
.pagination .layui-laypage button, 
.pagination .layui-laypage input,
.pagination a,
.pagination span{display: inline-block; padding: 0 12px; height: 34px; line-height: 34px; text-align: center; margin:2px 5px;color: #666666; border: 1px solid #D3D3D3; transition: .3s all; border-radius: 2px;}
.pagination .layui-laypage-curr .layui-laypage-em,
.pagination .layui-laypage button:hover,
.pagination a:hover,
.pagination .num.active{background: #1B5ABA; color: #fff; border-color: #1B5ABA;}
.pagination .layui-laypage input,
.pagination .jump-ipt{width: 55px; height: 34px; padding: 0; border: 1px solid #D3D3D3; text-align: center;}
.pagination *{display: inline-block; vertical-align: middle;}
.pagination .arrow{display: block; width: 8px; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
.pagination .arrow.arrow-left{background-image: url(../images/public/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/public/page_arrow_r.png);}
.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow{background-image: url(../images/public/page_arrow_l_hover.png);}
.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow{background-image: url(../images/public/page_arrow_r_hover.png);}
.pagination .prev,
.pagination .next{background: #F2F2F2;}
.pagination.center{text-align: center; }
.pagination .layui-laypage a, 
.pagination .layui-laypage span{font-size: 16px;}
.pagination .layui-laypage-skip{height: 36px;line-height: 36px;margin: 0 5px;}
.pagination .none{display: none !important;}
.pagination.center{text-align: center;}

@media (max-width:768px){
  .pagination{font-size: 16px;}
  .pagination .total,
  .pagination .jump-ipt,
  .pagination .jump-btn{display: none;}	
  .pagination a, .pagination span{padding: 0 5px; margin: 0 5px; border: none; background-color: transparent !important;}
  .pagination .num.active{color: #2B7AD1; font-weight: bold;}
  .pagination a:hover{color: #2B7AD1 !important;}
  .pagination .arrow{background-position: center 11px;}
  .pagination .prev:hover .arrow{background-image: url(../images/public/page_arrow_l.png);}
  .pagination .next:hover .arrow{background-image: url(../images/public/page_arrow_r.png);}
}


/** 动画 **/
.anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.anim-upbit{-webkit-animation-name: search-upbit; animation-name: search-upbit;}
/* 微微往上滑入 */
@-webkit-keyframes search-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes search-upbit{
  from {transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}



/*quickbar*/
.quickbar{position: fixed; /*top: 680px;*/ width: 62px; bottom:20px; right: 50px; z-index: 99; -webkit-transition: top ease .4s; -moz-transition: top ease .4s; -ms-transition: top ease .4s; transition: top ease .4s;}
.quickbar dl.znwd {width: 118px; position: absolute; bottom: 100%; left: 50%; margin-left: -59px; margin-bottom: -10px;}
.quickbar dl.znwd dt{position: relative;}
.quickbar dl.znwd dt .icon img{display: block; margin: 0 auto;}

.quick-panel{position: relative; z-index: 10; padding: 0 6px; background: #fff; box-shadow: 0px 0px 4px  rgba(116, 182, 252, 0.35); border-radius: 11px;
  background: radial-gradient(717.74% 248.6% at 50% 50.27932960893855%, rgba(255, 255, 255, 1) 0%, rgba(201, 227, 255, 1) 100%); border: 2px solid rgba(255, 255, 255, 1);}
.quick-panel dl dt a{display: block; padding-top: 20px; padding-bottom: 20px; cursor: pointer; transition: all .3s;}
.quick-panel dl dt .icon{display: block; height: 30px; position: relative; margin-bottom: 12px;}
.quick-panel dl dt a .icon img{position: absolute; left: 0; top: 0; bottom: 0; right: 0; transition: all .8s; height: 30px; margin: auto;}
.quick-panel dl dt a span{display: block; text-align: center;}
.quick-panel dl + dl{border-top: 1px solid rgba(116, 182, 252, 0.2);}

.quickbar dl.dl-gotop{display: none;}
.quickbar dl.dl-gotop a{display: block; height: 78px; position: relative;height: 80px; background: url(../images/public/quickbar_icon_gotop.png) no-repeat center center; background-size: 75% auto; transition: .3s all;}
.quickbar dl.dl-gotop a:hover{background-image: url(../images/public/quickbar_icon_gotop_active.png);}

.quickbar dl dd{position: absolute; right: 120%; top: 0; display: none;}
.quickbar dl dd .cont{position: relative; padding: 10px; *border: #e2e2e2 1px solid; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2); -o-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.quickbar dl dd img{display: block; width: 100%; min-width: 120px;}
.quickbar dl dd span{display: block; text-align: center; padding-top: 6px; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.quickbar dl dd .cont:after{position: absolute; right: -19px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-left-color: #fff;}
.quickbar dl dd .cont:before{position: absolute; right: -21px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-left-color: #dae0e4;}
.quickbar dl.dl-khd dd{bottom: 0; top: auto;}
.quickbar dl.dl-khd dd .cont:after{top: auto; bottom: 58px;}
.quickbar dl.dl-khd dd .cont:before{top: auto; bottom: 57px;}

@media (max-width:1280px) {
  .quickbar{right: 0; bottom: 0; width: 60px;}
  .quickbar dl.znwd, .quick-panel{display: none;}
  .quickbar dl.dl-gotop a{height: 60px;}
}


/* swiper */
.swiper-com-tpxw .swiper-slide{position: relative;}
.swiper-com-tpxw .swiper-slide .txt{position: absolute; left: 0; right: 0; bottom: 0; height: 42px; padding-left: 20px;  padding-right: 120px; background: rgba(0, 0, 0, 0.6); z-index: 2; color: #fff; line-height: 42px;}
.swiper-com-tpxw .swiper-slide .txt a{color: #fff;}

.swiper-pagination.right{left: auto !important; right: 20px; bottom: 10px !important; width: auto !important;}
.swiper-pagination span{transition: .3s all;}

.swiper-pagination-circle span{width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #fff; opacity: 1; background: none;}
.swiper-pagination-circle .swiper-pagination-bullet-active{background: #fff;}

.swiper-pagination-block .swiper-pagination span{width: 14px; height: 6px; opacity: 0.7; border-radius: 0; background: #fff; }
.swiper-pagination-block .swiper-pagination .swiper-pagination-bullet-active{opacity: 1; background: #b71a37;}

.swiper-pagination-solid span{width: 8px; height: 8px; opacity:  1; border-radius: 50%; border-radius: 0; background: #CCCCCC; border-radius: 50%;}
.swiper-pagination-solid .swiper-pagination-bullet-active{opacity: 1; background: #F7F7F7;}
.swiper-pagination-solid.right{bottom: 12px !important;}


.swiper-com-arrow{position: relative;}
.swiper-com-arrow .swiper-button{position: absolute; width: 32px; height: 32px; box-shadow: -2px 7px 18px  rgba(157, 200, 242, 0.54); background: #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); margin-top: 0;}
.swiper-com-arrow .swiper-button-prev{left: -20px;}
.swiper-com-arrow .swiper-button-next{right: -20px;}
.swiper-com-arrow .swiper-button:after{content: ''; width: 7px; height: 11px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-size: 100% 100%;}
.swiper-com-arrow .swiper-button-prev:after{background-image: url(../images/public/arrow_blue_left.png);}
.swiper-com-arrow .swiper-button-next:after{background-image: url(../images/public/arrow_blue_right.png);}

@media (max-width: 1280px) {
  .swiper-com-arrow .swiper-button-prev{left: 10px;}
  .swiper-com-arrow .swiper-button-next{right: 10px;}
  
}

/* 归档水印 */
.gd-watermark{width: 277px;position: absolute;z-index: 99;top: -80px;right:-20px;}
.gd-watermark .date{width: 160px;font-weight: 800;height: 30px;line-height: 30px;font-size: 14px;color: #c00500;position: absolute;left: 80px;bottom: 60px;-ms-transform: rotate(-18deg);transform: rotate( -18deg);}
@media (max-width: 1280px){
    .gd-watermark{right: 0;}
}

/* 消息弹窗 */
.message-tip-modal{position:fixed;right:0;top:0;bottom:0;left:0;z-index:9999;text-align: center;height: 100vh;line-height: 100vh;}
.message-tip{
  background-color:rgba(0,0,0,.6);border-radius:8px;color:#fff;font-size:14px;
  max-height:400px;max-width:500px;padding:14px 18px;display: inline-block;
  vertical-align: middle;line-height: 1.3;font-size: 1.125em;
}
.message-tip a{font-size: 1.11em;color:#fff;margin: 0 5px;}
.message-tip a:hover{font-weight: 700;}

/*** 分页 ***/
.pagediv{padding: 20px 0;color:#333; line-height:32px; clear:both; text-align: center;}
.pagediv a{display: inline-block; padding:0 10px; margin:1px 5px; border:#D3D3D3 1px solid;	background: #fff; border-radius:2px; transition: all .2s;	-webkit-transition: all .2s;}
.pagediv a.active{background:#2C6DE6; border-color:#2C6DE6; color:#fff; text-decoration:none;}
.pagediv  #pagination-input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff; margin: 0 2px;}
.pagediv a:hover{background:#2C6DE6; border-color:#2C6DE6; color:#fff; text-decoration:none;}
.pagediv .currentIndex{color: #015293; font-weight: bold; margin: 0 5px;}
.pagination-last small{font-size: 1em;}
.pagination-first{margin-bottom: 8px;}
.pagination-first .pagination-index{background: #F2F2F2; border: 1px solid #D3D3D3;}

@media (max-width:480px){
  .pagediv{padding-top: 20px;}
  .pagination-first{margin-bottom: 0;}
  .pagediv a,
  .pagination-first .pagination-index{border: 0; background: none; padding: 0 3px;}
  .pagination-last{display: none;}
}