﻿/* reset */
@font-face {
    font-family: "NotoSansHans";
    src: url("../fonts/NotoSansHans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
html { height: 100%; }
body { min-height: 100%;width:100%;overflow-x:hidden;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 , iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align:top;max-width:100%; height:auto;}
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { color:#333; font-size: 14px; font-family:"NotoSansHans","Microsoft Yahei","微软雅黑",arial,"\9ED1\4F53"; }
body { line-height: 1.5 }
a:link,
a:visited,
a:active,
a { text-decoration: none; color:#2D2E32; }
a { blr:expression(this.onFocus=this.blur()) } /* 清除 A 链接在点击时会产生虚线的问题 */
a * { *cursor: pointer }
:focus { outline: none } 
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity:0.5;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity:0.5;}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.5;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity:0.5;}
/* reset */

/*所有后台编辑器区域都要引用 editorFile 类名   start*/
.editorFile{ line-height:1.8; padding:0 0; color:#333; text-align:justify;}
.editorFile ul{ margin:inherit; padding:inherit}
.editorFile ul li { list-style-type:disc; margin:auto; padding:inherit}
.editorFile ol{ margin:inherit; padding:inherit}
.editorFile ol li { list-style-type:decimal; margin:auto; padding:inherit}
.editorFile h1 { font-size: 2em; font-weight:bold }
.editorFile h2 { font-size: 1.5em; font-weight:bold }
.editorFile h3 { font-size: 1.17em; font-weight:bold }
.editorFile h4 { font-size: 1em; font-weight:bold }
.editorFile h5 { font-size: 0.83em; font-weight:bold }
.editorFile h6 { font-size: 0.67em; font-weight:bold }
.editorFile em,.editorFile i,.editorFile cite,.editorFile address{ font-style: italic }
.editorFile table{ border-collapse: separate; border-spacing: 2px }
.editorFile img{max-width:100%;height:auto !important;vertical-align:center;display:block;margin:0 auto;}
.editorFile a:hover{text-decoration:underline;}
/*所有后台编辑器区域都要引用 editorFile 类名   end*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }

.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

/*公用样式start*/
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ellipsis-2{height:3em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.ellipsis-3{height:4.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.ellipsis-4{height:6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}

.tran_scale { display:block;overflow:hidden;}
.tran_scale img {transition:0.5s all ease;-webkit-transition:0.5s all ease;}
.tran_scale:hover img { transform:scale(1.05,1.05);}

.fl{float:left;}
.fr{float:right;}
.pr{position:relative;}
.pa{position:absolute;}
.dpb{display:block;}
.fb{font-weight:bold;}
.ovh{overflow:hidden;}
.pCenter{left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.pFull{left:0;top:0;width:100%;height:100%;}
.tac{text-align: center;}
/*公用样式end*/

/*背景色 字号 字体颜色 start*/
.bg-fff{background:#fff;}
.bg-f5{background:#f5f5f5;}
.bg-f89a{background:#f8f9fa;}

body .c-fff{color:#fff;}
body .c-ccc{color:#ccc;}
body .c-999{color:#999;}
body .c-666{color:#666;}
body .c-blue{color:#034AA1;}
body .c-red{color:#FF0000;}

.f-14{font-size:14px;}
.f-16{font-size:16px;}
.f-18{font-size:18px;}
.f-22{font-size:22px;}
.f-20{font-size:20px;}
.f-24{font-size:24px;}
.f-26{font-size:26px;}
.f-28{font-size:28px;}
.f-36{font-size:36px;}
.f-44{font-size:44px;}
/*背景色 字号 字体颜色 end*/
.ql-size-large{font-size:18px;}
.ql-size-huge{font-size:32px;}
.ql-align-center{text-align: center;}
.ql-align-right{text-align: right;}
.ql-align-justify{text-align: justify;}
.ql-video{width:100%;height:675px;}
@media only screen and (max-width:1440px){
.f-16{font-size:14px;}
.f-18{font-size:16px;}
.f-22{font-size:18px;}
.f-20{font-size:18px;}
.f-24{font-size:20px;}
.f-26{font-size:20px;}
.f-28{font-size:22px;}
.f-36{font-size:24px;}
.f-44{font-size:40px;}
.ql-size-large{font-size:16px;}
.ql-size-huge{font-size:24px;}
}
/*大事件置灰页面*/
.bigEventGray{filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}




/*页面右侧悬浮菜单*/
.floatMenu{position:fixed;right:20px;bottom:100px;z-index:99999;}
.floatMenu .item{display:block;border-radius:4px;background:#034AA1;margin-top:4px;text-align:center;padding:10px 8px;position:relative;}
.floatMenu .item span{display:block;}
.floatMenu .item .icon{height:18px;}
.floatMenu .item .font{font-size:10px;color:#ffffff;margin-top:4px;}
.floatMenu .item .floatMenuPop{display:none;position:absolute;right:100%;top:50%;padding-right:12px;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.floatMenu .item .floatMenuPop .cont{white-space:nowrap;background:#034AA1;color:#ffffff;padding:10px;border-radius:4px;font-size:12px;text-align:left;position:relative;}
.floatMenu .item .floatMenuPop .cont::after{content:"";display:block;position:absolute;right:-12px;top:50%;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent;border-left:6px solid #034AA1;}
.floatMenu .item:hover .floatMenuPop{display:block;}

/*消息中心提示*/
.hasMsgTips{display:flex;align-items:center;}
.hasMsgTips .icon{width:20px;height:20px;background:url(../images/msg1.png) center no-repeat;background-size:contain;margin-right:4px;position:relative;}
.hasMsgTips .dot{position:absolute;right:0;top:0;height:4px;width:4px;background:#ff0000;border-radius:50%;}


@media only screen and (max-width:1560px){
	.floatMenu{right:10px;bottom:50px;}
}

@media only screen and (max-width:1024px){
	.floatMenu .item .font{display:none;}
	.floatMenu .item .icon{width:22px;}

	.hasMsgTips .icon{background-image:url(../images/msg2.png);}
	.ql-video{ height:556px;}
}
@media only screen and (max-width:480px){
.ql-video{ height:240px;}
}


.personalList .download-link {
	color: #1890ff;
	cursor: pointer;
	text-decoration: none;
}
.personalList .download-link:hover {
	color: #40a9ff;
}