@charset "utf-8";
/* 所有类名用小写，中横线 */
body{color: #333333;}
a{color: #333333;}
a:hover{color:#2354AF;}
input::-webkit-input-placeholder{color: #cccccc;}

/*** layout ***/

.container{width: 1400px;}
.font-syst{font-family: 'Noto Serif SC', serif;}
.com-pannel-shadow{padding: 40px 40px 0; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 6px;}
@media (max-width: 768px) {
  .com-pannel-shadow{padding: 20px 20px 0;}
}

/* tab */
.tab-brief > .hd.line{border-bottom: #D5D5D5 1px solid;}
.tab-brief > .hd ul{float: left; font-size: 1.375em;}
.tab-brief > .hd li{float:left; line-height: 36px;}
.tab-brief > .hd li a{transition: .3s all;}
.tab-brief > .hd li + li a{margin-left: 40px;}
.tab-brief > .hd ul.activeline li a, 
.tab-brief > .hd.line:not(.block) li a, 
.tab-brief > .hd.pb li a{padding-bottom: 12px; display: inline-block;}
.tab-brief > .hd ul.activeline li a{position: relative;}
.tab-brief > .hd ul.activeline li a:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; height: 3px; background:#3D5FB0; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd ul.activeline li.on a:after{width: 100%;}
.tab-brief > .hd ul.activeline.halfline li.on a:after{width: 50%;}
.tab-brief > .hd ul.activeline.redline li a:after{background: #D43030;}
.tab-brief > .hd ul.activecircle li a{position: relative;}
.tab-brief > .hd ul.activecircle li.on a:after{content: ''; position: absolute; width:19px; height: 12px; right:-25px; top: 50%; margin-top: -6px; background:url(../images/public/title_icon.png) no-repeat; background-size: 19px 12px; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd ul.half-red-blue-line li a{position: relative;}
.tab-brief > .hd ul.half-red-blue-line li.on a::before,
.tab-brief > .hd ul.half-red-blue-line li.on a::after { content: ""; position: absolute; top: 0; bottom: 0; width: 50%; border-bottom-width: 3px; border-bottom-style: solid;}
.tab-brief > .hd ul.half-red-blue-line li.on a::before { left: 0; border-bottom-color: #cc0000;}
.tab-brief > .hd ul.half-red-blue-line li.on a::after { right: 0; border-bottom-color: #0055aa;}

.tab-brief > .hd ul li.on a{font-weight: bold;}
.tab-brief > .hd ul.fw-bold li a{font-weight: bold;}
.tab-brief > .hd ul.color-gray li:not(.on) a{color: #a6a6a6;}
.tab-brief > .hd ul.onblack li.on a{color: #333;}
.tab-brief > .hd li a:hover{color: #333;}
.tab-brief > .hd ul.fs32{font-size: 2em;}
.tab-brief > .hd ul.activeline.fs32 li a, 
.tab-brief > .hd.line:not(.block) ul.fs32 li a{padding-bottom: 18px;}
.tab-brief > .hd ul.ml40 li + li a{margin-left: 40px;}
.tab-brief > .hd ul.ml80 li + li a{margin-left: 80px;}
 
.tab-brief > .hd li.split:before{position: absolute; left: 0; top: 50%; margin-top: -6px; content:''; width: 1px; height:15px; background: #D1D1D1;}
.tab-brief > .hd li.split{padding-left: 18px; margin-left: 18px;}

.tab-brief > .hd .more{float: right; line-height: 36px;}
.tab-brief > .hd .more a{color: #A6A6A6;}
 
.tab-brief > .hd.block li a{display: block; padding: 0 22px; line-height: 46px; border-radius: 5px 5px 0 0;}
.tab-brief > .hd.block li.on a{background: #2354AF; color: #fff;}
.tab-brief > .hd.block .more{line-height: 46px; padding-top: 0;}
 
.tab-brief > .hd.f-tac{text-align: center;}
.tab-brief > .hd.f-tac ul{display: inline-block; float: none;}

.tab-brief > .hd.flex ul{float: none; display: flex; justify-content: space-between;}
.tab-brief > .hd.flex ul:before,
.tab-brief > .hd.flex ul:after{display: none;}
.tab-brief > .hd ul[class*="cols-"]{float: none;}
.tab-brief > .hd ul[class*="cols-"] li + li a{margin-left: 0;}

.tab-brief > .hd dl{line-height: 36px;}
.tab-brief > .hd dl dd{float: left; position: relative; font-size: 1.25em;}
.tab-brief > .hd dl dd + dd{margin-left: 30px;}
.tab-brief > .hd dl dd.on a{color: #2354AF;}
 
.tab-block > .hd{line-height:34px;}
.tab-block > .hd ul{float: left;}
.tab-block > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-block > .hd li + li a{margin-left: 20px;}
.tab-block > .hd li a{display: block; background: #F0F0F0; padding: 0 20px; border-radius: 4px; color: #999999; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.tab-block > .hd li.on{cursor:pointer;}
.tab-block > .hd li.on a{background:#2354AF; color: #fff;}
.tab-block > .hd.fw-bold li a{font-weight: bold;}
.tab-block > .hd .more{float: right; margin-right: 15px;}
.tab-block > .hd.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1672D5; margin-left: -8px;}

.tab-card > .hd{background: #f4f4f4;}
.tab-card > .hd ul{float: left; font-size: 1.25em;}
.tab-card > .hd li{float:left; position: relative; line-height:42px; }
.tab-card > .hd li a{display: block; padding: 3px 30px; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.tab-card > .hd ul.color-gray li:not(.on) a{color: #808080;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#2354AF; color: #fff; font-weight: bold;}
.tab-card > .hd .more{float: right;}
.tab-card > .hd ul.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #2354AF; margin-left: -8px;}
.tab-card > .hd li:not(.on) a:hover{color: #2354AF !important;}


.com-more{padding-right: 11px; background: url(../images/public/more_rhombus.png) no-repeat right bottom; background-size: 23px;}
.com-more a{color:#808080; font-size: 0.875em;}
.com-more a:hover{color: #2354AF;}

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.tab-brief .bd > .item .infolist.mt0, 
.tab-card .bd > .item .infolist.mt0{margin-top: 0;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}
 
 .m-com-more{clear: both; text-align:center; line-height:40px; border-radius: 20px; margin-left: auto; margin-right: auto; text-align: center; width: 120px; background-color:#f5f5f5; display: none; border: #ececec 1px solid;}
 .m-com-more a{color:#666;}
 .m-com-more a:hover{color: #333;}
 .bg-lightblue .m-com-more,
 .com-panel-lightred .m-com-more,
 .com-panel-lightred .m-com-more,
 .com-panel-gray .m-com-more{background: #fff;}
 
@media (max-width: 1280px) {
  .tab-brief > .hd ul li + li a{margin-left: 30px;}
}
@media (max-width: 768px) {
  .tab-brief > .hd.res{margin-top: -5px;}
  .tab-brief > .hd.res ul{margin: 0 -2px !important; font-size: 1.375em}
  .tab-brief > .hd.res ul li{margin: 0; padding: 0 !important; border-bottom:none;}
  .tab-brief > .hd.res ul li a{display: block;margin:5px 2px 0 !important; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .tab-brief > .hd.res ul li.on a{color:#fff; background:#2354AF;}
  .tab-brief > .hd.res li a:before,
  .tab-brief > .hd.res li a:after{display: none;}
  .tab-brief.arrow > .hd.res li.on i{display: none;}
  .tab-brief .bd > .item > .newsList{margin-top: 0;}

  .tab-brief > .hd.res li.split:before{display: none;}
  .tab-brief > .hd .more{display: none;}

  .tab-block > .hd.res li{margin: 0 5px 5px 0;}
  .tab-block > .hd.res li a{padding: 0 10px;}
  .tab-block > .hd.arrow.res li.on:after{ border-width: 6px; margin-left: -6px;}

  .tab-card > .hd.res{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .tab-card > .hd.res ul li{margin:0 !important; width: auto !important;}
  .tab-card > .hd.res ul li a{margin:5px 2px 0 !important; padding:7px 12px !important;  height: auto; line-height:1.5; color: #666;}
  .tab-card > .hd.res ul li.on a{background:#2354AF; color: #fff;}
  .tab-card > .bd .item > .newsList{margin-top: 0;}
  .tab-card > .hd .more{display: none;}

   .m-com-more{display:block;}

}
 @media (max-width: 480px) {
   .tab-brief > .hd.flex ul{display: block;}
   .tab-brief > .hd.flex ul li{text-align: center;}
   .tab-brief > .hd.res ul{font-size: 1.25em}
 }

.js-tabSwitch > .js-switch-bd{position: relative;/*overflow: hidden;*/}
.js-tabSwitch > .js-switch-bd .js-switch-item{position:absolute; z-index:1; top:0; left:0; width:100%; opacity:0; -moz-opacity:0; filter:alpha(opacity=0);-khtml-opacity:0; transition:opacity .2s; box-sizing: border-box;}
.js-tabSwitch > .js-switch-bd .js-switch-item.show{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}
@media (max-width: 1280px) {
  .js-tabSwitch-md-showall > .js-switch-hd{display: none;}
  .js-tabSwitch-md-showall > .js-switch-bd{overflow: inherit;}
  .js-tabSwitch-md-showall > .js-switch-bd .js-switch-item{opacity: 1 !important; display: block !important; position: static; margin-bottom: 20px; margin-top: 0;}

}

/* infolist */
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 21px; padding-bottom: 21px; line-height:28px; overflow:hidden; vertical-align: top;}
.infolist li > a,
.infolist li .box > a{float: left; position: relative; font-size: 1.125em; 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: 28px; margin: auto 0; color:#999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #2354AF;}
.infolist li:hover span{color:#2354AF;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li,
.infolist.ymd li .box{padding-right:110px;}

.infolist.dot li > a,
.infolist.dot li .box > a{padding-left: 25px;}
.infolist.dot li > a:before,
.infolist.dot li .box > a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -3px; width: 6px; height: 6px; background: #d1d1d1; transition: .3s all;}
.infolist.dot li:hover a:before{background: #2354AF;}
.infolist.dot-red li > a:before{background: #C72C24;}
.infolist.dot-blue li > a:before{background: #266BBF;}
.infolist.dot-white li > a:before{background:#ffffff;}
.infolist.dot.dot-rhomboid li > a:before{ transform: rotate(-45deg); left: 2px;}
.infolist.dot.dot-circle li > a:before,
.infolist.dot.dot-circle li .box > a:before{border-radius: 50%;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.dashed li{border-bottom: 1px dashed #D6D6D6;}
.infolist.li-h40 li,
.infolist[class*='space-'].li-h40 li .box{padding-top: 6px; padding-bottom: 6px;}
.infolist.li-h42 li,
.infolist[class*='space-'].li-h42 li .box{padding-top: 7px; padding-bottom: 7px;}
.infolist.li-h72 li,
.infolist[class*='space-'].li-h72 li .box{padding-top: 22px; padding-bottom: 22px;}
.infolist.lastnoline li:last-child{border-bottom: none !important;}
.infolist.fs20 li > a{font-size: 1.25em;}
.infolist.fs16 li,
.infolist.fs16[class*='space-'] li .box{padding-top: 7px; padding-bottom: 7px;}
.infolist.fs16 li > a,
.infolist.fs16 li .box > a{font-size: 1em;}

.infolist li .box{position: relative; overflow:hidden; }
.infolist[class*='space-'] li .box{padding-top: 10px; padding-bottom: 10px;}
.infolist[class*='space-']{margin-top: 0;}
.infolist[class*='space-'] li{padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important;}
.infolist[class*='space-'] li .box{margin-top: 0;}

.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;}

@media (min-width: 1281px) {
  .infolist.li-h54 li,
  .infolist[class*='space-'].li-h54 li .box{padding-top: 13px; padding-bottom: 13px;}
}
@media (max-width: 1500px) {
  .infolist.li-h72 li,
  .infolist[class*='space-'].li-h72 li .box{padding-top: 18px; padding-bottom: 18px;}
}


 @media (max-width: 992px) {
  .infolist li{ padding-top: 9px; padding-bottom: 9px;}
 }
 @media (max-width: 768px) {
  .infolist.md[class*="space"] li{padding-right:60px;}
  .infolist.ymd[class*="space"] li{padding-right:110px;} 

  .res.infolist li,
  .res.infolist li .box{padding-right:0 !important; position: relative;}
  .res.infolist li > a,
  .res.infolist li .box > a{ position: static; float: none; max-width:none; padding-left: 0; white-space:normal;}
  .res.infolist.ymd li > a,
  .res.infolist.ymd li .box > a,
  .res.infolist.md li > a,
  .res.infolist.md li .box > a{padding-right: 12px;}
  .res.infolist li .time{position:static; display: inline-block;}
  .res.infolist.dot li > a:before,
  .res.infolist.dot li .box > a:before,
  .res.infolist.mulit2.dot li > a:before{top: 21px; margin-top: 0; width: 6px; height: 6px; }
  .res.infolist.fs16.dot li a:before{top: 19px;}
  .res.infolist.li-h72.dot li a:before{top: 28px;}
  .res.infolist.dot li,
  .res.infolist.dot li .box{padding-left: 18px;}
  .res.infolist.dot-file li{padding-left: 36px;}
  .res.infolist.li-h72.dot-file li a:before{top: 31px;}

  .res.infolist.dot-zc li > a:before{top: 17px; margin-top: 0;}
  .res.infolist.dot-zc li{padding-left: 36px;}
}


.infolist-block li .box{box-sizing: border-box; transition: .3s all; display: flex; align-items: center;}
.infolist-block li .box:after{content:""; width:0; height:100%;}
.infolist-block li .box:after,
.infolist-block li .box span{display: inline-block; vertical-align: middle;}
.infolist-block li .box .elli-m{display: -webkit-box;}
.infolist-block.center li .box{text-align: center; justify-content: center;}
@media (max-width: 768px) {
  .infolist-block li .box .elli-m{display: block;}
}


/***
菜单卡片样式：
***/
.iconmenu li .box{display: block;}

.iconmenu li .box{position: relative;}
.iconmenu li .box .icon{display: block; font-size: 0; line-height: 0;}
.iconmenu.splitline li .box{position: relative;}
.iconmenu.splitline li .box:before{position: absolute; top: 0; bottom: 0; left: 0; content: ""; width: 1px; background: #ecf2f9;}
.iconmenu.splitline li:first-child .box:before{display: none;}

.iconmenu.inline li .icon,
.iconmenu.inline li .txt{display: inline-block; vertical-align: middle;}

.iconmenu.break li .box{text-align: center;}
.iconmenu.break li .icon{display: block;}
.iconmenu.break li .icon img{display: block; margin-left: auto; margin-right: auto;}
.iconmenu.break li .txt:not([class*="elli-"]){display: block;}

.iconmenu.position li .box{position: relative;}
.iconmenu.position li .icon{position: absolute; top: 50%; transform: translateY(-50%);}

.iconmenu.valignmiddle li .box:after{content: ''; width: 0; height: 100%;}
.iconmenu.valignmiddle li .box:after,
.iconmenu.valignmiddle li .txt,
.iconmenu.valignmiddle li .icon{vertical-align: middle; display: inline-block;}

.iconmenu.valignmiddle.flex li .box{display: flex; align-items: center;}
.iconmenu.valignmiddle.flex li .box:after{display: none;}
.iconmenu.valignmiddle.flex li .box .txt{
  flex: 1; /* 占据剩余空间 */
  min-width: 0; /* 防止内容溢出挤压固定侧 */}
.iconmenu.valignmiddle.flex li .box .icon{flex: 0 0 auto; /* 不放大不缩小 */}
 
.iconmenu.center li .box{text-align: center;}

.iconmenu.pos-valignmiddle li .box{position: relative;}
.iconmenu.pos-valignmiddle li .box .icon,
.iconmenu.pos-valignmiddle li .box .txt{position: absolute; top: 50%; transform: translateY(-50%);}

/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.875em; font-weight:bold;}
.com-title h3 a:hover{color:#2354AF;}
.com-title.color-blue h3,
.com-title.color-blue h3 a{color: #2354AF;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:5px; height:20px; margin-top:-8px; background-color:#2354AF;}
.com-title.square h3{padding-left:25px;}
.com-title.square.red h3:before{background: #D43030;}
.com-title.circle h3:before{content: ''; position: absolute; width:19px; height: 12px; right:-25px; top: 50%; margin-top: -6px; background:url(../images/public/title_icon.png) no-repeat; background-size: 19px 12px; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.com-title.f-tac{text-align: center;}
.com-title.underline h3{padding-bottom: 30px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:4px; background-color:#1F5EAB;}
.com-title.underline.tacline h3:after{left:50%; transform: translateX(-50%); transition: all 0.2s ease;}
.com-title.underline.red h3:after{background: #D43030;}
.com-title.underline.half h3{padding-bottom: 14px;}
.com-title.underline.half h3:after{width: 50%;}
.com-title.underline.half2em h3:after{width: 2em;}
.com-title.fs20 h3{font-size: 1.25em;}
.com-title.fs20.square h3{padding-left: 18px;}
.com-title.fs20.square h3:before{width: 4px; height:16px; margin-top: -7px; border-radius: 2px;}
.com-title.line{border-bottom: 1px solid #DEDEDE; padding-bottom: 15px;}

@media (max-width: 768px) {
  .com-title h3{font-size: 1.5em;}
  .com-title.square h3{padding-left: 20px;}
}

.com-subtitle{font-size: 1.75em; color: #3D5FB0;}
.com-subtitle.f-tac{text-align: center;}
@media (max-width: 768px) {
  .com-subtitle{font-size: 1.375em;}
}

.com-memo p,.com-memo{line-height: 1.8; font-size: 1.125em;}
.com-memo p{text-indent: 2em;}
.com-memo.tac{text-align: center;}

.com-tit-b{text-align: center; overflow: hidden;}
.com-tit-b .box{position: relative; display: inline-block;}
.com-tit-b .line{position: absolute;}
.com-tit-b .line img{height: 100%;}
.com-tit-b .line.l{right: 100%; text-align: right;}
.com-tit-b .line.r{left: 100%; text-align: left;}
@media (max-width: 992px) {
  .com-tit-b{justify-content: center;}
}

.com-hengfu{overflow: hidden;}
.com-hengfu img{display: block; width: 100%;}
@media (max-width: 768px) {
  .res-768-none{display: none;}
  .com-hengfu.res{display: flex; align-items: center; justify-content: center;}
  .com-hengfu.res img{max-width: none; height: 100px; width: auto;}
}


/* 单行省略号 */
.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, .imgscale 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);}
/*图片占位符*/
/***
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;}



/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 5px;height: 5px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 5px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 5px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {border-radius: 3px;background: #D1D1D1;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: #689EE3;}


/* 当前位置crumb */
.crumb h2{font-size: 1em; line-height: 28px; font-weight: normal; color: #888888; background: url(../images/public/icon_crumb_gray.png) no-repeat left center; background-size: 18px; padding-left: 30px;}
.crumb h2 a{color: #888888;}
.crumb h2 a.on,
.crumb h2 a:hover{color: #236CC2;}
.crumb.line{border-bottom: 1px solid #D5D5D5; padding-bottom: 22px;}

@media (max-width: 768px){
  .crumb h2{background-size: 15px; background-position: 0 6px; padding-left: 25px; font-size: 1em;}
  .res.page-bg .crumb{padding-top: 18px; padding-bottom: 18px; background: #f5f5f5; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px;}
}



/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}


/*** 分页 ***/
/*分页*/
.pagination{padding:40px 0 0;font-size:14px;color:#333;line-height:28px;clear:both;text-align: center;}
.pagination li{display: inline-block;}
.pagination .arrow a{color: #333;}
.pagination .total_count,
.pagination .arrow a,
.pagination .arrow span,
.pagination .page_jump a,
.home_page,
.prev_page span,
.prev_page a,
.end_page a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px;
	background: #f5f6f7;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagination  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff; margin: 0 5px;}
.pagination .total_count,
.pagination .arrow a,
.pagination .page_jump a{
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f5f6f7;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagination .arrow span{background: #f5f5f5; color: #999;}
.pagination .arrow a:hover,
.pagination .page_jump a:hover,
.pagination .arrow .current{background:#2A82E4; border-color:#2A82E4; color:#fff; text-decoration:none;}
.pagination .arrow .current{font-weight: bold;}
.pagination .page_jump{margin-left: 4px;}
.pagination .page_jump a{margin-left: 6px;}

.page_index{
	display: inline-block;
	padding: 0 10px;
	margin: 4px;
	zoom: 1;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
}

.page_index a:hover, .page_index .current{display: block;background: #2A82E4;border-color: #2A82E4;color: #fff;text-decoration: none;padding: 0 10px;margin: 0 -10px;}

/** 动画 **/
.anim{-webkit-animation-duration: 0.6s; -webkit-animation-fill-mode: both; animation-duration: 0.6s; animation-fill-mode: both;}
.anim-upbit{-webkit-animation-name: search-upbit; animation-name: search-upbit;}
/* 微微往上滑入 */
@-webkit-keyframes search-upbit{
  0% {-webkit-transform: translate3d(0, 20px, 0); opacity: 0;}
  100% {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes search-upbit{
  0% {transform: translate3d(0, 20px, 0);  opacity: 0;}
  100% {transform: translate3d(0, 0, 0);  opacity: 1;}
}



/* swiper */
.swiper-com-tpxw .swiper-slide{position: relative;}
.swiper-com-tpxw .swiper-slide .txt{position: absolute; left: 0; right: 0; bottom: 0; height: 54px; padding-left: 20px;  padding-right: 120px; background: rgba(0, 0, 0, 0.6); z-index: 2; color: #fff; line-height: 54px; font-size: 1.125em; font-weight: bold;}
.swiper-com-tpxw .swiper-slide .txt a{color: #fff;}

.swiper-pagination.right{left: auto !important; right: 20px;  width: auto !important;}
.swiper-com-tpxw .swiper-pagination.right{bottom: 18px !important;}
.swiper-pagination span{transition: .3s all; margin: 0 5px !important;}

.swiper-pagination-circle span{width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #fff; opacity: 1; background: none;}
.swiper-pagination-circle .swiper-pagination-bullet-active{background: #fff;}
.swiper-pagination-circle.red span{border-color: #999999;}
.swiper-pagination-circle.red .swiper-pagination-bullet-active{background: #D43030; border-color: #D43030;}

.swiper-pagination-block .swiper-pagination span{width: 14px; height: 6px; opacity: 0.7; border-radius: 0; background: #fff; }
.swiper-pagination-block .swiper-pagination .swiper-pagination-bullet-active{opacity: 1; background: #b71a37;}

.swiper-pagination-solid span{width: 10px; height: 10px; opacity:  1; border-radius: 6px; background: #fff;}
.swiper-pagination-solid .swiper-pagination-bullet-active{opacity: 1; background: #FF5757;}


@media (max-width: 768px) {
  .swiper-com-tpxw .swiper-slide .txt{height: 42px; line-height: 42px;}
  .swiper-pagination.right{bottom: 12px !important;}
}

.swiper-com-arrow-rect{position: relative;}
.swiper-com-arrow-rect .swiper-button{position: absolute; width: 34px; height: 64px; background-color: rgba(0, 0, 0, 0.3); background-repeat: no-repeat; background-size: 15px; background-position: center center; top: 50%; transform: translateY(-50%); margin-top: 0;}
.swiper-com-arrow-rect .swiper-button-prev{left: 0;}
.swiper-com-arrow-rect .swiper-button-next{right: 0;}
.swiper-com-arrow-rect .swiper-button-prev{background-image: url(../images/public/arrow_left_white.png);}
.swiper-com-arrow-rect .swiper-button-next{background-image: url(../images/public/arrow_right_white.png);}
.swiper-com-arrow-rect .swiper-button:hover{background-color: rgba(0, 0, 0, 0.5);}
@media (max-width: 1280px) {
  .swiper-com-arrow-rect .swiper-button{height: 50px; background-size: 12px;}
}
.swiper-com-arrow-rect.arrow-s .swiper-button{width: 18px; height: 32px; background-size: 8px;}


.swiper-com-arrow-circle{position: relative;}
.swiper-com-arrow-circle .swiper-button{position: absolute; width: 39px; height: 39px; box-shadow: 0px 0px 6px  rgba(157, 200, 242, 0.54); background: #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); margin-top: 0;}
.swiper-com-arrow-circle .swiper-button-prev{left: -20px;}
.swiper-com-arrow-circle .swiper-button-next{right: -20px;}
.swiper-com-arrow-circle .swiper-button:after{content: ''; width: 9px; height: 17px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-size: 100% 100%;}
.swiper-com-arrow-circle .swiper-button-prev:after{background-image: url(../images/public/arrow_left_black.png);}
.swiper-com-arrow-circle .swiper-button-next:after{background-image: url(../images/public/arrow_right_black.png);}
.swiper-com-arrow-circle .swiper-button-prev:hover:after{background-image: url(../images/public/arrow_left_blue.png);}
.swiper-com-arrow-circle .swiper-button-next:hover:after{background-image: url(../images/public/arrow_right_blue.png);}

@media (max-width: 1280px) {
  .swiper-com-arrow-circle .swiper-button-prev{left: 0; border-radius: 0 5px 5px 0;}
  .swiper-com-arrow-circle .swiper-button-next{right: 0; border-radius: 5px 0 0 5px;}
  .swiper-com-arrow-circle .swiper-button{height: 50px; background-color: rgba(0, 0, 0, 0.2);}
  
}




/* 归档水印 */
.guidang-wrap{position: relative;}
.gd-watermark{width: 212px;position: absolute;z-index: 99;top: -35px;right:-20px;}
.gd-watermark .date{width: 160px;font-weight: 800;height: 30px;line-height: 30px;font-size: 14px;color: #C30905;position: absolute;left: 40px;bottom: 71px;-ms-transform: rotate(-30deg);transform: rotate( -30deg);}
@media (max-width: 1280px){
 .gd-watermark{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;}


@keyframes circle360 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* 顶部菜单 */
.top-menu{ background-color: #F7F9FC; border-bottom: #E5E5E5; padding: 30px 0;}
.top-menu li{ line-height: 40px; float: left; font-size: 1.25em;}

.top-menu li a{margin-right: 60px; padding-right: 60px;}
.top-menu li a{color: #575757;position: relative;}
.top-menu li a:hover,.top-menu li.on a{color: #3D5FB0; font-weight: bold;}
.top-menu li a:after{position: absolute; right: 0; top: 50%; margin-top: -7px; content:''; width: 1px; height:16px; background: #808080; opacity: .5;}
.top-menu li:last-of-type a::after{display: none;}
/* .top-menu li:last-of-type a{margin-right: 0; padding-right: 0;} */
@media (max-width: 1280px) {
  .top-menu li a{margin-right: 40px; padding-right: 40px;}
}

@media (max-width: 992px) {
  .top-menu li a{margin-right: 30px; padding-right: 30px;}
}
@media (max-width: 768px) {
  .top-menu{padding: 20px 0;}
  .top-menu li a{margin-right: 15px; padding-right: 15px;}
  .top-menu li{width: 25%; text-align: center;}
  .top-menu li a:after{display: none;}
}
@media (max-width: 540px) {
  .top-menu li{width: 33.333%;}
}
@media (max-width: 440px) {
  .top-menu li{width: 50%;}
}

/* 欢迎卡通人物 */
.welcome-box{position: fixed; z-index:999; right: 0; bottom:0;}
.welcome-box img{display: block; width: 184px;}
.welcome-box span{color: #000; font-size: 12px; width: 80px; position: absolute; left: 20px; top:12px; line-height: 1.6;}
@media (max-width: 1280px) {
  .welcome-box{display: none;}
}

/* 频道页顶部banner */
.column-header{min-height: 600px; background-color: rgba(42, 130, 228, 1);}
.column-title{color: #fff; position: relative; padding-top: 200px; padding-bottom: 30px;}
.column-title::after{content: ""; position: absolute; left: 0; bottom: 0; width: 4em; border-bottom: solid 4px #fff;}
.column-title .CN{ font-size: 2.8125em;  font-weight: 400; padding-bottom: 10px;}
.column-title .EN{ font-size: 2.25em; opacity: 0.5; font-weight: 400;}
@media (max-width: 992px) {
  .column-header{min-height: 400px;}
  .column-title{ padding-top: 150px;}
  .column-title .CN{ font-size: 2.5em;}
  .column-title .EN{ font-size: 1.625em;}
}
@media (max-width: 768px) {
  .column-header{min-height: 310px;}
  .column-title{ padding-top: 120px;}
  .column-title .CN{ font-size: 2em;}
  .column-title .EN{ font-size: 1.125em;}
}