<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mytitle {
  margin-bottom: 20px;
}
.mytitle h2 {
	height: 40px;
  font: bold 20px "Microsoft YaHei";
  color: #021d70;
}
.mytitle .subtext {
  color: #021d70;
  font: 500 20px/24px "Microsoft YaHei";
  position: relative;
  left: 115px;
  top: -18px;
}
.mytitle .more {
  font: 400 14px "Microsoft YaHei";
  color: #021d70;
  float: right;
  margin-top: -30px;
}
.news {
  width: 1200px;
  margin: 0 auto 20px;
  padding-top: 70px;
  padding-bottom:70px;
}
.news .lunbo {
  float: left;
  width: 40%;
  margin-left: 5%;
}
.news .lunbo .swiper-containers,.news .lunbo .swiper-containerrs {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.news .lunbo img {
  width: 100%;
  height: 90%;
  display: block;
}
.news .lunbo p {
  text-align: center;
}
.news .newlist {
  float: right;
  width: 50%;
}
.news .newlist a {
  display: block;
  border-bottom: 1px dashed #999;
}
.news .newlist a:hover {
  color: #0a6daa;
}
.news .newlist p {
  font: 400 14px/35px "Microsoft YaHei";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  float: left;
}
.news .newlist span {
  float: right;
  width: 20%;
  text-align: center;
  font: 400 14px/30px "Microsoft YaHei";
}
.dynamic {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.dynamic .dynamic-item {
  float: left;
  width: 380px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.dynamic .dynamic-item:nth-child(3n) {
  margin-right: 0px;
}
.dynamic .dynamic-item a {
  display: block;
  position: relative;
}
.dynamic .dynamic-item img {
  width: 380px;
  height: 150px;
}
.dynamic .dynamic-item h3 {
  width: 380px;
  font: 400 20px/24px "Microsoft YaHei";
  margin: 20px auto 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dynamic .dynamic-item p {
  width: 380px;
  height: 90px;
  color: #B2B2B2;
  font: 400 16px/24px "Microsoft YaHei";
}
.dynamic .dynamic-item span {
  position: absolute;
  font: 700 48px/150px "Microsoft YaHei";
  color: #ffffff;
  width: 380px;
  height: 150px;
  text-align: center;
  top: 0;
  background-color: #000;
  opacity: .3;
}
.dynamic .dynamic-item em {
  position: absolute;
  right: 15px;
  color: #999;
}
.student,
.teacher {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
.student .student-list,
.teacher .student-list,
.student .teacher-list,
.teacher .teacher-list {
  padding-bottom: 60px;
}
.student .teacher-item,
.teacher .teacher-item {
  float: left;
  width: 200px;
  margin-right: 50px;
}
.student .teacher-item:nth-child(5n),
.teacher .teacher-item:nth-child(5n) {
  margin-right: 0px;
}
.student .teacher-item a,
.teacher .teacher-item a {
  display: block;
}
.student .teacher-item p,
.teacher .teacher-item p {
  font: 400 18px/36px "Microsoft YaHei";
  margin: 10px auto;
  text-align: center;
}
.student .teacher-item img,
.teacher .teacher-item img {
  width: 100%;
  height: 260px;
  transition: all .5s;
}
.addContent {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom:70px;
  position: relative;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  display: flex;
}
.addContent .first-new {
  margin-top: 50px;
}
.addContent .first-new .hs {
  font: 700 20px/20px "Microsoft YaHei";
  margin-bottom: 34px;
}
.addContent .first-new .dis {
  font: 400 16px/32px "Microsoft YaHei";
  letter-spacing: .9px;
}
.addContent .first-new .dis::first-letter {
  font-size: 32px;
}
.addContent .dynamic-list,
.addContent .prose-list {
  margin-top: 11px;
  line-height: 46px;
}
.dynamic-list li,.prose-list li{
	height: 63px;
	
	
}
.addContent .dynamic-list a,
.addContent .prose-list a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 63px;
  font-size: 16px;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
.addContent .dynamic-list em,
.addContent .prose-list em {
  display: inline-block;
  width: 31px;
  height: 9px;
  position: relative;
  background: url("../images/icon-arrow.png") left top / cover no-repeat;
  top: -3px;
}
.addContent .dynamic-list p,
.addContent .prose-list p {
  /*display: inline-block;*/
  margin-left: 10px;
  width: 72%;
  height: 100%;
  overflow: hidden;
}
.addContent .dynamic-list span,
.addContent .prose-list span {
  width: 26%;
}
.addContent .dynamics {
  float: left;
  width: 30%;
  border-right: 1px dashed #999;
  padding-right: 25px;
}
.addContent .dynamics .mytitle {
  border-bottom: 1px dashed #999;
}
.addContent .prose {
  /*float: right;*/
  width: 35%;
 	height: 469px;
 	box-sizing: border-box;
 	/*flex: 1;*/
  padding:0 15px;
  border-right: 1px dashed #999;
}
.addContent .prose:first-of-type{
	width: 30%;
}
.addContent .prose:last-of-type{
	border-right: none;
}
.addContent .prose .mytitle {
  border-bottom: 1px dashed #999;
}
.banner-container{
	width: 100%;
}
.banner-container img{
	width: 100%;
}
</pre></body></html>