﻿@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: inherit; line-height: inherit; font-family: inherit; color: inherit; }
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: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', SimSun, 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: #0849A3; }
.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: 10px; 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; }
.ovv { overflow: visible !important; }
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0; }
.more,
.prev,
.next { transition: all 0.4s ease; }


/* 公共 */
.fa{ font-family: fontpower, FontAwesome; font-size: inherit; line-height: inherit; vertical-align: top; }
.iconfont { font-size: inherit; line-height: inherit; vertical-align: top; }
.form-control::placeholder { color: #ddd; }
.form-control::-moz-placeholder { color: #ddd; }
.pic img { width: 100%; height: auto; min-height: 100%; object-fit: cover; }

/* 框架 */
body { min-width: 1200px; background: #F0F6FF; }
.wrap { position: relative; text-align: left; overflow: hidden; }
.container::after,
.container::before,
#content::after,
#content::before,
.row::after,
.row::before { display: table; content: " "; clear: both; }
.container { position: relative; margin: 0 auto; width: 1200px; zoom: 1; }
#content { position: relative; min-height: 600px; }
#content > .container { padding: 20px 0; }

/* 顶部 */
#header { position: relative; z-index: 2; }


/* logoBar */
.logoBar { position: relative; display: flex; align-items: center; gap: 3.33%; z-index: 2; padding: 40px 5.7%; margin: 0 auto; background: #0849A3; }
.logoBar .container { display: flex; align-items: center; gap: 30px; justify-content: space-between; }
.logoBar .container::after,
.logoBar .container::before { display: none; }
#logo { display: flex; align-items: center; gap: 20px; flex: 1 0 0%; }
#logo .pic img { max-width: 300px; max-height: 70px; }
#logo .name { flex: 1 0 0%; border-left: 1px solid rgba(255, 255, 255, 0.5); line-height: 1.1em; padding-left: 20px; font-size: 28px; font-weight: bold; color: #fff; }

@media (max-width: 1480px) {
    .logoBar { padding-left: 2%; padding-right: 2%; }
}
@media (max-width: 1320px) {
    #logo .pic img { max-width: 200px; max-height: 60px; }
    #logo .name { font-size: 26px; }
}

/* 主导航 */
.nav { position: relative; height: 60px; margin-left: auto; }
.mainNav { display: flex; gap: 2.6vw; }
.mainNav .goHome,
.mainNav .li1 { position: relative; z-index: 1; flex-grow: 1; }
.mainNav .a1 { display: block; position: relative; padding: 0 15px; height: 60px; line-height: 60px; font-size: 20px; color: #fff; text-decoration: none; font-weight: bold; text-align: center; }
.mainNav .a1::after { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 1px; background: #FFB400; transition: all ease 0.6s; visibility: hidden; transform: scaleX(0); }
.mainNav .li1:hover .a1,
.mainNav .on1 .a1 { color: #FFB400; }
.mainNav .on1 .a1::after { visibility: visible; transform: scaleX(1); }
.mainNav .ul1 { display: none; }

/* 顶部栏 */
.topPanel { display: flex; align-items: center; gap: 20px; position: relative; z-index: 2; }
.topLinks { display: flex; align-items: center;gap: 15px; color: #fff; }
.topLinks > a { position: relative; display: block; font-size: 20px; height: 60px; line-height: 60px; padding: 0 20px; border-radius: 4px; text-decoration: none; background: rgba(0, 0, 0, 0.1); color: inherit; }
.topLinks > a:hover { background: #FFB400; }
.topLinks > a .fa { font-size: 1.2em; vertical-align: top; height: 60px; line-height: 67px; margin-right: 0.3em; }


/* 搜索框 */
.s-form { width: 800px; margin: 0 auto; line-height: 1; display: flex; }
.s-form .select-box { display: none; }
.s-form .input-box { position: relative; flex: 1 1 0%; }
.s-form .input-box input { display: block; width: 100%; height: auto; padding: 18px 20px; line-height: 24px; border: 0; outline: none; background: #fff; color: #333; font-size: 18px; border-radius: 4px 0 0 4px; box-sizing: border-box; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: 100%; left: 0; font-size: 16px; color: #333; border-radius: 5px; border: 1px solid #ddd; }
.s-form .input-box .dropdown-word ul { padding: 10px 0; }
.s-form .input-box .dropdown-word ul li { line-height: 40px; height: 40px; padding: 0 20px; text-indent: 0; }
.s-form .btn-box .btn { background: #0849A3; border: none; padding: 0 36px; height: 60px; line-height: 60px; color: #fff; font-weight: bold; font-size: 20px; border-radius: 0 4px 4px 0; }
.s-form .link-box { display: none; }
.s-form .input-box input::-webkit-input-placeholder  { color: #999; }
.s-form .input-box input:-ms-input-placeholder  { color: #999; }
.s-form .input-box input::placeholder  { color: #999; }


/* 网站底部 ----------------------------------- */
#footer { position: relative; color: #fff; padding: 24px 0; background: rgba(8, 73, 163, 0.8); }
#footer a { color: inherit; }
#footer .copyRight { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 2em; line-height: 2; font-size: 16px; text-align: center; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .pics { text-align: center; font-size: 0; line-height: 1; margin-top: 15px; }
#footer .pics img { vertical-align: middle; margin: 0 3px; }

/* 手机版按钮 */
.fixedBtn { display: none; position: fixed; z-index: 11; right: 150px; bottom: 50px; }
.fixedBtn a { display: block; width: 200px; height: 200px; line-height: 200px; text-align: center; border-radius: 50%; color: #fff; font-size: 50px; background: #0849A3; box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.25) inset; text-decoration: none; }

/* goTop */
#goTop { position: fixed; display: none; 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: 10; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .7); left: 0; top: 0; }

/* 侧栏 和 主栏 */
.side { float: left; width: 320px; margin: 0 10px 0 0; }
.side.fr { margin: 0 0 0 10px; }
.mainContent { overflow: hidden; position: relative; }

/* 位置导航 */
.path { background: #f8f8f8; padding: 14px 20px; margin-bottom: 30px; color: #666; line-height: 24px; text-align: left; font-size: 16px; }
.path em::before { font-size: 1.1em; font-family: "iconfont"; content: '\e640'; display: inline-block; color: #ccc; vertical-align: top; margin-right: 6px; }
.path a, .path span { padding: 0 4px; color: inherit; }

/* 侧栏-栏目菜单 */
#sideMenu > .hd { position: relative; z-index: 1; text-align: center; border: none; }
#sideMenu > .hd::before { position: absolute; z-index: -1; content: ''; left: 0; top: 10px; bottom: 0; width: 100%; background: linear-gradient(180deg, rgba(13, 115, 255, 0.15) 0%, rgba(255, 255, 255, 1) 100%); }
#sideMenu > .hd h3 { position: relative; margin: 0 20px; font-weight: bold; font-size: 24px; line-height: 32px; color: #fff; background: linear-gradient(180deg, #D89902 0%, #FDD678 100%); padding: 24px 1em; border-radius: 0 0 10px 10px; }
#sideMenu > .hd h3::before,
#sideMenu > .hd h3::after { position: absolute; content: ''; width: 0; height: 0; right: 100%; top: 0; border: 5px solid transparent; border-right-color: #CD950C; border-bottom-color: #CD950C; }
#sideMenu > .hd h3::after { right: auto; left: 100%; transform: rotateY(180deg); }
#sideMenu > .bd { padding: 15px 30px 210px; background: #fff url(../img/bg-side.jpg) no-repeat center bottom / 100% auto; }
#sideMenu li a { position: relative; display: block; padding: 9px 0 9px 30px; font-size: 18px; line-height: 26px; text-decoration: none; color: #333; text-align: left; }
#sideMenu li a::before { position: absolute; font-family: "fontpower"; content: '\e1d1'; left: 0; top: 13px; width: 17px; height: 17px; text-align: center; line-height: 19px; background: #fff; border: 1px solid #ccc; font-size: 11px; text-indent: 2px; color: #d9d9d9; border-radius: 50%; }
#sideMenu li a:hover { color: #FFB400; }
#sideMenu li.on a { font-weight: bold;color: #FFB400; }
#sideMenu li.on a::before { color: #fff; border-color: #FFB400; background: #FFB400; }

/* box - 标准盒子 */
.box > .hd { height: 59px; line-height: 59px; border-bottom: 1px solid #d9d9d9; }
.box > .hd h3,
.box > .hd li { float: left; padding: 0 20px; height: 57px; line-height: 55px; margin-right: 20px; text-align: center; font-size: 24px; color: #333; }
.box > .hd h3,
.box > .hd li.on { font-weight: bold; border-bottom: 3px solid #0849A3; }
.box > .hd h3 a,
.box > .hd li a { text-decoration: none; color: inherit; }
.box > .hd .more { position: relative; z-index: 1; margin-left: 20px; float: right; font-size: 14px; color: #999; }
.box > .hd .more::after { margin-left: 10px; display: inline-block; vertical-align: top; font-family: "iconfont"; content: '\e607'; font-size: 16px; transition: all ease 0.6s; }
.box > .hd .more:hover { color: #0849A3; text-decoration: none; }
.box > .hd .more:hover::after { animation: more 2s ease infinite; }
.box > .bd { padding: 20px 0 0; }

/* 侧栏盒子 */
#datalist { min-height: 1px; }
.sideBox { margin-top: 20px; background: #fff; }
.sideBox > .hd { padding: 14px 20px; background: #0849A3; }
.sideBox > .hd h3 { line-height: 36px; font-size: 18px; color: #fff; font-size: 20px; font-weight: bold; }
.sideBox > .hd h3 .iconfont { display: inline-block; vertical-align: top; margin-right: 10px; color: #fff; font-size: 30px; font-weight: normal; line-height: inherit; }
.sideBox > .bd { padding: 15px 20px; border: 1px solid #eee; border-top: none; }

/* 主体盒子 */
.mainBox { padding: 0 20px 20px; background: #fff; }
.mainBox .mHd { display: flex; align-items: center; gap: 30px; font-size: 0; line-height: 1; border-bottom: 1px solid #eee; }
.mainBox .mHd h3 { position: relative; padding: 20px 0 25px; font-size: 28px; line-height: 40px; color: #0849A3; font-weight: bold; }
.mainBox .mHd h3::after { position: absolute; content: ''; left: 0; bottom: -2px; width: 100%; height: 3px; background: #0849A3; }
.mainBox .mHd h3 a { color: inherit; text-decoration: none; }
.mainBox .mHd .path { margin: 0 0 0 auto; padding: 0; background: none; border: none; }
.mainBox .mBd { padding: 20px 0 0; }

/* 通用模块 ---------------------------------- */

/* 通用信息列表 */
.infoList{ text-align: left; }
.infoList li { position: relative; line-height: 24px; font-size: 18px; overflow: hidden; padding: 17px 0; border-bottom: 1px solid #eee; }
.infoList li:last-of-type { border-bottom: none; }
.infoList li > a { position: relative; display: block; padding-left: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all ease 0.4s; }
.infoList li > a::before { position: absolute; left: 8px; top: 9px; content: ''; width: 5px; height: 5px; border: 1px solid #EDB74C; }
.infoList li > a:hover { transform: translateX(10px); }
.infoList li > a:hover::before { background: #EDB74C; }
.infoList li .date { margin-left: 20px; float: right; color: #999; font-size: 14px; }
.infoList li .dateRight { position: absolute; right: 0; bottom: 17px; color: #999; font-size: 14px; }
.infoList li .node { color: #f00; margin-right: 5px; }
.infoList li.highlight{ font-weight: bold; }
.infoList li .signin{ float: right; color: #ff0000; margin-left: 10px; }
.infoList li .signin a{ color: #ff0000; }


/* url_方块样式分页 */
.page{ font-size: 0; padding: 40px 0 30px; clear: both; overflow: hidden; color: #888; text-align: center; }
.page a,
.page span{ font-size: 14px; display: inline-block; *display: inline; zoom: 1; border: 1px solid #E1E1E1; padding: 3px 12px; margin: 0 5px 5px 0; line-height: 27px; height: 27px; color: #888; background: #fff; }
.page a:hover,
.page span:hover{ border: 1px solid #0849A3; text-decoration: none; color: #0849A3; }
.page .current{ border: 1px solid #0849A3; background: #0849A3; color: #fff !important; }
.page select,
.page input{ margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle; }
.page input{ text-align: center; padding: 0 4px; outline: none; }
.page .disabled{ pointer-events: none; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }

/* 图标特效 */
.effectIcon li a:hover::before { animation: icon 1.4s ease 1; }

/* 图片经过效果 */
.pic a,
a.pic { overflow: hidden; display: block; }
a.pic img,
.pic a img { transition: all ease .6s; }
li:hover .pic a img,
li:hover a.pic img { transform: scale(1.08); }



/* 节点归档信息样式 */
.archived-info { float: right; }
.archived-info span { margin: 0 5px; }

/*验证码*/
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 30px; font-size: 18px; background: #054DBC; border: 0; color: #fff; margin: 0 2%; border-radius: 5px; }
.bot a:hover, .bot button:hover { text-decoration: none; background: #0849A3; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { background: #fff; padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px; }
.queryForm td { padding: 8px 0 }
.queryForm .tdlab { width: 40%; text-align: right; }
.queryForm input[type=text] { width: 56%; height: auto; line-height: 24px; border: 1px solid #ccc; padding: 8px 12px; }
.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: 90%; 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 }

/* 登录注册 */
.userlogincomment .user-mainbox .hd h3,
.userlogincomment .user-mainbox .top h3 { color: #0849A3; border-bottom-color: #0849A3;}
.userlogincomment .user-mainbox .loginBtn { background: #0849A3; }
.userlogincomment .user-mainbox .loginBtn:hover { background: #2b4691;}
.userlogincomment .loginCookie dd .cookie-time { color: #0849A3; }
.userlogincomment .login-tip .registerlink a,
.userlogincomment .login-tip .forget-password a{ color: #0849A3; }

/* 媒体查询 */
@media (max-width:769px) {
    .fixedBtn { display: block; }
}



/* ----------------------------------- 首页 ----------------------------------- */
.homePage { background: url(../img/bg-index.jpg) no-repeat center bottom / cover; }
.homePage .wrap { position: relative; display: flex; flex-direction: column; align-items: stretch; height: 100vh; }
.homePage #content { flex: 1 0 0%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: auto; }

/* ----------------------------------- 内页 ----------------------------------- */

/* 教师列表 */
.teacherList { display: flex; flex-wrap: wrap; gap: 20px; }
.teacherList li { flex: 0 0 calc(33.333% - 40px / 3); }
.teacherList li > a { display: flex; gap: 15px; padding: 20px; border: 1px solid #eee; border-radius: 4px; background: #F8F8F8; transition: all ease .5s; color: #333; }
.teacherList .pic { width: 120px; height: 153px; }
.teacherList .title { font-size: 20px; line-height: 30px; height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.teacherList .info { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-top: 20px; font-size: 16px; line-height: 22px; }
.teacherList .info em { color: #999; }

.teacherList li > a:hover { border-color: rgba(8, 73, 163, 0.5); transform: translateY(-5px); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

/* 部门教师列表 */
.departmentPage .teacherList li { flex-basis: calc(50% - 10px); }

/* 筛选盒子 */
.filterBox { margin-bottom: 20px; background: #fff url(../img/bg-filter.jpg) no-repeat right bottom; }
.filterBox > .hd { display: flex; justify-content: center; }
.filterBox > .hd h3 { position: relative; min-width: 260px; margin-top: -10px; font-weight: bold; font-size: 24px; line-height: 32px; color: #fff; background: linear-gradient(180deg, #D89902 0%, #FDD678 100%); padding: 24px 1em; border-radius: 0 0 10px 10px; text-align: center; box-sizing: border-box; }
.filterBox > .hd h3::before,
.filterBox > .hd h3::after { position: absolute; content: ''; width: 0; height: 0; right: 100%; top: 0; border: 5px solid transparent; border-right-color: #CD950C; border-bottom-color: #CD950C; }
.filterBox > .hd h3::after { right: auto; left: 100%; transform: rotateY(180deg); }
.filterBox > .bd { padding: 30px 20px 40px; }

/* 筛选列表 */
.filterBar dl { margin-top: 20px; padding-top: 20px; display: flex; align-items: flex-start; gap: 10px; border-top: 1px solid #eee; }
.filterBar dl:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.filterBar dt { min-width: 5.5em; line-height: 24px; padding: 4px 0; color: #333; font-weight: bold; font-size: 18px; text-align: right; }
.filterBar dd { display: flex; flex: 1 0 0%; }

.filterBar .list { display: flex; flex-wrap: wrap; gap: 5px; font-size: 0; line-height: 1; }
.filterBar .list li { position: relative; font-size: 16px; line-height: 36px; padding: 0 11px; cursor: pointer; text-decoration: none; }
.filterBar .list li a { display: block; padding: inherit; margin: 0 -11px; color: inherit; }
.filterBar .list li:hover,
.filterBar .list li.on { background: #628BC3; color: #fff; border-radius: 4px; }

.filterBar .selectGroup { display: flex; flex-wrap: wrap; gap: 20px; }
.filterBar select { width: auto; padding: 0 12px; line-height: 36px; height: 36px; font-size: 16px; border: 1px solid #d9d9d9; outline: none; border-radius: 4px; }
.filterBar .s-form { margin: 0 0 0 auto; width: 400px; }
.filterBar .s-form .input-box input { font-size: 16px; padding: 5px 12px; border: 1px solid #d9d9d9; border-right: none; }
.filterBar .s-form .btn-box .btn { background: #628BC3; font-size: 16px; height: 36px; line-height: 36px; padding: 0 16px; font-weight: normal; }


/* 教师信息内容页 */
.teacherPage { background-image: url(../img/bg-teacher.jpg); background-repeat: no-repeat; background-position: center top; background-size: 100% auto; }
.teacherPage #content > .container { padding-top: 50px; }
.infoBox { margin-top: 20px; background: #fff; padding: 30px; }
.infoBox:first-child { margin-top: 0; }
.infoBox > .hd { display: flex; align-items: center; }
.infoBox > .hd h3 { position: relative; padding-left: 13px; font-size: 24px; font-weight: bold; color: #0849A3; line-height: 32px; }
.infoBox > .hd h3::before { position: absolute; content: ''; width: 3px; left: 0; top: 5px; bottom: 5px; background: #0849A3; }
.infoBox > .hd h3 a { color: inherit; text-decoration: none; }
.infoBox > .hd .panel { margin-left: auto; display: flex; gap: 10px; }
.infoBox > .hd .panel a { position: relative; width: 32px; height: 32px; border: 1px solid #d9d9d9; border-radius: 50%; font-size: 16px; text-align: center; line-height: 34px; color: #aaa; transition: all ease 0.4s; }
.infoBox > .hd .panel .prev { text-indent: -1px; }
.infoBox > .hd .panel .next { text-indent: 1px; }
.infoBox > .hd .panel a:hover { border-color: #0849A3; background: #0849A3; color: #fff; }
.infoBox > .bd { padding: 25px 0 10px; }

.errorBox { border: 1px solid #ef4444; }
.errorBox > .hd h3 { color: #ef4444; }
.errorBox > .hd h3::before { background: #ef4444; }

#basicInfo { position: relative; display: flex; padding: 0 30px; align-items: flex-start; background: #fff; }
#basicInfo.hasPhoto { margin-top: 60px; }
#basicInfo .photo { width: 180px; margin: -60px 0 0; }
#basicInfo .photo img { width: 100%; height: auto; }
#basicInfo .infoBox { flex: 1 0 0%; }

.basicInfoList { display: flex; flex-wrap: wrap; gap: 20px; }
.basicInfoList li { display: flex; gap: 6px; width: calc(33.3333% - 40px / 3); font-size: 16px; line-height: 24px; }
.basicInfoList li > em { min-width: 7.5em; color: #999; text-align: right; }
.basicInfoList li >span { flex: 1 0 0%; }

.textArea { color: #333; font-size: 16px; line-height: 2; text-align: left; white-space: pre-wrap; }

/* 图片列表 */
.picList { display: flex; flex-wrap: wrap; }
.picList li { position: relative; width: calc(33.3333% - 20px); margin: 10px 10px 0; cursor: pointer; transition: all ease 0.6s; }
.picList .pic { display: block; overflow: hidden; position: relative; padding-bottom: 66.6666%; height: 0; }
.picList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picList .title { position: absolute; left: 0; right: 0; bottom: 0; line-height: 24px; font-size: 16px; text-align: center; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%); overflow: hidden; padding: 18px 20px; color: #fff; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; }
.picList li:hover { transform: translateY(-10px); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }

[js-photo] > .bd { padding-top: 15px; overflow: hidden; }
[js-photo] .in { margin: 0 -10px; }


/* 文章内容 */
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 16px; line-height: 2; text-align: left; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p { margin: 1em 0 0; padding: 0; line-height: inherit; word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify; }
.printArea .conTxt p:first-child { margin-top: 0px; }
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top; box-sizing: border-box; }
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; margin: 0 auto; }
.printArea .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold;}
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0px;}
.printArea .conTxt .videoPlayer{ text-indent: 0; }
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20px auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 60%; }
.printArea .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }
.printArea .page { padding: 10px 0; text-align: center; }

/* 教师信息编辑页 */
.teacherEditPage { background-image: url(../img/bg-teacher.jpg); background-repeat: no-repeat; background-position: center top; background-size: 100% auto; }
.general-state { position: absolute; right: 0; top: 0; width: 100px; height: 100px; overflow: hidden; }
.general-state > span { margin: 18px -30% 0; display: block; transform: rotate(45deg); transform-origin: center bottom; background-color: rgba(0, 0, 0, 0.35); text-align: center; color: white; font-size: 14px; line-height: 30px; }
.general-state .general-state-Auditing { background-color: rgba(6, 132, 234, 0.75); }
.general-state .general-state-NotPass { background-color: rgba(234, 6, 6, 0.75); }
.general-state .general-state-Audited { background-color: rgba(9, 130, 56, 0.75); }

#basicInfo .upload-single .upload-photo-area { height: 206px; background: #fff; }
#basicInfo .upload-photo-area .photolist li { height: 190px; }
#basicInfo .upload-photo-area .photolist img { max-height: 190px; }
#basicInfo .upload-photo-area .photolist .file-panel { top: auto; bottom: 0; }

.teacherEditPage .basicInfoList li { width: calc(50% - 10px); line-height: 38px; }
.teacherEditPage .form-control { display: block; width: 100%; height: auto; line-height: 24px; font-size: 16px; border: 1px solid #ddd; padding: 6px 12px; background: none; outline: none; font-family: inherit; color: #333; box-sizing: border-box; }
.teacherEditPage .form-control[disabled] { background: #f8f8f8; color: #999; }
.teacherEditPage textarea.form-control { height: 170px !important; padding: 12px 16px; line-height: 30px; }
.teacherEditPage .field-radiolist { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; height: 38px; }
.teacherEditPage .field-radiolist label { display: flex; align-items: center; gap: 8px; padding: 5px 0; font-size: 16px; line-height: 20px; }

.infoBtns { margin-top: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }
.infoBtns .btn { font-size: 18px; padding: 8px 30px; outline: none; font-family: inherit; }
.infoBtns .btn:focus,
.infoBtns .btn:active:focus { outline: none; }

.field-validation-error { color: red; }