@charset "utf-8";
/*
 * @Description: In User Settings Edit
 * @Author: your name
 * @Date: 2019-06-24 10:07:21
 * @LastEditTime: 2019-09-03 15:18:14
 * @LastEditors: sueRimn
 */
html {
  background: white;
  color: black;
  font-family: sans-serif;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
/* body,button,input,select,textarea {
      font:12px \5b8b\4f53,arial,sans-serif;
  } */
input,
select,
textarea {
  font-size: 100%;
  resize: none;
  outline: none;
  border: 0;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ie bug：th 不继承 text-align */
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识，li 会继承 */
ol,
ul,
li {
  list-style: none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
/* a:hover {color: #f77d48;} */
a:hover {
  color: #f77d48;
}
a:active {
  color: #333;
}
.dis_block {
  display: block;
}
.dis_none {
  display: none;
}
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
  display: none;
}
.block {
  display: block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
  display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
/*flex S*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.fdc {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.fjcs {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.fjce {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.fjcc {
  justify-content: center;
  -webkit-justify-content: center;
}
.fjcsb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fjcsa {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.faic {
  align-items: center;
  -webkit-align-items: center;
}
.fase {
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
.face {
  align-content: flex-end;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fsk0 {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.fwrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.nowrap2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*! autoprefixer: off */
}
/*flex E*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1220 {
  position: relative;
  width: 1220px;
  left: 50%;
  top: 0;
  margin-left: -610px;
  border-left: 1px solid rgba(162, 152, 135);
  border-right: 1px solid rgba(162, 152, 135);
  background-color: #fff;
  z-index: 9;
}
.bgfff {
  background-color: #fff;
}
.m0 {
  margin: 0;
}
.mgl5 {
  margin-left: 5px;
}
.mgl10 {
  margin-left: 10px;
}
.mgl15 {
  margin-left: 15px;
}
.mgl25 {
  margin-left: 25px;
}
.mgr10 {
  margin-right: 10px;
}
.mgr25 {
  margin-right: 25px;
}
.mgt5 {
  margin-top: 5px;
}
.mgt8 {
  margin-top: 8px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt15 {
  margin-top: 15px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt25 {
  margin-top: 25px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt35 {
  margin-top: 35px;
}
.mgt40 {
  margin-top: 40px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mgb18 {
  margin-bottom: 18px;
}
.mgb20 {
  margin-bottom: 20px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd30 {
  padding: 30px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt30 {
  padding-top: 30px;
}
.pdb30 {
  padding-bottom: 30px;
}
.pdr30 {
  padding-right: 30px;
}
.pdlr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pdtb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pdtb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pdtb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.t_c {
  text-align: center;
}
.mgt18 {
  margin-top: 18px;
}
.dis_inb {
  display: inline-block;
}
.mglr5 {
  margin: 0 5px;
}
.v_b {
  display: inline-block;
  vertical-align: text-bottom;
}
.school_head {
  width: 100%;
  height: 293px;
  background: url(../images/head.png) no-repeat center;
}
.school_head .logo_left {
  margin-top: 100px;
  display: inline-block;
}
.school_head .logo_right {
  margin-top: 64px;
  display: inline-block;
  width: 190px;
  height: 80px;
  margin-right: 110px;
}
.school_head .search_box2 {
  display: inline-block;
  width: 260px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 90px;
  box-sizing: border-box;
  margin-top: 40px;
  text-align: left;
}
.school_head .search_box2 .searchBtn {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat center;
  margin: 8px 10px 0 0;
}
.school_head .search_box2 .input_type1 {
  width: 210px;
  height: 34px;
  padding-left: 12px;
  vertical-align: top;
}
.school_head .hd_date {
  font-size: 14px;
  color: #ddc28f;
  line-height: 18px;
  margin-top: 15px;
  text-align: left;
}
.w300 {
  width: 350px;
}
.t_r {
  text-align: right;
}
.school_nav {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(0deg, #53311b 0%, #502f1a 50%, #4d2d18 100%);
}
.school_nav .school_nav_li {
  float: left;
  width: 135px;
  height: 50px;
  margin-right: 24px;
}
.school_nav .school_nav_li:hover .nav_link {
  color: #4991e1;
  background-color: rgba(255, 255, 255, 0.2);
}
.school_nav .school_nav_li:hover .nav_dropDown {
  display: block;
}
.school_nav .school_nav_li .nav_link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.school_nav .school_nav_li .nav_dropDown {
  display: none;
  position: absolute;
  width: 1200px;
  top: 50px;
  left: 0;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  text-align: right;
  border-top: 5px solid #fff;
  z-index: 9;
}
.school_nav .school_nav_li .nav_dropDown .dropDown_link {
  text-align: left;
  display: inline-block;
  width: 145px;
  color: #000;
  background: url(../images/drop_icon.png) no-repeat 0px center / 5px 8px;
  padding-left: 15px;
}
.school_nav .school_nav_li .nav_dropDown .dropDown_link:hover {
  color: #4991e1;
}
.school_banner {
  position: relative;
  width: 100%;
  height: 500px;
}
.pos_relative {
  position: relative;
}
.h17bgfff {
  width: 100%;
  height: 17px;
  background-color: #fff;
}
.school_body {
  position: relative;
  width: 100%;
  background: url(../images/body_bg1.jpg) no-repeat center / cover;
}
.school_body .body_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: url(../images/body_top_bg.png) no-repeat center;
}
.school_body .body_bottom_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 364px;
  background: url(../images/body_bottom_bg.png) no-repeat center;
}
.left_w580 {
  width: 580px;
  float: left;
}
.right_w580 {
  width: 580px;
  float: right;
}
.left_w790 {
  width: 790px;
  height: 314px;
  float: left;
}
.pdt38 {
  padding-top: 38px;
}
.w1200bg {
  background: url(../images/body_bg2.jpg) no-repeat center #fff;
}
.academy_box {
  height: 273px;
}
.academy_box.h320 {
  height: 360px;
}
.academy_box .academy_hd {
  width: 100%;
  height: 39px;
  line-height: 41px;
  padding: 0 46px;
  background: url(../images/w580_bg.png) no-repeat center;
  overflow: hidden;
  box-sizing: border-box;
}
.academy_box .academy_hd .hd_yg_icon {
  display: inline-block;
  width: 34px;
  height: 23px;
  background: url(../images/yg_icon.png) no-repeat center;
  margin-left: 16px;
  margin-top: 7px;
}
.academy_box .academy_hd .hd_xy_icon {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url(../images/xy_icon.png) no-repeat center;
  margin-left: 16px;
  margin-top: 7px;
  margin-right: 6px;
}
.academy_box .academy_hd span.txt {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
}
.academy_box .academy_body {
  margin-top: 34px;
  width: 100%;
  height: 194px;
  position: relative;
}
.academy_box .academy_body .academy_body_l {
  width: 460px;
  float: left;
}
.academy_box .academy_body .academy_body_l .tempWrap_box {
  width: 460px;
  height: 105px;
  overflow: hidden;
}
.academy_box .academy_body .academy_body_l .cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.academy_box .academy_body .academy_body_l .cover.silder_cover1 {
  zoom: 1;
}
.academy_box .academy_body .academy_body_l .cover_img {
  float: left;
  width: 184px;
  height: 105px;
  display: inline-block;
  margin-right: 15px;
}
.academy_box .academy_body .academy_body_l .cover_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.academy_box .academy_body .academy_body_l .cover_text {
  float: left;
  width: 256px;
  line-height: 26px;
  color: #222;
  font-size: 16px;
}
.academy_box .academy_body .academy_body_l .article_list {
  margin-top: 15px;
  width: 440px;
  height: 72px;
  overflow: hidden;
}
.academy_box .academy_body .academy_body_l .article_list .article_li {
  position: relative;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 10px;
}
.academy_box .academy_body .academy_body_l .article_list .article_li::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  width: 2px;
  height: 2px;
  background-color: rgba(49, 49, 49);
}
.academy_box .academy_body .academy_body_l .article_list .link {
  color: #222222;
  display: inline-block;
  width: 361px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.academy_box .academy_body .academy_body_l .article_list .link:hover {
  color: #4991e1;
}
.academy_box .academy_body .academy_body_l .article_list .s1 {
  float: right;
  color: #aaa;
}
.academy_box .academy_body .academy_body_r {
  width: 120px;
  float: right;
  height: 193px;
}
.academy_box .academy_body .academy_body_r .cover_img_list {
  width: 120px;
}
.academy_box .academy_body .academy_body_r .cover_img_list > li {
  position: relative;
  margin-bottom: 5px;
  width: 105px;
  height: 55px;
  border: 3px solid transparent;
  margin-left: 9px;
  font-size: 0;
  cursor: pointer;
}
.academy_box .academy_body .academy_body_r .cover_img_list > li.on {
  border: 3px solid #073b7c;
}
.academy_box .academy_body .academy_body_r .cover_img_list > li.on::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  line-height: 0;
  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  border-width: 7px;
  border-style: dashed solid dashed dashed;
  /*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
  border-color: transparent #073b7c transparent transparent;
  z-index: 9;
}
.academy_box .academy_body .academy_body_r .cover_img_list > li img {
  display: inline-block;
  width: 105px;
  height: 55px;
}
.academy_box .academy_body .teacherImg_list {
  height: 267px;
  margin-right: -20px;
}
.academy_box .academy_body .teacherImg_list .teacherImg_li {
  float: left;
  width: 180px;
  height: 246px;
  position: relative;
  margin-right: 20px;
}
.academy_box .academy_body .teacherImg_list .teacherImg_li img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.academy_box .academy_body .teacherImg_list .teacherImg_li .link {
  display: block;
  width: 100%;
  height: 100%;
}
.academy_box .academy_body .teacherImg_list .teacher_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  height: 28px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
}
.hd_more {
  position: absolute;
  right: 48px;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 6px;
  background: url(../images/hd_more1.png) no-repeat center;
}
.hd_more.top055 {
  top: -56px;
}
.hd_more.top052 {
  top: -52px;
}
.hd_more2 {
  display: inline-block;
  float: right;
  width: 30px;
  height: 6px;
  background: url(../images/hd_more2.png) no-repeat center;
  margin-top: 17px;
}
.w385 {
  width: 385px;
}
.mgt50 {
  margin-top: 50px;
}
.notice_box {
  float: left;
  height: 291px;
}
.notice_box .notice_hd {
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding-left: 71px;
  padding-right: 57px;
  background: url(../images/w385_bg.png) no-repeat -1px center;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}
.notice_box .notice_list {
  position: relative;
  margin-top: 35px;
  width: 385px;
  height: 169px;
}
.notice_box .notice_list .notice_li {
  width: 100%;
  height: 41px;
  margin-bottom: 23px;
  overflow: hidden;
}
.notice_box .notice_list .notice_link {
  display: block;
  width: 100%;
  height: 100%;
}
.notice_box .notice_list .notice_time {
  float: left;
  width: 67px;
  height: 41px;
  border-right: 1px solid #e1e1e1;
  color: #4991e1;
  font-size: 18px;
  margin-right: 9px;
  text-align: center;
}
.notice_box .notice_list .notice_text {
  float: left;
  width: 305px;
  height: 41px;
  display: table;
}
.notice_box .notice_list .notice_text span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #555;
}
.notice_box .notice_list .notice_text span:hover {
  color: #4991e1;
}
.mgr21 {
  margin-right: 21px;
}
.sunshine_hd {
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  color: #fff;
  padding-left: 62px;
  padding-right: 32px;
  background: url(../images/w385_bg.png) no-repeat -1px center;
  box-sizing: border-box;
}
.sunshine_box {
  float: right;
  height: 291px;
}
.sunshine_box .sunshine_body {
  margin-top: 38px;
  width: 100%;
  height: 188px;
}
.sunshine_box .sunshine_body video {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.bgcf6fafa {
  background-color: #f6fafa;
}
.h350 {
  height: 350px;
}
.bor_bc090909 {
  border-bottom: 1px solid #090909;
}
.bor_lrc0d0408 {
  border-left: 1px solid #0d0408;
  border-right: 1px solid #0d0408;
  box-sizing: border-box;
}
.school_apps .school_apps_hd {
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding: 0 61px 0 73px;
  background: url(../images/w790_bg.png) no-repeat -1px center;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}
.school_apps .school_apps_list {
  width: 100%;
  margin-top: 37px;
  height: 238px;
}
.school_apps .school_apps_list .apps_li {
  float: left;
  width: 33.3%;
  height: 72px;
  margin-bottom: 47px;
}
.school_apps .school_apps_list .apps_li img {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  vertical-align: middle;
  border-radius: 8px;
}
.school_apps .school_apps_list .apps_li span.text {
  font-size: 20px;
  color: #222;
  display: inline-block;
  vertical-align: middle;
}
.school_apps .school_apps_list .apps_li span.text:hover {
  color: #4991e1;
}
.right_w380 {
  float: right;
  width: 380px;
}
.w170 {
  width: 205px;
}
.login_main .login_hd {
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding: 0 65px 0 61px;
  font-size: 18px;
  color: #fff;
  background: url(../images/w385_bg.png) no-repeat -1px center;
  box-sizing: border-box;
}
.login_main .login_txt {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #555;
  margin-left: 30px;
}
.login_main .login_bd {
  margin: 35px 0 0 30px;
}
.login_main .login_bd .login_inpBox {
  width: 317px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 4px;
}
.login_main .login_bd .login_inpBox .account_icon {
  float: left;
  width: 52px;
  height: 46px;
  background: url(../images/account.png) no-repeat center rgba(238, 238, 238);
}
.login_main .login_bd .login_inpBox .account_inp {
  width: 256px;
  padding-left: 14px;
  box-sizing: border-box;
  height: 46px;
  font-size: 14px;
}
.login_main .login_bd .login_inpBox .password_inp {
  width: 256px;
  padding-left: 14px;
  box-sizing: border-box;
  height: 46px;
  font-size: 14px;
}
.login_main .login_bd .login_inpBox .password_icon {
  float: left;
  width: 52px;
  height: 46px;
  background: url(../images/password.png) no-repeat center rgba(238, 238, 238);
}
.login_main .login_bd .tx_img {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
}
.login_main .login_bd .tx_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.login_main .login_bd .logined_info .logined_name {
  display: inline-block;
  max-width: 120px;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
.login_main .login_bd .logined_info .logined_end {
  display: inline-block;
  margin-top: 12px;
}
.login_main .login_btnBox {
  width: 318px;
  margin-top: 15px;
  margin-left: 30px;
}
.login_main .login_btnBox .personal_btn {
  display: inline-block;
  width: 180px;
  height: 44px;
  background-color: #64381b;
  text-align: center;
  line-height: 44px;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 15px;
  cursor: pointer;
}
.login_main .login_btnBox .personal_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.login_main .login_btnBox .personal_btn.w170 {
  width: 100%;
}
.login_main .login_btnBox .personal_btn:hover {
  background-color: rgba(100, 56, 27, 0.9);
}
.login_main .login_btnBox .school_btn {
  display: inline-block;
  width: 120px;
  height: 44px;
  background-color: #64381b;
  text-align: center;
  line-height: 44px;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 15px;
  cursor: pointer;
}
.login_main .login_btnBox .school_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.login_main .login_btnBox .school_btn.w170 {
  width: 100%;
}
.login_main .login_btnBox .school_btn:hover {
  background-color: rgba(100, 56, 27, 0.9);
}
.login_main .login_btnBox .login_btn {
  display: inline-block;
  width: 100%;
  height: 44px;
  background-color: #64381b;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.login_main .login_btnBox .login_btn:hover {
  background-color: rgba(100, 56, 27, 0.9);
}
.h417 {
  height: 417px;
}
.Article_list2 {
  height: 417px;
}
.Article_list2 > div.mgt30 {
  width: 100%;
  height: 281px;
}
.Article_list2 .Article_img {
  display: inline-block;
  width: 385px;
  height: 154px;
}
.Article_list2 .Article_ul {
  margin-top: 20px;
}
.Article_list2 .Article_li {
  position: relative;
  width: 100%;
  height: 16px;
  line-height: 16px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 13px;
}
.Article_list2 .Article_li::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  width: 2px;
  height: 2px;
  background-color: rgba(49, 49, 49);
}
.Article_list2 .Article_li .link {
  display: inline-block;
  color: #222;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Article_list2 .Article_li .link:hover {
  color: #4991e1;
}
.Article_list2 .Article_li .s1 {
  float: right;
  color: #aaa;
  margin-right: 3px;
}
.pdt40 {
  padding-top: 40px;
}
.mgr20 {
  margin-right: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.scenery_main {
  padding-bottom: 20px;
}
.scenery_main .ty_slider .ty_sliderBtn.prev {
  background-position: center;
}
.scenery_main .ty_sliderArea {
  width: 100%;
  height: 100%;
  margin: 0;
}
.scenery_main .scenery_hd {
  height: 39px;
  line-height: 39px;
  background: url(../images/w1198_bg.jpg) no-repeat center;
  padding: 0 60px;
  box-sizing: border-box;
  color: #fff;
}
.scenery_main .scenery_l {
  position: relative;
  float: left;
  margin: 35px 0 0 0;
  width: 592px;
  height: 321px;
  border: 1px solid #0d0408;
  border-left: none;
  padding: 10px;
  box-sizing: border-box;
}
.scenery_main .scenery_r {
  position: relative;
  float: right;
  margin: 35px 0 0 0;
  width: 592px;
  height: 321px;
  border: 1px solid #0d0408;
  border-right: none;
  padding: 10px;
  box-sizing: border-box;
}
.scenery_main .scenery_r .hd_more3 {
  position: absolute;
  right: 60px;
  top: -58px;
  width: 30px;
  height: 6px;
  background: url(../images/hd_more1.png) no-repeat center;
}
.scenery_main .scenery_list .scenery_li {
  width: 571px;
  height: 299px;
}
.scenery_main .scenery_list .scenery_li img {
  display: block;
  width: 100%;
  height: 100%;
}
.scenery_main .ty_sliderBtn.prev {
  width: 16px;
  height: 48px;
  display: block;
  top: 146px;
  left: 1px;
  background: rgba(0, 0, 0, 0.7) url(../images/leftBtn.png) no-repeat center / 10px 18px;
}
.scenery_main .ty_sliderBtn.next {
  width: 16px;
  height: 48px;
  display: block;
  top: 146px;
  right: 1px;
  background: rgba(0, 0, 0, 0.7) url(../images/rightBtn.png) no-repeat center / 10px 18px;
}
.bg_pdt20 {
  width: 100%;
  height: 20px;
}
.school_footer {
  border-top: 20px solid rgba(92, 55, 30, 0.9);
  min-height: 191px;
  background: #855535 url(../images/school_footer.png) no-repeat center;
  padding-top: 28px;
}
.friendship_list {
  margin-left: 17px;
  width: 340px;
  float: left;
  font-size: 18px;
  color: #f0d9af;
}
.friendship_list ul {
  margin-top: 20px;
  width: 100%;
}
.friendship_list .friendship_li {
  float: left;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  margin-right: 8px;
}
.friendship_list .friendship_li a {
  color: #ebdaba;
}
.friendship_list .friendship_li a:hover {
  color: #4991e1;
}
.message_box {
  float: left;
  width: 430px;
  font-size: 18px;
  color: #eedbb7;
}
.message_box .message_link {
  display: inline-block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #eedbb7;
  box-sizing: border-box;
  margin-top: 22px;
  color: #eedbb7;
}
.message_box .message_link i {
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/xin.png) no-repeat center;
  vertical-align: middle;
}
.message_box .message_link span {
  display: inline-block;
  vertical-align: middle;
}
.callMe {
  float: right;
  width: 405px;
  font-size: 14px;
  color: #eedbb7;
}
.callMe .w110 {
  margin-top: 21px;
  text-align: center;
  font-size: 12px;
}
.callMe .w110 img {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-bottom: 11px;
}
.mgt18 {
  margin-top: 18px;
}
.mgt22 {
  margin-top: 22px;
}
.w110 {
  width: 110px;
}
.school_footer2 {
  background-color: #f8ecd0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding-top: 22px;
  height: 199px;
  box-sizing: border-box;
}
.dyNew_bd {
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
  overflow: hidden;
  background: url(../images/body_bg1.jpg) no-repeat center / cover;
}
.insidePagesWp {
  width: 100%;
  min-height: 700px;
  border-top: 1px solid transparent;
}
.insidePagesWp.w1200 {
  width: 1200px;
}
.insidePagesWp .ipNav {
  height: 16px;
  line-height: 16px;
  margin-left: 132px;
  margin-top: 40px;
}
.insidePagesWp .ipNav.ml0 {
  margin-left: 0;
}
.insidePagesWp .ipNav .sy_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/home.png) no-repeat center;
  vertical-align: top;
}
.insidePagesWp .ipNav .ipNav_icon {
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(../images/right.png) no-repeat center;
  vertical-align: middle;
  margin: 0 5px;
}
.insidePagesWp .ipNav .ip_txt {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  font-size: 12px;
  color: #555;
}
.insidePagesWp .insidePagesBox {
  position: relative;
  margin-top: 23px;
  min-height: 710px;
}
.insidePagesWp .ipLeft {
  width: 210px;
  margin-left: 132px;
  padding: 12px 25px 17px;
  background-color: #fff;
  box-sizing: border-box;
}
.insidePagesWp .ipLeft .l_tit {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #9d5f26;
}
.insidePagesWp .ipLeft .l_tit2 {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
  background-color: #f77d48;
}
.insidePagesWp .ipLeft .l_titList {
  margin-top: 21px;
  border-top: 1px solid #eaeaea;
}
.insidePagesWp .ipLeft .l_titList .titLink {
  display: inline-block;
  width: 100%;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  margin-top: 11px;
  font-size: 14px;
  color: #010101;
}
.insidePagesWp .ipLeft .l_titList .titLink.on,
.insidePagesWp .ipLeft .l_titList .titLink:hover {
  background-color: #f77d48;
  color: #fff;
}
.insidePagesWp .ipRight {
  width: 721px;
  min-height: 708px;
  background-color: #fff;
  margin-left: 22px;
  padding: 21px 25px;
}
.insidePagesWp .ipRight .ip_r_tit {
  line-height: 28px;
  font-size: 24px;
  color: #f77d48;
  border-bottom: 1px solid #e8e9ed;
  padding-bottom: 15px;
  text-align: center;
}
.insidePagesWp .ipRight .ip_r_list {
  margin-top: 13px;
  min-height: 700px;
}
.insidePagesWp .ipRight .ip_r_list img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.insidePagesWp .ipRight .ip_r_list table tr {
  height: 35px;
  line-height: 35px;
}
.insidePagesWp .ipRight .ip_r_list table td a.c555.f14 {
  display: inline-block;
  max-width: 530px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insidePagesWp .ipRight .ip_r_list .r_listLi {
  height: 35px;
}
.insidePagesWp .ipRight .ip_r_list .r_listLink {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.insidePagesWp .ipRight .ip_r_list .r_listLink:hover .txt1 {
  color: #f77d48;
}
.insidePagesWp .ipRight .ip_r_list .r_listLink .txt1 {
  display: inline-block;
  height: 35px;
  font-size: 14px;
  color: #555;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
  vertical-align: middle;
}
.insidePagesWp .ipRight .ip_r_list .r_listLink .txt2 {
  display: inline-block;
  height: 35px;
  font-size: 12px;
  color: #888;
  width: 90px;
  margin-right: 10px;
  vertical-align: middle;
}
.insidePagesWp .ipRight .ip_r_list .r_listLink .time1 {
  display: inline-block;
  height: 35px;
  font-size: 12px;
  vertical-align: middle;
  color: #888;
}
/* loading */
.loading_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loading_box img {
  display: inline-block;
  width: 32px;
  height: 32px;
}
/* 暂无背景 */
.zwxx_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.zwxx_box .zwxx_bg {
  position: relative;
  width: 135px;
  height: 135px;
}
.zwxx_box .zwxx_bg img {
  width: 100%;
  height: 100%;
}
.zwxx_box .zwxx_bg .zw_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 30px;
  color: #888;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
}
.ty_midBanner .circle {
  display: inline-block;
  bottom: 8px;
}
/* .ty_midBanner .circle ul{padding: 6px 12px; border-radius: 12px;background-color:rgba(0,0,0, .2);} */
.ty_midBanner .circle li {
  vertical-align: text-top;
}
.ty_midBanner .circle li.on {
  background-color: #f77d48;
}
.visitor {
  margin-top: 17px;
  overflow: hidden;
}
.visitor li {
  min-width: 100px;
  height: 18px;
  float: left;
  font-size: 16px;
  line-height: 18px;
  margin-right: 10px;
  color: #eedbb7;
}
.visitor .statistics_todayViews,
.visitor .statistics_totalViews {
  display: inline-block;
  font-size: 18px;
}
.qjf_hb_spacefooter {
  height: 163px;
  background-color: #f8ecd0;
  padding-top: 15px;
  box-sizing: border-box;
  color: #000;
}
.qjf_hb_spacefooter .qjf_hb_footercont {
  width: 1200px;
  margin: 40px auto 0;
}
.qjf_hb_spacefooter .qjf_hb_footercont a {
  color: #000;
}
.qjf_hb_spacefooter .qjf_hb_footercont a:hover {
  color: #4991e1;
}
.xzxx_div {
  float: left;
}
.xy_footer .ft_bg1 {
  width: 100%;
  height: 15px;
  background: url(../images/222.png) no-repeat center;
}
.ty_zx_detail .ty_message {
  overflow: hidden;
  margin: 0 3px;
}
.ty_zx_detail .ty_message,
.ty_zx_page em {
  cursor: default;
}
a.d-close {
  position: absolute;
  right: 15px;
  top: 17px;
  background: #fff url(../images/a_close.png) no-repeat 0 -36px;
  width: 19px;
  height: 19px;
  display: block;
  border: none;
  text-decoration: none;
  outline: none;
  -webkit-transition: -webkit-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
}
a.d-close:hover {
  background-position: 0 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #fff url(../images/a_close.png) no-repeat 0px 0px;
}
.qjf_date span.fr a.dz_a {
  background: url(../images/pic_dialog_ico.png) no-repeat left center;
  padding-left: 16px;
  background-position: 0 5px;
}
/* 分页 上下篇 标题字数限制 */
.ty_zx_page a {
  display: inline-block;
  width: 240px;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-bottom;
}
/* 校长信箱盒子 S */
.xzxx_box {
  padding: 15px;
  min-height: 440px;
  position: relative;
  border-right: 20px;
  background-color: #fff;
  padding-bottom: 25px;
}
.mailList {
  font-size: 14px;
}
.mailList li {
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
  background-color: #f9f9f9;
}
.mailList li .mailListL {
  float: left;
  width: 160px;
  text-align: center;
}
.mailList li .mailListL img {
  width: 96px;
  height: 96px;
}
.mailList li .mailListR {
  margin-left: 160px;
  background-color: #fff;
  word-break: break-all;
}
.mailList li .cap_reply {
  display: none;
}
.cap_borGrayBg {
  border: 1px solid #dcdada;
  background-color: #f7f7f7;
}
.borBTit {
  border-bottom: 2px solid #f77d48;
}
.borBTit h2 {
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #f77d48;
  font-weight: normal;
}
.borBTit a {
  color: #fff;
}
.writeLetter {
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url(../images/writeLetter.png) left center no-repeat;
  vertical-align: text-bottom;
}
.limitLen {
  position: relative;
}
.limitLen .count {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 14px;
}
.formLayout > p > label {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  text-align: right;
  vertical-align: top;
  font-size: 14px;
}
.bigSaveBtn {
  display: inline-block;
  width: 155px;
  height: 44px;
  line-height: 42px;
  background-color: #f77d48;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: 'microsoft yahei';
  cursor: pointer;
  border: 1px solid #f77d48;
}
.bigSaveBtn:hover {
  background-color: #268bf0;
  border-color: #268bf0;
  text-decoration: none;
}
.bigCancelBtn {
  display: inline-block;
  width: 155px;
  height: 44px;
  line-height: 42px;
  background-color: #eeeeee;
  color: #555;
  font-size: 16px;
  text-align: center;
  border: 1px solid #d1d1d1;
  font-family: 'microsoft yahei';
  cursor: pointer;
}
.bigCancelBtn:hover {
  background-color: #d1d1d1;
  text-decoration: none;
}
.formLayout .inp {
  height: 28px;
  border: 1px solid #ccc;
  padding-left: 10px;
}
.formLayout #content {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}
/* 校长信箱盒子 E*/
/* 搜索结果 S */
.search_box {
  padding: 15px;
  min-height: 440px;
  position: relative;
  border-right: 20px;
  background-color: #fff;
  padding-bottom: 25px;
}
.resList {
  font-size: 14px;
  color: #555;
}
.resList .unlook {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #f77d48;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.resList tr td {
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #f3f3f3;
}
.resList a {
  color: #555;
}
.resList tr:hover td {
  background: #f0f9fe;
}
/* 搜索结果 E */
.ty_message {
  height: 40px;
  line-height: 40px;
}
.ty_message .ty_s3 {
  margin-left: 4px;
}
.ty_message .ty_s3 em {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  height: 40px;
}
.ty_detail {
  min-height: 580px;
}
/* 分页 S */
.turnPage a {
  background: #fff;
}
.turnPage span.on,
.turnPage a {
  padding: 0px 7px;
  border: 1px solid #cecece;
  margin: 0 2px 0px 3px;
  color: #3d3d3d;
  font-size: 12px;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
}
.turnPage span.on,
.turnPage a:hover,
.turnPage a.hover {
  background: #389afa;
  color: #fff;
  text-decoration: none;
  border: #389afa solid 1px;
}
.turnPage a.p_right:hover,
.turnPage a.p_left:hover {
  background-color: #389afa;
}
.page_num_wrap .anim .cfm {
  background: #389afa;
}
.page_num_wrap input.num_text:focus {
  border-color: #389afa;
}
/* 分页 E */
.ty_slider {
  height: 100%;
}
.ty_sliderArea .ty_sliderBtn {
  background: url(../images/sliderBtn.png) no-repeat center;
}
.ty_sliderArea .ty_sliderBtn.prev {
  background-position: 0 10px;
}
.h500 {
  height: 500px;
}
.h600 {
  height: 600px;
}
.ty_detail table {
  width: 721px !important;
}
.ty_detail table td {
  border: 1px solid #e8e9ed;
}
.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.red-slide {
  background: #ca4040;
}
.blue-slide {
  background: #4390ee;
}
.orange-slide {
  background: #ff8604;
}
.green-slide {
  background: #49a430;
}
.pink-slide {
  background: #973e76;
}
.swiper-slide .title {
  font-style: italic;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.ty_midBanner,
.ty_midBanner .ty_sideShow {
  height: 500px;
}
.newPage {
  line-height: 40px;
  text-align: center;
}
.newPage > span,
.newPage > a {
  margin: 0 4px;
}
