@charset "utf-8";

body{
  background: #f5faff url(../images/common/tgqheadbg.png) center top no-repeat;
  font: 16px/1.5 'Microsoft YaHei', SimSun,Helvetica,"黑体",Arial,Tahoma;
}
.shadow-box{padding: .5px 30px;background-color: #fff;box-shadow: 2px 2px 8px rgb(0 0 0 / 10%), -2px -2px 8px rgb(0 0 0 / 10%);position: relative;border-radius: 8px;}
.mainbox{padding: .5px 30px;background-color: #fff;}
.background-none{background: none;}


@media (max-width: 768px){.shadow-box{padding: .5px 20px;}}
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#3366cc;}
@font-face {
  font-family: 'SCHeavy';
	src: url('../../font/SCHeavy.woff') format('woff'),
			url('../../font/SCHeavy.ttf') format('truetype');
}
.SCHeavy{
  font-family: "SCHeavy" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*** layout ***/
/* .container {width: 1400px;} */

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; padding: 0 0 12px; font-size: 1.25em; }
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-1px; left:50%;margin-left: -1.1em; height: 3px; background: #ff8150;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 2.2em;}
.tab-brief > .hd li.on a{color: #55abee;font-weight: bold;}
.tab-brief > .hd .more{padding-top: 3px; float: right;}

.tab-brief.line > .hd li + li{margin-left: 45px;}
.tab-brief.line > .hd li + li::before{position: absolute;content: '';width: 2px; background: #000000;height: 17px; left: -18px; top: 8px;}

.tab-brief.long > .hd{border-bottom: 1px solid #dbdbdb;}
.tab-brief.long > .hd li a{ font-weight: bold;}
.tab-brief.long > .hd li:after{left: 0;margin-left: 0;}
.tab-brief.long > .hd li.on a{color:#000}
.tab-brief.long > .hd li.on:after{width: 100%;}

.tab-brief.color19559b > .hd li.on a{color:#19559b}

.tab-brief.font16 > .hd li + li{margin-left: 35px;}
.tab-brief.font16 > .hd li{font-size: 1em; font-weight: bold;padding: 0;}
.tab-brief.font16 > .hd li:after{position: initial;content:none;}
.tab-brief.font16 > .hd li.on a{color:#3366cc }
.tab-brief.line.font16 > .hd li + li::before{height: 12px;}

.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.25em;}
.tab-card > .hd li a{display: block; padding: 0 20px; text-align: center;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#1e51b1; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #0f59a4; margin-left: -8px;}

.tab-card.unbak > .hd{background: none;}
.tab-card.unbak > .hd ul li + li{margin-left: 10px;}


.tab-card.hdline > .hd{border-bottom: 1.5px solid #3a8ce0; line-height: 36px;}
.tab-card.hdline > .hd li.on a{background: #3a8ce0;font-weight: bold;}
.tab-card.hdline > .hd li{font-size: 1em;}

.com-more a{color:#666666; font-size: 14px; }
.com-more a:hover{color:#0046a9;}

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.m-com-more{clear: both; margin-top:20px; 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;}
@media (max-width: 990px) {
  .tab-brief > .hd li + li{margin-left: 10px;}
  .tab-brief.line > .hd li + li{margin-left: 35px;}
  .tab-brief > .hd li{font-size: 1.125em;}
}

@media (max-width: 640px) {
	.res.tab-brief > .hd ul li{margin:0 10px 10px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em;}
	.res.tab-brief > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-brief > .hd ul li.on a{color:#fff; background-color:#1a56a8;}
  .res.tab-brief > .hd li:after{display: none;}
  .res.tab-brief .bd > .item > .newsList{margin-top: 0;}

  .res.tab-card > .hd{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .res.tab-card > .hd ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
  .res.tab-card > .hd ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .res.tab-card > .hd ul li.on a{background:#1a56a8; color: #fff;}
  .res.tab-card > .bd .item > .newsList{margin-top: 0;}
  .tab > .hd .more,
  .tab-card > .hd .more,
  .tab-brief > .hd .more{display: none;}

  .m-com-more{display:block;}

}


/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
date: 左侧日期，右侧标题和摘要
meta: 标题后是多个标签分类
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist{clear: both; font-size: 16px;}
.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:5px; top: 0; bottom: 0; height: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #2354AF;}
.infolist p{float: right;}
.infolist font{color:#55abee;display: inline-block;margin-left: 5px;}
.infolist font a{color:#55abee;}
.infolist li:hover span{color:#2354AF;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:120px;}

.infolist.dot li a{padding-left: 12px;}
.infolist.dot li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2.5px; width: 5px; height:5px; background: #3889d4; border-radius: 50%;}
.infolist.dot li:hover a:before{background: #2354AF;}

.infolist.line li{border-bottom: 1px dashed #ccc;}
.infolist.line li{padding-top: 8px; padding-bottom: 8px;}

.infolist.date li{ padding: 20px 10px 20px 95px;border-bottom: 1px dashed #C1D0F6;}
.infolist.date li:first-child{ margin-top: -10px;}
.infolist.date li .time{position: absolute;left:0;right:auto;top:20px;bottom:auto;width: 58px;height: 65px;padding:10px; border:1px solid #C1D0F6; text-align: center;color:#888;font-size: .77em;line-height: 1;}
.infolist.date li .time b{display: block;font-size: 1.66em;color:#2354AF;margin-bottom: 8px;padding-bottom: 8px; border-bottom: 1px solid #C1D0F6;}
.infolist.date li .des{line-height: 1.5;}
.infolist.date li h4{font-weight: bold;margin-bottom: 6px;}
.infolist.date li .mes{color:#808080;font-size: .88em;margin-top: 7px;line-height: 1.7;}
.infolist.date li .more{color:#2354AF!important;}
.infolist.date li:hover a{color: inherit;}
.infolist.date li a:hover{color: #2354AF;}
.infolist.date li:hover .time{background: #f4fafe;}

.infolist.meta li:hover a{color:inherit;}
.infolist.meta li:hover span{color: #999999;}
.infolist.meta li .tit{float: left;max-width: 100%; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.infolist.meta li .tit>a{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;float: none;padding-right:5px;}
.infolist.meta li .meta-data{float: right;max-width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-left: 6px;}
.infolist.meta li .meta-data a{float: none;color:#55abee;margin-right: 7px;padding-left: 12px;}
.infolist.meta li .meta-data a:before{content: '';position: absolute; top: 50%; width: 1.5px;height: 18px;margin-top: -7px;background: #55abee;left:0;border-radius: 0;}
.infolist.meta li .meta-data a:hover{color:#fc0000;}
.infolist.meta li .tit>a:hover{color:#2354AF;}

.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.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}


.infolist .zc-box{float: left;max-width: 98%; display: block;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.infolist .zc-box p{ white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.infolist .zc-box .zc-link{float: right;color: #55abee;}
.infolist .zc-box p.zc-link a{color: #55abee;float: none;padding-left: 0;}
.infolist .zc-box p.zc-link a::before{content:initial;}
.infolist .zc-box .zc-title{float: none;padding: 0 5px 0 0;}

@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;}
}

@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: 20px; margin-top: 0;} /*10+padding*/
	.res.infolist.line li a:before{top: 24px;}
	.res.infolist.dot li{padding-left: 18px;}
  .infolist.meta li .meta-data{float: none;}
}


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#3366cc;}
.com-title h3 a{color:#3b5997;}
.com-title h3 a:hover{color:#fc0000;}
.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: #ff8150;}

.com-title.square.w10 h3{padding-left: 25px;}
.com-title.square.w10 h3 a{color:#000}
.com-title.square.w10 h3:before{width: 10px; height: 26px;border-radius: 5px;margin-top: -12px;}

.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:#2354AF;}
.com-title img{vertical-align: middle;margin-right: 15px;}
.com-title.fs28 h3{font-size: 1.75em;}

/* 单行省略号 */
.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);}

/*图片占位符*/
/***
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%;}
 }

/* 当前位置crumb */
.crumb h2{ padding:21px 10px 21px 0px; line-height: 28px; font-size:1em; font-weight: normal;}
.crumb h2 .icon{width: 20px; height: 20px;vertical-align: middle;margin-right: 10px;margin-top: -2px;}
.crumb a:hover{color: #2354AF;}
.crumb.gray{padding-top: 5px; background: #f5f5f5;}
.crumb.gray h2{padding: 15px 15px 15px 30px; background-position: 0 center;}
@media (max-width: 992px){
}

/* 内页innerpage */
.body-bg{background: #f2f3f5;}
.container-innerpage > .padding{position: relative; padding:25px; background: #fff;}
.sidebar{float:left; width:17.5%;}
.maincontent{float:right; position: relative; width:82.5%;}
.maincontent .inbox{padding-left:20px; margin-left: 20px;}
.maincontent .detail{padding-right:0!important; padding-bottom:0!important;}
.maincontent .page_list{margin-bottom:15px;}
.sidebar .inbox{position: relative;}
/* .sidebar .inbox:after, .maincontent:before{content: ''; width: 1px; height: 100%; position: absolute; top: 0; bottom: 0; background: #eeeeee;} */
.sidebar .inbox:after{ right: -21px;}
.maincontent:before{ left: 20px;}
.dateMain .sidebar{width: 22%;}
.dateMain .maincontent{width: 78%;}
.parentname{position:relative; z-index:11; line-height:160%; padding:9px 15px;  font-size:1.5em; color:#fff; text-align:center; background:#1c69c6;}
.parentname font{display:inline-block; vertical-align:top; line-height:1.4em;}

.sidenav{position:relative; z-index:13; overflow:hidden;}
.sidenav li{border-bottom: 1px solid #ddd;}
.sidenav li a{position:relative; display:block; padding:19px 20px; color: #365f93; padding-right: 40px; line-height:1.6em; text-align:center; background-color:#f4faff;}
.sidenav li a:hover{ background-color:#66ccff;color:#fff}
.sidenav li.on a{font-weight: bold;color:#1b7fde}
.sidenav li.on a:after {content: '';display: inline-block;width: 0; height: 0; top: 50%; margin-top: -6px; border: 7px solid transparent; border-left: 7px solid #1b7fde; position: absolute; right: 20px;}
.sidenav li.img a{padding: 0;}
.sidenav li.img a img{display: block; transform: .3s all;}
.sidenav li.img a:hover img{opacity: .85;}

.pagetitle{ padding-top: 9px; border-bottom: 1px solid #e5e5e5;}
.pagetitle h2{display: inline-block; position: relative; font-size: 1.25em; font-weight: bold;padding-bottom: 15px; }
.pagetitle h2:before{content:''; position: absolute; width: 70%; height: 3px; left: 0; bottom: 0px; background: #ee5e37;}
.pagelists .setModule:last-child{margin-bottom: 0;}

.singlepage{clear:both; line-height:2.25; overflow:hidden;}
.singlepage p{margin:15px 0;}
.singlepage table,
.singlepage video,
.singlepage img{max-width:100%;}


@media (max-width: 992px){
  .sidebar, .maincontent{float:none; width:100%;}
  .sidebar .inbox:after, .maincontent:before{display: none;}
  .maincontent .inbox{padding-left:0; margin-left: 0;}
  .maincontent .rel-appendixs{border-top-width:1px; border-top-style:dashed;}

  .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 > .inbox{overflow-y: auto; max-height: 100%; overflow-x:hidden;}
  .m-sidebar-icon{position:absolute; left:100%; bottom:0; z-index:13; width:30px; height:30px; background:url(../images/common/m_icon_sidebar.gif) no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 8px 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;}
  .parentname{margin-bottom: 1px; text-align: left;}
  .sidenav li{margin-bottom:0; border-top:none;}
  .sidenav li a{padding-top: 12px; padding-bottom: 12px; border-bottom:1px solid rgba(255,255,255,.8); text-align: left;}

}

@media (max-width: 768px){
	.container-innerpage{padding-left:0; padding-right: 0;}
	.container-innerpage > .padding{padding: 20px;}
}

/* piclist */
/* ===
.space*:每一列之间间隔*px
.col*: 列表分*列
.ratio-***:图片比例
===*/
.piclist{overflow:hidden; zoom:1;}
.piclist li{position:relative; float:left; }
.piclist li a{display:block; font-size:1em; overflow:hidden;}
.piclist li .pic{position: relative; width:100%; height: 0; overflow: hidden;}
.piclist li .pic img{ display:block; position: absolute; left: 0; top: 0; width:100%; height:100%;object-fit: cover;}
.piclist li .txt{display:block; padding:15px; text-align:center; background-color:#f4f4f4;}
.piclist li .txt br{display: none;}
.piclist.col3 li{width:33.333%;}
.piclist.col4 li{width:25%;}
.piclist.space30{margin-left: -15px; margin-right: -15px;}
.piclist.space30 li a{margin-left: 15px; margin-right: 15px; margin-bottom: 30px;}
.piclist.ratio-pagetpxw .pic{padding-bottom: 56.25%;}

@media (max-width: 768px) {
	.piclist.space30{margin-left: -10px; margin-right: -10px;}
	.piclist.space30 li a{margin-left: 10px; margin-right: 10px; margin-bottom: 20px;}
}

@media (max-width: 640px) {
	.piclist[class*="col"] li{width: 50%;}
}



/*分页*/
.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 a:hover,
.pagination .num.active{background: #005ea9; color: #fff; border-color: #005ea9;}
.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/common/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/common/page_arrow_r.png);}
.pagination .prev:hover .arrow{background-image: url(../images/common/page_arrow_l_hover.png);}
.pagination .next:hover .arrow{background-image: url(../images/common/page_arrow_r_hover.png);}
.pagination .prev:hover .arrow,.pagination .layui-laypage-prev:hover .arrow,{background-image: url(../images/common/page_arrow_l_hover.png);}
.pagination .next:hover .arrow,.pagination .layui-laypage-next:hover .arrow{background-image: url(../images/common/page_arrow_r_hover.png);}


/* 外链跳转 */
.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; }
}

/* 政务服务 */
.zwfw-link .slidebox{position: relative;height: 88px;margin: 30px 0 30px 30px !important;padding: 0 15px 0 15px !important;}
.zwfw-link .js-slide-zwfw .hd .prev,
.zwfw-link .js-slide-zwfw .hd .next{cursor: pointer; position: absolute;top:-20% !important;width: 31px;height: 88px;background: url(../images/index/icon_slide_prev.png) no-repeat center;z-index: 9 !important;margin-top: 0 !important;}
.zwfw-link .js-slide-zwfw .hd .next{left:-15px !important;}
.zwfw-link .js-slide-zwfw .hd .prev{right: -15px !important;background-image: url(../images/index/icon_slide_next.png);left: auto !important;}
/* 专题专栏 */
.index-ztzl{position: relative;}
.index-ztzl .tit{position: absolute;left: 15px;top: -8px;font-size: 1.25em;font-weight: bold; width: 48px;height: 129px;background: url(../images/index/ztzl_tit_bg.png) no-repeat left top;background-size: 100%;}
.index-ztzl .tit a{display: block;color:#fff;padding:14px 14px 0 5px;text-align: center;line-height: 1.3;}
.index-ztzl .slidebox{position: relative;height: 88px;margin: 30px 0 30px 30px;padding: 0 20px 0 45px;}
.index-ztzl .hd .prev,
.index-ztzl .hd .next{cursor: pointer; position: absolute;top:0;width: 31px;height: 88px;background: url(../images/index/icon_slide_prev.png) no-repeat center;z-index: 9;}
.index-ztzl .hd .next{left:0;}
.index-ztzl .hd .prev{right: -18px;background-image: url(../images/index/icon_slide_next.png);}
.index-ztzl .bd .tempWrap{width: 100%!important;}
.index-ztzl .bd li{float: left;width:340px;margin: 0 8px;}
.index-ztzl .bd li a{ border-radius: 5px;overflow: hidden;}
.index-ztzl .bd li a,
.index-ztzl .bd li img{display: block;height: 100%;}


/* coommon */
.index-tab-triangle{position: relative;background-color: #f8f9f8;min-height: 90px;}
.index-tab-triangle .tab{position: absolute;left:0;top:0;bottom:0;width: 87px;font-size: 1.25em;font-weight: bold;background: #55abee;}
.index-tab-triangle .tab a{position: relative;display: block; padding: 0 20%;color: #fff;text-align: center;height: 100%;line-height: 90px;letter-spacing: 4px;}
.index-tab-triangle .tab a:before{content:"";position: absolute;right:-20px;top: 50%;margin-top: -10px;border: 10px solid transparent;border-left-color: #55abee;}
.index-tab-triangle .tab span{display: inline-block;vertical-align: middle;line-height: 1.5;margin-top: -3px;}
.index-tab-triangle .tabcon{margin-left: 112px;}

.index-tab-triangle.blue .tab{background: #3366cc;}
.index-tab-triangle.blue a:before{border-left-color: #3366cc;}

.index-tab-triangle.green .tab{background: #9cc76b;}
.index-tab-triangle.green a:before{border-left-color: #9cc76b;}

.index-tab-triangle.orange .tab{background: #e6af6e;}
.index-tab-triangle.orange .tab a:before{border-left-color: #e6af6e;}


@media (max-width: 1280px) {
  .index-tab-triangle .tabcon{margin-left: 0;padding: 0 10px;}
  .index-tab-triangle .tab a:before{content: initial;}
}

@media (max-width: 992px) {
  .index-tab-triangle .tab a{ line-height: 40px;}
}

/* carousel */
.owl-carousel.nonav .owl-nav{display: none;}
.owl-carousel.nodots .owl-dots{display: none;}

/* 默认css owl-dots */
.owl-carousel.default .owl-dots{position: absolute;right: 0; bottom: 11px;}
.owl-carousel.default .owl-dots .owl-dot{width: 10px; height: 10px;background: #fff;display: inline-block;border-radius: 50%;margin-right: 10px;}
.owl-carousel.default .owl-dots .owl-dot.active{background: #ffaf00;}



/* 右侧固定栏 */
.fixed-box {position: fixed;top: 50%;right: 0;transform: translateY(-50%);width: 80px;height: 480px;font-size: 14px;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-end;z-index: 9999;}
.fixed-box .item {width: 80px;height: 80px;text-align: center; background-color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;cursor: pointer;}
.fixed-box .item span {color: #025192;display: block;}
.fixed-box .item .icon {width: 27px;fill: #025192;}
.fixed-box .item:hover {color: #fff;background-color: #3366cc;}
.fixed-box .item:hover .icon {fill: #fff;}
.fixed-box .item:hover span {color: #fff;}
.fixed-box .rexian {width: 80px;height: 80px;display: flex;justify-content: space-between;}
.fixed-box .phone {width: 110px;height: 80px;background-color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.fixed-box .phone div:nth-child(2) {font-size: 20px;font-weight: bold;}
.fixed-box .phone-container,
.mob-rexian {display: none;}
.fixed-box .rexian:hover {width: 195px;}
.fixed-box .rexian:hover .phone-container {display: block;}
.fixed-box .item-container {display: flex;}
.fixed-box .item-container:hover .qrcode {display: block;}
.fixed-box .item-container .qrcode {width: 80px;height: 80px;padding-right: 5px;display: none;}
.fixed-box .item-container .qrcode img {width: 100%;height: 100%;}

/* 返回首页按钮 */
.homepage{position: absolute; right: 0px; top:20px}
.homepage a{color:#fff;display: block;border: 1px solid #fff;padding: 3px 20px;border-radius: 5px;cursor: pointer;}
.homepage a:hover{background:#e9493c;border:1px solid #e9493c}

@media (max-width: 992px) {
  .fixed-box{display: none;}
}

/* 专题专栏通用 */
.ztzl-logo-red{float: left;width: 30%;}
.ztzl-toolbar{float: right; margin-top: 20px;}
.ztzl-toolbar ul li{float: left;}
.ztzl-toolbar ul li + li{margin-left: 15px;}
.ztzl-toolbar ul li img{width: 20px;vertical-align: middle;margin-right: 5px;}
/* .ztzl-toolbar ul li span{vertical-align: middle;display: inline-block;} */
.ztzl-toolbar ul li img.zzb-white{display: none;}
.ztzl-logo-red img.logo-white,.ztzl-logo-red img.logo-white-red{display: none;}


.ztzl-toolbar ul li.logined>div{cursor: pointer;position: relative;color:#fff}
.ztzl-toolbar ul li.logined .info{display: none;position: absolute;top: 36px;left: 50%;margin-left: -60px;z-index: 10;padding: 5px 0;width: 120px;background: #fff;border-radius: 4px;box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);}
.ztzl-toolbar ul li.logined .info:before{content:"";position: absolute;left:50%;top:-16px;margin-left:-7px; width:0;height: 0;border:8px solid transparent;border-bottom:8px solid #fff;}
.ztzl-toolbar ul li.logined .info a{display: block;width:auto;height:38px;line-height: 38px;padding:0 12px;margin:0;color: #2354AF;}
.ztzl-toolbar ul li.logined .info a:hover{background: #ecf5ff;color: #2354AF;}
.ztzl-toolbar ul li.logined>div:hover .info{display: block;}
.msgc-head .ztzl-toolbar ul li.logined>div,.dag-head  .ztzl-toolbar ul li.logined>div,.ggzyjy-head  .ztzl-toolbar ul li.logined>div{color:#333}
.bg-babyblue{background: none!important;}

/* 飘窗 */
.pc-btn-close{ display:block; background:url(../images/common/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; 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(../images/common/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: 5px; top: 30%; }
.index-duilian-r { right: 5px; bottom:0; }

@media (max-width:1280px){
  #index-data-pc, .index-duilian{display: none;}
}

/* 消息弹窗 */
.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;}


/* 关怀版 */
body.older{font-size: 28px; Letter-spacing:1px;}
body.older .row > [class*="col-lg-"], 
body.older .row > [class*="col-md-"], 
body.older .row > [class*="col-sm-"], 
body.older .row > [class*="col-xs-"]{width: 100%; float: none;}

body.older .infolist{font-size: 1em;}
body.older .infolist li{line-height: 54px;}
body.older .infolist li .time{height: 54px;}
body.older .infolist.md li{padding-right: 94px;}
body.older .infolist.dot li a:before{width: 8px; height: 8px; margin-top: -4px;}
body.older .infolist.dot li a{padding-left: 20px;}
body.older .infolist.col2 li{width: 100%;}
body.older .infolist.col3 li{width: 100%;}
body.older .infolist.col4 li{width: 50%;}
body.older .infolist.col5 li{width: 33.33333%;}