﻿.sidebar{display:none}
@media (min-width:1025px){body{overflow-x:initial;}
.ck-widget-flex{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:20px;flex-direction:row-reverse;align-items:flex-start;}
.ck-widget-flex .ck-widget-toc{width:380px;margin:0;border-radius:10px;position:sticky;top:100px;padding:10px}
.ck-widget-flex .ck-widget-content{flex:1;padding-right:40px;width: calc(100% - 380px);}
.ck-widget-flex .ck-widget-toc ol>li:not(:first-child) ol{display:none}
.ck-widget-flex .ck-widget-toc ol li a{color:var(--fontcolor)}
.ck-widget-flex .ck-widget-toc ol >li.active >a{color:var(--color)}
.ck-widget-pt {margin-top:-80px;padding-top:80px}}
@media (max-width:1280px) and (min-width:1025px){.ck-widget-flex .ck-widget-toc{width:350px;}
.ck-widget-flex .ck-widget-content{width: calc(100% - 350px);}}
.ck-widget-toc-title{text-align:center;background:#003C7A;padding:2px 10px;color:#fff;}
.newscontent-details {border-top:1px solid #e5e6eb;}
@media (max-width:1024px){.newscontent-details{padding-top:20px;}}

.info-febg{background: #000000a0;position: fixed;top: 0;left:0;width: 100vw;height: 100vh;align-items: center;justify-content: center;z-index: 9999;display: none;}
.info-febg.active{display: flex;}
.info-feex{max-width: 700px;padding: 20px;background: #fff;}
.info-febg .detail-title{font-size: var(--fontsize22);padding-bottom: 10px;margin: 10px auto;border-bottom: 1px solid #E7EEEE;color:#fff}
.info-feexit{display: flex;align-items: center;width: 50px;height: 50px;background: #fff;border-radius: 50%;justify-content: center;position: relative;float: right;cursor: pointer;}
.info-feexit span{width: 3px;height: 40px;background: #000;position: absolute;}
.info-feexit span:nth-child(1){transform: rotate(45deg);}
.info-feexit span:nth-child(2){transform: rotate(-45deg);}
.info-feed .wmkcfeedback input,.info-feed .wmkcfeedback textarea{border: 1px #cbcbcb solid;background-color: #f0f0f0;}
.info-fetop{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.info-fetitle{font-size: 24px;}
.imgseedfe,.sendfebtn{cursor: pointer;}
.sendfebtn{width: auto;height: auto;margin: 10px 0;background-color: var(--color, #87C812);color: #ffffff;text-decoration: none !important;padding: 10px 20px;border-radius: 4px;display: inline-flex;align-items: center;justify-content: center;font-size: 16px;position: relative;z-index: 1;}
@media (max-width:768px) {.info-febg{padding: 0 20px;}}