@charset "utf-8";
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone {
  position: relative;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62.81%;
  overflow: hidden;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -999em;
  margin-top: -25px;
}
.flex-direction-nav .flex-prev {
}
.flex-direction-nav .flex-next {
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background: #ddd;
}
/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
*/
.flex-pauseplay a:hover {
  opacity: 1;
}
/*.flex-pauseplay a.flex-play:before { content: '\f003'; }
*/ /* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  text-align: center;
  z-index: 99;
}
.flex-control-nav li {
  margin: 10px 6px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  border: 1px solid #999;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 8px;
}
.flex-control-paging li a:hover {
  background: #999;
}
.flex-control-paging li a.flex-active {
  background: #999;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*content*/
.content {
  width: 100%;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
.modeWrap01 {
  width: 100%;
  background-color: #c50815;
}
.mode01 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.mode01 span {
  width: 33.33%;
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
}
.mode01 span a {
  color: #fff;
  display: block;
  border-right: 1px solid #e2848a;
  height: 100%;
}
.mode01 span:first-child a {
  border-left: 1px solid #e2848a;
}
.mode01 span i {
  height: 80px;
  display: inline-block;
  margin: 0 auto;
  font-style: normal;
}
.mode01 span.m01 i {
  background: url(../images/ic01.png) no-repeat 8px center;
  padding-left: 46px;
}
.mode01 span.m02 i {
  background: url(../images/ic02.png) no-repeat 0 center;
  padding-left: 55px;
}
.mode01 span.m03 i {
  background: url(../images/ic03.png) no-repeat 10px center;
  padding-left: 56px;
}
.mode01 span i:hover {
  opacity: 0.8;
}
.mode02 .lf .flexslider .slides > li a {
  width: 100%;
  height: 0;
  padding-bottom: 62.8%;
  overflow: hidden;
  display: block;
}
/*综合新闻*/
.articleList2 .imageLink02 .imageLink_image {
  display: flex;
  place-items: center;
  width: 395px;
  height: 220px;
  overflow: hidden;
}
.articleList2 .imageLink02 .imageLink_image img {
  /* max-width: 395px;
  max-height: 220px; */
}
/* .Banner1 {
  display: flex;
  place-items: center;
  width: 790px;
  height: 525px;
  overflow: hidden;
} */
.Banner1 .bpic {
  width: 790px;
  height: 525px;
  overflow: hidden;
}
.mode02 {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
  background: url(../images/bd.png) no-repeat center;
  background-size: 100% 100%;
}
.mode02 .mode02-content {
	max-width: 1620px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.mode02 .lf {
  width: 25%;
  padding: 10px 0 7px 0;
}
.listTitle01 {
  line-height: 65px;
  letter-spacing: 1px;
  width: 150px;
  margin: 0 auto;
}
.listTitle01 h2 {
  font-size: 30px;
  font-weight: normal;
  color: #8c1515;
}
.listTitle01 h2 i {
  font-size: 16px;
  color: #b2b2b2;
  font-family: "Arial";
  padding-top: 2px;
  font-weight: bold;
  margin-left: 10px;
  font-style: normal;
}
.rightMore01 {
  float: right;
  padding: 25px 5px 0 0;
}
.rightMore01 img {
  width: auto;
  display: block;
}
.mode02 .slideCon {
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.slideTitle {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.slideTitle a {
  color: #333;
}
.slideTitle h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  height: 28px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
}
.slideTitle p {
  font-size: 15px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slideBot {
  width: 100%;
  color: #333;
  padding: 10px 0 10px;
  overflow: hidden;
  font-size: 16px;
}
.z-dates {
  width: auto;
  float: left;
}
.rightMore02 {
  float: right;
  width: auto;
  background: url(../images/more03.png) no-repeat right center;
  padding-right: 20px;
}
.rightMore02:hover {
  opacity: 0.8;
}
.mode02 .flex-control-nav {
  width: 70%;
  left: auto;
  right: 14%;
  text-align: right;
  bottom: 25px;
}
.mode02 .flex-control-nav a {
  text-align: left;
}
.mode02 .flex-pauseplay {
  position: absolute;
  right: 15%;
  bottom: 25px;
}
.mode02 .flex-pauseplay a.flex-pause {
  background: url(../images/pause.png) no-repeat center center;
  text-indent: -888em;
}
.mode02 .flex-pauseplay a.flex-play {
  background: url(../images/play02.png) no-repeat center center;
  text-indent: -888em;
}
.mode02 .rt {
  width: 25%;


  padding: 10px 0 7px 0;
}
.mode02 .md {
	width: 48%;
	padding: 10px 20px;
}
/*学术报告*/
.nest01 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nest01,
.report-img01 {
  width: 100%;
  overflow: hidden;
}
.imageLink02 {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.imageLink_title {
 line-height: 24px;
  position: relative;
  color: #333;
  font-size: 16px;
  z-index: 2;
  overflow: hidden;
  display: block;
  padding: 10px;
  width: calc(100% - 20px);
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.imageLink_title a.title {
  position: relative;
  z-index: 2;
  color: #333;
  display: block;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
}

.nest02 {
  width: 100%;
  overflow: hidden;
  padding-top: 22px;
}
.LectureNotice {
  padding: 29px 20px;
  background-color: #f2f2f2;
  font-size: 16px;
}
.LectureNotice li {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
}
.LectureNotice li a {
  padding-left: 12px;
}
.LectureNotice li:before {
  width: 4px;
  height: 12px;
  background-color: #c50815;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
}
/*通知公告*/
.wrap_mode03 {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg01.jpg) no-repeat top center #214670;
  margin-top: 50px;
  background-size: cover;
}
.mode03 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.listTitle02 {
  padding: 2px 0;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.listTitle02 h2 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.listTitle02 h2 i {
  display: block;
  color: #7b9dc4;
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  padding-top: 2px;
}
.listTitle02 h2 a {
  color: #fff;
}
.readMore02 {
  float: right;
  padding-top: 40px;
}
.readMore02 a {
  color: #a7d0fc;
}
.readMore02 a:hover {
  color: #fff;
}
.noticeList {
  width: 100%;
  overflow: hidden;
}
.noticeList li {
  width: 25%;
  float: left;
}
.noticeList li:first-child > div {
  border-left: 1px solid #667f9d;
}
.noticeList li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: block;
  padding-top: 25px;
}
.noticeList li a:hover {
  opacity: 0.8;
}
.noticeList li > div {
  border-right: 1px solid #667f9d;
  padding: 28px 32px 34px;
  background: url(../images/white_bg.png) repeat;
}
.n-dates {
  width: 75px;
  display: block;
  letter-spacing: 1px;
  position: relative;
}
.n-dates strong,
.n-dates i {
  font-weight: normal;
  font-family: "Arial";
  font-style: normal;
  display: block;
  color: #fff;
}
.n-dates strong {
  font-size: 24px;
}
.n-dates i {
  font-size: 14px;
}
.n-dates:before {
  width: 80px;
  height: 1px;
  background-color: #8e2940;
  position: absolute;
  right: -75px;
  bottom: 0;
  content: "";
}
.mode04 {
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
}
.mode04-content {
	max-width: 1620px;
    width: 95%;
    margin: 0 auto;
}
.mode04 .lf {
  width: 30%;
  background-color: #8c1515;
  min-height: 600px;
  float: left;
  position: relative;
  z-index: 100;
  background-size:  100% 100%;
}
.mode04 .lf::before {
	content: "";
	position: absolute;
	background: url(../images/bk.png) no-repeat top left;
	height: 600px;
	z-index: 10;
	width: 390px;
	background-size: 100% 100%;
}
.line01 {
  width: 70px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 20;
}
.tabMenu01 {
  width: 50%;
  /* float: right; */
  padding-top: 90px;
  padding: 10px 0 0 10%;
  position: relative;
  z-index: 30;
}
.tabMenu01 li {
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  position: relative;
}
.tabMenu01 li .more03 {
  display: none;
  position: absolute;
  width: 70px;
  height: 70px;
  /* background: url(../images/jia.png) no-repeat center center; */
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.tabMenu01 li a {
  padding-left: 24px;
  color: #fff;
  font-size: 24px;
}
.sicence-title {
  margin: 10px 0 90px 0;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  text-align: left;
  text-indent: 20px;
}
.tabMenu01 li a h2 {
  display: inline-block;
  font-weight: normal;
}
.tabMenu01 li i {
  font-family: "Arial";
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
}
.tabMenu01 li:hover,
.tabMenu01 li.active {
  border-bottom: 4px solid rgba(223, 184, 54, 0.7);
  height: 66px!important;
}
.tabMenu01 li:hover .more03,
.tabMenu01 li.active .more03 {
  display: block;
}
.mode04 .rt {
  width: 70%;
  float: right;
  position: relative;
  padding: 0;
  background: url(../images/kyjgConBg.jpg);
}
.tabList01 {
  width: 100%;
  min-height: 600px;
}
.tabList01 dd {
  display: none;
}
.tabList01 li {
	display: inline-block;
	width: calc(50% - 20px);
  margin-left: 20px;
}
.s-dates {
  width: 80px;
  height: 80px;
  background-color: #8c1515;
  float: left;
  text-align: center;
}
.s-dates strong,
.s-dates i {
  font-style: normal;
  font-family: "Arial";
  display: block;
  color: #ffffff;
}
.s-dates strong {
  font-size: 30px;
  padding-top: 13px;
  color: #ffffff;
}
.s-dates i {
  font-size: 16px;
  padding-top: 2px;
}
.list04 {
  width: calc(100% - 40px);
  overflow: hidden;
  padding: 34.5px 20px;
}
.list04 li {
  margin-top: 60px;
  float: left;
}
.list04 li:nth-child(1) {
  margin-top: 0;
}
.list04 li:nth-child(2) {
  margin-top: 0;
}
.list04 li a {
  display: block;
  margin-left: 100px;
  height: 80px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.list04 li h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list04 li p {
  color: #999;
  font-size: 15px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding-top: 8px;
}
/*招生信息*/
.wrap_mode05 {
  width: 100%;
  overflow: hidden;
  background-color: #d7e6f7;
}
.mode05 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  overflow: hidden;
}
.listTitle03 h2 i {
  color: #b2b2b2;
}
.tabMenu02 {
  width: 100%;
  min-height: 40px;
  background: url(../images/zs_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  text-align: center;
}
.tabMenu02 li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
}
.tabMenu02 li a {
  padding: 0 35px;
  font-size: 16px;
  color: #fff;
}
.tabMenu02 li.color1 {
  background-color: #3298b7;
}
.tabMenu02 li.color2 {
  background-color: #008ace;
}
.tabMenu02 li:hover,
.tabMenu02 li.active {
  background-color: #c50815;
}
.ddList02 dd {
  display: none;
}
.listCon02 {
  width: 33.33%;
  float: left;
}
.listCon02 > div {
  margin-right: 25px;
  padding-top: 35px;
}
.listCon02 h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
.listCon02 i {
  display: block;
  padding: 20px 0;
  color: #c50815;
  font-size: 18px;
  font-family: "Arial";
}
.listCon02 p {
  font-size: 15px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 36px;
}
.readMore03 {
  display: block;
}
.readMore03 a {
  color: #c50815;
}
.list02 {
  width: 66.66%;
  float: left;
  overflow: hidden;
  padding-top: 15px;
}
.list02 li {
  width: 50%;
  float: left;
  padding: 25px 0 0;
}
.list02 li > div {
  border-bottom: 1px solid #f58b93;
  margin-left: 59px;
  padding-bottom: 15px;
}
.list02 li a {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  display: block;
}
.list02 li span {
  display: block;
  font-family: "Arial";
  color: #c50815;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 18px;
}
/*通知公告*/
.wrap_mode06 {
  width: 100%;
  overflow: hidden;
}
.mode06 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.list03 {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.list03 li {
  width: calc(100% / 3);
  float: left;
  margin: 0;
}
.list03 li > div {
  min-height: 172px;
}
.list03 li i {
  display: block;
  padding: 17px 0 27px;
  font-size: 18px;
  font-family: "Arial";
}
.list03 li.color1 i {
  color: #3298b7;
}
.list03 li.color2 i {
  color: #008ace;
}
.list03 li a {
  font-size: 16px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  display: block;
}
/*媒体关注 */
.mode07 {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.modeBg07 {
  width: 41.67%;
  float: right;
  min-height: 600px;
  background: url(../images/bg04.jpg) no-repeat left top #c5404a;
  background-size: cover;
}
.listTitle04 {
  float: left;
  padding: 18px 0 0 30px;
}
.listTitle04 a {
  color: #fff;
}
.listTitle04 i {
  color: #f58b93;
}
.mediaCon {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -600px;
}
.slideImg02 {
  width: 400px;
  position: absolute;
  right: 230px;
  top: 24px;
}
.slideImg02 a {
  width: 100%;
  height: 0;
  padding-bottom: 66.5%;
  overflow: hidden;
  display: block;
}
.slideCon02 {
  width: 43%;
  float: left;
  overflow: hidden;
}
.slideTitle02 {
  padding-left: 52px;
}
.slideTitle02 h3 {
  font-size: 22px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 25px;
}
.slideTitle02 p {
  line-height: 30px;
  color: #999;
  height: 180px;
  overflow: hidden;
  font-size: 14px;
}
.slideBot02 {
  padding: 2px 0 0;
  overflow: hidden;
}
.z-dates02 {
  display: block;
  float: left;
  font-style: italic;
  font-family: "Arial";
  font-size: 15px;
  padding-left: 17px;
  position: relative;
}
.z-dates02:before {
  width: 8px;
  height: 14px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
}
.slideBot02 .rightMore02 {
  background: url(../images/more.png) no-repeat right center;
}
.slideBot02 .rightMore02 a {
  color: #c50815;
}
.banner-number {
  width: auto;
  right: 271px;
  position: absolute;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #3a1214;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.banner-number span {
  color: #fff;
}
.mediaCon .flexslider {
  padding-bottom: 90px;
}
.mediaCon .flex-control-nav {
  display: none;
}
.mediaCon .flex-direction-nav a {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 30px;
  margin: 0;
}
.mediaCon .flex-direction-nav .flex-prev {
  background: url(../images/arrow_lf.png) no-repeat center center #3a1215;
  right: 332px;
}
.mediaCon .flex-direction-nav .flex-next {
  background: url(../images/arrow_rt.png) no-repeat center center #3a1215;
  right: 230px;
}
/*研究中心*/
.modeWrap08 {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-color: #8c1515;
  margin-top: -5px;
}
.mode08 {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
  background-size: 100% 100%;
  background: url(../images/zf_footer.png) no-repeat;
}
.articleList7 {
  width: 100%;
  overflow: hidden;
}
.tcode{
    display: flex;
    flex-direction: row;
}
.tcode div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
video {
  width: 100%; /* 设置视频宽度为100% */
  height: auto; /* 高度自动，以保持原始宽高比 */
  object-fit: cover; /* 使内容覆盖整个元素框，同时保持宽高比 */
}
.list05 {
  /* border: 1px solid #66809d; */
  overflow: hidden;
  border-right: none;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list05 li {
  min-width: 40%;
  float: left;
  *width: 299px;
}
.list05 li a {
  display: block;
  /* border: 1px solid #66809d; */
  border-top: none;
  border-left: none;
  height: 48px;
  line-height: 48px;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 14px;
  overflow: hidden;
}
/* .list05 li a:hover {
  background-color: #98152c;
  border-color: #98152c;
} */
/*视频*/

.listTitle03 h2 {
  color: #333;
}
.listTitle03 .readMore02 a {
  color: #666;
}
@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .mode01,
  .mode02,
  .mode03,
  .mode05,
  .mode06,
  .mediaCon,
  .mode08,
  .mode09 {
    width: 1024px;
  }
  .mode02,.mode06 {
    width: 100%
  }
  .mediaCon {
    margin-left: -512px;
  }
  .mode02 {
    padding-top: 20px;
  }
  .tabMenu01 {
    width: 300px;
  }
  .tabList01 {
    width: 98%;
  }
  .tabMenu02 li a {
    padding: 0 22px;
  }
  .list03 {
    width: 100%;
  }
  .list03 li {
    width: 34%;
    margin: 0 0;
  }
  .list03 li > div {
    margin: 0 0;
  }
  .slideImg02 {
    right: 110px;
  }
  .xhList {
    padding-top: 10px;
  }
  .xhList li {
    padding: 5px 0;
  }
  .listInner {
    padding: 20px 15px;
    min-height: 224px;
  }
  .links {
    height: 75px;
    line-height: 75px;
  }
}

@media screen and (max-width: 1350px) and (min-width: 900px) {
  .mode01,
  .mode02,
  .mode03,
  .mode05,
  .mode06,
  .mode08,
  .mode09 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabList01 {
    width: 98%;
  }
  .list04 li a {
    margin-left: 30px
  }
  .tabMenu01 {
    width: 85%;
  }
  .tabMenu02 li a {
    padding: 0 12px;
  }
  .mediaCon {
    width: auto;
    padding: 0 15px;
    left: 0;
    margin-left: 0;
  }
  .slideImg02 {
    right: 15px;
  }
  .mode02 {
    padding-top: 120px;
  }
  .mode04 .lf::before {
    width: auto;
  }
}

@media screen and (max-width: 900px) {
  .list04 li h3 {
    height: 60px;
    line-height: 30px;
  }
  .mode04 .lf::before {
    width: auto;
  }
  .mode02 .md {
    padding: 10px 20px;
  }
  .modeBg07,
  .slideCon02 {
    width: 100%;
    min-height: auto;
  }
  .slideImg02 {
    position: static;
    margin: 100px auto 20px;
  }
  .mediaCon {
    position: static;
  }
  .listTitle04 {
    position: relative;
    z-index: 100;
  }
  .slideTitle02 h3,
  .slideTitle02 p,
  .listCon02 h3,
  .listCon02 p {
    height: auto;
  }
  .list05 li {
    width: 50%;
  }
  .mode01 span,
  .slideTitle h3,
  .slideTitle02 h3,
  .topic h3,
  .links a,
  .listCon02 h3 {
    font-size: 16px;
  }
  .listTitle01 h2,
  .tabMenu01 li a,
  .n-dates strong,
  .listTitle02 h2,
  .listInner h2 {
    font-size: 22px;
  }
  .listTitle01 h2 i,
  .tabMenu01 li i,
  .s-dates i,
  .list04 li p,
  .listTitle02 h2 i {
    font-size: 12px;
  }
  .listTitle01 {
    padding-top: 0;
  }
  .mode02 .rt {
    padding-top: 15px;
  }
  .report-img01 .text,
  .LectureNotice,
  .noticeList li a,
  .list04 li h3,
  .list02 li a,
  .list03 li a {
    font-size: 14px;
  }
  .LectureNotice li {
    height: 45px;
    line-height: 45px;
  }
  .LectureNotice li::before {
    top: 17px;
  }
  .s-dates {
    width: 60px;
    height: 60px;
  }
  .s-dates strong {
    padding-top: 5px;
    font-size: 22px;
  }
  .list04 li a {
    height: 60px;
    margin-left: 75px;
  }
  .list04 li p {
    padding-top: 0;
  }
  .list04 li {
    margin-bottom: 15px;
  }
  .listCon02,
  .list02 {
    width: 100%;
  }
  .listCon02 > div {
    padding-top: 15px;
  }
  .list02 li > div {
    margin: 0 10px;
  }
  .slideTitle02 h3 {
    margin-bottom: 15px;
  }
  .slideBot02 {
    padding-top: 8px;
  }
  .mode01 span {
    height: 50px;
    line-height: 50px;
  }
  .mode01 span i {
    height: 50px;
    line-height: 50px;
  }
  .mode01 span.m01 i {
    background-size: 20px;
    padding-left: 40px;
  }
  .mode01 span.m02 i {
    background-size: 30px;
    padding-left: 40px;
  }
  .mode01 span.m03 i {
    background-size: 25px;
    padding-left: 40px;
  }
  .list05 {
    box-sizing: border-box;
    clear: both;
    margin-top: 20px;
  }
  .articleList2 .imageLink02 .imageLink_image {
    width: 100%;
  }
  .Banner1 .bpic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -3px;
  }
  .mode08 {
    background-image: none;
  }
}
@media screen and (max-width: 800px) {
    .mode04 .rt {
        width: calc(100% - 150px);
    }
    .mode04 .lf {
        width: 150px;
    }
    .tabMenu01 li a {
        padding-left: 0;
    }
  .mode02 {
    padding-top: 0;
  }
  .mode02 .mode02-content {
    flex-direction: column;
  }
  .mode02 .md, .mode02 .lf, .mode02 .rt {
    width: 100%;
  }
  .tabMenu01 li .more03 {
    display: none!important;
  }
  .tabMenu01 li a h2 {
    font-size: 16px;
  }
  .tabList01 li {
    width: calc(100% - 20px);
  }
  .list04 li:nth-child(1) {
    margin-top: 0;
  }
  .list04 li:nth-child(2) {
    margin-top: 5px;
  }
  .list04 li {
    margin-top: 5px;
  }
  .mode02 .md {
    padding: 0;
    order: -1;
  }
  .mode04 .rt {
    height: 600px;
    overflow: hidden;
  }
  .fwjgDepart {
    width: 100%!important;
  }
  .list04 {
    padding: 10px!important;
    width: calc(100% - 20px)!important;
  }
  .fwjgDepart a {
    height: 50px !important;
    line-height: 50px!important;
    width:calc(100% - 10px)!important;
    margin-left: 0!important;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
  }
  .sicence-title {
    font-size: 20px;
  }
  .tabMenu01 {
    width: calc(100% - 10px);
    padding: 5px;
  }
  .list03 {
    flex-direction: column;
  }
  .articleList7-lf-content {
    flex-direction: column;
    align-items: center;
  }
  .articleList7-lf {
    text-align: left;
  }
  .articleList7-lf img {
    width: 200px;
    margin: 0 auto;
  }
  .messageList {
    width: 300px;
    margin: 0 auto;
  }
  .articleList7-rt {
    width: 90%;
    margin: 0 auto;
  }
  .noticeList li,
  .list03 li,
  .list02 li {
    width: 100%;
  }
  .noticeList li a,
  .list02 li a,
  .list03 li a {
    height: auto;
  }
  .noticeList li a {
    padding-top: 14px;
  }
  .listTitle02 {
    padding: 20px 0;
  }
  .noticeList li > div {
    padding: 15px;
  }
  .list02 li > div {
    margin: 0;
  }
  .list03 li > div {
    min-height: auto;
  }
  .list03 li > div {
    padding-bottom: 20px;
  }
  .list03 li i {
    padding-bottom: 12px;
  }
  .list03 {
    padding-top: 12px;
  }
  .mode01 span {
    font-size: 14px;
  }
  .mode01 {
    width: 100%;
    padding: 0;
  }
}