@charset "utf-8";
/* 所有类名用小写，中横线 */
.res-fs-16{line-height: normal; font-size: 16px;}
@media (max-width: 1500px) {
  .res-fs-16{font-size: 14.4px;}
}
@media (max-width: 768px) {
  .res-fs-16{font-size: 12.8px;}
}

input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#1F5EAB;}

.body-bg{background: #F5F6F7;}
.bg-lightblue{background: #F4FAFE;}
.bg-gray{background: #FAFAFA;}
.bg-fff{background: #fff;}
.pad30{padding: 30px;}
.innerpage-box{background: #fff; position: relative; padding: 35px 40px;}
.com-panel-white{background: #fff; padding: 35px 40px;}
@media (max-width: 1280px) {
  .innerpage-box{padding: 20px;}
  .com-panel-white{padding: 20px;}

  .pad30.bg-fff{padding: 20px;}
}
@media (max-width: 768px) {
  .bg-xs-none{background: none;}
	.bg-xs-none .innerpage-box{background: none; padding: 0;}
}

/*** layout ***/
.container {width: 1400px;}
.page-gradient{
  background:url(../images/public/blue_linear_gradient2.png) repeat-x center top #fff;
}

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd.line{border-bottom: #C9C9C9 1px solid;}
.tab-brief > .hd ul{float: left; font-size: 1.75em;}
.tab-brief > .hd li{float:left; position: relative; font-weight: bold;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd.afterline li, .tab-brief > .hd.line li{padding-bottom: 15px;}
.tab-brief > .hd.afterline li:after{content: ''; position: absolute; width:0; bottom:-2px; left:0; height: 5px; background: #2468B9; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd.afterline li.on:after{width: 2em;}
.tab-brief > .hd li.on a,
.tab-brief > .hd li a:hover{ color: #1F5EAB;}
.tab-brief > .hd .more{padding-top: 5px; float: right; font-size: 1.125em;}

.tab-brief > .hd .fs-24{font-size: 1.5em;}
.tab-brief > .hd .fontgray a{color: #6B6B6B;}


.more-gray a{color:#999999;}
.more-gray a:hover{color:#1F5EAB;}

.tab-brief .bd > .item .infolist{margin-top: 15px;}
.tab-brief .bd > .item .infolist.mt0{margin-top: 0;}
.tab-brief .bd > .item .infolist-tt{margin-top: 30px;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.m-com-more{clear: both; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}
.bg-lightblue .m-com-more{background: none;}

@media (max-width: 1500px) {
  .tab-brief > .hd li + li{margin-left: 20px;}
}
@media (max-width: 1280px) {
  .js-tab.m-expandshow > .js-hd{display: none;}
  .js-tab.m-expandshow > .js-bd > * {display: block !important;}
}
@media (max-width: 640px) {
  .res.tab-brief > .hd ul li{margin:0 10px 10px 0 !important; padding: 0; border-bottom:none; font-size: 1.5em;}
  .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.arrow > .hd li.on i{display: none;}
  .res.tab-brief .bd > .item > .newsList{margin-top: 0;}
  
  .tab-brief > .hd .more{display: none;}
  .m-com-more{display:block;}

}


/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全局类名冲突
 ***/
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 12px; padding-bottom: 12px; 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; font-size: 1.25em;}
.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: 32px; margin: auto 0; color:#808080; font-size: 1.125em;}
.infolist li > a br{display: none;}
.infolist li:hover a, .infolist li > a:hover{color: #1F5EAB;}
.infolist li:hover span{color:#1F5EAB;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:110px;}

.infolist.dot li > a{padding-left: 20px;}
.infolist.dot li > a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #8BC6F7;}
.infolist.dot li:hover a:before{background: #1F5EAB;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 11px; padding-bottom: 11px;}

.infolist.dashed li{border-bottom: 1px dashed #D6D6D6; padding-top: 15px; padding-bottom: 15px;}
.infolist.lastnoline li:last-child{border-bottom: none !important;}

.infolist.space10{margin-left: -5px; margin-right: -5px;}
.infolist.space10 li{padding-left: 5px; padding-right: 5px;}
.infolist.space10 li .time{right: 5px;}
.infolist.space10.infolist.md li{padding-right:65px;}
.infolist.space10.infolist.ymd li{padding-right:105px;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.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.mulit2 li > a{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.infolist.mulit2.dot li > a:before{top: 14px;}
.infolist.mulit2 li > .time{top: 12px;bottom: auto;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #ccc;}

.infolist-tt{position: relative; padding-left: 45px;font-size: 1.5em; font-weight: bold;}
.infolist-tt:before{content: ''; width: 27px; height: 27px; background: url(../images/index/new.png) no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 50%; margin-top: -13px;}


@media (max-width: 768px) {
	.infolist[class*="cols-"]{margin-left: 0; margin-right: 0;}
	.infolist[class*="cols-"] li{width: 100%; padding-left: 0;}
	.infolist.md[class*="space"] li{padding-right:60px;}
	.infolist.ymd[class*="space"] li{padding-right:100px;} 

	.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: 24px; margin-top: 0;}
	.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{width: 100%;}
 .cardlist li .box{display: block;}
 
 .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;}

 }

.cardlist-menu li .box{position: relative;}
.cardlist-menu li .box .icon{display: block; font-size: 0;}
.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 .icon img{display: block; margin-left: auto; margin-right: auto;}
.cardlist-menu.break li .box .tit{display: block;}

.cardlist-menu.position li .box{position: relative;}
.cardlist-menu.position li .box .icon{position: absolute; top: 50%; transform: translateY(-50%); left: 20px;}
.cardlist-menu.valignmiddle li .box:after{content: ''; width: 0; height: 100%;}
.cardlist-menu.valignmiddle li .box:after,
.cardlist-menu.valignmiddle li .box .tit,
.cardlist-menu.valignmiddle li .box .icon{vertical-align: middle; display: inline-block;}
 
.cardlist-menu.center li .box{text-align: center;}

@media (max-width:480px) {
  .cardlist-menu.splitline li:nth-child(2n) .box:before{display: none;}
 }

/* 等分列 */
[class*="cols-"] li{float: left;}
.cols-2 li{width: 50%;}
.cols-3 li{width: 33.33333%;}
.cols-4 li{width: 25%;}
.cols-5 li{width: 20%;}
.cols-6 li{width: 16.66667%;}
.cols-7 li{width: 14.2857%;}
.cols-8 li{width: 12.5%;}
@media (max-width:1280px) {
  body:not(.nores) .cols-md-1 li{width: 100%;}
  body:not(.nores) .cols-md-2 li{width: 50%;}
  body:not(.nores) .cols-md-3 li{width: 33.33333%;}
  body:not(.nores) .cols-md-4 li{width: 25%;}
  body:not(.nores) .cols-md-5 li{width: 20%;}
  body:not(.nores) .cols-md-6 li{width: 16.66667%;}
  body:not(.nores) .cols-md-7 li{width: 14.2857%;}
  body:not(.nores) .cols-md-8 li{width: 12.5%;}
}
@media (max-width:992px) {
  body:not(.nores) .cols-sm-1 li{width: 100%;}
  body:not(.nores) .cols-sm-2 li{width: 50%;}
  body:not(.nores) .cols-sm-3 li{width: 33.33333%;}
  body:not(.nores) .cols-sm-4 li{width: 25%;}
  body:not(.nores) .cols-sm-5 li{width: 20%;}
  body:not(.nores) .cols-sm-6 li{width: 16.66667%;}
  body:not(.nores) .cols-sm-7 li{width: 14.2857%;}
  body:not(.nores) .cols-sm-8 li{width: 12.5%;}
}
@media (max-width:768px) {
  body:not(.nores) .cols-xs-1 li{width: 100%;}
  body:not(.nores) .cols-xs-2 li{width: 50%;}
  body:not(.nores) .cols-xs-3 li{width: 33.33333%;}
  body:not(.nores) .cols-xs-4 li{width: 25%;}
  body:not(.nores) .cols-xs-5 li{width: 20%;}
  body:not(.nores) .cols-xs-6 li{width: 16.66667%;}
  body:not(.nores) .cols-xs-7 li{width: 14.2857%;}
  body:not(.nores) .cols-xs-8 li{width: 12.5%;}
}
@media (max-width:480px) {
  body:not(.nores) .cols-xxs-1 li{width: 100%;}
  body:not(.nores) .cols-xxs-2 li{width: 50%;}
  body:not(.nores) .cols-xxs-3 li{width: 33.33333%;}
  body:not(.nores) .cols-xxs-4 li{width: 25%;}
  body:not(.nores) .cols-xxs-5 li{width: 20%;}
  body:not(.nores) .cols-xxs-6 li{width: 16.66667%;}
  body:not(.nores) .cols-xxs-7 li{width: 14.2857%;}
  body:not(.nores) .cols-xxs-8 li{width: 12.5%;}
}


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.5em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#1F5EAB;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#1F5EAB;}
.com-title.underline.red h3:after{background: #C20000;}
.com-title.underline.half h3{padding-bottom: 14px;}
.com-title.underline.half h3:after{width: 2em;}
.com-title.fs28 h3{font-size: 1.75em;}
.com-title.line{border-bottom: 1px solid #DEDEDE; padding-bottom: 15px;}

.com-btn{padding-left: 15px; padding-right: 15px;}
.com-btn i, .com-btn span{display: inline-block; vertical-align: middle;}
.com-btn i{margin-right: 10px; font-size: 0;}
.com-btn i img{display: block;}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.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%]
 ***/
 .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;}
 /* @media (max-width:414px){
   .imgratio{padding-top: 66.67%;}
 } */


/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 6px;height: 6px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 6px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 6px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 3px;background: #E5E5E5;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: linear-gradient(225deg, #689EE3 0%, #0262D6 100%);}


/* 当前位置crumb */
.crumb{margin-bottom: 30px; background: #fff; padding-top: 20px; padding-bottom: 20px; box-shadow: 0px 4px 13px  rgba(79, 135, 196, 0.1);}
.crumb h2{line-height: 28px; font-weight: normal; font-size: 1.25em; background: url(../images/public/icon_position_blue.png) no-repeat 15px 5px; background-size: 15px 18px; padding-left: 48px;}

@media (max-width: 992px) {
  .crumb h2{background-position: 0 5px; padding-left: 25px;}
}


/* 外链跳转 */
.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; }
}

/*** 分页 ***/
.pagediv{color:#333; line-height:32px; clear:both; text-align: center;}
.pagediv a{display: inline-block; padding:0 10px; margin:1px 5px; border:#D3D3D3 1px solid;	background: #fff; border-radius:2px; transition: all .2s;	-webkit-transition: all .2s;}
.pagediv  #pagination-input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff; margin: 0 2px;}
.pagediv a:hover{background:#2C6DE6; border-color:#2C6DE6; color:#fff; text-decoration:none;}
.pagediv .currentIndex{color: #015293; font-weight: bold; margin: 0 5px;}
.pagination-last small{font-size: 1em;}
.pagination-first{margin-bottom: 8px;}
.pagination-first .pagination-index{background: #F2F2F2; border: 1px solid #D3D3D3;}

@media (max-width:480px){
  .pagediv{padding-top: 20px;}
  .pagination-first{margin-bottom: 0;}
  .pagediv a,
  .pagination-first .pagination-index{border: 0; background: none; padding: 0 3px;}
  .pagination-last{display: none;}
}

