/* 所有类名用小写，中横线 */
body{background: #fff;}
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color: #2588e5;}

.bgwhite{background-color: #ffffff;}
.bggray{background-color: #f7f7f7;}

/* layout */
.container{width: 1220px;}
@media (max-width:1500px){
  .mt40{margin-top: 35px;}
  .mb40{margin-bottom: 35px;}
  .mt30{margin-top: 25px;}
  .mb30{margin-bottom: 25px;}
  .mb25{margin-bottom: 20px;}
  .pt30{padding-top: 25px;}
}
@media (max-width:1280px){
  .mt40{margin-top: 30px;}
  .mb40{margin-bottom: 30px;}
}
@media (max-width:992px){
  .mb30{margin-bottom: 20px;}
  .mt40{margin-top: 25px;}
  .mb40{margin-bottom: 25px;}
}
.setIE.ie8 .mb30{margin-bottom: 25px;}
.setIE.ie8 .mt40{margin-top: 30px;}
.setIE.ie8 .mb40{margin-bottom: 30px;}
.setIE.ie8 .mt30{margin-top: 25px;}
.setIE.ie8 .mb30{margin-bottom: 25px;}
.setIE.ie8 .pt30{padding-top: 25px;}


.body-body{position: relative;}
.body-layer{padding-top: 40px; padding-bottom: 10px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
@media (max-width:1500px){
  .body-layer{padding-top: 35px; padding-bottom: 5px;}	
}
@media (max-width:1280px){
  .body-layer{padding-top: 25px;}	
}
.over-box{overflow: hidden;}
.inner-box{position: relative;}
.entire-box{position: relative; padding-right: 30px; padding-left: 30px}
.entire-box.pt{padding-top: 30px;}
.entire-box.tline:before{position: absolute; top: -3px; right: 0; left: 0; content: ""; height: 3px; background: #3484e0;}
.entire-box.radius{border-radius: 5px;}
@media (max-width:1500px){
  .entire-box{padding-right: 25px; padding-left: 25px;}
  .entire-box.pt{padding-top: 25px;}
}
@media (max-width:1280px){
  .entire-box{padding-right: 0; padding-left: 0; background: none;}
  .entire-box.pt{padding-top: 0;}
  .entire-box.tline:before{content: normal;}
}
@media (max-width:768px){
  .entire-box.addshadow{box-shadow: none;}	
}

/*网页通用效果*/
/***
.elli-s:单行省略号
.elli-m:多行省略号
.transition:过渡效果
.imgscale:鼠标经过，图片放大效果
 ***/
.elli-s{display: block; max-width:100%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;}
.elli-m{display: -webkit-box; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden;}
.transition,
.transition a{-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);}
.imgzoom 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;}
.imgzoom 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);}
.addshadow{background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
@media (max-width:992px){
  .addshadow{box-shadow: 0 0 12px rgba(0, 0, 0, .1);}	
}
.setIE.ie8 .addshadow{border: 1px solid #e2e2e2;}


/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.place{position: relative; z-index: 2; display: block; padding-top: 56.25%; overflow: hidden;}
.place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; overflow: hidden;}
.place .pic img{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}
@media (max-width:414px){
  .place{padding-top: 66.67%;}
}

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
 */
.tab-brief > .hd{position: relative; border-bottom: 1px solid #e2e2e2; line-height: 30px;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; margin-right: 2em; font-size: 1.75em; color: #666;}
.tab-brief > .hd li a{position: relative; z-index: 5; color: #808080;}
.tab-brief > .hd li:last-child{margin-right: 0;}
.tab-brief > .hd li.on{font-weight: bold; color: #2588e5; cursor: pointer;}
.tab-brief > .hd li.on a{color: #2588e5;}
.tab-brief > .hd li.on a:hover{color: #2588e5;}
.tab-brief > .hd .more{position: absolute; top: 50%; right: 0; z-index: 2; line-height: 26px; margin-top: -14px;}
.tab-brief > .hd ul.free{float: none;}
.tab-brief > .hd ul.free li{margin-right: 0 !important;}
.tab-brief > .hd ul.free.col4 li{width: 25%;}
.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: #2588e5;}
.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: .625em;}
.tab-brief.underline > .hd li a{color: #808080;}
.tab-brief.underline > .hd li:before{position: absolute; bottom: -1px; left: 0; content: ''; width: 0; height: 3px; background: #a90f0f; overflow: hidden;}
.tab-brief.underline > .hd li.on a,
.tab-brief.underline > .hd li a:hover{color: #000;}
.tab-brief.underline > .hd li.on:before{width: 2em;}
.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:.4125em; padding-bottom: .4125em; 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: #f0f7ff; border: 1px solid #b3d6ff; 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: #f0f7ff;}
.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: #b3d6ff;}
.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.on a{color: #333 !important;}
.tab-brief.normal > .hd li.on a:hover{color: #333 !important;}
@media (max-width:1500px){
  .tab-brief > .hd li{font-size: 1.5em; margin-right: 1.25em;}	
}
@media (max-width:1280px){
  .tab-brief > .hd li{font-size: 1.375em;}	
}
@media (max-width:414px){
  .tab-brief > .hd li{font-size: 1.25em;}	
}

.tab-res-md > .res-bd > .section > .hd,
.tab-res-xs > .res-bd > .section > .hd,
.tab-res-480 > .res-bd > .section > .hd{display: none;}
@media (max-width:992px){
  .tab-res-md .res-hd{display: none;}
  .tab-res-md .res-bd .section{display: block !important;}
  .tab-res-md .res-bd .section + .section{margin-top: 30px;}
  .tab-res-md .res-bd .section .hd{display: block;}
}
.tab-res-xs > .res-bd > .section > .hd{display: none;}
@media (max-width:768px){
  .tab-res-xs .res-hd{display: none;}
  .tab-res-xs .res-bd .section{display: block !important;}
  .tab-res-xs .res-bd .section + .section{margin-top: 30px;}
  .tab-res-xs .res-bd .section .hd{display: block;}
}
@media (max-width:480px){
  .tab-res-480 .res-hd{display: none;}
  .tab-res-480 .res-bd .section{display: block !important;}
  .tab-res-480 .res-bd .section + .section{margin-top: 30px;}
  .tab-res-480 .res-bd .section .hd{display: block;}
}
.setIE.ie8 .tab-brief > .hd li{font-size: 1.25em; margin-right: 1.25em;}


/*com-headline*/
/*com-headline*/
.com-headline{position: relative;}
.com-headline .hd{position: relative; text-align: center;}
.com-headline .hd .currentname{display: inline-block; padding: 0 3%; background:#2588e5; border-radius:10px; line-height:400%;}
.com-headline .hd .currentname .cnname{position: relative; z-index: 2; font-size: 2.375em; color: #fff; font-weight: bold;}
.com-headline .hd .currentname .cnname span font{color: #fff;}
.com-headline .hd i{position: absolute; top: 50%; height: 14px; margin-top: -7px; width: 0; background-repeat: no-repeat; background-size: 100% 100%;}
.com-headline .hd i:before{position: absolute; top: 0; right: 0; content: ""; width: 70%; height: 1px; background: #c1d0f6;}
.com-headline .hd i:after{position: absolute; bottom: 0; left: 0; content: ""; width: 70%; height: 1px; background: #c1d0f6;}
.com-headline .hd i.left{left: 0;}
.com-headline .hd i.right{right: 0;}
.com-headline .hd .currentname .enname{display:none;margin-top: -.5em; font-size: 2.875em; font-weight: bold; color: #eef5fd; text-transform: uppercase; text-align: center; line-height: 1.25em; user-select: none; letter-spacing: 5px;}
@media (max-width:1500px) {
  .com-headline .hd .currentname .cnname{font-size: 2em;}
  .com-headline .hd .currentname .enname{font-size: 2.25em;}	
}
@media (max-width:1280px) {
  .com-headline{margin-bottom: 50px;}
  .com-headline .hd .currentname .cnname{font-size: 1.875em;}
  .com-headline .hd .currentname .enname{font-size: 2.375em;}
}
@media (max-width:992px) {
  .com-headline .hd .currentname .enname{font-size: 2em;}  
}
@media (max-width:768px) {
  .com-headline{margin-bottom: 20px;}
  .com-headline .hd .currentname{padding-right: 5%; padding-left: 5%;}
  .com-headline .hd .currentname .cnname{font-size: 1.75em;}
  .com-headline .hd .currentname .cnname span{line-height: 30px;}
  .com-headline .hd .currentname .enname{display: none;}
  .com-headline .hd i{top: 8px; margin-top: 0;} 
}

/*com-column*/
.com-column{position: relative;}
.com-column .currentname{display: inline-block; position: relative; font-size: 2em; font-weight: bold; color: #2588e5;}
.com-column .currentname .layui-icon{font-size: .75em; margin-left: .3125em;}
@media (max-width:1500px){
  .com-column .currentname{font-size: 1.875em;}	
}
@media (max-width:1280px){
  .com-column .currentname{font-size: 1.75em;}	
}
@media (max-width:640px){
  .com-column .currentname{font-size: 1.5em;}
}

/*more*/
/*
.com-more:电脑端-更多
.m-com-more:移动端-更多
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
*/
.com-more a{display: inline-block; padding-right: .5em; padding-left: .875em; color: #999; font-size: 15px;}
.com-more a font{font-size: 14px; font-family: "宋体"; font-weight: bold; margin-left: .25em;}
.com-more a:hover{color: #666;}
@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: inline-block; padding: .5em 0 .5em .5em; width: 30%; min-width: 120px; 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:每条信息之间含分割下滑线
col*:*列
space*:多列之间含*px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist li{position: relative; padding-top: .625em; padding-bottom: .625em; line-height: 1.5em; 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 a font{color: #7ca4d8; margin-right: 5px;}
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position: absolute; top: auto; right: 0; margin: auto 0; color: #999;}
.infolist li a br{display: none;}
.infolist.md li{padding-right: 4.5em;}
.infolist.ymd li{padding-right: 6.5em;}
.infolist li:hover a{color: #2588e5;}
.infolist li:hover a font{color: #2588e5;}
.infolist li:hover .time{color: #2588e5;}

.infolist.dot li a{padding-left: 18px;}
.infolist.dot li a:before{position: absolute; top: -3px; left: 0; margin-top: .8em; content: ""; width: 5px; height: 5px; background: #333; background-repeat: no-repeat; background-position: 0 0; border-radius: 100em;}
.infolist.dot li:hover a:before{background: #2588e5;}

.infolist.diamond li a{padding-left: 18px;}
.infolist.diamond li a:before{position: absolute; top: -3px; left: 1px; margin-top: .8em; content: ""; width: 6px; height: 6px; background: #939598; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.infolist.solidline li{padding-top: 1.125em; padding-bottom: 1.125em;}
.infolist.solidline li:after{position: absolute; right: 0; left: 0; content: ""; bottom: 0; border-bottom: 1px solid #e5e5e5;}
.infolist.dashedline li{padding-top: 1.125em; padding-bottom: 1.125em;}
.infolist.dashedline li:after{position: absolute; right: 0; left: 0; content: ""; bottom: 0; border-bottom: 1px dashed #e5e5e5;}

.infolist.markers em{display: inline-block; margin-right: .625em; font-style: normal; font-size: .9375em; padding: .25em .625em; line-height: 1.375em; border-width: 1px; border-style: solid; border-radius: .25em;}
.infolist.markers em.over{color: #b6b6b6; border-color: #b6b6b6;}
.infolist.markers em.begin{color: #1758a0; border-color: #1758a0;}

.infolist.status li .time{width: 4em; font-size: .875em; color: #999 !important; line-height: 22px; text-align: center; border: 1px solid #e2e2e2; border-radius: 3px; transition: all .3s;}
.infolist.status li:hover .time{border-color: #999;}
.infolist.status li .time.begin{color: #d43030 !important; border-color: #d43030;}

.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:4.625em;}
.infolist.space20.infolist.ymd li{padding-right:6.875em;}
.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:5em;}
.infolist.space30.infolist.ymd li{padding-right:7.5em;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #ccc;}

@media (max-width:992px){
  .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:4.625em;}
  .infolist.ymd[class*="space"] li{padding-right:6.875em;}
  .infolist[class*="space"] li .time{right: 0;}
}

@media (max-width:480px){
  .res.infolist li{padding-right:0 !important; position: relative;}
  .res.infolist li a{position: static; display: inline; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
  .res.infolist li a .elli-m{display: inline;}
  .res.infolist li .time{position:static; display: inline-block;}
  .res.infolist.dot li{padding-left: 1.125em;}
  .res.infolist.dot li a:before{margin-top: 1.425em;}
}
.setIE.ie8 .infolist[class*="space"] li{padding-right: 14px;}

/* 头条 */
.singlepage{clear:both; line-height:2;}
.singlepage table,
.singlepage video,
.singlepage img{max-width:100%;}

/* imagelist */
/* ===
.space*:每一列之间间隔*px
.col*: 列表分*列
=== */
.imagelist ul{zoom: 1;}
.imagelist ul li{position: relative; float: left;}
.imagelist ul li a{position: relative; display: block; overflow: hidden;}
.imagelist ul li a.shadow{background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.imagelist ul li a.shadow:hover{background: #f9f9f9;}
.imagelist ul li a .place{padding-top: 56.25%;}
.imagelist.c00088 ul li a .place{padding-top: 29%;}
.imagelist ul li a .place .play{position: absolute; top: 50%; left: 50%; z-index: 1; width: 75px; height: 75px; margin-top: -38px; margin-left: -37px;}
.imagelist ul li a .caption.normal{padding: .75em; line-height: 1.5em;}
.imagelist ul li a .caption.normal .table{position: relative; width: 100%; height: 3em; display: table;}
.imagelist ul li a .caption.normal .table .inline{position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
.imagelist ul li a .caption.normal .table .inline.vtop{vertical-align: top;}
.imagelist ul li a .caption.normal .elli-m{max-height: 3em; text-align: center;}
.imagelist ul li a .caption.normal .elli-s{text-align: center;}
.imagelist ul li a .caption.fixed{position: absolute; right: 0; bottom: 0; left: 0; z-index: 5; padding: 5%; color: #fff; text-align: center; background-color: rgba(0,0,0,.5);}
.imagelist ul li a.padding{padding: .75em;}
.imagelist ul li a.padding .caption.normal{padding: .75em 0 0;}
.imagelist .col2 li{width: 50%;}
.imagelist .col4 li{width: 25%;}
.imagelist .col3 li{width: 33.33333%;}
.imagelist.space20 ul{margin: -20px -10px 0;}
.imagelist.space20 li a{margin: 20px 10px 0;}
.imagelist.space30 ul{margin: -30px -15px 0;}
.imagelist.space30 li a{margin: 30px 15px 0;}
@media (max-width:1500px){
  .imagelist ul{margin: -25px -12px 0 -13px !important;}
  .imagelist ul li a{margin: 25px 12px 0 13px !important;}
  .imagelist ul li a.shadow{box-shadow: 0 2px 8px rgba(0, 0, 0, .15);}	
  .imagelist ul li a .place .play{width: 60px; height: 60px; margin-top: -30px; margin-left: -30px;}
}
@media (max-width:1280px){
  .imagelist.res .col4 li{width: 33.33333%;}	
  .imagelist ul{margin: -20px -10px 0 !important;}
  .imagelist ul li a{margin: 20px 10px 0 !important;}
}
@media (max-width:992px){
  .imagelist ul{margin: -15px -7px 0 -8px !important;}
  .imagelist ul li a{margin: 15px 7px 0 8px !important;}
  .imagelist ul li a.shadow{box-shadow: 0 0 5px rgba(0, 0, 0, .15);}
  .imagelist ul li a.padding{padding: 0;}
  .imagelist ul li a.padding .caption.default{margin: 0 .625em;}
  .imagelist ul li a .caption.default.hsico{padding-right: 40px;}
  .imagelist ul li a .caption.default.hsico .icon{height: 30px; margin-top: -15px;}
  .imagelist.res ul li{width: 50% !important;}
  .imagelist.res ul li.none{display: block;}
}
@media (max-width:414px){
  .imagelist.res ul li{width: 100% !important;}
  .imagelist.res ul li a .caption.inline .elli-m{display: inline-block; height: auto;}
}
.setIE.ie8 .imagelist ul{margin: -25px -12px 0 -13px;}
.setIE.ie8 .imagelist ul li a{margin: 25px 12px 0 13px;}
.setIE.ie8 .imagelist ul li a.shadow .caption.normal{margin-top: -1px; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2;}


/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.menu-cards li{float: left; width: 100%;}
.menu-cards li a.item{position: relative; display: block; text-align: center;}
.menu-cards li a.item i{display: inline-block; position: relative; width: 60px; height: 60px; margin-right: .3125em; vertical-align: middle; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
.menu-cards li a.item i img{display: block; position: relative; z-index: 2; width: 100%; height: 100%;}
.menu-cards li a.item i:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; z-index: 1; background-repeat: no-repeat;}
.menu-cards li a.item span{display: inline-block; position: relative; vertical-align: middle; line-height: 1.2em; text-align: left; width: 70%; max-width: 70%;}
.menu-cards li a.item span b{display: block;}
.menu-cards li a.item.rotateY360 i{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
.menu-cards li a.item.rotateY360:hover i img{transform: rotateY(360deg); transition: all .5s linear;}

.menu-cards li a.item.inline{padding-top: .75em; padding-bottom: .75em; text-align: center;}
.menu-cards li a.item.inline:before{display: inline-block; vertical-align: middle; content: ""; width: 0; height: 3em;}
.menu-cards li a.item.inline span{text-align: center; width: 93%; max-width: 93%; line-height: 1.5em;}

.menu-cards.break li a.item{text-align: center;}
.menu-cards.break li a.item i{display: block; margin: 0 auto 1em;}
.menu-cards.break li a.item span{display: block; max-width: none; width: auto; text-align: center; transition: .3s all;}

.menu-cards.lightblue a.item{background: #f5f9ff;}
.menu-cards.lightblue a.item:hover{background: #ecf5ff;}

.menu-cards.shadow li a.item{padding-top: 23px; padding-bottom: 23px; border-radius: 5px; background: #fff; box-shadow: 0 0 8px rgba(184,60,22,.2);}
.setIE.ie8 .menu-cards.shadow li a.item{border: 1px solid #f7e8dc;}

.menu-cards.col2 li{width: 50%;}
.menu-cards.col3 li{width: 33.33333%;}
.menu-cards.col4 li{width: 25%;}
.menu-cards.col5 li{width: 20%;}
.menu-cards.col6 li{width: 16.66667%;}

.menu-cards.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
.menu-cards.space10 li a{margin: 10px 5px 0;}
.menu-cards.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
.menu-cards.space20 li a{margin: 20px 10px 0;}
.menu-cards.space30{margin-top: -30px; margin-right: -15px; margin-left: -15px;}
.menu-cards.space30 li a{margin: 30px 15px 0;}
@media (max-width:1500px){
  .menu-cards.space30{margin: -20px -10px 0 -10px;}
  .menu-cards.space30 li a{margin: 20px 10px 0 10px;}
}
@media (max-width:1280px){
  .menu-cards{margin: -15px -7px 0 -8px !important;}
  .menu-cards li a{margin: 15px 7px 0 8px !important;}
}
@media (max-width:992px){
  .menu-cards{margin: -1px 0 0 -1px !important;}
  .menu-cards li a{margin: 1px 0 0 1px !important;}
  .menu-cards.unmerge{margin: -15px -7px 0 -8px !important;}
  .menu-cards.unmerge li a.item{margin: 15px 7px 0 8px !important;}
  .menu-cards.res li{width: 33.33333% !important;}
}
@media (max-width:450px){
  .menu-cards.res li{width: 50% !important;}
  .menu-cards.shadow li a.item{padding-top: 15px; padding-bottom: 15px;}
}

/* 内页innerpage */
/*** 当前位置 ***/
.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(../image/location.png) no-repeat center;}
.crumb h2 em{font-style: normal;}
.crumb a{color: #a6a6a6;}
.crumb a:hover{color: #666;}
/* .crumb span{color: #333;} */
.crumb.gray{background: #f7f7f7;}
.crumb.line{border-bottom: 1px solid #e5e5e5;}
.crumb.normal{text-align: left;}
.crumb .share-icon{margin-top: -10px;}
@media (max-width: 1500px){
  .crumb .share-icon{margin-top: -5px;}
}
@media (max-width:992px){
  .crumb{text-align: left !important; padding: 15px; margin-right: -15px; margin-left: -15px;}
  .crumb h2{display: block; padding-bottom: 0; padding-left: 0;}
  .crumb h2:before{content: normal;}
  .crumb h2 em{display: none;}
}
@media (max-width:768px){
  .crumb{background: #f7f7f7; border-bottom: none !important; margin-bottom: 20px;}	
}
@media (max-width:580px){
  .crumb .share-icon span{display: none;}
}
/*** 内页布局 ***/
.container-innerpage{position: relative;}
.container-innerpage .padding-box{padding: 30px 30px 0;}
.container-innerpage .splitline:before{position: absolute; top: 0; bottom: 0; left: 21.5%; width: 1px; content: ""; background-color: #dee2e6;}
.container-innerpage .splitcase:before{position: absolute; top: 0; bottom: 0; left: 0; content: ""; width: 21.5%; background: #f8fbff; border: 1px solid #a3c0e0;}
@media (max-width:1500px){
  .container-innerpage .padding-box{padding: 25px 25px 0;}	
}
@media (max-width:1280px){
  .container-innerpage .padding-box{padding: 20px 15px 0;}	
}
@media (max-width:992px){
  .container-innerpage .splitline:before{content: normal;}
  .container-innerpage .splitcase:before{content: normal;}
  .container-innerpage .padding-box{padding-top: 0;}
}
@media (max-width:768px){
  .container-innerpage{margin-top: 0;}	
  .container-innerpage .entire-box{margin-right: -15px; margin-left: -15px; margin-bottom: 0;}
  .container-innerpage .padding-box{margin-right: -15px; margin-left: -15px; margin-bottom: 0;}
  .container-innerpage .padding-box.addshadow{box-shadow: none;}
}
.sidebar{float: left; width: 21.5%;}
@media (max-width:992px){
  .sidebar{float:none; width:100%;}
  .m-sidebar{position:fixed; left:-200px; top:0; bottom:0; z-index:99; background:rgba(0,0,0,0.6)!important; width:200px!important; transition: all .3s; -webkit-transition:all .3s;}
  .m-sidebar.active{left: 0; box-shadow:0 0 5px rgba(0,0,0,0.4);}
  .m-sidebar-mark{position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.3); z-index:10; display:none;}
  .m-sidebar-over{width: 200px; height: 100%; overflow-x: hidden;}
  .m-sidebar-scroll{position: relative; width: 220px; height: 100%; overflow-x: hidden; overflow-y: auto;}
  .m-sidebar-icon{position:absolute; left:100%; bottom:0; z-index:13; width:40px; height:40px; background:url(../image/m_icon_sidebar.gif) no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 4px 0 0;   cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
  .m-sidebar-icon-open{transform: rotate(180deg); border-radius: 0 0 0 4px;}
}
.maincontent{float: right; position: relative; width: 78.5%;}
.maincontent .inbox{padding-left: 30px;}
@media (max-width:1280px){
  .maincontent .inbox,
  .container-olist .inbox{padding: 20px 30px 0 30px;}
}
@media (max-width:992px){
  .maincontent{float:none; width:100%;}
  .maincontent .inbox,
  .container-olist .inbox{padding: 0 15px;}
}

.parentname{position: relative; z-index: 12; line-height: 1.6em; padding: 10% 10%; font-size: 1.5em; color: #fff; text-align: left; background: #2588e5; overflow: hidden;}
.parentname span{position: relative; z-index: 2;}
.parentname:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; background: url(../image/parentname_over.png) no-repeat right top;}
@media (max-width:992px){
  .parentname{margin-right: 20px; padding: 20px 15px; font-size: 1.25em;}
}

.sidenav{position: relative; z-index: 11; margin-top: -1px; overflow: hidden;}
.sidenav li a{position: relative; display: block; margin-top: 1px; padding: 10% 15% 10% 10%; font-size: 1.125em; line-height: 1.5em; text-align: left; background: #fafcff;}
.sidenav li a i{position: absolute; top: 50%; right: 8%; margin-top: -.5em; font-size: 1.125em; line-height: 1em; display: none;}
.sidenav li a:hover{color: #2588e5;}
.sidenav li.on a{color: #2588e5; font-weight: bold; background: #f0f7ff;}
.sidenav li.on a i{display: block; color: #2588e5; font-weight: normal;}

@media (max-width:992px){ 
  .sidenav{margin-right: 20px; margin-top: -1px;}
  .sidenav li a{display: block; margin-top: 0; padding: 15px 35px 15px 15px; font-size: 1em; background: #f8f8f8; border-top: 1px solid #eeeeee; text-align: left;}
  .sidenav li a i{right: 12px; display: block;}
  .sidenav li.on a{background: #fff;}
}

.pagelist .addline{margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px dashed #ccc;}
@media (max-width:992px){
  .pagelist .addline{margin-bottom: 15px; padding-bottom: 15px;}
}
@media (max-width:480px){
  .pagelist .addline{padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
  .pagelist.res li{padding-top: 1.125em; padding-bottom: 1.125em; border-bottom: 1px dashed #ccc;}
  .pagelist.res li a{display: inline-block; position: relative; padding-right: 0; overflow: visible;}
  .pagelist.res li a:before{left: -18px; margin-top: 0.8em !important;}
  .pagelist.res li .time{display: block; margin-top: .3125em; font-size: .9375em;}	
  .pagelist.res li .time:before{content: "发布时间：";}
}

.pagemore{text-align: center;}
.pagemore a{display: inline-block; font-size: 1em; text-align: center; background: #2588e5;}

/*easybtn*/
.easybtn{position: absolute; top: 0; right: 20px; z-index: 998; width: 80px; -webkit-transition: top ease .4s; -moz-transition: top ease .4s; -ms-transition: top ease .4s; transition: top ease .4s; box-shadow: 0 2px 10px rgba(189,189,189,.2);}
.easybtn .quick-panel{-webkit-transition:all linear .4s; -moz-transition:all linear .4s; -ms-transition:all linear .4s; transition:all linear .4s;}
.easybtn dl{position: relative;}
.easybtn dl dt a{display: block; position: relative; padding: 10px 0; background: rgb(255,255,255); cursor: pointer;}
.easybtn dl dt a:before{content: ""; display: block; margin: 0 auto; width: 35px; height:35px; background: url(https://zfcxjsj.tl.gov.cn/default/bm/bm06/images/public/easybtn_icons.png) no-repeat; -webkit-transition: all linear .4s; -moz-transition: all linear .4s; -o-transition: all linear .4s; transition: all linear .4s;}
.easybtn dl dt a:after{position: absolute; bottom: 0; right: 20%; left: 20%; content: ""; height: 1px; background: #f0f0f0;}
.easybtn dl dt a span{display: block; margin-bottom: 5px; text-align: center; font-size: 15px;}
.easybtn dl dt a:hover,
.easybtn dl.on dt a{background: #f7f7f7; color: #333;}
.easybtn dl.dl-wx dt a:before{background-position: 0 -35px;}
.easybtn dl.dl-znwd dt a:before{background-position: 0 -70px;}
.easybtn dl.dl-gotop dt a:before{background-position: 0 -140px;}
.easybtn dl.dl-toggle dt a:before{background-position: 0 -175px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.easybtn dl.dl-gotop{display: none;}
.easybtn dl.dl-wx dt a{border-top-right-radius: 5px; border-top-left-radius: 5px;}
.easybtn dl.dl-toggle dt a{border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
.easybtn dl.dl-toggle dt a:after{content: normal;}

.easybtn dl dd{position: absolute; right: 100%; top: 0; z-index: 10; display:none;}
.easybtn dl dd .cont{position: relative; padding: 10px; *border: #e2e2e2 1px solid; background: #fff; -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); -ms-box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); -o-box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.easybtn dl dd img{display: block; width: 100%; min-width: 120px;}
.easybtn dl dd span{display: block;  text-align: center; padding-top: 6px; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.easybtn dl dd .cont:after{position: absolute; right: -20px; top: 15px; content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-left-color: #fff;}
.easybtn dl dd .cont:before{position: absolute; right: -22px; top: 14px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-left-color: #dae0e4;}
@media (max-width:1500px){
  .easybtn{width: 50px;}
  .easybtn dl dt a:before{width: 30px; height: 30px; background-image: url(https://zfcxjsj.tl.gov.cn/default/bm/bm06/images/public/easybtn_icons_min.png);}
  .easybtn dl dt a span{display: none;}
  .easybtn dl.dl-wx dt a:before{background-position: 0 -30px;}
  .easybtn dl.dl-znwd dt a:before{background-position: 0 -60px;}
  .easybtn dl.dl-gotop dt a:before{background-position: 0 -120px;}
  .easybtn dl.dl-toggle dt a:before{background-position: 0 -150px;}
}
@media (max-width:1280px){
  .easybtn{display: none;}
}
.setIE.ie8 .easybtn{border: 1px solid #f1f1f1;}
.setIE.ie8 .easybtn dl dd .cont{border: 1px solid #e2e2e2;}

.easybtnOpened{width: 50px;}
.easybtnOpened .quick-panel{display: none;}
.easybtnOpened dl dt a:before{width: 30px; height: 30px; background-image: url(https://zfcxjsj.tl.gov.cn/default/bm/bm06/images/public/easybtn_icons_min.png);}
.easybtnOpened dl.dl-gotop dt a{border-top-right-radius: 5px; border-top-left-radius: 5px;}
.easybtnOpened dl.dl-gotop dt a:before{background-position: 0 -120px;}
.easybtnOpened dl.dl-toggle dt a:before{background-position: 0 -150px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.easybtnOpened dl.dl-toggle.show dt a{border-radius: 5px;}

.body-body .easybtn.fixed{position: fixed; top: 50%; transform: translateY(-50%);}
.setIE.ie8 .body-wrapper{background: #eff7fe;}
.setIE.ie8 .body-body .easybtn.fixed{top: auto; bottom: 20px;}
.setIE.ie9 .body-wrapper{background: #eff7fe;}
@media (max-width:1280px){
  .body-wrapper{background: #fff;}
  .setIE.ie9 .body-wrapper{background: #fff;}
}

/* 外链跳转 */
.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;}
}

/*** 滚动条 ***/
.scrollbar{position: relative;}
.scrollbar > *{border: none!important; margin-left: -1px;}
/*** 滚动条轨道 ***/
.scrollbar::-webkit-scrollbar-track{box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 3px; background: #f1f1f1;}
/*** 滚动条滑块 ***/
.scrollbar::-webkit-scrollbar-thumb{border-radius: 3px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #6aa3f2;}
.scrollbar.y{overflow-y: auto;}
.scrollbar.y::-webkit-scrollbar{width: 6px;}
.scrollbar.x{overflow-x: auto;}
.scrollbar.xy::-webkit-scrollbar{height: 6px;}
.scrollbar.xy{position: relative; overflow: auto;}
.scrollbar.xy::-webkit-scrollbar{width: 6px; height: 6px;}


/*** 动画 ***/
.set-anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.set-anim-upbit{-webkit-animation-name: set-upbit; animation-name: set-upbit;}
/*** 微微往上滑入 ***/
@-webkit-keyframes set-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes set-upbit{
  from{transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to{transform: translate3d(0, 0, 0);  opacity: 1;}
}

.swiper-fluid{position: relative;}
.swiper-grid{position: relative; overflow: hidden;}
.swiper-pagination.position{position: absolute; right: 10px; left: 10px; bottom: 5px; z-index: 100; width: auto !important; text-align: center;}
.swiper-pagination.position .swiper-pagination-bullet{display: inline-block; width: 8px; height: 8px; margin: 0 3px; border-radius: 100px; cursor: pointer; opacity: 1; transition: all .3s; border: none;} 
.swiper-pagination.position .swiper-pagination-switch{display: inline-block; width: 8px; height: 8px; margin: 0 3px; border-radius: 100px; cursor: pointer; transition: all .3s; border: none;}
.swiper-pagination.position.nor .swiper-pagination-bullet{border-radius: 0;}
.swiper-pagination.position.nor .swiper-pagination-switch{border-radius: 0;}
.swiper-pagination.default .swiper-pagination-bullet{background: #ccc;}
.swiper-pagination.default .swiper-pagination-bullet-active{background: #2588e5;}
.swiper-pagination.default .swiper-pagination-switch{background: #ccc;}
.swiper-pagination.default .swiper-active-switch{background: #2588e5;}

.swiper-pagination.white .swiper-pagination-bullet{background: #fff; opacity: .65;}
.swiper-pagination.white .swiper-pagination-bullet-active{opacity: 1;}
.swiper-pagination.white .swiper-pagination-switch{background: url(../image/blank_white_opa65.png);}
.swiper-pagination.white .swiper-active-switch{background: #fff;}

.swiper-pagination.red .swiper-pagination-bullet{background: #cfcfcf;}
.swiper-pagination.red .swiper-pagination-bullet-active{background: #bf4e4e;}
.swiper-pagination.red .swiper-pagination-switch{background: #ccc;}
.swiper-pagination.red .swiper-active-switch{background: #bf4e4e;}

.swiper-pagination.format .swiper-pagination-bullet-active{width: 24px;}
.swiper-pagination.format .swiper-active-switch{width: 24px;}
.swiper-pagination.line .swiper-pagination-bullet{width: 40px; height: 6px;}
.swiper-pagination.line .swiper-pagination-switch{width: 40px; height: 6px;}
.swiper-pagination.static{position: static; margin-bottom: 0;}
.swiper-pagination.right{left: auto !important; margin-bottom: 0;}
.swiper-pagination.left{right: auto !important; margin-bottom: 0;}
@media (max-width:1280px){
  .swiper-pagination.line .swiper-pagination-bullet{width: 20px;}
  .swiper-pagination.line .swiper-pagination-switch{width: 20px;}
}

.swiper-ctrl-button{position: absolute; top: 50%; z-index: 10; margin-top: -38px; width: 36px; height: 75px; cursor: pointer; transition: all .3s; cursor: pointer; border: none;}
.swiper-ctrl-button i{position: absolute; top: 50%; right: 0; left: 0; z-index: 2; text-align: center; font-size: 2.25em; color: #fff; line-height: 1em; margin-top: -.5em;}
.swiper-ctrl-button b{position: absolute; top: 50%; z-index: 2; width: 0; height: 0; margin-top: -8px; overflow: hidden; border: 8px solid transparent;}
.swiper-ctrl-button.swiper-ctrl-prev{left: 0;}
.swiper-ctrl-button.swiper-ctrl-next{right: 0;}
.swiper-ctrl-button.swiper-ctrl-prev b{left: -5px; border-right-color: #fff;}
.swiper-ctrl-button.swiper-ctrl-next b{right: -5px; border-left-color: #fff;}


.swiper-ctrl-button.resize.radius.swiper-ctrl-prev:after{left: 0; border-radius: 0 5px 5px 0;}
.swiper-ctrl-button.resize.radius.swiper-ctrl-next:after{right: 0; border-radius: 5px 0 0 5px;}
.swiper-ctrl-button.resize:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: "";}
.swiper-ctrl-button.resize.normal{width: 30px; height: 56px; margin-top: -28px;}
.swiper-ctrl-button.resize.normal i{font-size: 1.75em;}
.swiper-ctrl-button.resize.mini{width: 18px; height: 36px; margin-top: -18px;}
.swiper-ctrl-button.resize.mini i{font-size: 1.25em; font-weight: normal;}
.swiper-ctrl-button.resize.white65:after{background: #fff; opacity: .65;}
.swiper-ctrl-button.resize.white65 i{color: #999;}
.swiper-ctrl-button.resize.white65:hover:after{opacity: .5;}
.swiper-ctrl-button.resize.white65:hover i{color: #666;}
.swiper-ctrl-button.resize.black50:after{background: #000; opacity: .5;}
.swiper-ctrl-button.resize.black50:hover:after{opacity: .65;}
.setIE.ie8 .swiper-ctrl-button.resize.white65:after{background: url(../image/blank_white_opa65.png);}
.setIE.ie8 .swiper-ctrl-button.resize.white65:hover:after{background: url(../image/blank_white_opa50.png);}
.setIE.ie8 .swiper-ctrl-button.resize.black50:after{background: url(../image/blank_black_opa50.png);}
.setIE.ie8 .swiper-ctrl-button.resize.black50:hover:after{background: url(../image/blank_black_opa65.png);}

.swiper-ctrl-button.overflow{width: 30px; height: 30px; margin-top: -15px;}
.swiper-ctrl-button.overflow i{color: #aaa; font-size: 1.125em;}
.swiper-ctrl-button.overflow.swiper-ctrl-prev{left: -45px;}
.swiper-ctrl-button.overflow.swiper-ctrl-next{right: -45px;}
.swiper-ctrl-button.overflow:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; border-radius: 100px; background: #f7f7f7;}
.swiper-ctrl-button.overflow:hover:after{background: #e2e2e2;}
.swiper-ctrl-button.overflow:hover i{color: #666;}
@media (max-width:1280px){
  .swiper-ctrl-button.overflow:after{opacity: .85;}
  .swiper-ctrl-button.overflow:hover:after{background: #000; opacity: .35;}
  .swiper-ctrl-button.overflow:hover i{color: #fff;}
  .swiper-ctrl-button.overflow.swiper-ctrl-prev{left: -15px;}
  .swiper-ctrl-button.overflow.swiper-ctrl-next{right: -15px;}	
}
@media (max-width:414px){
  .swiper-ctrl-button.resize.normal{width: 25px; height: 40px; margin-top: -20px;}	
  .swiper-ctrl-button.resize.normal i{font-size: 1.375em;}
}

/* 飘窗 */
.pc-btn-close{ display:block; background:url(../image/pc_icon_close.png) no-repeat right center; color:#555555; cursor:pointer; font-size:12px; padding-right: 16px; text-align:right;
}
.index-pc-item img{max-width: 400px;}

/*对联-左右悬浮图*/
.index-duilian { position: fixed; bottom: 0; z-index: 100; overflow: hidden;}
.index-duilian .duilian-close { padding-top: .625em; padding-bottom: .625em; font-size: .9375em; text-align: center;}
.index-duilian .duilian-close a { display: inline-block; width: 80px; height: 16px; text-indent: -9999999px; background: url(../image/close.gif) no-repeat center center; overflow: hidden;}
.index-duilian .duilian-box { position: relative; margin-bottom: 5px;}
.index-duilian .duilian-box .duilian-con { text-align: center; overflow: hidden;}
.index-duilian .duilian-box .duilian-con dd img { display: block; max-width: 200px;}
.index-duilian-l { left: 15px;}
.index-duilian-r { right: 15px;}

@media (max-width:1280px){
  #index-data-pc, .index-duilian{display: none;}
}

.entire-box{position: relative;}
/* 归档水印 */
.entire-box .watermark{width: 277px;position: absolute;z-index: 99;top: -60px;left: 14%;}
.entire-box .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){
    .entire-box .watermark{left: inherit;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;}








#pages {
	clear: both;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font: 14px '宋体';
}
#pages a {
	display: inline-block;
	padding: 0px 12px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	margin-right: -1px;
}
#pages a.hover,#pages span.hover {
	padding: 0px 12px;
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
}
#pages a:hover {
	background: #2588e5;
	color: #fff;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 12px;
	height: 30px;
	line-height: 30px;
	background: #2588e5;
	border: 1px solid #2588e5;
	color: #fff;
	text-align: center;
}






.cpzx .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0
}

.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-align: center
}

.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0
}

.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0
}

.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px !important;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.cpzx .ly_msg ul li .msg_ipt1,.ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px
}

.cpzx .ly_msg ul li .msg_tara {
	height: 118px
}

.cpzx .msg_ipt1 input,.msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px
}

.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none
}

.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left
}

.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left
}

.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left
}

.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
	float: left
}

.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.cpzx .ly_msg ul li h4 {
	width: 20%;
	height: 45px;
	font-size: 12px
}

.cpzx .ly_msg ul li .msg_ipt1,.ly_msg ul li .msg_tara {
	width: 80%
}

.cpzx .ly_msg ul li .msg_ipt1,.ly_msg ul li .msg_tara {
	width: 80%!important
}

.cpzx .ly_msg ul li .msg_ipt1 {
	height: 47px
}

.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px; 
}

.cpzx .ly_msg ul li .msg_ipt12 {
	width: 80%!important;
	height: 45px!important
}

.cpzx .msg_ipt12 input {
	height: 45px
}

.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 45px!important
}

.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff!important;
	background: #f1f1f1
}

.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff!important;
	background: #f1f1f1; font-family:微软雅黑;
}

.cpzx select {
	border-radius: 2px;
	border: none!important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px
}

.cpzx input:focus,.cpzx textarea:focus {
	border: 1px solid #dedede!important
}

.cpzx .ly_msg ul li a.yzm_img img {
	height: 100%!important
}

.cpzx .msg_btn input {
	width: 30%;
	height: 40;
	line-height: 40px;
	cursor: pointer; float:left;  
}

.cpzx .msg_btn input:first-child {
	background: #2588e5;
	color: #fff;
	outline: none; line-height:8px; margin-left:10%;
}

.cpzx .msg_ipt2 input {
	height: 30px
}

.cpzx .ly_msg ul li .msg_ipt2 {
	height: 30px
}



