﻿@charset "UTF-8";

/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,
img { vertical-align: top; border: 0; }
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal; }
li,
ol,
ul { list-style: none; }
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1; }
caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%; }
q:after,
q:before { content: ""; }
abbr,
acronym { border: 0; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; }
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1; }

/* Public */
body { color: #333; font-size: 16px; line-height: 32px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #333; text-decoration: none; outline: none;  }
a:hover { color: #0036A2; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 20px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
input[type="button"],
input[type="submit"],
input[type="file"],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.prev,
.next { transition: all 0.5s; }

/* frame */
body { text-align: center; }
.wrap { min-width: 1400px; min-height: 400px; }
.container,
.siteWidth { position: relative; max-width: 1400px; margin: 0 auto; }
#header { z-index: 4; }

/* headerTop */
.headerTop { min-width: 1400px; background-color: #1971c2; z-index: 3; position: relative; }
.headerTop .container { display: flex; justify-content:space-between; height: 110px; align-items: center; transition: all 0.5s;}
#logo { position: relative; z-index: 1; width: 480px; text-align: left; transition: all 0.5s; }
#logo img { width: auto; max-height: 75px; transition: all 0.5s;
   image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* topBar------------------ */
.topBar { height: 40px; min-width: 1400px; line-height: 40px; color: #fff; font-size: 13px; position: relative; z-index: 6; background-color: #1958BA; }
.topBar .container { display: flex; align-items: center; justify-content: space-between; width: 100%; }

.top-panel { min-width: 0; flex: 1 0 0%; display: flex; justify-content: end;}
.top-panel>ul>li { float: left; position: relative; }
.top-panel>ul>li>a { color: #fff; }
.top-panel>ul>li>a:hover { color: #ffd800; }
.top-panel>ul>.spe { margin: 0 15px; opacity: 0.2; background-color: #fff; font-size: 0; width: 1px; height: 12px; margin-top: 14px; }
.list-panel > li .pic { display: none; position: absolute; top: 100%; left: 50%; margin-left: -60px; }
.list-panel > li .pic::before { display: block; content: ""; width: 0; height: 0; border: 8px solid transparent; border-bottom: 8px solid #fff; margin: 0 auto; }
.list-panel > li .pic img { width: 120px; height: auto; padding: 5px; background-color: #fff;  }
.list-panel > li:hover .pic { display: block; }
.list-panel > li>a { display: flex; align-items: center; }
.list-panel > li>a i {  margin-right: 5px; }
.get-home { display: none; }

/* topNav */
.topNav { min-width: 0; flex: 1 0 0%; padding-right: 100px; transition: 0.4s; }
.mainNav { display: flex; justify-content: end; }
.mainNav .li1 { position: relative; padding: 35px 0;}
.mainNav .ul1 { display: none; width: 130%; position: absolute; left: 50%; transform: translateX(-50%);top: 100%; background-color: #f6f6f6e6; }
.mainNav .ul1::before { display: block; content: ""; width: 0; height: 0; border: 7px solid transparent; border-bottom: 7px solid #F6F6F6; top: -14px; left: 50%; transform: translateX(-50%); position: absolute; }
.mainNav .a1 { font-size: 18px; font-weight: bold; color: #fff; transition: all 0.5s; height: 40px; line-height: 40px; display: block;  padding: 0 15px;}
.mainNav .li2,
.mainNav .li3 { text-align: center; position: relative; }
.mainNav .last2 .a2, 
.mainNav .last3 .a3 { border-bottom: none; }
.mainNav .a2,
.mainNav .a3 { display: block; line-height: 24px; padding: 8px 5px; font-size: 15px; border-bottom: 1px solid rgba(0,0,0,0.1); box-sizing: border-box; }
.mainNav .a2:hover,
.mainNav .a3:hover { color: #333; background-color: rgba(255,255,255,.5);}
.mainNav #li-jlpt .ul1,
.mainNav #li-teacher .ul1 { width: 250%; }
.mainNav #li-rwjl .ul1 { width: 280%; }
.mainNav #li-teacher .ul1 ,
.mainNav #li-ksfw .ul1,
.mainNav #li-rwjl .ul1,
.mainNav #li-goetheslz .ul1 { display: none !important;}

/* ul2 */
.mainNav .li2 .ul2 { display: none; position: absolute; top: 0; left: 100%; width: 200px; }
.mainNav #li-ksfw .ul2 { left: auto; right: 99%; background-color: #f6f6f6e6; }
.mainNav #li-gjbhkszx:hover .ul2 { display: block; }

/*翻转*/
.mainNav .h1 { overflow: hidden; position: relative; }
.mainNav .a1:before { position: absolute; top: 100%; content: attr(title); color: #fdc337; }
.mainNav .li1:hover .a1 { transform: translateY(-100%); }
/*.mainNav #li-home:hover .a1,
.mainNav #li-links:hover .a1 { transform: translateY(0); color: #fdc337; }*/
.mainNav #li-links .a1 { color: #fff !important; }


/* 搜索弹框 -------------*/
.search { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.search a { height: 40px; line-height: 40px; display: flex; align-items: center; width: 80px; transition: 0.3s all; border-radius: 4px; background-color: #fff; justify-content: center; color: #1971c2; transition: 0.3s; box-sizing: border-box; }
.search a::before { content: "\E805"; font-family: iconfont; font-size: 24px; color: inherit; }
.search a:hover { color: #fff; background-color: #C50000; }

.top-search { display: none; width: 100%; height: 100%; left: 0; top: 0; position: fixed; z-index: 2; background-color: rgba(0, 0, 0, 0.7);}
.top-search .btn-close { position: absolute; z-index: 1; cursor: pointer; right: 200px; top: 200px; padding: 20px; color: #fff; font-size: 80px; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; transition: all ease .4s; }
.top-search .btn-close:hover { transform: rotate(180deg); }
.top-search.show { display: block; }

/* 搜索输入框 */
.s-form { display: flex; height: 60px; position: absolute; left: 50%; margin-left: -275px; top: 50%; transform: translateY(-50%); width: 550px; background-color: #fff; border-radius: 8px; align-items: center; }
.s-form .select-box { display: none; }
.s-form .input-box { width: 460px; }
.s-form .input-box input { padding: 15px 25px; font-size: 18px; height: 30px; line-height: 30px; width: 410px; background: none; border: none; border-radius: 8px 0 0 8px; outline: none; }
.s-form .btn-box { width: 90px; }
.s-form .btn-box input { font-size: 18px; color: #fff; width: 90px; line-height: 60px; background: #265fa9; border: none; outline: none; border-radius: 0 6px 6px 0; height: 60px; }


/* 顶部登录注册 */
.topBar .userLogged { float:right; margin-top:7px; color:#fff; margin-right: 2px;}
.topBar .userLogged a { color:#fff}
.topBar .userLogged a:hover { color: #ffd800; }
.topBar .userLogged .userDropdown .nickname { font-weight: normal; }
.topBar .userLogged .userDropdown .nickname:hover{color:#ffd800;}
.topBar .userLogged .loggedin .signinSum,
.topBar .userLogged .loggedin .myMsg{ background-image: url(../img/icons-userlogged.png);}
.topBar .userLogged .loggedin .signinSum:hover,
.topBar .userLogged .loggedin .myMsg:hover,
.topBar .userLogged .loggedin .hasMsg { background-image: url(../img/icons-userlogged-on.png);}
.topBar .userLogged .userDropdown .nickname:after{background: url(../img/userlogged-arrow.png) no-repeat;}
.topBar .userLogged .userDropdown .avatar{ display: none; }
.topBar .userLogged .userDropdown .ud-bd { font-size: 14px; }
.topBar .userLogged .split { margin: 0 10px; opacity: 0.2; background-color: #fff; font-size: 0; width: 1px; height: 12px; margin-top: 7px; }
.user-mainbox .hd h3{color:#2055BD !important; border-bottom-color:#2055BD !important;}
.user-mainbox .loginBtn{background-color:#2055BD !important; }
.user-mainbox .loginBtn:hover{background-color:#2055BD !important;}



/* banner */
.banner { position: relative; }
.banner .con { display: none; }
.banner .hd {  height: 12px; position: absolute; right: 0; bottom: 100px; width: 100%;  }
.banner .hd ul { display: flex; justify-content: center; width: 100%; }
.banner .hd li { transition: all 0.5s; border-radius: 20px; width: 12px; height: 12px; cursor: pointer; background-color: #fff; margin: 0 5px; opacity: 0.5; }
.banner .hd li.on { opacity: 1; width: 30px; }
.banner .hd li span { display: none; }
.banner .arrow::before { content: "\E807"; font-family: iconfont; font-size: 40px; z-index: 1; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; transition: 0.4s; opacity: 0;}
.banner .prev::before { left: 10%; content: "\E808";}
.banner .next::before { right: 10%; }
.banner:hover .arrow::before { opacity: 1; }

#page-banner { height: 560px; overflow: hidden; z-index: 0; }
#page-banner::before { display: block; content: ""; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); width: 100%; min-width: 1400px; height: 100px; position: absolute; top: 0; left: 0; z-index: 1; }
#page-banner .hd { bottom: 30px; }
#page-banner .bd li { min-width: 1400px; height: 560px; }


/* content */
#content { clear: both; margin: 20px auto 0; width: 1400px; min-height: 300px; box-sizing: border-box; position: relative; z-index: 1; text-align: left; background-color: #fff;}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* footer */
#footer { background: url(../img/foot-bg.jpg) no-repeat; background-size: cover; position: relative; z-index: 1; }
#footer .container { display: flex; align-items: center; /* justify-content: center; */ justify-content: space-between; padding: 30px 0; color: rgba(255,255,255,.8); line-height: 30px; gap: 100px; }
#footer a { color: inherit; transition:0.3s; }
#footer a:hover { color: #fdc337; }
#footer .con { text-align: left;}
.footNav,.foot-logo, .qr-pic { min-width: 0; }
.foot-logo img { max-height: 104px; max-width: 180px; }
.qr-pic img { width: 96px; height: auto;}
.footNav { margin-bottom: 10px; margin-left: -8px; }
.footNav a { margin: 0 8px; }


.qr-wx ul { display: flex; justify-content: space-between; gap: 25px; }
.qr-wx li:first-child { margin-top: 8px;}

/* 主栏 和 侧栏 */
.mainContent { overflow: hidden;}
.side {  width: 24%; overflow: hidden; float: left; margin-right: 30px;}

/* 位置导航 */
.path { height: 42px; line-height: 42px; font-size: 14px; color: #666; text-align:left;}
.path em::before { content: "\E829"; font-family: iconfont; font-size: 30px; vertical-align: middle; position: relative; top: -2px; }
.path a,
.path span { padding: 0 3px; color: #666;}
.path a:hover { color: #2055BD; }


/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5);}
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0;}

/* box-default */
.box-default > .hd { margin-bottom: 30px; }
.box-default > .hd h3 { font-weight: bold; font-size: 22px; line-height: 60px; }

/* 侧栏固定菜单 */
.sideFixed { z-index: 9; position: fixed; top: 50%; transform: translateY(-50%); right: 5px; width: 60px; background: #fff; font-size: 14px; _position: absolute; }
.sideFixed li { position: relative; background-color: #E0E0E0;}
.sideFixed li:nth-child(2n) { background-color: #E8E8E8; }
.sideFixed li a.a1 { height: 60px; line-height: 60px; display: flex; justify-content: center; align-items: center; }
.sideFixed li a.a1::before { content: "\E827"; font-family: iconfont; font-size: 40px; }
.sideFixed .mail a.a1::before { content: "\E826"; font-size: 36px;}
.sideFixed .oa a.a1::before { content: "\E823"; }
.sideFixed .gt a.a1::before { content: "\E822"; font-size: 30px; }
.sideFixed .on a.a1,
.sideFixed li a.a1:hover { background-color: #c50000; color: #fff; }
.sideFixed .pic,
.sideFixed .intro { display: none; }
.sideFixed .pic img { width: 150px; height: 150px; }
.sideFixed .on .pic,
.sideFixed .on .intro { display: block; position: absolute; left: -168px; top: 50%; transform: translateY(-50%); background-color: #fff; }
.sideFixed .on .pic i,
.sideFixed .on .intro i { z-index: 8; position: absolute; right: -13px; top: 50%; transform: translateY(-50%); border-width: 7px; border-color: transparent; border-style: dashed; border-left-color: #fff; border-left-style: solid; display: block; font-size: 0; line-height: 0; width: 0; }
.sideFixed .on .intro { height: 40px; line-height: 40px; padding: 0 25px; left: -110px; min-width: 60px;}


/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: 0.9; background: rgba(0, 0, 0, 0.5); }
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0; }

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.8); left: 0; top: 0; }

/* 侧栏-栏目菜单 */
#sideMenu li { font-size: 18px; text-align: center; border-bottom: 1px solid #D9D9D9;}
#sideMenu li a { display: block; padding: 12px; line-height: 30px; }
#sideMenu li a:hover { }
#sideMenu .on { border-color: #2055BD; }
#sideMenu .on a,
#sideMenu .on a:hover { font-weight: bold; color: #2055BD; }


/* boxA */
.boxA { margin-bottom: 15px; }
.boxA .hd { height: 40px; line-height: 40px; position: relative; font-size: 18px; border-bottom: 2px solid #f3f3f3; }
.boxA .hd .more { position: absolute; top: 8px; right: 0; color: #999; font-size: 14px; width: 24px; height: 24px; line-height: 80px; overflow: hidden; background: #e1e7f0 url(../img/moreicon.png) no-repeat center; border-radius: 50%; }
.boxA .hd .more a { color: #999; }
.boxA .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms; }
.boxA .hd .more:hover { transform: rotate(360deg); background-color: #f7bc68; }
.boxA .hd h3 { position: absolute; color: #416eb4; font-size: 18px; font-weight: bold; line-height: 30px; padding: 0 20px; height: 40px; border-bottom: 2px solid #416eb4; }
.boxA .hd h3 a { color: #416eb4; }
.boxA .hd h3 a:hover { text-decoration: none; }
.boxA .hd ul { position: absolute; height: 40px; overflow: hidden; }
.boxA .hd li { float: left; font-size: 18px; height: 39px; line-height: 39px; background: #f9f9f9; }
.boxA .hd li a { display: block; float: left; padding: 0 30px; }
.boxA .hd li a:hover { text-decoration: none; }
.boxA .hd .on { border: 1px solid #e1e1e1; border-top: 3px solid #416eb4; border-bottom: 0; }
.boxA .bd { padding: 5px; overflow: hidden; }


/* 侧栏盒子模型 */
.sideBox { margin-bottom: 20px; }
.sideBox .hd { overflow: hidden; padding: 0px 10px; height: 60px; line-height: 60px; background: #265fa9; }
.sideBox .hd h3 { font-size: 22px; color: #fff; text-align: center; }
.sideBox .hd h3 a { color: #fff; }
.sideBox .hd h3 a:hover { text-decoration: none; }
.sideBox .bd { border: 1px solid #e8e8e8; padding: 10px 19px 19px; background: #fff; }

/*节点归档信息样式*/
.archived-info { float: right; }
.archived-info span { margin: 0 5px; }

/* infoListA */
.infoListA li { padding: 0 0 10px 12px; margin-bottom: 10px; border-bottom: 1px solid #eee; line-height: 1.5; background: url(../img/icons.png) 0 -387px no-repeat; position: relative; }
.infoListA .date { color: #999; float: right; }
.infoListA .last { border-bottom: 0; }

/* 日历式列表 */
.calendarList li { height: 60px; padding: 10px 0; }
.calendarList li .calendar { float: left; width: 60px; height: 60px; background: #abb898; color: #fff; text-align: center; font-size: 12px; border-radius: 6px; margin-right: 20px; display: inline; }
.calendarList li .calendar em { display: block; line-height: 20px; font-size: 24px; padding-top: 10px; }
.calendarList li .title { font-size: 16px; font-weight: bold; }
.calendarList li .intro { color: #999; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* video-list */
.video-list li { float: left; width: 330px; height: 208px; margin-right: 26px; overflow: hidden; position: relative; }
.video-list li:last-child { margin-right: 0; }
.video-list .pic img { width: 330px; height: 208px; transition: 0.5s all; }
.video-list .pic i { position: absolute; top: 50%; left: 50%; transition: 0.4s; margin-left: -25px; margin-top: -25px; scale: 0.8; width: 50px; height: 50px; border-radius: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 2; }
.video-list .pic i::after { display: block; content: ""; width: 0; height: 0; border: 12px solid transparent; border-left: 20px solid #fff; z-index: 3; margin-left: 8px; transform: translate(-50%,-50%); position: absolute; top: 50%; left: 50%;}
.video-list .title { width: 90%; text-align: center; transition: 0.5s; padding: 0 5%; height: 50px; line-height: 50px; color: #fff; position: absolute; left: 0; bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.video-list .title a { color: inherit; }
.video-list .titleBg { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; width: 100%; height: 60px; bottom: 0; left: 0; }
.video-list li:hover .pic i { scale: 1; }
.video-list li:hover .pic img { transform: scale(1.08); }
.video-list li:hover .title { transform: translateY(-10px);  }


/* 信件列表 */
.letterList { width: 100%; border: none; }
.letterList th,
.letterList td { text-align: center; font-size: 14px; vertical-align: middle; line-height: 26px; padding: 5px 5px; }
.letterList th { background: #f1f6fa; }
.letterList th { color: #416eb4; height: 35px; line-height: 35px; padding: 0px; border-bottom: 1px solid #d7ebf6; font-weight: bold; }
.letterList th.title { text-align: left; padding-left: 38px; }
.letterList tr:nth-child(2n) td,.letterList .even td { background: #f4f4f2; }
.letterList .num { display: none; }
.letterList td.title { text-align: left; padding-left: 5px; white-space: normal; word-break: break-all; }
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px; }
.letterList .ico img { vertical-align: middle; }
.letterList .dep { width: 90px; }
.letterList .state { width: 90px; }
.letterList .open,
.letterList .handle { display: none; }
.letterList .state .s0 { color: #333; }
.letterList .state .s1 { color: #f70; }
.letterList .state .s2 { color: #f00; }
.letterList .state .s3 { color: #390; }
.letterList .state .s4 { color: #333; text-decoration: line-through; }
.letterList .date { border-right: none; width: 90px; }
.letterList td.date { color: #999999; }

/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%; }
.detailTable,
.detailTable tr,
.detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse; }
.detailTable thead tr { border-color: #416eb4; }
.detailTable thead th { background: #416eb4; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #416eb4; }
.detailTable tbody td { padding: 10px 15px; }
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%; font-size: 14px; }
.detailTable .trTitle .tdCon { font-weight: bold; white-space: normal; word-break: break-all; }
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) { width: 160px; }
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) { width: 160px; }
.detailTable .preDiv { width: 670px; overflow: auto; }
.detailTable .preDiv pre { font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }

/* mainBox */
.mainBox .mHd { position: relative; border-bottom: 2px solid #f3f3f3; line-height: 45px; height: 45px; margin-bottom: 10px; }
.mainBox .mHd .list { overflow: hidden; }
.mainBox .mHd .list li { float: left; padding: 0 4%; }
.mainBox .mHd .list a { font-size: 18px; color: #888; }
.mainBox .mHd .list a:hover { text-decoration: none; }
.mainBox .mHd .list .on a { color: #416eb4; }
.mainBox .mHd h3,
.mainBox .mHd .list .on { position: relative; font-weight: bold; display: inline-block; *display: inline; zoom: 1; padding: 0 2.5%; border-radius: 6px 6px 0 0; color: #416eb4; border-bottom: 0; font-size: 18px; border-bottom: 2px solid #416eb4; }
.mainBox .mHd h3 a { color: #416eb4; }

/* 友情链接模拟下拉 */
.friendLinks { background: #416eb4; padding: 8px 0; height: 36px; }
.friendLinks dl { width: 222px; margin-right: 15px; float: left; display: inline; position: relative; border-radius: 5px; }
.friendLinks dl dt { height: 36px; line-height: 36px; padding: 0 5px 0 8px; overflow: hidden; background: #5682c5; color: #fff; font-size: 16px; position: relative; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.friendLinks dl dt i { right: 12px; top: 50%; margin-top: -2px; border-width: 5px; position: absolute; border-color: transparent; border-style: dashed; border-top-color: #245baf; border-top-style: solid; content: ""; display: block; font-size: 0; line-height: 0; width: 0; }
.friendLinks dl dt h3 { width: 175px; }
.friendLinks dd { bottom: 35px; display: none; width: 100%; position: absolute; left: 0; }
.friendLinks ul { max-height: 389px; border: 1px solid #ccc; background: #fff; overflow-y: scroll; border-radius: 5px; }
.friendLinks li { line-height: 22px; padding: 8px 10px; border-bottom: 1px dotted #ccc; /* word-break:keep-all; */ /* white-space:nowrap; */
cursor: pointer; }
.friendLinks li a { display: block; }
.friendLinks li a:hover { text-decoration: none; }
.friendLinks li:hover { color: #cd3333; background-color: #f1f1f1; }
.friendLinks .last { border-bottom: 0; }
.friendLinks .on { z-index: 9; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.friendLinks .on dt { background: #f7bc68; }
.friendLinks .on dt i { border-top-style: none; border-bottom-color: #aaa; border-bottom-style: solid; }
.friendLinks .on dd { display: block; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.friendLinks .on dd ul { border-color: #bbb; }

/* 侧栏-栏目内搜索 */
#sideSearch .bd li { padding: 0 0 10px 0; overflow: hidden; }
#sideSearch .nodes,
#sideSearch input,
#sideSearch button { height: 32px; line-height: 32px; width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; }
#sideSearch .keyword { width: 60%; padding: 0 5px; }
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #416eb4; border-color: #416eb4; color: #fff; }

/*验证码*/
div.codeinp input[type="text"] { width: 100px !important; float: left; margin-right: 10px; line-height: 26px; }

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0; }
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #416eb4; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.bot a:hover,
.bot button:hover { text-decoration: none; background: #077bd4; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { background: #fff; padding: 3% 0; width: 80%; margin: 30px auto; border: 1px solid #e2e2e2; font-size: 16px; }
.queryForm td { padding: 8px 0; }
.queryForm .tdlab { width: 40%; text-align: right; }
.queryForm input[type="text"] { border: 1px solid #ccc; width: 56%; height: 30px; }
.queryForm input[type="text"]:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.queryForm .bot { text-align: left; }
.queryForm .bot a { margin: 0; }
.queryForm .required strong { color: #f00; margin-right: 5px; }
.queryForm .errorMessage { color: #f00; }
.queryForm table { width: 100%; border: 0; }

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { width: 80%; margin: 30px auto; }
.queryResult .mainBox { margin-bottom: 50px; }
.queryResult .tit h3 { text-align: center; font-size: 38px; line-height: 2; margin-bottom: 30px; }
.queryResult .tips { text-align: center; font-size: 16px; margin-bottom: 50px; border-top: 1px solid #ddd; padding: 50px 0 20px 0; }
.queryResult .number { font-weight: bold; color: #f00; }

/* 标记分类 */
.filter-row { background-color: rgba(65, 110, 180, 0.05); }
.filter-row .choose-item a:hover,
.filter-row .filter-key { color: #416eb4; }
.filter-result .filter-criteria-item:hover,
.filter-row .filter-ext-more:hover,
.filter-row .filter-ext-multiple:hover { color: #416eb4; border-color: #416eb4 }
.filter-result .filter-criteria-item { border-color: rgba(65, 110, 180, 0.2); background-color: rgba(65, 110, 180, 0.03); }
.filter-result .filter-criteria-item:hover i { background-color: #416eb4 }