@charset "utf-8";
/*Css Document */
 body {

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {

    .topnavlist_title:after {

  top: 0.045rem!important;

}

}
::-webkit-scrollbar {
    width: 10px; /* 设置滚动条宽度 */
    height: 10px; /* 设置滚动条高度 */
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc; /* 设置拖动条颜色 */
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2; /* 设置滚动条背景颜色 */
}



/*消除不同浏览器对HTML文本呈现的差异==========================================================================*/
/*1.在所有浏览器中更正行高。
2.防止在iOS中更改方向后调整字体大小。*/
html{line-height: 1.15; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */-ms-text-size-adjust: 100%;}
/*Sections(节)========================================================================== */
/*在所有浏览器中删除边距。*/
body{}

/*在IE中一致地渲染`main`元素。*/
main{display: block;}
/*更正`section`中`h1`元素的字体大小和边距，
Chrome，Firefox和Safari中的“article”上下文。*/
h1{font-size: 2em;margin: 0.67em 0;}
/*Grouping content(分组内容)========================================================================== */
/*1.在Firefox中添加正确的框大小。
2.在Edge和IE中显示溢出。*/
hr{box-sizing: content-box; /* 1 */height: 0; /* 1 */overflow: visible; /* 2 */}
/*1.在所有浏览器中更正字体大小的继承和缩放。
2.在所有浏览器中更正奇数的“ em”字体大小。*/
pre{font-family: monospace, monospace; /* 1 */font-size: 1em; /* 2 */}
/* Text-level semantics(文本级语义)========================================================================== */
/*删除IE 10中活动链接上的灰色背景。*/
a {background-color: transparent;}
/*1.移除Chrome 57-中的底部边框
2.在Chrome，Edge，IE，Opera和Safari中添加正确的文字修饰。*/
abbr[title]{border-bottom: none; /* 1 */text-decoration: underline; /* 2 */text-decoration: underline dotted; /* 2 */}
/*在Chrome，Edge和Safari中添加正确的字体粗细。*/
b,strong{font-weight: bolder;}
/*1.在所有浏览器中更正字体大小的继承和缩放。
2.在所有浏览器中更正奇数的“ em”字体大小。*/
code,kbd,samp {font-family: monospace, monospace; /* 1 */font-size: 1em; /* 2 */}
/*在所有浏览器中添加正确的字体大小。*/
small{font-size: 80%;}
/*防止`sub`和`sup`元素影响行的高度
所有浏览器。*/
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub{bottom: -0.25em;}
sup{top: -0.5em;}
/* Embedded content(嵌入式内容)========================================================================== */
/*删除IE 10中链接内部图像的边框。*/
img{border-style: none;}
/* Forms(形式)========================================================================== */ 
/*1.在所有浏览器中更改字体样式。
2.在Firefox和Safari中删除边距。*/
 button,input,optgroup,select,textarea{font-family: inherit; /* 1 */font-size: 100%; /* 1 */line-height: 1.15; /* 1 */margin: 0; /* 2 */}
/*显示IE中的溢出。
1.在Edge中显示溢出。*/
button,input {/* 1 */overflow: visible;}
/*删除Edge，Firefox和IE中文本转换的继承。
1.删除Firefox中文本转换的继承。*/
button,select { /* 1 */text-transform: none;}
/*纠正了无法在iOS和Safari中设置可点击类型的样式的问题。*/
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance: button;}
/*在Firefox中删除内部边框和填充。*/
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style: none;padding: 0;}
/*恢复以前的规则未设置的焦点样式。*/
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline: 1px dotted ButtonText;}
/*更正Firefox中的填充。*/
fieldset{padding: 0.35em 0.75em 0.625em;}
/* 1.更正Edge和IE中的文字换行。
2.纠正IE中来自“ fieldset”元素的颜色继承。
3.删除填充，使开发人员在归零时不会被抓住
所有浏览器中的`fieldset`元素。*/
legend {box-sizing: border-box; /* 1 */color: inherit; /* 2 */display: table; /* 1 */max-width: 100%; /* 1 */padding: 0; /* 3 */white-space: normal; /* 1 */}
/*在Chrome，Firefox和Opera中添加正确的垂直对齐方式。*/
progress{vertical-align: baseline;}
/*删除IE 10+中的默认垂直滚动条。*/
textarea{overflow: auto;}
/*1.在IE 10中添加正确的框大小。
2.删除IE 10中的填充。*/
[type="checkbox"],[type="radio"]{box-sizing: border-box; /* 1 */padding: 0; /* 2 */}
/*更正Chrome中递增和递减按钮的光标样式。*/
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height: auto;}
/*1.纠正Chrome和Safari中的奇怪外观。
2.在Safari中更正轮廓样式。*/
[type="search"]{-webkit-appearance: textfield; /* 1 */outline-offset: -2px; /* 2 */}
/*在macOS上的Chrome和Safari中删除内部填充。*/
[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
/*1.纠正了无法在iOS和Safari中设置可点击类型的样式的问题。
2.在Safari中将字体属性更改为`inherit`。*/
::-webkit-file-upload-button{-webkit-appearance: button; /* 1 */font: inherit; /* 2 */}
/* Interactive(互动)========================================================================== */
/*在Edge，IE 10+和Firefox中添加正确的显示。*/ 
details{display: block;}
/*在所有浏览器中添加正确的显示。*/ 
summary{display: list-item;}
/* Misc(其他)========================================================================== */
/*在IE 10+中添加正确的显示。*/
template{display: none;}
/*在IE 10中添加正确的显示。*/
[hidden]{display: none;}

/*Document : CSS样式初始化 Description: CSS样式表的初始化，全局样式设置。*/
/* 全局CSS reset */
/* 页面设置 */
/* 初始化标签在所有浏览器中的margin、padding值 */
html{ _background:url(about:blank);}
a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hr,html,i,iframe,img,input,ins,kbd,keygen,label,legend,li,link,main,map,mark,menu,menuitem,meta,meter,nav,noframes,noscript,object,ol,optgroup,option,output,p,param,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,source,span,strike,strong,style,sub,summary,sup,textarea,time,title,track,tt,u,ul,var,video,wbr{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/ }
header,footer,nav,section,figure,figcaption,form,aside,article,hgroup,main,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt{display: block;}
/* 酌情修改 */
body{font-family:Microsoft YaHei UI,"microsoft yahei","微软雅黑",simsun,"宋体",sans-serif; overflow-x: hidden;}
body,th,td,input,select,textarea,button{font-size:14px;line-height:1 ;} /* 重置页面文字属性 */
/* 短引用的内容可取值：''或"" */
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none} /* 重置嵌套引用*/
/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym{border: 0 none;} /* 重置fieldset（表单分组）、图片的边框为0*/
img{vertical-align:top;} /* 图片在当前行内的垂直位置 */
abbr,acronym{font-variant: normal;}
legend{color:#000;}
blockquote, q{quotes: none} /* 重置嵌套引用的引号类型 */
/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var{/*font-weight: normal; font-style: normal;*/} /* 重置样式标签的样式 */
/* 上下标 统一上标和下标 */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em; }
sub{bottom:-0.25em;}
/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
/* 表格标题及内容居左显示 */
caption{display:none;} /* 重置表格标题为隐藏 */
caption,th{text-align: left;}
/* 清除列表样式 */
dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}/* 输入控件字体 */
input,select,textarea,button{vertical-align:middle;outline:none;} /* 重置表单控件垂直居中*/
textarea{resize:none}
input[type="submit"]{cursor: pointer;}/* 鼠标样式 */
button{border:0 none;background-color:transparent;cursor:pointer} /* 重置表单button按钮效果 */
input::-moz-focus-inner{border: 0; padding: 0;}
/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6{font-family:Microsoft YaHei UI,"microsoft yahei","微软雅黑",simsun,"宋体",sans-serif;/*font-size: 100%;*/font-weight: normal;}
/* 链接样式，颜色根据实际需求修改 */
a:link {}/* 未访问的链接 */
a:visited {}/* 已访问的链接 */
a:hover {}/* 鼠标移动到链接上 */
a:active {}/* 选定的链接 */
del,ins,a{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;} /* 取消a标签点击后的虚线框 */
a:active{star:expression(this.onFocus=this.blur());} /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*匹配元素中被用户选中或处于高亮状态的部分*/
::selection{}
::-moz-selection{}
a{outline: none;transition: color 0.2s ease 0s;}/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3 transition: all 0.3s ease 0s;   */
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-overflow-scrolling : touch
/* 自定义样式 */
.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}/*清除浮动*/
.font-en{font-family:"Arial, Helvetica, sans-serif";}/*英文字体*/
.cursor{ cursor:pointer;}/*小手*/
.pr{position:relative}/*相对定位*/
.pa{position:absolute}/*绝对定位*/
.fl{ float:left;}/*左浮动*/
.fr{ float:right;}/*右浮动*/
.fl,.fr{/*display:inline;*/}/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
.text-hide{text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}/*单行文本隐藏*/
.dom_none{display: none;}/*隐藏元素*/
a, a:link, a:visited, a:focus, a:active {
    text-decoration: none;
    color: #036;
}
.DnnModule { clear: both; }
.i-pager {height: auto;font-size: 16px;padding-top: 37px;text-align: center;clear: both;color: rgb(102, 102, 102);margin-bottom: 3%;}
.i-pager-next a { width: 77px; color: rgb(9, 54, 140); display: inline-block; }
.i-pager-last a { width: 77px; color: rgb(9, 54, 140); display: inline-block; }
.i-pager-first, .i-pager-prev, .i-pager-next, .i-pager-last, .i-pager-item { display: inline-block; width: auto; min-width: 38px; height: 38px; margin-left: 6px; border-radius: 4px; border: 1px solid rgba(102, 102, 102, 0.3); text-align: center; line-height: 38px; font-size: 16px; padding: 0px; color: rgb(102, 102, 102) !important; }
.i-pager-next, .i-pager-last, .i-pager-first, .i-pager-prev { font-size: 15px; vertical-align: bottom; color: rgb(102, 102, 102) !important; }
.i-pager-info {height: 35px;border-radius: 4px;border: 1px solid rgba(102, 102, 102, 0.3);font-size: 16px;vertical-align: bottom;color: rgb(102, 102, 102);margin-left: 7px;}
.i-pager-current { width: auto; text-align: center; display: inline-block; margin-left: 6px; line-height: 38px; border: none; color: rgb(102, 102, 102); padding: 0px; }
.i-pager-info-c { color: rgb(0, 129, 204); width: auto; text-align: center; display: inline-block; padding-right: 0px; font-size: 16px; padding-left: 6px; line-height: 34px; border: none; }
.i-pager-info-p { color: rgb(102, 102, 102); width: auto; text-align: center; display: inline-block; padding-left: 6px; font-size: 16px; font-weight: 200; line-height: 34px; border: none; }
.i-pager-info-t { color: rgb(102, 102, 102); width: auto; text-align: center; display: inline-block; margin: 0px 3px; line-height: 38px; border: none; }
.i-pager a:hover {/* color: rgb(255, 255, 255) !important; */}
.i-pagers a {color: #1D4F91;display: inline-block;}
.i-pagers:hover {background: #1D4F91;color: rgb(255, 255, 255) !important;}
.i-pagers:hover a{background: #1D4F91;color: rgb(255, 255, 255) !important;}

.i-pager-item-active { background: rgb(3, 108, 180); }
.i-pager-item-active span { color: rgb(255, 255, 255); }
.i-pager-item:hover { background: rgb(3, 108, 180); color: rgb(255, 255, 255); }
.i-pager-next:hover { background: rgb(3, 108, 180); color: rgb(255, 255, 255) !important; }
.i-pager-last:hover { background: rgb(3, 108, 180); color: rgb(255, 255, 255) !important; }
.i-pager-info {display: inline-block;line-height: 36px;margin-left: 3px;font-family: Arial, "Microsoft YaHei", sans-serif;padding-left: 0px;padding-right: 10px;padding-left: 15px;}
.i-pagers {display: inline-block;border: 1px solid rgba(102, 102, 102, 0.3);padding: 3px 4px;font-size: 14px;border-radius: 4px;width: 75px;height: 29px;line-height: 28px;text-align: center;cursor: pointer;}
.i-pager-info select{
	margin-top: -2px;
	color: rgb(102, 102, 102);
	font-size: 16px;
}
.i-pager-info select option{
	font-size: 16px;
}
.indent {
    text-indent: 2em;
}