* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
.main {
  width: 100%;
}
.main .header {
  width: 100%;
}
.main .header .headerInfo {
  width: 100%;
  height: 7.5rem;
  position: relative;
}
.main .header .headerInfo .headerbg {
  width: 78rem;
  height: 100%;
  background-image: url('../image/headerBG.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.main .header .headerInfo .header_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
.main .header .headerInfo .header_content .content {
  width: 73rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
.main .header .headerInfo .header_content .content .title {
  display: flex;
  align-items: center;
  width: 32.5rem;
  height: 100%;
}
.main .header .headerInfo .header_content .content .title .logo {
  width: 4rem;
  height: 4rem;
}
.main .header .headerInfo .header_content .content .title .logo img {
  width: 100%;
  height: 100%;
}
.main .header .headerInfo .header_content .content .title .titleFont {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.main .header .headerInfo .header_content .content .title .titleFont img {
  width: 12rem;
}
.main .header .headerInfo .header_content .content .title .titleFont span {
  margin: 0 1rem;
}
.main .header .headerInfo .header_content .content .title .titleFont h2 {
  font-weight: 400;
  font-family: '楷体';
  font-size: 1.4rem;
}
.main .header .headerInfo .header_content .content .search {
  width: 11.5rem;
  height: 1.6rem;
  position: relative;
}
.main .header .headerInfo .header_content .content .search input {
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  border: none;
  outline: none;
  padding-left: 0.75rem;
  background-color: #bebebe;
}
.main .header .headerInfo .header_content .content .search .btn {
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  right: 0;
  background-color: #840000;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .header .headerMenu {
  width: 100%;
  height: 2rem;
  background-color: #840000;
}
.main .header .headerMenu > ul {
  width: 73rem;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.main .header .headerMenu > ul > li {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main .header .headerMenu > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  line-height: 2rem;
  display: block;
  padding: 0 1.4rem;
  height: 100%;
  font-size: 0.9rem;
}
.main .header .headerMenu > ul > li .hiddenMenu {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 2rem;
  z-index: 99999999999;
  padding: 0 0.85rem;
}
.main .header .headerMenu > ul > li .hiddenMenu li {
  display: block;
  background-color: #840000;
  padding: 0.25rem 0;
}
.main .header .headerMenu > ul > li .hiddenMenu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  line-height: 2rem;
  display: block;
  height: 100%;
  font-size: 0.9rem;
}
.main .header .headerMenu > ul li:hover .hiddenMenu {
  display: block;
}
.main .swiperArea {
  width: 100%;
  height: 28rem;
}
.main .swiperArea .swiper-container {
  width: 100%;
  height: 100%;
}
.main .swiperArea .swiper-container img {
  width: 100%;
  height: 100%;
}
.main .swiperArea .swiper-button-prev,
.main .swiperArea .swiper-button-next {
  color: #c52408;
  background-color: rgba(255, 255, 255, 0.11);
}
.main .imageArea {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.main .imageArea .containers {
  width: 100%;
  height: 100%;
  position: relative;
}
.main .imageArea .containers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .newsArea {
  margin: 0 auto;
  margin-top: 3.5rem;
  width: 73rem;
  height: 20rem;
  display: flex;
  justify-content: space-between;
}
.main .newsArea .newsCarTitle {
  width: 100%;
  height: 2rem;
  background-color: #d51500;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
  color: #fff;
}
.main .newsArea .List {
  width: 100%;
  height: 100%;
}
.main .newsArea .List .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.main .newsArea .List .newsTitle .title {
  display: flex;
  align-items: center;
}
.main .newsArea .List .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .newsArea .List .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .newsArea .List .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .newsArea .List .newsTitle .news {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
  margin: 0.2em 0 0 1rem;
}
.main .newsArea .List .newsTitle .toViewMore {
  margin-left: 1rem;
}
.main .newsArea .List .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
}
.main .newsArea .List .newsCotent {
  display: flex;
  width: 50rem;
  height: 100%;
}
.main .newsArea .List .newsCotent .newsBy {
  width: 20rem;
  height: 90%;
  background-color: #fff;
  position: relative;
  display: flex;
}
.main .newsArea .List .newsCotent .newsBy .carouselSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main .newsArea .List .newsCotent .newsBy .carouselSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
   object-fit: cover;
}
.main .newsArea .List .newsCotent .newsBy .carouselSwiper .swiperBtn {
  position: absolute;
  right: 0;
  text-align: right;
}
.main .newsArea .List .newsCotent .newsBy .carouselSwiper .swiper-pagination-bullets {
  text-align: right;
  padding-right: 1rem;
}
.main .newsArea .List .newsCotent ul {
  width: 28rem;
  margin-left: 2rem;
}
.main .newsArea .List .newsCotent ul li {
  font-size: 0.8rem;
  padding: 0.56rem 0;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .newsArea .List .newsCotent ul li .title {
  display: flex;
  align-items: center;
}
.main .newsArea .List .newsCotent ul li .title div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
}
.main .newsArea .List .newsCotent ul li .title p {
  width: 12%;
  text-align: right;
}
.main .newsArea .List .newsCotent ul li .title > div::before {
  content: '·';
}
.main .newsArea .List .newsCotent ul li .content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .newsArea .List .newsCotent ul li .content::before {
  content: '·';
}
.main .newsArea .newsList {
  width: 20rem;
  height: 100%;
}
.main .newsArea .newsList .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
  border-bottom: 0.05rem solid #aaaaaa;
}
.main .newsArea .newsList .newsTitle .title {
  display: flex;
  align-items: center;
}
.main .newsArea .newsList .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .newsArea .newsList .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .newsArea .newsList .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .newsArea .newsList .newsTitle .toViewMore {
  margin-left: 1rem;
}
.main .newsArea .newsList .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
}
.main .newsArea .newsList .newsCotent {
  width: 100%;
}
.main .newsArea .newsList .newsCotent ul li {
  font-size: 0.8rem;
  padding: 0.56rem 0;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .newsArea .newsList .newsCotent ul li .title {
  display: flex;
  align-items: center;
}
.main .newsArea .newsList .newsCotent ul li .title div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.main .newsArea .newsList .newsCotent ul li .title p {
  width: 12%;
  text-align: right;
}
.main .newsArea .newsList .newsCotent ul li .title > div::before {
  content: '·';
}
.main .newsArea .newsList .newsCotent ul li .content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .newsArea .newsList .newsCotent ul li .content::before {
  content: '·';
}
.main .promotionalArea {
  width: 100%;
  height: 37rem;
  margin: 0 auto;
  margin-top: 2rem;
  background-image: url(../image/contentBackGround.png);
  padding-top: 10rem;
  box-sizing: border-box;
}
.main .promotionalArea .content {
  width: 73rem;
  height: 27rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .promotionalArea .content .teacherElegantDemeanour {
  width: 33rem;
  height: 100%;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle .title {
  display: flex;
  align-items: center;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle .news {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
  margin: 0.2em 0 0 1rem;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle .toViewMore {
  margin-left: 1rem;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherTitle .toViewMore a {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherCotent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherCotent .teacherItem {
  width: 15rem;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherCotent .teacherItem a .teacherArea {
  width: 100%;
  height: 15rem;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 10px #00000050;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherCotent .teacherItem a .teacherArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .promotionalArea .content .teacherElegantDemeanour .teacherCotent .teacherItem a p {
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1rem;
  color: #000;
}
.main .informationArea {
  width: 73rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.main .informationArea .newsList {
  width: 27rem;
  height: 100%;
}
.main .informationArea .newsList .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.main .informationArea .newsList .newsTitle .title {
  display: flex;
  align-items: center;
}
.main .informationArea .newsList .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .informationArea .newsList .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .informationArea .newsList .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .informationArea .newsList .newsTitle .news {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
  margin: 0.2em 0 0 1rem;
}
.main .informationArea .newsList .newsTitle .toViewMore {
  margin-left: 1rem;
}
.main .informationArea .newsList .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
}
.main .informationArea .newsList .newsCotent {
  width: 100%;
}
.main .informationArea .newsList .newsCotent ul li {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.56rem 0;
  border-bottom: 0.05rem dashed #aaaaaa;
  margin: 7px 0;
}
.main .informationArea .newsList .newsCotent ul li a {
  width: 100%;
  display: flex;
  align-items: center;
}
.main .informationArea .newsList .newsCotent ul li a .title {
  width: 100%;
  display: flex;
  align-items: center;
}
.main .informationArea .newsList .newsCotent ul li a .title div {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .informationArea .newsList .newsCotent ul li a .title > div::before {
  content: '·';
}
.main .informationArea .newsList .newsCotent ul li a p {
  width: 12%;
  text-align: right;
  color: #878787;
}
.main .informationArea .infoBg {
  width: 10rem;
  height: 100%;
}
.main .informationArea .infoBg img {
  width: 100%;
  height: 100%;
}
.main .studentElegantDemeanour {
  margin: 0 auto;
  margin-top: 3.5rem;
  width: 73rem;
  height: 14rem;
  display: flex;
  justify-content: space-between;
}
.main .studentElegantDemeanour .newsCarTitle {
  width: 100%;
  height: 2rem;
  background-color: #d51500;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
  color: #fff;
}
.main .studentElegantDemeanour .List {
  width: 100%;
  height: 100%;
}
.main .studentElegantDemeanour .List .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.main .studentElegantDemeanour .List .newsTitle .title {
  display: flex;
  align-items: center;
}
.main .studentElegantDemeanour .List .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .studentElegantDemeanour .List .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .studentElegantDemeanour .List .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .studentElegantDemeanour .List .newsTitle .news {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
  margin: 0.2em 0 0 1rem;
}
.main .studentElegantDemeanour .List .newsTitle .toViewMore {
  margin-left: 1rem;
}
.main .studentElegantDemeanour .List .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
}
.main .studentElegantDemeanour .List .newsCotent {
  display: flex;
  width: 42rem;
  height: 100%;
}
.main .studentElegantDemeanour .List .newsCotent .newsBy {
  width: 15rem;
  height: 90%;
  background-color: #fff;
  position: relative;
  display: flex;
}
.main .studentElegantDemeanour .List .newsCotent .newsBy .carouselSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main .studentElegantDemeanour .List .newsCotent .newsBy .carouselSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main .studentElegantDemeanour .List .newsCotent .newsBy .carouselSwiper .swiperBtn {
  position: absolute;
  right: 0;
  text-align: right;
}
.main .studentElegantDemeanour .List .newsCotent .newsBy .carouselSwiper .swiper-pagination-bullets {
  text-align: right;
  padding-right: 1rem;
}
.main .studentElegantDemeanour .List .newsCotent .studentInfo {
  width: 25rem;
  margin-left: 2.5rem;
}
.main .studentElegantDemeanour .List .newsCotent .studentInfo .title {
  width: 100%;
  color: #840000;
  font-size: 0.85rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #000;
  padding-bottom: 0.5rem;
}
.main .studentElegantDemeanour .List .newsCotent .studentInfo .content {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.main .studentElegantDemeanour .newsList {
  width: 28rem;
  height: 100%;
  padding-top: 1.8rem;
}
.main .studentElegantDemeanour .newsList .newsCotent {
  width: 100%;
}
.main .studentElegantDemeanour .newsList .newsCotent ul li {
  font-size: 0.8rem;
  padding: 0.56rem 0;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .studentElegantDemeanour .newsList .newsCotent ul li .title {
  display: flex;
  align-items: center;
}
.main .studentElegantDemeanour .newsList .newsCotent ul li .title div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.main .studentElegantDemeanour .newsList .newsCotent ul li .title p {
  width: 12%;
  text-align: right;
}
.main .studentElegantDemeanour .newsList .newsCotent ul li .title > div::before {
  content: '·';
}
.main .studentElegantDemeanour .newsList .newsCotent ul li .content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .studentElegantDemeanour .newsList .newsCotent ul li .content::before {
  content: '·';
}
.main .picturesTheCampus {
  margin-top: 3.5rem;
  width: 100%;
  height: 16rem;
  margin-bottom: 1rem;
}
.main .picturesTheCampus .List {
  width: 73rem;
  margin: 0 auto;
}
.main .picturesTheCampus .List .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.main .picturesTheCampus .List .newsTitle .title {
  display: flex;
  align-items: center;
}
.main .picturesTheCampus .List .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .picturesTheCampus .List .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .picturesTheCampus .List .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .picturesTheCampus .List .newsTitle .news {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
  margin: 0.2em 0 0 1rem;
}
.main .picturesTheCampus .List .newsTitle .toViewMore {
  margin-left: 1rem;
}
.main .picturesTheCampus .List .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
}
.main .picturesTheCampus .List .newsCotent {
  display: flex;
  width: 42rem;
  height: 100%;
}
.main .picturesTheCampus .List .newsCotent .newsBy {
  width: 15rem;
  height: 90%;
  background-color: #fff;
  position: relative;
  display: flex;
}
.main .picturesTheCampus .List .newsCotent .newsBy .carouselSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main .picturesTheCampus .List .newsCotent .newsBy .carouselSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main .picturesTheCampus .List .newsCotent .newsBy .carouselSwiper .swiperBtn {
  position: absolute;
  right: 0;
  text-align: right;
}
.main .picturesTheCampus .List .newsCotent .newsBy .carouselSwiper .swiper-pagination-bullets {
  text-align: right;
  padding-right: 1rem;
}
.main .picturesTheCampus .List .newsCotent .studentInfo {
  width: 25rem;
  margin-left: 2.5rem;
}
.main .picturesTheCampus .List .newsCotent .studentInfo .title {
  width: 100%;
  color: #840000;
  font-size: 0.85rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #000;
  padding-bottom: 0.5rem;
}
.main .picturesTheCampus .List .newsCotent .studentInfo .content {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.main .picturesTheCampus .content {
  width: 100%;
  height: 15rem;
}
.main .picturesTheCampus .content #videoSwiper {
  height: 100%;
}
.main .picturesTheCampus .content #videoSwiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .linkExchange {
  margin-top: 3.5rem;
  width: 100%;
  height: 10rem;
  margin-bottom: 1rem;
}
.main .linkExchange .List {
  width: 73rem;
  margin: 0 auto;
}
.main .linkExchange .List .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.main .linkExchange .List .newsTitle .title {
  display: flex;
  align-items: center;
}
.main .linkExchange .List .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .linkExchange .List .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .linkExchange .List .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .linkExchange .List .newsTitle .news {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
  margin: 0.2em 0 0 1rem;
}
.main .linkExchange .List .newsTitle .linkList {
  margin-left: 15rem;
  font-size: 0.85rem;
}
.main .linkExchange .List .newsTitle .linkList > ul {
  display: flex;
}
.main .linkExchange .List .newsTitle .linkList > ul > li {
  margin: 0px 20px;
}
.main .linkExchange .List .newsTitle .linkList > ul .accordingTo {
  width: 6.8rem;
  height: 1rem;
  overflow: hidden;
  position: relative;
}
.main .linkExchange .List .newsTitle .linkList > ul .accordingTo ul {
  position: absolute;
  width: 10rem;
  left: 0;
}
.main .linkExchange .List .newsTitle .linkList > ul .accordingTo ul li {
  display: block;
  width: 100%;
  margin: 10px 0  ;
}
.main .footerLogo {
  width: 100%;
  height: 8rem;
  background-image: url(../image/bottomBg.png);
  position: relative;
}
.main .footerLogo img {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.main .zsList {
  width: 73rem;
  height: 40.5rem;
  margin: 2.5rem auto;
}
.main .zsList .zsListContent {
  display: flex;
  justify-content: space-between;
}
.main .zsList .zsListContent .menuArea {
  width: 13rem;
}
.main .zsList .zsListContent .menuArea .List {
  width: 12rem;
  height: 13rem;
  background-color: #840000;
  color: #fff;
  padding: 2rem 0 0 2rem;
}
.main .zsList .zsListContent .menuArea .List h3 {
  border-bottom: 1px dashed #8f8989;
  padding-bottom: 15px;
}
.main .zsList .zsListContent .menuArea .List ul li {
  padding: 0.5rem 0 0.5rem 0.2rem;
  border-bottom: 1px dashed #8f8989;
}
.main .zsList .zsListContent .menuArea .List ul li a {
  font-size: 0.8rem;
  color: #fff;
}
.main .zsList .zsListContent .menuArea .List ul .selectLi {
  background-color: #fff;
  background-image: url(../image/rightBtn.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.main .zsList .zsListContent .menuArea .List ul .selectLi a {
  color: #840000;
  font-weight: bold;
  font-size: 1rem;
}
.main .zsList .zsListContent .menuArea .backgroundArea {
  width: 12rem;
  height: 18.5rem;
  background-color: bisque;
}
.main .zsList .zsListContent .menuArea .backgroundArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .zsList .zsListContent .contentArea .newsTitle {
  width: 55rem;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.main .zsList .zsListContent .contentArea .newsTitle .title {
  display: flex;
  align-items: center;
}
.main .zsList .zsListContent .contentArea .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .zsList .zsListContent .contentArea .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .zsList .zsListContent .contentArea .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .zsList .zsListContent .contentArea .newsTitle .news {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
  margin: 0.2em 0 0 1rem;
}
.main .zsList .zsListContent .contentArea .newsTitle .toViewMore {
  margin-left: 1rem;
}
.main .zsList .zsListContent .contentArea .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #878787;
  text-decoration: none;
}
.main .zsList .zsListContent .contentArea .content ul li {
  width: 100%;
  padding: 1.25rem 0;
  font-size: 0.85rem;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .zsList .zsListContent .contentArea .content ul li a {
  display: flex;
  justify-content: space-between;
}
.main .zsList .zsListContent .contentArea .content ul li a p {
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .zsList .zsListContent .contentArea .content ul li a p::before {
  content: '·';
  color: #c43129;
}
.main .zsList .zsListContent .contentArea .content ul li a span {
  width: 12%;
  text-align: right;
  padding-right: 0.5rem;
}
.main .zsList .pagination {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.main .zsList .pagination .pageNumList {
  display: flex;
  align-items: center;
}
.main .zsList .pagination .pageNumList img {
  width: 0.65rem;
  height: 0.85rem;
  cursor: pointer;
  margin: 0 1rem;
}
.main .zsList .pagination .pageNumList .NumList {
  display: flex;
}
.main .zsList .pagination .pageNumList .NumList span {
  margin: 0 1rem;
}
.main .zsList .pagination .pageNumList .NumList profit {
  margin: 0 0 0 1rem;
}
.main .zsList .pagination .inputArea {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.main .zsList .pagination .inputArea input {
  width: 1.5rem;
  height: 1.25rem;
  outline: none;
  margin: 0 0.5rem;
}
.main .zsList .pagination .inputBtn {
  background-color: #d51400;
  padding: 0.05rem 0.4rem;
  font-size: 0.8rem;
  border-radius: 0.55rem;
  padding-top: 0.075rem;
  margin-left: 1rem;
  cursor: pointer;
}
.main .zsList .pagination .inputBtn a {
  color: #fff;
}
.main .mainContent {
  width: 73rem;
  margin: 2.5rem auto;
  margin-bottom: 8.5rem;
}
.main .mainContent .zsListContent {
  display: flex;
  justify-content: space-between;
}
.main .mainContent .zsListContent .menuArea {
  width: 13rem;
}
.main .mainContent .zsListContent .menuArea .List {
  width: 12rem;
  height: 13rem;
  background-color: #840000;
  color: #fff;
  padding: 2rem 0 0 2rem;
}
.main .mainContent .zsListContent .menuArea .List h3 {
  border-bottom: 1px dashed #8f8989;
  padding-bottom: 15px;
}
.main .mainContent .zsListContent .menuArea .List ul li {
  padding: 0.5rem 0 0.5rem 0.2rem;
  border-bottom: 1px dashed #8f8989;
}
.main .mainContent .zsListContent .menuArea .List ul li a {
  font-size: 0.8rem;
  color: #fff;
}
.main .mainContent .zsListContent .menuArea .List ul .selectLi {
  background-color: #fff;
  background-image: url(../image/rightBtn.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.main .mainContent .zsListContent .menuArea .List ul .selectLi a {
  color: #840000;
  font-weight: bold;
  font-size: 1rem;
}
.main .mainContent .zsListContent .menuArea .backgroundArea {
  width: 12rem;
  height: 18.5rem;
  background-color: bisque;
}
.main .mainContent .zsListContent .menuArea .backgroundArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .mainContent .zsListContent .contentArea {
  width: 55rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.main .mainContent .zsListContent .contentArea .newsTitle {
  width: 55rem;
  height: auto;
  padding-bottom: 0.8rem;
}
.main .mainContent .zsListContent .contentArea .newsTitle .title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #000;
  padding-bottom: 0.65rem;
  padding-left: 0.5rem;
}
.main .mainContent .zsListContent .contentArea .newsTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .mainContent .zsListContent .contentArea .newsTitle .title .logo img {
  width: 2.3rem;
  height: 2.3rem;
}
.main .mainContent .zsListContent .contentArea .newsTitle .title h2 {
  font-size: 1rem;
  color: #000;
  margin-left: 1rem;
}
.main .mainContent .zsListContent .contentArea .newsTitle .time {
  font-size: 0.8rem;
  color: #000;
  text-decoration: none;
  margin: 0.4em 0;
}
.main .mainContent .zsListContent .contentArea .content {
  font-size: 0.85rem;
}
.main .mainContent .zsListContent .contentArea .content p {
  text-indent: 1.8rem;
  margin-bottom: 0.5rem;
  line-height: 30px;
}
.main .mainContent .pagination {
  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .mainContent .pagination div {
  margin: 0 5rem;
}
.main .mainContent .pagination div a {
  font-size: 0.8rem;
}
.main .footer {
  width: 100%;
  position: relative;
}
.main .footer .footerHeader {
  width: 100%;
  height: 2.5rem;
  background-color: #240000;
}
.main .footer .footerContent {
  width: 100%;
  height: 14.5rem;
  background-color: #840000;
}
.main .footer .footerContent .content {
  width: 65.5rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
}
.main .footer .footerContent .content .info {
  height: 100%;
  display: flex;
  align-items: center;
}
.main .footer .footerContent .content .info .infoList {
  width: 26rem;
  font-size: 0.7rem;
  color: #e7d8d8c9;
}
.main .footer .footerContent .content .info .infoList div {
  margin-bottom: 0.8rem;
  display: flex;
}
.main .footer .footerContent .content .info .infoList div p {
  margin-right: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
}
.main .footer .footerContent .content .info .infoList div p a {
  color: #e7d8d8c9;
}
.main .footer .footerContent .content .info .infoList .address p {
  font-weight: bold;
  color: #e7dbdb;
}
.main .footer .quickmark {
  position: absolute;
  right: 25rem;
  top: 4rem;
}
.main .footer .quickmark img {
  width: 5.15rem;
  height: 5.15rem;
}
.main .footer .quickmark p {
  font-size: 0.75rem;
  color: #b9a9a8;
  text-align: center;
}