.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

body {
  /* min-width: 1200px; */
}

a {
  font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #3b3b3b;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.fill .head {
  line-height: 28px;
  overflow: hidden;
}

.fill .head .head-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.fill .head .head-title i {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  color: #001183;
  margin-right: 6px;
  vertical-align: 12px;
}

.fill .head a {
  margin-top: 30px;
  margin-bottom: 16px;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  position: relative;
}

.fill .head a:after,
.fill .head a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFFFF9;
  z-index: -2;
  border-radius: 11px;
}

.fill .head a:hover {
  z-index: 1;
  background: transparent;
}

.fill .head a:before {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -1;
}

.fill .head a:after {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -2;
}

.fill .head a:hover:after,
.fill .head a:hover:before {
  width: 100%;
}

.fill_dynamicitme .head {
  padding: 40px 0 45px;
}

.fill_dynamicitme .head .head-title {
  float: left;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.fill_dynamicitme .head .head-title i {
  display: inline-block;
  font-style: bold;
  font-size: 14px;
  color: #001183;
  margin-right: 6px;
  vertical-align: 12px;
}

.fill_dynamicitme .head a {
  margin-top: 15px;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  position: relative;
  padding: 3px 0;
}

.container-tpxw {
  padding-top: 35px;
}

.part1 {
  padding: 0px 0 60px;
}

.part1 .layout ul li {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

.part1 .layout ul li:nth-child(2n) {
  margin-right: 0;
}

.part1 .layout ul li:nth-child(1),
.part1 .layout ul li:nth-child(2) {
  margin-top: 0;
}

.part1 .layout ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.part1 .layout ul li:hover a .title {
  color: #001183;
}

.part1 .layout ul li a {
  display: block;
}

.part1 .layout ul li a .imgbox {
  width: 589px;
  height: 163px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.part1 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part1 .layout ul li a .title {
  width: 589px;
  padding: 20px 45px;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.5);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.main1 {
  height: 580px;
  background: #f4f4f4;
  background-position: top center;
}

.main1 .inner {
  padding: 10px 0px 0px;
}

.main1 .ml {
  float: left;
  width: 575px;
}

.main1 .mr {
  float: right;
  width: 555px;
}

.post-13 li {
  margin-bottom: 10px;
}

.post-13 .news_img {
  width: 200px;
  height: 120px;
  background: #ccc;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.post-13 img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: .4s;
}

.post-13 img:hover {
  transform: scale(1.12);
}

.post-13 .news_wz {
  float: left;
  width: 355px;
}

.post-13 .news_title {
  font-size: 16px;
  color: #001183;
  line-height: 32px;
}

.post-13 .news_title a {
  font-size: 16px;
  color: #001183;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.post-13 .news_txt {
  font-size: 14px;
  line-height: 25px;
  margin-top: 8px;
}

.post-13 .news_txt a {
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.post-14 .news_meta {
  width: 72px;
  height: 72px;
  background: #001183;
  text-align: center;
  margin-right: 20px;
  float: left;
}

.post-14 .day {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
}

.post-14 .year {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
}

.post-14 .news_title {
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 460px;
  line-height: 34px;
}

.post-14 .news_title a {
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 460px;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.post-14 li {
  margin-bottom: 28px;
}

.main2 {
  height: 450px;
  background: url(index_res/m2.png) no-repeat center;
}

.main2 .post .tt {
  padding: 65px 0 23px;
}

.main2 .ml {
  float: left;
  width: 100%;
}

.main2 .mr {
  float: right;
  width: 555px;
}

.post-23 .news_img {
  width: 133px;
  height: 109px;
  background: #ccc;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.post-23 .news_img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: .4s;
}

.post-23 .news_img img:hover {
  transform: scale(1.12);
}

.post-23 .news_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  min-height: 60px;
}

.post-23 .news_title a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.post-23 .news_wz {
  float: left;
  width: 405px;
  padding: 7px 0;
}

.post-23 .news_meta {
  font-size: 18px;
  color: #001183;
  line-height: 34px;
}

.post-23 li {
  width: 570px;
  margin-bottom: 20px;
  float: left;
  margin-right: 30px;
}

.post-24 .news_img {
  width: 100%;
  height: 306px;
  background: #ccc;
  overflow: hidden;
}

.post-24 .news_img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: .4s;
}

.post-24 .news_img img:hover {
  transform: scale(1.12);
}

.post-24 li {
  position: relative;
}

.post-24 .news_title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.post-24 .news_title a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

.post-33 li {
  margin-bottom: 10px;
}

.post-33 .news_img {
  width: 200px;
  height: 120px;
  background: #ccc;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.post-33 img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: .4s;
}

.post-33 img:hover {
  transform: scale(1.12);
}

.post-33 .news_wz {
  float: left;
  width: 355px;
}

.post-33 .news_title {
  font-size: 16px;
  color: #001183;
  line-height: 32px;
}

.post-33 .news_title a {
  color: #001183;
}

.post-33 .news_txt {
  font-size: 14px;
  line-height: 25px;
  margin-top: 8px;
}

.post-35 {
  margin-top: 25px;
  display: none;
}

.post-25 .news_title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
}

.post-25 .news_title a {
  width: 350px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.post-25 .news_meta {
  float: right;
  font-size: 16px;
  line-height: 45px;
}

.container-live {
  background: #f4f4f4;
  height: 430px;
  background-position: top center;
  padding: 80px 0;
}

.live-panel .live-panelfl,
.live-panel .live-panelrg {
  float: left;
  width: 570px;
  padding: 30px 20px 27px 35px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.5);
  border-radius: 8px;
  margin-right: 60px;
  position: relative;
}

.live-panel .live-panelfl .live-image,
.live-panel .live-panelrg .live-image {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.live-panel .live-panelfl .live-image img,
.live-panel .live-panelrg .live-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.live-panel .live-panelfl .live-page,
.live-panel .live-panelrg .live-page {
  width: 391px;
  float: left;
}

.live-panel .live-panelfl .live-page .live-time,
.live-panel .live-panelrg .live-page .live-time {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

.live-panel .live-panelfl .live-page .live-time span,
.live-panel .live-panelrg .live-page .live-time span {
  display: inline-block;
  width: 52px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  border-radius: 4px;
  margin-right: 10px;
}

.live-panel .live-panelfl .live-page .live-time .live-stateing,
.live-panel .live-panelrg .live-page .live-time .live-stateing {
  background-color: #00b064;
}

.live-panel .live-panelfl .live-page .live-time .live-stateing i,
.live-panel .live-panelrg .live-page .live-time .live-stateing i {
  font-style: normal;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 4px 2px 0;
}

.live-panel .live-panelfl .live-page .live-time .live-stateNotice,
.live-panel .live-panelrg .live-page .live-time .live-stateNotice {
  background-color: #74A8F3;
}

.live-panel .live-panelfl .live-page .live-time .live-statebake,
.live-panel .live-panelrg .live-page .live-time .live-statebake {
  background-color: #BEBEBE;
}

.live-panel .live-panelfl .live-title,
.live-panel .live-panelrg .live-title {
  margin-top: 5px;
}

.live-title:hover a {
  font-weight: bold !important;
}

.live-panel .live-panelfl .live-title a,
.live-panel .live-panelrg .live-title a {
  height: 22px;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.live-panel .live-panelfl .live-name,
.live-panel .live-panelrg .live-name {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-weight: bold;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.live-panel .live-panelfl .live-post,
.live-panel .live-panelrg .live-post {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.live-panel div:nth-child(2n) {
  margin-right: 0;
}

.live-panel-icon:before {
  content: "";
  border: 30px solid #D0D0D2;
  border-left: 30px solid transparent;
  border-top: 30px solid transparent;
  border-bottom-right-radius: 10px;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
}

.live-panel-icon span {
  position: absolute;
  left: -3px;
  top: 12px;
  transform: rotate(-46deg);
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.container-white {
  background: url(index_res/backdrop.png) no-repeat center top;
  background-color: #f4f4f4;
  /* padding: 30px; */
  background-size: cover;
  padding-top: 45px;
}

.courseItme ul li {
  width: 23.5%;
  /* float: left; */
  /* margin-bottom: 20px; */
  margin-right: 2%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.5);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.courseItme ul li:nth-child(4n) {
  margin-right: 0;
}

.courseItme ul li a {
  display: block;
}

.courseItme ul li .courseItme-box .box-top {
  width: 285px;
  height: 150px;
}

.box-top img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.courseItme ul li .courseItme-box .box-text {
  padding: 16px 22px 0;
  background: #FFFFFF;
  height: 88px;
  box-sizing: border-box;
}

.courseItme ul li .courseItme-box .box-text .name {
  height: 44px;
  line-height: 26px;
  font-size: 16px  !important;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 52px;
}

.courseItme ul li .courseItme-box .box-text .introduce {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.courseItme ul li:hover {
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
}

.part2 {
  background-color: #f4f4f4;
  padding: 60px 0;
}

.part2 .layout .swiper {
  /* width: 1200px; */
}

.part2 .layout .swiper .swiper-slide:hover a img {
  transform: scale(1.3);
}

.part2 .layout .swiper .swiper-slide a {
  display: block;
  /* width: 288px; */
  /* height: 105px; */
  overflow: hidden;
}

.part2 .layout .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.container-xygy {
  position: relative;
  padding: 40px 0 60px;
}

.student_list ul {
  /* width: 1225px; */
  padding: 0 0 10px;
}

.student_list li {
  /* width: 285px; */
  /* height: 250px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 1px rgba(114, 117, 121, 0.2);
  border-radius: 8px;
  float: left;
  box-sizing: border-box;
  position: relative;
  /* margin-right: 19px; */
  margin-top: 40px;
}

.student_list li:nth-child(4n) {
  /* margin-right: 0; */
}

.student_list li:nth-child(1),
.student_list li:nth-child(2),
.student_list li:nth-child(3),
.student_list li:nth-child(4) {
  /* margin-top: 0; */
}

.container-xygy .swiper-scrollbar {
  width: 1000px !important;
  height: 8px !important;
  bottom: 25px !important;
  left: 50% !important;
  transform: translateX(-50%);
  cursor: pointer;
}

.container-xygy .swiper-scrollbar .swiper-scrollbar-drag {
  background: #001183;
}

.content_title {
  padding: 0 20px;
}

.content_title .js {
  width: 257px;
  padding: 0 21px 0px 7px;
  height: 230px;
  margin-top: 20px;
}

.content_title .js p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  text-indent: 2rem;
}

.stud_img {
  float: left;
}

.stud_img img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: block;
  margin-top: -40px;
  border: 3px solid #c2caef;
  overflow: hidden;
  object-fit: cover;
}

.stud_text {

float: left;

display: flex;

display: -webkit-flex;

justify-content: center;

flex-flow: column;

align-items: center;

margin: 15px 0;

width: 100%;

box-sizing: border-box;
}

.stud_text p {
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: bold;
  color: #000;
  text-align: center;
}

.stud_text p:nth-child(2) {
  margin-top: 20px;
  /*height: 78px;*/
  color: #545454;
  /* text-indent: 2em; */
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* padding-bottom: 15px; */
  /* overflow-y: scroll; */
  /*margin-bottom: 25px;*/
}

.stud_text span {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 158px;
}

.sud_line {
  width: 5px;
  height: 44px;
  background: #001183;
  border-radius: 3px;
  position: absolute;
  top: 108px;
  right: 15px;
}

.changebtn {
  margin-top: 30px;
  margin-bottom: 16px;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}

.changebtn:hover {
  color: #001183;
}

.nui-scroll {
  width: 200px;
  height: 310px;
  overflow: auto;
  color: #333;
}

.nui-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.nui-scroll::-webkit-scrollbar-thumb {
  background-color: #001183;
  border-radius: 10px;
  height: 26px;
}

.nui-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #001183;
  border-radius: 10px;
}

.nui-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #001183;
}

.nui-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}

.stud_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border-bottom: 1px solid #D8D8D8; */
}

.part10 {
  padding: 35px 0 40px;
}

.part10 .layout {
  display: flex;
  justify-content: space-between;
}

.part10 .layout .list {
  /* margin-right: 29px; */
  width: 29.3%;
}

.part10 .layout .list:nth-last-child(1) {
  margin-right: 0;
}

.part10 .layout .list ul li {
  margin-bottom: 8px;
}

.part10 .layout .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.part10 .layout .list ul li:hover a .title {
  color: #1E4886;
}

.part10 .layout .list ul li a {
  display: flex;
  align-items: center;
}

.part10 .layout .list ul li a i {
  margin-right: 9px;
  display: block;
  width: 6px;
  height: 6px;
  background: #001183;
  border-radius: 50%;
}

.part10 .layout .list ul li a .title {
  width: calc(100% - 75px);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part10 .layout .list ul li a .time {
  /* font-family: SourceHanSansCN, SourceHanSansCN; */
  font-weight: normal;
  font-size: 18px;
  color: #737373;
  width: 75px;
  text-align: right;
}

.titleBox_2 {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  height: 43px;
}

.titleBox_2 .title {
  display: flex;
  align-items: center;
}

.titleBox_2 .title li {
  margin-right: 40px;
  font-family: å¾®è½¯é›…é»‘;
  font-weight: bold;
  font-size: 22px;
  color: #334db1;
  cursor: pointer;
  position: relative;
  height: 43px;
}

.titleBox_2 .more a {
  display: none;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  height: 43px;
  line-height: 34px;
}

.titleBox_2 .more .on {
  display: block;
}



.titleBox_2 .title li:before { content:''; width:100%; height:3px; background:#a4b0e5; position:absolute; left:0; bottom:0;}
.nrk-1 li { line-height:44px; margin-bottom:0 !important;}
.top-a { display:block; width:100%; height:100%;}










