@charset "utf-8";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
.header,
nav,
section {
  display: block;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 2rem;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-size: 1em;
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: .05rem dotted ButtonText;
}
fieldset {
  margin: 0 .1rem;
  padding: .35em .625em .75em;
  border: .05rem solid silver;
}
legend {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -0.1rem;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  *line-height: normal;
}
a:focus {
  outline: 0;
}
button,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
p,
input,
ol,
ul {
  margin: 0;
  padding: 0;
}
* + address,
* + blockquote,
* + dl,
* + fieldset,
* + figure,
* + hr,
* + ol,
* + p,
* + pre,
* + ul {
  margin: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
*,
input,
textarea,
button,
select {
  font-family: Arial, "Microsoft YaHei", Verdana, Geneva, sans-serif;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.font-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/*头部*/
header {
  width: 100%;
}
header .top {
  width: 100%;
  background: #e4e6ed;
  padding: 5px 0;
  /* line-height: 15px; */
  overflow: hidden;
}
header .top .container {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
header .top .container .go-chinese {
  display: inline-block;
}
header .top .container .go-chinese img {
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
header .top .container .go-chinese .font {
  font-size: 14px;
  color: #000;
}
header .top .container .go-chinese:hover .font {
  color: #7e0c6e;
}
header .top .container .search-wrap {
  display: inline-block;
  margin-left: 4%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
  padding-left: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
header .top .container .search-wrap:hover {
  border-color: #7e0c6e;
}
header .top .container .search-wrap input {
  border: none;
  outline: none;
  font-size: 14px;
  color: #666;
}
header .top .container .search-wrap i {
  font-size: 20px;
  padding: 6px;
  color: #666;
  cursor: pointer;
}
header .menu {
  background: #fff;
}
header .menu .container {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
header .menu .container .logo {
  width: 250px;
  padding-top: 10px;
  cursor: pointer;
}
header .menu .container .logo img {
  width: 100%;
}
header .menu .container nav ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
header .menu .container nav ul li {
  position: relative;
  padding: 0 20px;
  line-height: 70px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header .menu .container nav ul li .nav-bar {
  color: #fff;
}
header .menu .container nav ul li a {
  display: block;
}
header .menu .container nav ul li .down {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
  min-width: 300px;
  padding: 10px;
  z-index: 66;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -ms-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
}
header .menu .container nav ul li .down .box {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
header .menu .container nav ul li .down .box .sub-nav {
  padding-left: 20px;
  float: left;
}
header .menu .container nav ul li .down .box .sub-nav .down-href {
  color: #000;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}
header .menu .container nav ul li .down .box .sub-nav .down-href:hover {
  color: #7e0c6e;
}
header .menu .container nav ul li .down .box .sub-img {
  float: right;
  margin-left: 20px;
  width: 194px;
  height: 120px;
}
header .menu .container nav ul li::after {
  content: "";
  width: 100%;
  padding-bottom: 4px;
  background: #7e0c6e;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header .menu .container nav ul li:hover::after {
  display: block;
}
header .menu .container nav ul li:hover .nav-bar {
  color: #7e0c6e;
}
header .menu .container nav ul li.active {
  background: #7e0c6e;
}
header .menu .container nav ul li.active .nav-bar {
  color: #fff;
}
/*身体*/
main {
  width: 100%;
  padding-bottom: 50px;
}
main .banner {
  width: 100%;
}
main .banner img {
  width: 100%;
}
main .model-wrap {
  width: 100%;
}
main .model-wrap .container {
  margin-top: 30px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .model-wrap .container .big-title {
  padding-left: 10px;
  font-style: italic;
  position: relative;
  margin-bottom: 30px;
}
main .model-wrap .container .big-title h2 {
  font-size: 28px;
}
main .model-wrap .container .big-title::before {
  content: "";
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  background: #7e0c6e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
main .model-wrap .container .btn {
  width: 138px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 45px;
  background: #ddd7dc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 66;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .model-wrap .container .btn:hover {
  background: #7e0c6e;
}
main .model-wrap .container .news {
  width: 31.5%;
}
main .model-wrap .container .news .box {
  width: 100%;
  min-height: 450px;
  position: relative;
}
main .model-wrap .container .news .box .cover {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
main .model-wrap .container .news .box ul li {
  position: relative;
  padding: 8px 0 8px 0;
}
main .model-wrap .container .news .box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  display: block;
  background: #7e0c6e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
main .model-wrap .container .news .box ul li a {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  /*text-align: justify;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
}
main .model-wrap .container .news .box ul li a:hover {
  color: #7e0c6e;
}
main .model-wrap .container .seminars {
  width: 31.5%;
}
main .model-wrap .container .seminars .box {
  width: 100%;
  min-height: 450px;
  position: relative;
}
main .model-wrap .container .seminars .box ul {
  width: 100%;
}
main .model-wrap .container .seminars .box ul li {
  width: 100%;
  padding: 8px 0 8px 0;
}
main .model-wrap .container .seminars .box ul li a {
  width: 100%;
  display: block;
}
main .model-wrap .container .seminars .box ul li a .date {
  width: 85px;
  height: 110px;
  float: left;
  text-align: center;
  background: #7e0c6e;
  color: #fff;
}
main .model-wrap .container .seminars .box ul li a .date .month {
  font-size: 18px;
  margin: 10px 0 8px;
}
main .model-wrap .container .seminars .box ul li a .date .day {
  margin-bottom: 8px;
  font-size: 32px;
}
main .model-wrap .container .seminars .box ul li a .date .year {
  font-size: 18px;
}
main .model-wrap .container .seminars .box ul li a .info {
  width: 70%;
  float: right;
}
main .model-wrap .container .seminars .box ul li a .info .time {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
main .model-wrap .container .seminars .box ul li a .info .time .num {
  margin-right: 25px;
}
main .model-wrap .container .seminars .box ul li a .info .t {
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .model-wrap .container .seminars .box ul li a .info .text {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .model-wrap .container .seminars .box ul li + li {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
main .model-wrap .container .events {
  width: 31.5%;
}
main .model-wrap .container .events .box {
  width: 100%;
  min-height: 450px;
  position: relative;
}
main .model-wrap .container .events .box ul li a .t {
  font-size: 14px;
  color: #7e0c6e;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
main .model-wrap .container .events .box ul li a .t .num {
  margin-right: 25px;
}
main .model-wrap .container .events .box ul li a .t::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  display: block;
  background: #7e0c6e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
main .model-wrap .container .events .box ul li a .text {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .model-wrap .container .events .box ul li + li {
  margin-top: 25px;
}
/*footer*/
footer {
  width: 100%;
  background: #e4e6ed;
}
footer .container {
  padding: 30px 0;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
footer .container .logo {
  width: 250px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
footer .container .logo img {
  width: 100%;
}
footer .container .menu {
  margin-left: 100px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
footer .container .menu dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .container .menu dl dd {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
footer .container .menu dl dd a {
  color: #666;
}
footer .container .menu dl dd a:hover {
  color: #7e0c6e;
}
footer .container .menu dl dd .left-t {
  color: #666;
  font-weight: bold;
}
footer .container .menu dl + dl {
  margin-left: 50px;
}
footer .bottom {
  font-size: 14px;
  color: #666;
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
/*内页*/
main .bread-wrap {
  width: 100%;
  height: 80px;
  background: #7e0c6e;
  line-height: 80px;
  color: #fff;
  font-size: 22px;
}
main .bread-wrap a {
  color: #fff;
}
main .main-container {
  width: 1200px;
  margin: 60px auto 100px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  /*左侧导航*/
}
main .main-container .left-nav {
  width: 210px;
}
main .main-container .left-nav .tit {
  font-size: 24px;
  color: #7e0c6e;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-container .left-nav ul {
  width: 100%;
  min-height: 240px;
  /* border-left: 1px solid #eee; */
  border-top: 2px solid #7e0c6e;
}
main .main-container .left-nav ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .left-nav ul li a {
  display: block;
  padding-left: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
}
main .main-container .left-nav ul li.active {
  background: #7e0c6e;
}
main .main-container .left-nav ul li.active a {
  color: #fff;
}
main .main-container .left-nav ul li.active::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 12px;
  background: url('index_res/icon-arrow.png') no-repeat center / cover;
}
main .main-container .left-nav ul li:hover {
  background: #7e0c6e;
}
main .main-container .left-nav ul li:hover a {
  color: #fff;
}
main .main-container .left-nav ul li:hover::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 12px;
  background: url('index_res/icon-arrow.png') no-repeat center / cover;
}
main .main-container .left-nav ul li .sub-menu {
  position: absolute;
  left: 210px;
  top: 0;
  z-index: 66;
  display: none;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .left-nav ul li .sub-menu .arrow {
  margin-left: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  position: relative;
}
main .main-container .left-nav ul li .sub-menu .arrow p {
  font-size: 14px;
  text-align: center;
}
main .main-container .left-nav ul li .sub-menu .arrow p a {
  color: #666;
  padding: 0 20px;
}
main .main-container .left-nav ul li .sub-menu .arrow p a:hover {
  color: #fff;
  background: #7e0c6e;
}
main .main-container .left-nav ul li .sub-menu .arrow p + p {
  border-top: 1px solid #e6e6e6;
}
main .main-container .left-nav ul li .sub-menu .arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: -15px;
  display: block;
  background: url('index_res/icon-arrow-left.png') no-repeat center / cover;
}
main .main-container .left-nav ul li .sub-menu-active {
  display: block;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .right-content {
  width: 940px;
  /*about*/
  /*administion-detail*/
  /*contact-us-detail*/
  /*faculty-letter-detail*/
}
main .main-container .right-content .about-detail {
  width: 100%;
}
main .main-container .right-content .about-detail .title {
  font-size: 30px;
  color: #7e0c6e;
  margin-bottom: 15px;
}
main .main-container .right-content .about-detail .detail-text {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 22px;
}
main .main-container .right-content .about-detail .detail-text img {
  width: 100%;
  display: block;
  margin: 15px auto;
}
main .main-container .right-content .administion-detail {
  width: 100%;
}
main .main-container .right-content .administion-detail .leader-wrap {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .main-container .right-content .administion-detail .leader-wrap .leader {
  width: 48%;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .position {
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .person {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .person .head-img {
  width: 160px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .person .head-img img {
  width: 100%;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .person .info {
  width: 60%;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .person .info .name {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .person .info .post {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .person .info p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .abstract {
  width: 100%;
  text-align: justify;
  line-height: 22px;
  font-size: 14px;
}
main .main-container .right-content .administion-detail .leader-wrap .leader .abstract::before {
  content: "";
  width: 50px;
  height: 4px;
  margin: 30px 0 10px;
  background: #7e0c6e;
  display: block;
}
main .main-container .right-content .administion-detail .deputyDean {
  width: 100%;
}
main .main-container .right-content .administion-detail .deputyDean .title {
  font-size: 30px;
  color: #000;
  margin: 30px 0;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap figure {
  margin: 0 34px 30px 0;
  text-align: center;
  background: #f8f8f8;
  min-height: 290px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap figure .head-img {
  width: 160px;
  height: 210px;
  overflow: hidden;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap figure .head-img img {
  width: 100%;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap figure figcaption {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  padding-top: 10px;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap figure p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding-bottom: 10px;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap figure:nth-child(5n) {
  margin-right: 0;
}
main .main-container .right-content .administion-detail .deputyDean .teacher-wrap figure:hover {
  box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
}
main .main-container .right-content .contactUs-detail {
  width: 100%;
}
main .main-container .right-content .contactUs-detail .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 50px;
}
main .main-container .right-content .contactUs-detail .person {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
main .main-container .right-content .contactUs-detail .person dl {
  width: 48%;
  margin-bottom: 50px;
}
main .main-container .right-content .contactUs-detail .person dl dt {
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}
main .main-container .right-content .contactUs-detail .person dl dd {
  line-height: 28px;
  margin-bottom: 15px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
main .main-container .right-content .contactUs-detail .person dl dd .label {
  width: 26px;
  height: 26px;
  overflow: hidden;
  background: #7e0c6e;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
main .main-container .right-content .contactUs-detail .person dl dd .label i {
  color: #fff;
}
main .main-container .right-content .contactUs-detail .person dl dd .type {
  font-size: 16px;
  color: #000;
  margin: 0 10px;
}
main .main-container .right-content .contactUs-detail .person dl dd .txt {
  color: #aaa;
}
main .main-container .right-content .contactUs-detail .map .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 50px;
  font-weight: normal;
}
main .main-container .right-content .contactUs-detail .map .map-wrap {
  width: 100%;
  height: 500px;
}
main .main-container .right-content .faculty-letter-detail {
  width: 100%;
}
main .main-container .right-content .faculty-letter-detail .english-letter {
  width: 100%;
}
main .main-container .right-content .faculty-letter-detail .english-letter ul {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
main .main-container .right-content .faculty-letter-detail .english-letter ul li {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-right: 4px;
}
main .main-container .right-content .faculty-letter-detail .english-letter ul li a {
  padding: 4px 8px;
  display: block;
}
main .main-container .right-content .faculty-letter-detail .english-letter ul li a:hover {
  color: #fff;
  background: #7e0c6e;
}
main .main-container .right-content .faculty-letter-detail .english-letter ul li.active a {
  color: #fff;
  background: #7e0c6e;
}
main .main-container .right-content .faculty-letter-detail .teacher-list {
  margin-top: 50px;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li {
  margin-bottom: 30px;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .teacher-list-a {
  display: block;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .head-img {
  width: 170px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .head-img img {
  width: 100%;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .info {
  width: 76%;
  margin-left: 20px;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .info .name {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .info .e-mail {
  color: #05057f;
  font-weight: bold;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .info a {
  color: #7e0c6e;
  font-style: italic;
  line-height: 28px;
  border-bottom: 1px dashed #7e0c6e;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .info p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
main .main-container .right-content .faculty-letter-detail .teacher-list ul li .info p .label {
  color: #000;
  font-weight: bold;
}
main .main-container .right-content .faculty-detail {
  width: 100%;
}
main .main-container .right-content .faculty-detail .teacher-info {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .main-container .right-content .faculty-detail .teacher-info .head-img {
  width: 170px;
  height: 220px;
  overflow: hidden;
}
main .main-container .right-content .faculty-detail .teacher-info .head-img img {
  width: 100%;
}
main .main-container .right-content .faculty-detail .teacher-info .info {
  width: 78%;
}
main .main-container .right-content .faculty-detail .teacher-info .info .name {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}
main .main-container .right-content .faculty-detail .teacher-info .info p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
main .main-container .right-content .faculty-detail .teacher-info .info .e-mail {
  color: #05057f;
  line-height: 30px;
}
main .main-container .right-content .faculty-detail .teacher-info .info .label {
  color: #000;
}
main .main-container .right-content .faculty-detail .teacher-info .info .cv {
  color: #7e0c6e;
}
main .main-container .right-content .faculty-detail .teacher-info .info .tel {
  margin-left: 30px;
}
main .main-container .right-content .faculty-detail .tab {
  width: 100%;
  margin: 50px auto 0;
}
main .main-container .right-content .faculty-detail .tab .tab-nav {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .main-container .right-content .faculty-detail .tab .tab-nav li a {
  color: #7e0c6e;
  padding: 6px 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .right-content .faculty-detail .tab .tab-nav li a:hover {
  background: #7e0c6e;
  color: #fff;
}
main .main-container .right-content .faculty-detail .tab .tab-nav li.active a {
  background: #7e0c6e;
  color: #fff;
}
main .main-container .right-content .faculty-detail .tab .tab-content {
  width: 100%;
}
main .main-container .right-content .faculty-detail .tab .tab-content .model {
  width: 100%;
  display: none;
}
main .main-container .right-content .faculty-detail .tab .tab-content .model .tit {
  font-size: 24px;
  color: #000;
  margin: 30px 0;
}
main .main-container .right-content .faculty-detail .tab .tab-content .model p {
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
}
main .main-container .right-content .publication-detail {
  width: 100%;
}
main .main-container .right-content .publication-detail .title {
  font-size: 24px;
  color: #000;
  font-weight: normal;
}
main .main-container .right-content .publication-detail .year-info {
  width: 100%;
}
main .main-container .right-content .publication-detail .year-info .t {
  font-size: 24px;
  color: #7e0c6e;
  margin: 40px 0 30px;
  font-style: italic;
  font-weight: normal;
}
main .main-container .right-content .publication-detail .year-info .deeds {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
main .main-container .right-content .publication-detail .year-info .deeds::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 60;
  background: #7e0c6e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
main .main-container .right-content .working-detail {
  width: 100%;
}
main .main-container .right-content .working-detail .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
main .main-container .right-content .working-detail ul {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
main .main-container .right-content .working-detail ul li {
  width: 31.5%;
  margin: 0 24px 24px 0;
  background: #fcfcfc;
  min-height: 290px;
}
main .main-container .right-content .working-detail ul li a {
  display: block;
}
main .main-container .right-content .working-detail ul li .cover {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
main .main-container .right-content .working-detail ul li .figure {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  padding: 15px 10px;
}
main .main-container .right-content .working-detail ul li .text {
  color: #666;
  line-height: 25px;
  padding: 0 15px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .main-container .right-content .working-detail ul li:nth-child(3n) {
  margin-right: 0;
}
main .main-container .right-content .working-detail ul li:hover {
  box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .right-content .thoughts-detail {
  width: 100%;
}
main .main-container .right-content .thoughts-detail .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
main .main-container .right-content .thoughts-detail ul {
  width: 100%;
}
main .main-container .right-content .thoughts-detail ul li {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
main .main-container .right-content .thoughts-detail ul li a {
  display: block;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
main .main-container .right-content .thoughts-detail ul li a .cover-wrap {
  width: 210px;
  height: 136px;
  overflow: hidden;
}
main .main-container .right-content .thoughts-detail ul li a .cover-wrap .cover {
  width: 210px;
  height: 136px;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
main .main-container .right-content .thoughts-detail ul li a .cover-wrap:hover .cover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
main .main-container .right-content .thoughts-detail ul li a .info {
  width: 72%;
  margin-left: 30px;
}
main .main-container .right-content .thoughts-detail ul li a .info .date {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
main .main-container .right-content .thoughts-detail ul li a .info .t {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-container .right-content .thoughts-detail ul li a .info .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .main-container .right-content .programs-detail {
  width: 100%;
}
main .main-container .right-content .programs-detail .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
main .main-container .right-content .programs-detail ul {
  width: 100%;
}
main .main-container .right-content .programs-detail ul li {
  width: 100%;
  margin-bottom: 25px;
  background: #f9f9f9;
  display: block;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .right-content .programs-detail ul li .cover {
  width: 240px;
  height: 220px;
  overflow: hidden;
}
main .main-container .right-content .programs-detail ul li .info {
  width: 70%;
  margin-left: 30px;
  position: relative;
}
main .main-container .right-content .programs-detail ul li .info .t {
  font-size: 20px;
  padding-top: 20px;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-container .right-content .programs-detail ul li .info .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .main-container .right-content .programs-detail ul li .info .goUndergraduate {
  padding: 3px 10px;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #666;
  font-size: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
main .main-container .right-content .programs-detail ul li .info .goUndergraduate:hover {
  color: #7e0c6e;
  border-color: #7e0c6e;
}
main .main-container .right-content .programs-detail ul li:hover {
  box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
}
main .main-container .right-content .events-detail {
  width: 100%;
}
main .main-container .right-content .events-detail .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
main .main-container .right-content .events-detail ul {
  width: 100%;
}
main .main-container .right-content .events-detail ul li {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
main .main-container .right-content .events-detail ul li .date {
  width: 10%;
  text-align: center;
}
main .main-container .right-content .events-detail ul li .date .day {
  font-size: 28px;
  color: #7e0c6e;
}
main .main-container .right-content .events-detail ul li .date .year {
  font-size: 16px;
  color: #7e0c6e;
}
main .main-container .right-content .events-detail ul li .info {
  width: 76%;
  margin-left: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
main .main-container .right-content .events-detail ul li .info .t {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .main-container .right-content .events-detail ul li .info .t .tt {
  display: block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-container .right-content .events-detail ul li .info .t .signUp {
  color: #7e0c6e;
/*   margin-left: 30px; */
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
main .main-container .right-content .events-detail ul li .info .t .signUp .er-code {
  position: absolute;
  left: 90px;
  top: 0;
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  display: none;
}
main .main-container .right-content .events-detail ul li .info .t .signUp .er-code img {
  width: 90px;
}
main .main-container .right-content .events-detail ul li .info .t .signUp .er-code .name {
  font-size: 14px;
  padding: 10px 0 0;
}
main .main-container .right-content .events-detail ul li .info .t .signUp:hover .er-code {
  display: block;
}
main .main-container .right-content .events-detail ul li .info .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: justify;
}
main .main-container .right-content .seminars-detail {
  width: 100%;
}
main .main-container .right-content .seminars-detail .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
main .main-container .right-content .seminars-detail .title2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
main .main-container .right-content .seminars-detail ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  width: 100%;
}
main .main-container .right-content .seminars-detail ul li {
  width: 48%;
  margin: 0 30px 30px 0;
}
main .main-container .right-content .seminars-detail ul li:nth-child(2n) {
  margin-right: 0;
}
main .main-container .right-content .seminars-detail ul li .cover-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
main .main-container .right-content .seminars-detail ul li .cover-wrap .cover {
  width: 100%;
  height: 220px;
  overflow: hidden;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .right-content .seminars-detail ul li .cover-wrap .cover:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
main .main-container .right-content .seminars-detail ul li .t {
  font-size: 20px;
  color: #000;
  margin: 20px 0;
}
main .main-container .right-content .seminars-detail ul li .date-info {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .main-container .right-content .seminars-detail ul li .date-info .date {
  text-align: center;
}
main .main-container .right-content .seminars-detail ul li .date-info .date .day {
  font-size: 24px;
  color: #7e0c6e;
  margin-bottom: 5px;
}
main .main-container .right-content .seminars-detail ul li .date-info .date .time {
  font-size: 16px;
  color: #7e0c6e;
}
main .main-container .right-content .seminars-detail ul li .date-info .tit {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  width: 80%;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .main-container .right-content .seminars-detail ul li .more {
  margin-top: 30px;
  font-size: 14px;
  color: #7e0c6e;
  padding: 5px 10px;
  border: 1px solid #ddd;
  display: inline-block;
  font-weight: bold;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .main-container .right-content .seminars-detail ul li .more:hover {
  border-color: #7e0c6e;
  color: #7e0c6e;
}
main .main-container .right-content .research-center-detail {
  width: 100%;
}
main .main-container .right-content .research-center-detail .title {
  font-size: 24px;
  color: #7e0c6e;
  margin-bottom: 10px;
}
main .main-container .right-content .research-center-detail .line-picture {
  text-align: center;
  height: 214px;
  margin: 100px auto;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
main .main-container .right-content .research-center-detail .line-picture .left-line {
  width: 40%;
}
main .main-container .right-content .research-center-detail .line-picture .left-line p a {
  text-align: right;
  padding-right: 20px;
  font-size: 20px;
  display: block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-container .right-content .research-center-detail .line-picture .left-line p a:hover {
  color: #7e0c6e;
}
main .main-container .right-content .research-center-detail .line-picture .left-line p.active a {
  color: #7e0c6e;
}
main .main-container .right-content .research-center-detail .line-picture .left-line p:first-child {
  margin-top: -10px;
}
main .main-container .right-content .research-center-detail .line-picture .left-line p + p {
  margin-top: 47px;
}
main .main-container .right-content .research-center-detail .line-picture .center-line {
  width: 20%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
main .main-container .right-content .research-center-detail .line-picture .center-line .c {
  width: 80%;
  margin: 0 auto;
}
main .main-container .right-content .research-center-detail .line-picture .center-line .c a {
  display: block;
  color: #7e0c6e;
  padding: 10px 2px;
  border: 1px solid #ddd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
main .main-container .right-content .research-center-detail .line-picture .center-line .c a:hover {
  color: #7e0c6e;
  border-color: #7e0c6e;
}
main .main-container .right-content .research-center-detail .line-picture .right-line {
  width: 40%;
}
main .main-container .right-content .research-center-detail .line-picture .right-line p a {
  text-align: left;
  padding-left: 20px;
  font-size: 20px;
  display: block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-container .right-content .research-center-detail .line-picture .right-line p a:hover {
  color: #7e0c6e;
}
main .main-container .right-content .research-center-detail .line-picture .right-line p.active a {
  color: #7e0c6e;
}
main .main-container .right-content .research-center-detail .line-picture .right-line p:first-child {
  margin-top: -10px;
}
main .main-container .right-content .research-center-detail .line-picture .right-line p + p {
  margin-top: 47px;
}
main .main-container .right-content .research-center-detail .text {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
main .main-container .right-content .all-datail {
  width: 100%;
  font-size: 14px;
  color: #666;
}
main .main-container .right-content .all-datail .all-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
main .main-container .right-content .all-datail img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
main .main-container .right-content .all-datail p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
main .main-container .right-content2 {
  width: 100%;
}
main .main-container .right-content2 .lates-news-detail {
  width: 100%;
}
main .main-container .right-content2 .lates-news-detail .title {
  font-size: 24px;
  color: #7e0c6e;
  margin-bottom: 30px;
}
main .main-container .right-content2 .lates-news-detail ul {
  width: 100%;
}
main .main-container .right-content2 .lates-news-detail ul li {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
main .main-container .right-content2 .lates-news-detail ul li a {
  display: block;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
main .main-container .right-content2 .lates-news-detail ul li a .cover-wrap {
  width: 210px;
  height: 136px;
  overflow: hidden;
}
main .main-container .right-content2 .lates-news-detail ul li a .cover-wrap .cover {
  width: 210px;
  height: 136px;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
main .main-container .right-content2 .lates-news-detail ul li a .cover-wrap:hover .cover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
main .main-container .right-content2 .lates-news-detail ul li a .info {
  width: 72%;
  margin-left: 30px;
}
main .main-container .right-content2 .lates-news-detail ul li a .info .date {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
main .main-container .right-content2 .lates-news-detail ul li a .info .t {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-container .right-content2 .lates-news-detail ul li a .info .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-bullet {
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
  border-radius: none !important;
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  -ms-border-radius: none !important;
  -o-border-radius: none !important;
}
.swiper-button-prev {
  left: 50px;
  outline: none;
}
.swiper-button-next {
  right: 50px;
  outline: none;
}

.pagination{text-align: center;margin-top: 50px;}
.pagination ul{display: inline-block;}
.pagination ul li{display: inline-block;}
.pagination ul li a{color: #000;}
.pagination ul li.active{margin:0 10px}
.pagination ul li.controls{margin-left: 20px;}
.pagination ul li input{width: 50px;text-align: center;}

.textarea{
  resize: none;
  border: none;
  line-height: 30px;
}
.bodyBox{
  margin:0 auto;
  width:980px

}
.infobox{
margin-top: 30px;

}