@charset "utf-8";

/* cs.sxu.edu.cn */

body {
  background-color: #ffffff;
}

#main-box {
  display: table;
  height: auto;
  margin: auto;
  width: 1280px;
}

#main-box .column-menu {
  display: table;
  float: left;
  height: auto;
  padding: 0px 0px 50px;
  width: 265px;
}

#main-box .column-menu .menu {
  background-color: #f9f9f9;
  display: table;
  height: auto;
  padding: 18px 0px 425px;
  width: 100%;
}

#main-box .column-menu .menu dt.name {
  background-color: #006ccc;
  border-bottom: 3px solid #0057ab;
  color: #ffffff;
  font-size: 24px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  width: 100%;
}

#main-box .column-menu .menu dd {
  border-bottom: 1px solid #c9c9c9;
  color: #242529;
  font-size: 20px;
  height: 69px;
  line-height: 72px;
  width: 100%;
}

#main-box .column-menu .menu dd a {
  background: url(/images/js_18.jpg) no-repeat 66px center;
  color: #242529;
  cursor: pointer;
  display: block;
  height: 69px;
  text-decoration: none;
  width: 100%;
}

#main-box .column-menu .menu dd a span {
  display: block;
  position: relative;
  text-indent: 90px;
}

#main-box .column-menu .menu dd a:hover {
  background-color: #daedff;
}

#main-box .column-menu .menu dd a:hover span {
  background: url(/images/js_19.jpg) no-repeat 230px center;
}

#main-box .column-menu .menu .current {
  background-color: #daedff;
}

#main-box .column-menu .menu .current span {
  background: url(/images/js_19.jpg) no-repeat 230px center;
}

#main-box .column-main {
  display: table;
  float: left;
  height: auto;
  padding: 18px 0px 50px;
  width: 1015px;
}

#main-box .column-main .pos {
  width: 100%;
  height: 65px;
  border-bottom: 3px solid #c9c9c9;
  font-size: 16px;
  color: #494949;
  line-height: 65px;
}

#main-box .column-main .pos span {
  float: right;
  position: relative;
  right: 32px;
}

#main-box .column-main .pos span a {
  text-decoration: none;
}

#main-box .column-main .datalist {
  width: 90%;
  height: auto;
  display: table;
  margin: 15px auto 0px;
}

#main-box .column-main .datalist li {
  width: 100%;
  height: 59px;
  background: url(/images/js_21.jpg) no-repeat 1px center;
  border-bottom: 1px dashed #000000;
  line-height: 59px;
}

#main-box .column-main .datalist .title {
  width: 750px;
  height: 59px;
  float: left;
  position: relative;
  left: 23px;
  overflow: hidden;
  font-size: 20px;
  color: #262626;
}

#main-box .column-main .datalist .date {
  color: #4d4d4d;
  float: right;
  font-size: 14px;
  height: 59px;
  text-align: center;
  width: 125px;
}

#main-box .column-main .datalist .title a {
  float: left;
}

#main-box .column-main .datalist .title .icon {
  width: 23px;
  height: 13px;
  float: left;
  position: relative;
  top: 22px;
  left: 20px;
}

#main-box .column-main .page {
  clear: both;
  color: #000000;
  font-size: 14px;
  margin: 20px auto 0px;
  padding: 15px 0px 20px;
  text-align: center;
  width: 90%;
}

#main-box .column-main .page .num {
  border: 1px solid #a9a6a0;
  height: 20px;
  padding: 0px 3px;
  width: 30px;
}

#main-box .column-main .page a {
  color: #53514f;
}

#main-box .column-main .page a:hover {
  color: #b81b36;
}

#main-box .column-main .page .submit {
  border: 1px solid #9e9b96;
  height: 20px;
  text-align: center;
  width: 40px;
}

#main-box .column-main>.content {
  width: 90%;
  height: auto;
  display: table;
  margin: auto;
  padding: 35px 0px;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
}

.teacher {
  background-color: #fff;
  border-top: 1px solid #fff;
  height: 100%;
  margin: 10px auto;
  width: 90%;
}

.teacher .namelist {
  display: table;
  height: auto;
  margin: auto;
  padding: 15px 0px 20px;
  width: 100%;
}

.teacher .namelist .title {
  color: #24252a;
  font-size: 30px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  width: 100%;
}

.teacher .namelist dl {
  background-color: #f1f1f1;
  display: table;
  height: auto;
  margin: 0px auto 42px;
  padding: 0px 0px 15px;
  width: 100%;
}

.teacher .namelist dl dt {
  background-color: #c6e5ff;
  border-bottom: 3px solid #fff;
  clear: both;
  color: #24252a;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  width: 100%;
}

.teacher .namelist dl dt span {
  display: block;
  text-indent: 2em;
  position: relative;
}

.teacher .namelist dl dd {
  color: #24252a;
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 50px;
  padding: 5px 0px 0px 72px;
  width: 100px;
}

.teacher .card,
.teacher .card_small {
  background-color: #f3f3f3;
  box-sizing: border-box;
  display: table;
  height: auto;
  padding: 20px 18px;
}

.teacher .card {
  margin: 20px auto 40px;
  width: 100%;
}

.teacher .card_small {
  height: 224px;
  margin: 20px auto;
  width: 48%;
}

.teacher .card li.photo {
  height: 192px;
  text-align: center;
  width: 147px;
}

.teacher .card li.photo img {
  border: 1px solid #cfcfcf;
  height: 180px;
  padding: 5px 5px;
  position: relative;
  width: 135px;
}

.teacher .card li {
  float: left;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-align: left;
}

.teacher a:link,
.teacher a:visited {
  color: #36C;
  text-decoration: none;
}

.teacher a:hover,
.teacher a:active {
  color: #C00;
  text-decoration: none;
}

.teacher li p {
  margin: 0;
  padding: 0;
}

.teacher .card li.title {
  font-size: 20px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  text-indent: 1em;
  width: 680px;
}

.teacher .card li.float {
  text-indent: 1.25em;
  width: 350px;
}

.teacher .card li.block {
  height: auto;
  line-height: 1.75em;
  padding: 0.25em 0.25em 0.25em 6.25em;
  text-indent: -5em;
  width: 600px;
}

.teacher .card li.info {
  border-right: 1px solid #c9c9c9;
  height: auto;
  text-indent: 1em;
  width: 300px;
}

.teacher .card_small li.info {
  border: 0 none;
  line-height: 32px;
  width: auto;
}

.teacher .card_small li.info p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}

.teacher .card li.info p.title {
  font-size: 20px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
}

.teacher .card li.link {
  height: auto;
  padding: 40px 0 0 20px;
  width: 380px;
}

.teacher .card_small li {
  float: left;
}

.teacher .card_small li.photo_small {
  height: 180px;
  text-align: center;
  width: 138px;
}

.teacher .card_small li.photo_small img {
  border: 1px solid #cfcfcf;
  height: 168px;
  padding: 5px 5px;
  position: relative;
  width: 126px;
}

.teacher .card_small li.info {
  border: 0 none;
  height: auto;
  line-height: 36px;
  text-align: left;
  text-indent: 1em;
  width: auto;
}

.teacher .card_small li.info p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}

.teacher .detail {
  background-color: #f2f2f2;
  display: table;
  margin: auto;
  min-height: 1430px;
  width: 100%;
}

.teacher .detail ul.list {
  float: left;
  display: block;
  margin: 33px 0px 0px 52px;
}

.teacher .detail ul.list li {
  background-color: #005eb6;
  border-radius: 15px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 38px;
  margin: 0px 35px 0px 0px;
  padding: 0px 46px;
}

.teacher .detail ul.list li.on {
  background-color: #ec5741;
}

.teacher .detail .wrap {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
}

.teacher .detail .wrap .content {
  display: none;
  font-size: 16px;
  height: auto;
  line-height: 2em;
  margin: 20px auto;
  position: relative;
  text-align: left;
  width: 88%;
}

.teacher .detail .wrap .content p {
  margin: 0.5em 0;
}

.teacher .detail .wrap .show {
  display: block;
}

#main-box .column-main .article-head {
  border-bottom: 1px dashed #999999;
  display: table;
  height: auto;
  margin: auto;
  width: 90%;
}

#main-box .column-main .article-head div {
  height: auto;
  margin: auto;
  width: 98%;
}

#main-box .column-main .article-head .title {
  color: #000000;
  font-size: 30px;
  line-height: 42px;
  padding: 36px 0px 0px;
  text-align: center;
}

#main-box .column-main .article-head .field {
  color: #9e9e9e;
  font-size: 14px;
  line-height: 38px;
  padding: 6px 0px 12px;
  text-align: center;
}

#main-box .column-main .article-body {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 88%;
  height: auto;
  display: table;
  padding: 38px 0px;
  margin: auto;
  font-size: 18px;
  color: #000000;
  line-height: 38px;
}

ul.person_list {
  clear: both;
  margin: 0;
  padding: 0;
}

ul.person_list li {
  display: inline-block;
  float: left;
  text-align: left;
  width: 5em;
}

ul.person_list:after {
  content: "";
  clear: both;
  display: table;
}

ul.person_list:before {
  clear: both;
  display: table;
}

ul.person_list+p {
  clear: both;
}

div.leader_info_box {
  background-color: #EEE;
  margin: 0 0 20px 0;
  padding: 10px 15px;
}

div.leader_info_box .leader_n {
  border-bottom: 2px solid #396;
  color: #369;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

div.leader_info_box .leader_p {
  border-bottom: 2px solid #396;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  padding-left: 30px;
  width: 540px;
}

div.leader_info_box p {
  margin: 0;
  padding: 0;
  line-height: 2em;
}