html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;box-sizing: border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
cite,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.4 arial,\5b8b\4f53;color:#333;outline:0;}
body{background:#fff;font-family: Arial, 'Microsoft yahei', Verdana, 宋体, 'Hiragino Sans GB', '冬青黑体简体中文 w3', 'Microsoft Yahei', 'Hiragino Sans GB', '冬青黑体简体中文 w3', STXihei, 华文细黑, 微软雅黑, SimSun, 宋体, Heiti, 黑体, sans-serif;}
a:hover {text-decoration: none;}
:root {
  --theme: #0B56D2;
  --themeBg: #022344;
}
.bgMain {
  background: var(--themeBg)!important;
}
.bgMainBtn {
  background: var(--theme)!important;
}
.cMain {
  color: var(--theme)!important;
}
.bdMain {
  border-color: var(--theme)!important;
}
.borderBottomMain {
  color: #0B56D2;
  border-bottom: 3px solid #0B56D2;
}
.theme022344 .bgMainBtn {
  background: #0B56D2!important;
}
.theme8BBCCC .bgMainBtn {
  background: #182747!important;
}
.theme182747 .bgMainBtn {
  background: #4397B2!important;
}
.themeF3E0B5 .bgMainBtn {
  background: #C55303!important;
}
.themeC55303 .bgMainBtn {
  background: #000000!important;
}
.theme3D2929 .bgMainBtn {
  background: #42855B!important;
}
.theme2D0A62 .bgMainBtn {
  background: #776DCE!important;
}
.theme562A09 .bgMainBtn {
  background: #AB8262!important;
}
.theme425F57 .bgMainBtn {
  background: #749F82!important;
}
.theme623D00 .bgMainBtn {
  background: #C87400!important;
}
.theme212121 .bgMainBtn {
  background: #fff!important;
  color: #333333;
}
.theme212121 .journalBanner .journalBannerBtn1 {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: none;
}
.theme62000A .bgMainBtn {
  background: #C80011!important;
}

.contentWrap {
  flex: 1;
  width: 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.journalContainer {
  min-height: calc(100vh - 500px);
}
.pubContainer {
  min-height: calc(100vh - 200px);
}
.flexBox {
  display: flex;
}
.alignStart {
  align-items: flex-start;
}
.alignCenter {
  align-items: center;
}
.spaceBetween {
  justify-content: space-between;
}
.flexWrap {
  flex-wrap: wrap;
}
.textLine {
  text-decoration: underline !important;
}
.bg-f5 {
  background: #f5f5f5;
}
.bg-f6 {
  background: #f6f6f6;
}
.c-ff {
  color: #fff;
}
.c-333 {
  color: #333;
}
.c-666 {
  color: #666;
}
.c-999 {
  color: #999;
}
.c-19 {
  color: #191919;
}
.c-ccc {
  color: #cccccc;
}
.c-98 {
  color: #989898;
}
.bg-ff {
  background-color: #fff;
}
.bg-fc {
  background-color: #fcfcfc;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.fBlod {
  font-weight: bold;
}
.borderAll {
  border: 1px solid #eee;
}
.borderTop {
  border-top: 1px solid #eee;
}
.borderBottom {
  border-bottom: 1px solid #eee;
}
.borderLeft {
  border-left: 1px solid #eee;
}
.borderRight {
  border-right: 1px solid #eee;
}
.borderAllPrimary {
  border: 1px solid #E7E7E8;
}
.borderBottomPrimary {
  border-bottom: 1px solid #E7E7E8;
}
.hand{
  cursor: pointer;
}
.oneLine {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.twoLine {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.ellipsisBox {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line6 {
  -webkit-line-clamp: 6;
}
.breakAll{
  word-break: break-all;
}
.block {
  display: block;
}
.inlineBlock {
  display: inline-block;
}
.vMiddle {
  vertical-align: middle;
}
.none {
  display: none;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}

.pl13 {
  padding-left: 13px;
}

.pl15 {
  padding-left: 15px;
}

.pl17 {
  padding-left: 17px;
}

.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}

.pl28 {
  padding-left: 28px;
}

.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}

.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}

.pr13 {
  padding-right: 13px;
}

.pr15 {
  padding-right: 15px;
}

.pr17 {
  padding-right: 17px;
}

.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}

.pr28 {
  padding-right: 28px;
}

.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr70 {
  padding-right: 70px;
}

.pt5 {
  padding-top: 5px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt13 {
  padding-top: 13px;
}

.pt14 {
  padding-top: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pt16 {
  padding-top: 16px;
}

.pt17 {
  padding-top: 17px;
}

.pt20 {
  padding-top: 20px;
}

.pt22 {
  padding-top: 22px;
}

.pt23 {
  padding-top: 23px;
}

.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt48 {
  padding-top: 48px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}

.pb11 {
  padding-bottom: 11px;
}
.pb12 {
  padding-bottom: 11px;
}

.pb15 {
  padding-bottom: 15px;
}



.pb20 {
  padding-bottom: 20px;
}

.pb22 {
  padding-bottom: 22px;
}

.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb63 {
  padding-bottom: 63px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb18 {
  margin-bottom: 18px;
}


.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mt15 {
  margin-top: 15px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}

.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml14 {
  margin-left: 14px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}

.ml100 {
  margin-left: 100px;
}

.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr14 {
  margin-right: 14px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.mr70 {
  margin-right: 70px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh23 {
  line-height: 23px;
}
a:hover {
  color: inherit;
}
.breakWord {
  word-wrap: break-word;
}



/*富文本插入内容样式*/
.ueEditorStyle {
  font-size: 14px;
  word-wrap: break-word;
  color:#333;
}
.ueEditorStyle * {
  word-wrap: break-word;
  max-width: 100%;
}
.ueEditorStyle img {
  max-width: 100% !important;
}
.ueEditorStyle table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  max-width: 100% !important;
  table-layout: fixed;
  margin-bottom: 10px;
}
.ueEditorStyle table td, .ueEditorStyle table th {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.ueEditorStyle a {
  text-decoration:underline;
  color:-webkit-link;
}
.ueEditorStyle .list-paddingleft-2 {
  padding-left: 20px;
}
.UEditorTable {
  width: auto !important;
}
.ueEditorStyle li {
  list-style: unset;
}
/* 简介要覆盖富文本样式 */
.ueEditorStyle.content * {
  color: #989898 !important;
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 20px !important;
}
