@charset "utf-8";
/* 所有类名用小写，中横线 */
.body-bg{background: url(../images/bgx2.png) no-repeat center top #fff; background-size: 1920px auto;}
@media (max-width:992px){
  .body-bg{background: none;}
}
.container{width: 1200px;}

input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#C7272B;}

.fontcolor-blue{color: #C7272B !important;}
.bg-linearGradient-blue{background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0.03%, rgba(255, 251, 242, 1) 100%);}
.bg-white{background: #fff;}
.entire-box{position: relative; padding-right: 20px; padding-left: 20px}
.entire-box.pt{padding-top: 20px;}
.entire-box.tline:before{position: absolute; top: -3px; right: 0; left: 0; content: ""; height: 3px; background: #3484e0;}
.addshadow{background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .1);}

@media (max-width:1500px){
  .entire-box{padding-right: 25px; padding-left: 25px}
  .entire-box.pt{padding-top: 25px;}
}
@media (max-width:1280px){
  
}
@media (max-width:992px){
  .addshadow{box-shadow: 0 0 12px rgba(0, 0, 0, .1);}	
}
@media (max-width:768px){
  .entire-box.addshadow{box-shadow: none;}
  .entire-box{padding-right: 0; padding-left: 0}
  .entire-box.pt{padding-top: 0;}
  .entire-box.tline:before{content: normal;}
}


/*图片占位符*/
/***
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;}

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
 */
 .tab-brief > .hd{position: relative; border-bottom: #e5e5e5 1px solid; line-height: 30px;}
 .tab-brief > .hd ul{float: left;}
 .tab-brief > .hd li{float:left; position: relative; margin-right: 2em; font-weight: bold; font-size: 1.375em; color: #666;}
 .tab-brief > .hd li a{position: relative; z-index: 5; color: #666;}
 .tab-brief > .hd li:last-child{margin-right: 0;}
 .tab-brief > .hd li.on{font-weight: bold; color: #C7272B; cursor: pointer;}
 .tab-brief > .hd li.on a{color: #C7272B;}
 .tab-brief > .hd li.on a:hover{color: #C7272B;}
 .tab-brief > .hd .more{position: absolute; top: 50%; right: 0; z-index: 2; line-height: 26px; margin-top: -14px;}
 .tab-brief.nob > .hd{border-bottom: none;}
 .tab-brief.square > .hd li{position: relative; float: left; padding-left: 1em; font-size: 1.375em; font-weight: bold;}
 .tab-brief.square > .hd li:before{position: absolute; top: 50%; left: 0; width: .225em; height: .9em; margin-top: -.45em; background-color: #C7272B;}
 .tab-brief.square > .hd li.on:before{content: "";}
 .tab-brief.square > .hd li.current{color: #333;}
 .tab-brief.square > .hd li.current:before{content: "";}
 .tab-brief.underline > .hd li{padding-bottom: .75em;}
 .tab-brief.underline > .hd li:after{position: absolute; bottom: -2px; left: 0; right: 0; content: ''; width: 0; height: 3px; background: #C7272B; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
 .tab-brief.underline > .hd li.on:after{width: 100%;}
 .tab-brief.underline .more{top: 0; margin-top: 0;}
 .tab-brief.underline.center > .hd li:after{margin: 0 auto;}
 .tab-brief.card > .hd li{padding-top:6px; padding-bottom: 6px; transition: all .3s;}
 .tab-brief.card > .hd li b{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0 auto; z-index: 1; display: none; background: #FFF3F0; border: 1px solid #C49797; transition: all .3s;}
 .tab-brief.card > .hd li:after{position: absolute; right: 0; bottom: -15px; left: 0; z-index: 3; width: 0; height: 0; margin: 0 auto; overflow: hidden; border: 8px solid transparent; border-top-color: #FFF3F0;}
 .tab-brief.card > .hd li:before{position: absolute; right: 0; bottom: -19px; left: 0; z-index: 2; width: 0; height: 0; margin: 0 auto; overflow: hidden; border: 10px solid transparent; border-top-color: #C49797;}
 .tab-brief.card > .hd li.on{padding-right: .875em; padding-left: .875em;}
 .tab-brief.card > .hd li.on b{display: block;}
 .tab-brief.card > .hd li.on:after{content: "";}
 .tab-brief.card > .hd li.on:before{content: "";}
 .tab-brief.normal > .hd li a{color: #333 !important;}
 .tab-brief.normal > .hd li a:hover{color: #333 !important;}
 @media (max-width:1500px){
   .tab-brief > .hd li{font-size: 1.375em; margin-right: 1.25em;}	
 }
 @media (max-width:1280px){
   .tab-brief > .hd li{font-size: 1.25em;}	
 }
 @media (max-width:414px){
   .tab-brief > .hd li{font-size: 1.125em;}	
 }
 
 .tab-res-md > .res-bd > .item > .hd,
 .tab-res-xs > .res-bd > .item > .hd{display: none;}
 @media (max-width:992px){
   .tab-res-md .res-hd{display: none;}
   .tab-res-md .res-bd .item{display: block !important;}
   .tab-res-md .res-bd .item + .item{margin-top: 30px;}
   .tab-res-md .res-bd .item .hd{display: block;}
 }
 .tab-res-xs > .res-bd > .item > .hd{display: none;}
 @media (max-width:768px){
   .tab-res-xs .res-hd{display: none;}
   .tab-res-xs .res-bd .item{display: block !important;}
   .tab-res-xs .res-bd .item + .item{margin-top: 30px;}
   .tab-res-xs .res-bd .item .hd{display: block;}
 }


/*more*/
/*
.com-more:电脑端-更多
.m-com-more:移动端-更多
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
*/
.com-more a{display: inline-block; padding-right: .5em; padding-left: .875em; color: #999; font-size: 15px; border: 1px solid #d1d1d1; border-radius: 100em;}
.com-more a:hover{color: #666; border-color: #ccc;}
@media (max-width:640px){
  .com-more{display: none;}	
}

.m-com-more{clear: both; padding-top: 20px; padding-bottom: 10px; text-align: center; display: none;}
.m-com-more a{
  display: block;
  /* display: inline-block; width: 30%; min-width: 120px; */
  padding: .5em 0 .5em .5em;  color:#666; text-align: center; background-color: #f5f5f5; border: 1px solid #e6e6e6; border-radius:5px;}
@media (max-width:640px){
  .m-com-more{display: block;}
}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
date: 左侧日期，右侧标题和摘要
meta: 标题后是多个标签分类
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
.zj.end - 征集已结束
 ***/
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 10px; padding-bottom: 10px; line-height:28px; 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: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li a .zj{display: inline-block;font-style: normal;text-align: center; background: url(../images/icon_rect_blue.png) no-repeat;background-size: 100% 100%; color:#fff;font-size: 14px;width: 61px;height: 22px;line-height: 22px;}
.infolist li a .zj.end{background-image: url(../images/icon_rect_gray.png);color:#A6A6A6;}
.infolist li:hover a, .infolist li a:hover{color: #C7272B;}
.infolist li:hover span{color:#C7272B;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:110px;}
.infolist.fs16{font-size: 1em;}
.infolist.fs16 li{padding-top: 8px; padding-bottom: 8px;}

.infolist.dot li a{padding-left: 18px;}
.infolist.dot li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -3px; width: 5px; height: 5px; background: #ccc;transition: .3s all;}
.infolist.dot.dot-lightblue li a:before{background: #DBEFFF;}
.infolist.dot.dot-lightblue li:hover a:before,
.infolist.dot li:hover a:before{background: #C7272B;}


.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 14px; padding-bottom: 14px;}

.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{float: left;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.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.infolist.md li{padding-right:70px;}
.infolist.space20.infolist.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.infolist.md li{padding-right:75px;}
.infolist.space30.infolist.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.infolist.md li{padding-right:80px;}
.infolist.space40.infolist.ymd li{padding-right:120px;}

.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.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}

@media (max-width: 768px) {
	.infolist.col2, .infolist.col3, .infolist.col4{margin-left: 0; margin-right: 0;}
	.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{width: 100%; padding-left: 0;}
	.infolist.md[class*="space"] li{padding-right:60px;}
	.infolist.ymd[class*="space"] li{padding-right:100px;}

  .res.infolist.meta li .tit,
  .res.infolist.meta li .meta-data,
  .res.infolist.meta li .tit>a{float: none;display: inline;max-width:none;}
  .res.infolist.meta li .meta-data{margin-right: 10px;}
  .res.infolist.meta li .meta-data a{position: relative;padding-right: 0; padding-left: 10px;margin-left: 10px;}
  .res.infolist.meta li .meta-data a:before{top: 0;margin-top: 4px;}
  .res.infolist.meta li .meta-data a:first-child{margin-left:0;padding-left:0;}
  .res.infolist.meta li .meta-data a:first-child:before{display: none;}
  .res.infolist.meta li .tit>a{position: static; padding-left: 0; padding-right:12px; white-space:normal;}
  .res.infolist.meta li .time{position:static; display: inline-block;}
  .res.infolist.meta.dot li{padding-left: 18px;padding-right: 0;}
  .res.infolist.meta li .tit>a:before{top: 20px; margin-top: 0;} 
}

@media (max-width: 480px) {
	.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{top: 22px; margin-top: 0;} /*10+padding*/
	.res.infolist.line li a:before{top: 24px;}
	.res.infolist.dot li{padding-left: 18px;}
}



/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
 .cardlist li{float: left; width: 100%;}
 .cardlist li .box{display: block;}

 .cardlist.col2 li{width: 50%;}
 .cardlist.col3 li{width: 33.33333%;}
 .cardlist.col4 li{width: 25%;}
 .cardlist.col5 li{width: 20%;}
 .cardlist.col6 li{width: 16.66667%;}
 .cardlist.col7 li{width: 14.2857%;}
 .cardlist.col8 li{width: 12.5%;}
 
 .cardlist.space2{margin-top: -2px; margin-right: -1px; margin-left: -1px;}
 .cardlist.space2 li .box{margin: 2px 1px 0;}
 .cardlist.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
 .cardlist.space10 li .box{margin: 10px 5px 0;}
 .cardlist.space15{margin-top: -15px; margin-right: -7px; margin-left: -8px;}
 .cardlist.space15 li .box{margin: 15px 7px 0 8px;}
 .cardlist.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
 .cardlist.space20 li .box{margin: 20px 10px 0;}
 .cardlist.space30{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
 .cardlist.space30 li .box{margin: 15px;}
 .cardlist.space40{margin-top: -20px; margin-right: -20px; margin-left: -20px;}
 .cardlist.space40 li .box{margin: 20px;}
 @media (max-width:1500px) {
	 .cardlist.space30{margin-top: -10px; margin-right: -10px; margin-left: -10px;}
	 .cardlist.space30 li .box{margin: 10px;}
	 .cardlist.space40{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
	 .cardlist.space40 li .box{margin: 15px;}
 }
 @media (max-width:1280px) {
	 .cardlist.res{margin-top: -15px !important; margin-right: -7px !important; margin-left: -8px !important;}
	 .cardlist.res li .box{ margin: 15px 7px 0 8px !important;}

 }
 @media (max-width:992px) {
   .cardlist.res.col7 li{width: 25%;}
   .cardlist.res.col6 li,
   .cardlist.res.col5 li{width: 33.333333%;}
	 .cardlist.res.col4 li{width: 50%;}
 }
 @media (max-width:480px) {
  .cardlist.res.col7 li{width: 50%;}
  .cardlist.res.col6 li{width: 50%;}
  .cardlist.res.col5 li{width: 50%;}
 }

.cardlist-menu li .box{position: relative;}
.cardlist-menu li .box .icon{display: block;}
.cardlist-menu.splitline li .box:before{position: absolute; top: 0; bottom: 0; right: 0; content: ""; width: 1px; background: #ecf2f9;}
.cardlist-menu.splitline li:last-child .box:before{display: none;}

.cardlist-menu.inline li .box .icon,
.cardlist-menu.inline li .box .tit{display: inline-block; vertical-align: middle;}

.cardlist-menu.break li .box{text-align: center;}
.cardlist-menu.break li .box .icon{display: block; margin: 0 auto 10px;}
.cardlist-menu.break li .box .tit{display: block;}

.cardlist-menu.position .box{position: relative;}
.cardlist-menu.position .box .icon{position: absolute; top: 50%; transform: translateY(-50%); left: 20px;}
 
.cardlist-menu.center li .box{text-align: center;}

@media (max-width:480px) {
  .cardlist-menu.splitline li:nth-child(2n) .box:before{display: none;}
 }


 /*** 当前位置 ***/
.crumb{text-align: right;}
.crumb h2{position: relative; display: inline-block; padding-bottom: 20px; padding-left: 26px; font-size: 1em; color: #a6a6a6; line-height: 28px; font-weight: normal;}
.crumb h2:before{position: absolute; top: 4px; left: 0; content: ""; width: 16px; height: 21px; background: url(../images/icon_position_grey.png) no-repeat center; background-size: 100% 100%; opacity: 0.6;}
.crumb h2 em{font-style: normal;}
.crumb a{color: #a6a6a6;}
.crumb a:hover{color: #C7272B;}
/* .crumb span{color: #333;} */
.crumb.gray{background: #f7f7f7;}
.crumb.line{border-bottom: 1px solid #e5e5e5;}
.crumb.alignleft{text-align: left;}
@media (max-width:992px){
  .crumb h2 em{display: none;}
}
@media (max-width:768px){
  .crumb{text-align: left !important; padding: 15px; margin-right: -15px; margin-left: -15px;}
  .crumb h2{display: block; padding-bottom: 0;}
  /* .crumb h2:before{content: normal;} */
  
  .crumb{background: #f7f7f7; border-bottom: none !important; margin-bottom: 20px;}	
}

/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#C7272B;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.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:#C7272B;}
.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.fs28 h3{font-size: 1.75em;}
.com-title.line{border-bottom: 1px solid #DEDEDE;}
.com-title.cblue h3{font-size: 1.625em;padding-bottom: 24px;}
.com-title.cblue h3 a{color:#C7272B;}
.com-title.cblue h3:after{height: 5px;background: #C7272B;}
@media (max-width: 1500px) {
  .com-title.cblue h3{font-size: 1.25em;padding-bottom: 18px;}
  .com-title.cblue h3:after{height: 3px;}
}

.com-tit-b{text-align: center; overflow: hidden;}
.com-tit-b .box{position: relative; display: inline-block;}
.com-tit-b .line{position: absolute; top: 50%; margin-top: -4px; width: 518px; height: 8px;}
.com-tit-b .line img{display: block;}
.com-tit-b .line.l{right: 100%;}
.com-tit-b .line.r{left: 100%;}
.com-tit-b h2{font-size: 1.5em; line-height: 1.5; padding-left: 34px; padding-right: 34px;}
.com-tit-b h2 strong{display: block;}
.com-tit-b h2 a{color: #000;}
.com-tit-b h2 a:hover{color: #DB2323;}
@media (max-width: 992px) {
  .com-tit-b{justify-content: center;}
	/* .com-tit-b .line{display: none;} */
}


/* 单行省略号 */
.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;}

.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{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}

.hvr-icon-rotateY360:hover .hvr-icon{transform: rotateY(360deg); transition: all .5s linear;}

/* 滚动条 */
.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%);}



/* 轮播 */
.com-owl-hf .owl-dots{position: absolute; right: 20px; bottom: 10px;}
.com-owl-hf .owl-dots .owl-dot{width: 8px; height: 8px; display: inline-block; background: #fff; opacity: 0.4; margin-left: 10px;}
.com-owl-hf .owl-dots .owl-dot.active{opacity: 1;}

/* 外链跳转 */
.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 .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 #e8e8e8; 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: #ab1a1c; color: #fff; border-color: #ab1a1c;}
.pagination .layui-laypage input,
.pagination .jump-ipt{width: 55px; height: 34px; padding: 0; border: 1px solid #e8e8e8; 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/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/page_arrow_r.png);}
.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow{background-image: url(../images/page_arrow_l_hover.png);}
.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow{background-image: url(../images/page_arrow_r_hover.png);}
.pagination .prev,
.pagination .next{background: #F2F2F2;}
.pagination.aligncenter{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 .layui-laypage-curr{background: #ab1a1c; color: #fff;}
.pagination .layui-laypage-curr em{font-style: initial;}
.pagination.center{text-align: center;}

@media (max-width: 768px) {
  .pagination{text-align: center;}
  .pagination.pt20.pb40{padding-top: 15px; padding-bottom: 15px;}
  .pagination a, .pagination span{background: none; border: 0; padding: 0 5px; height: 28px; line-height: 28px;}
  .pagination a:hover, .pagination .num.active{background: none; color: #C7272B; font-weight: bold;}
  .pagination .prev, .pagination .next{background: none;}
  .pagination .jump-ipt, .pagination .jump-btn{display: none;}
  .pagination .total{margin-top: 8px; background: #f9f9f9; display: block; padding-top: 5px; padding-bottom: 5px; border-radius: 2px; display: none;}
}

@media (max-width: 380px) {
  .pagination{font-size: 14px;}
  .pagination a, .pagination span{margin-left: 4px; margin-right: 4px;}
  .pagination .arrow{width: 6px;}
}
@media (max-width: 340px) {
  .pagination{font-size: 14px;}
  .pagination a, .pagination span{margin-left: 2px; margin-right: 2px;}
}

/* 归档水印 */
.gd-watermark{width: 277px;position: absolute;z-index: 99;top: -20px;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;}
}