@charset "utf-8";
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#3067ba;}
.bg-lightblue{background: #f5faff;}
.bg-gradient-blue{background: url(/uploads/image/2images/bg-gradient-blue.png) repeat-x center top #fff;}

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询dom用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd.line{border-bottom: 1px solid #d9d9d9;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; padding: 0 0 14px; font-size: 28px; color: #383838; font-weight: bold;}
.tab-brief > .hd li   li{margin-left: 30px;}
.tab-brief > .hd li a{color: #383838;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; height: 3px; background: #1b5aba;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 100%;}
.tab-brief > .hd li.on a,
.tab-brief > .hd li a:hover{color: #3067ba;}
.tab-brief > .hd .more{padding-top: 6px; float: right;}

.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.125em;}
.tab-card > .hd li a{display: block; padding: 0 20px; text-align: center; font-weight: bold; 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:#1b5aba; 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: #1b5aba; margin-left: -8px;}

/*more*/
.common-more{float:right; padding-right:12px; font-size:.875em;}
.common-more a{display:inline-block; background:url(/uploads/image/2images/more-lightblue.gif) no-repeat right; padding-right:12px;}
.common-more a.amore{background: no-repeat right;}

.com-more a{color:#808080; font-size: 16px; }
.com-more a:hover{color:#3067ba;}

.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; font-size: 0.875em;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}


@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:每条信息之间含分割下滑线
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 8px; padding-bottom: 8px; line-height:30px; overflow:hidden; vertical-align: top;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #3067ba;}
.infolist li:hover span{color:#3067ba;}
.infolist.md li{padding-right:70px;}
.infolist.ymd li{padding-right:110px;}

.infolist.dot li a{padding-left: 18px;}
.infolist.dot li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #999; border-radius: 50%;}
.infolist.dot li:hover a:before{background: #3067ba;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 14px; padding-bottom: 14px;}
.infolist.line.dashed li{border-bottom: 1px dashed #cccccc;}

.infolist.f14{font-size: 0.875em;}

.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 #cccccc;}


@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;}

	.infolist.page-infolist{font-size: 1em;}
}

@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;}
}


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#3067ba;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#3067ba;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#3067ba;}
.com-title.fs28 h3{font-size: 1.75em;}


.com-tit-b{text-align: center; overflow: hidden;}
.com-tit-b .box{position: relative; display: inline-block;}
.com-tit-b .line{position: absolute; top: 50%; margin-top: -7px; width: 556px; height: 14px;}
.com-tit-b .line.l{right: 100%;}
.com-tit-b .line.r{left: 100%;}
.com-tit-b h2{position: relative;}
.com-tit-b h2 strong{display: block; margin-top: -28px; font-size: 40px;}
.com-tit-b h2 strong font{color: #1b5aba;}
.com-tit-b h2 em{display: block; font-size: 32px; font-weight: normal; font-style: normal; color: #1b5aba; text-transform: uppercase; opacity: 0.08;}
@media (max-width: 992px) {
  .com-tit-b{justify-content: center;}
	.com-tit-b .line{display: none;}
}


/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
 .cardlist li{float: left; width: 100%;}
 .cardlist li .box{display: block;}

 .cardlist.col2 li{width: 50%;}
 .cardlist.col3 li{width: 33.33333%;}
 .cardlist.col4 li{width: 25%;}
 .cardlist.col5 li{width: 20%;}
 .cardlist.col6 li{width: 16.66667%;}
 .cardlist.col7 li{width: 14.2857%;}
 .cardlist.col8 li{width: 12.5%;}
 
 .cardlist.space2{margin-top: -2px; margin-right: -1px; margin-left: -1px;}
 .cardlist.space2 li .box{margin: 2px 1px 0;}
 .cardlist.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
 .cardlist.space10 li .box{margin: 10px 5px 0;}
 .cardlist.space15{margin-top: -15px; margin-right: -7px; margin-left: -8px;}
 .cardlist.space15 li .box{margin: 15px 7px 0 8px;}
 .cardlist.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
 .cardlist.space20 li .box{margin: 20px 10px 0;}
 .cardlist.space30{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
 .cardlist.space30 li .box{margin: 15px;}
 .cardlist.space40{margin-top: -20px; margin-right: -20px; margin-left: -20px;}
 .cardlist.space40 li .box{margin: 20px;}
 @media (max-width:1500px) {
	 .cardlist.space30{margin-top: -10px; margin-right: -10px; margin-left: -10px;}
	 .cardlist.space30 li .box{margin: 10px;}
	 .cardlist.space40{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
	 .cardlist.space40 li .box{margin: 15px;}
 }
 @media (max-width:1280px) {
	 .cardlist.res{margin-top: -15px !important; margin-right: -7px !important; margin-left: -8px !important;}
	 .cardlist.res li .box{ margin: 15px 7px 0 8px !important;}

 }
 @media (max-width:992px) {
   .cardlist.res.col7 li{width: 25%;}
   .cardlist.res.col5 li{width: 33.333333%;}
	 .cardlist.res.col4 li{width: 50%;}
 }
 @media (max-width:480px) {
  .cardlist.res.col7 li{width: 50%;}
  .cardlist.res.col5 li{width: 50%;}
 }

.cardlist-menu li .box{position: relative;}
.cardlist-menu li .box .icon{display: block;}
.cardlist-menu.splitline li .box:before{position: absolute; top: 0; bottom: 0; right: 0; content: ""; width: 1px; background: #ecf2f9;}
.cardlist-menu.splitline li:last-child .box:before{display: none;}

.cardlist-menu.inline li .box .icon,
.cardlist-menu.inline li .box .tit{display: inline-block; vertical-align: middle;}

.cardlist-menu.break li .box{text-align: center;}
.cardlist-menu.break li .box .icon{display: block; margin: 0 auto 10px;}
.cardlist-menu.break li .box .tit{display: block;}

.cardlist-menu.position .box{position: relative;}
.cardlist-menu.position .box .icon{position: absolute; top: 50%; transform: translatey(-50%); left: 20px;}
 
.cardlist-menu.center li .box{text-align: center;}

@media (max-width:480px) {
  .cardlist-menu.splitline li:nth-child(2n) .box:before{display: none;}
 }
 
.hvr-icon-rotatey360:hover .hvr-icon{transform: rotatey(360deg); transition: all .5s linear;}


/* 单行省略号 */
.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);}

/* animate-img */
.animate-img-rotatey180 img{transition: .3s all;}
.animate-img-rotatey180 a:hover img{transform: rotatey(180deg);}


/* 当前位置crumb */
.crumb h2{ padding:30px 20px 30px 30px; line-height: 20px; font-size:1em; font-weight: normal; background: url(/uploads/image/2images/icon_position.png) no-repeat left center; background-size: 15px 20px; color: #666666;}
.crumb a{color: #666;}
.crumb a:hover{color: #3067ba;}
.crumb.gray{padding-top: 5px; background: #f5f5f5;}
.crumb.gray h2{padding: 15px 15px 15px 30px; background-position: 0 center;}
.crumb.line .container{border-bottom: 1px solid #e3e3e3;}
@media (max-width: 768px){
	.crumb{background-color: #dfebfa; margin-bottom: 20px; font-size: 16px;}
	.crumb h2{padding-top: 20px; padding-bottom: 20px; padding-right: 0;}
}



/* 外链跳转 */
.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; }
}


/* 归档 */
.guidang{position: absolute; top: -55px; right: 2%; width: 258px; height: 104px; background: url(/uploads/image/2images/guidang.png) no-repeat; z-index: 9;}
.guidang span{display: block; padding: 4px 0 0 116px;  color: #c81208; font-size:1.125em; font-weight: bold; transform:rotate(-2deg); 
	-ms-transform:rotate(-2deg); 	/* ie 9 */
	-moz-transform:rotate(-2deg); 	/* firefox */
	-webkit-transform:rotate(-2deg); /* safari 和 chrome */
	-o-transform:rotate(-2deg);}
