* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  font-family:'Microsoft YaHei';
}
a {
  text-decoration: none;
  color: #000;
}
.main {
  width: 100%;
}
.main .header {
  width: 100%;
}
.main .header .headerInfo {
  width: 100%;
  height: 5.5rem;
  position: relative;
}
.main .header .headerInfo .headerbg {
  width: 100%;
  height: 100%;
  background-image: url('../image/headerBG.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .header .headerInfo .header_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d51500;
  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;
}
.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: 2.5rem;
  height: 2.5rem;
}
.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.3rem;
  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: rgba(255, 255, 255, 0.692);
    padding-right: 1.75rem;
}
.main .header .headerInfo .header_content .content .search img {
  width: 1rem;
  position: absolute;
  top: 62%;
  cursor: pointer;
  transform: translateY(-50%);
  right: 0.5rem;
}
.main .header .headerMenu {
  width: 100%;
  height: 2rem;
  background-color: #d51400;
}
.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;
}
.main .header .headerMenu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  line-height: 2rem;
  display: block;
  padding: 0 1.4rem;
  height: 100%;
}
.main .header .headerMenu ul .selectedMenu a {
  color: #d51400;
  background-color: #fff;
}
.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: 28rem;
  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 .newsCarousel {
  width: 30rem;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.main .newsArea .newsCarousel .carouselSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main .newsArea .newsCarousel .carouselSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main .newsArea .newsCarousel .carouselSwiper .swiperBtn {
  position: absolute;
  right: 0;
  text-align: right;
}
.main .newsArea .newsCarousel .carouselSwiper .swiper-pagination-bullets {
  text-align: right;
  padding-right: 1rem;
}
.main .newsArea .newsCarousel .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 .newsList {
  width: 28rem;
  height: 100%;
}
.main .newsArea .newsList .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  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;
  background-color: #d51400;
}
.main .newsArea .newsList .newsTitle .title .logo img {
  width: 0.9rem;
  height: 1.1rem;
}
.main .newsArea .newsList .newsTitle .title h2 {
  font-size: 1rem;
  color: #d51400;
  margin-left: 1rem;
}
.main .newsArea .newsList .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #d51400;
  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: 88%;
}
.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 .newsArea .newsList .newsCotent .selectedList a .title {
  color: #d51400;
}
.main .newsArea .newsList .newsCotent .selectedList a .title div {
  font-weight: bold;
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*------------添加高度------------*/
.main .newsArea .newsList .newsCotent .selectedList a .content {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 3.1rem;
}
.main .newsArea .pressButton {
  width: 10rem;
  height: auto;
}
.main .newsArea .pressButton ul {
  width: 100%;
}
.main .newsArea .pressButton ul li {
  width: 100%;
  height: 3rem;
  background-color: #c52408;
  border-radius: 0.5rem;
  margin-bottom: 0.4rem;
}
.main .newsArea .pressButton ul li a {
  width: 100%;
  height: 100%;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.main .promotionalVideo {
  width: 73rem;
  height: 19rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.main .promotionalVideo .VideoTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.05rem solid #aaaaaa;
}
.main .promotionalVideo .VideoTitle .title {
  display: flex;
  align-items: center;
}
.main .promotionalVideo .VideoTitle .title .logo {
  width: 1.5rem;
  height: 1.6rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d51400;
}
.main .promotionalVideo .VideoTitle .title .logo img {
  width: 0.9rem;
  height: 1.1rem;
}
.main .promotionalVideo .VideoTitle .title h2 {
  font-size: 1rem;
  color: #d51400;
  margin-left: 1rem;
}
.main .promotionalVideo .VideoTitle .toViewMore a {
  font-size: 0.8rem;
  color: #d51400;
  text-decoration: none;
}
.main .promotionalVideo .VideoContent {
  width: 100%;
  height: 15.5rem;
  margin-top: 1rem;
}
.main .promotionalVideo .VideoContent .swiper-slide {
  margin: 0;
  width: 23%;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent video {
  width: 100%;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .video {
  width: 100%;
  height: 11.3rem;
  position: relative;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .video img {
  width: 100%;
  height: 100%;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .video .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.301);
  top: 0;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .video .mask a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .video .mask a img {
  width: 1rem;
  height: 1.3rem;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent img {
  width: 100%;
  height: 100%;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .Title {
  font-size: 0.7rem;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .Title h4 {
  font-size: 0.8rem;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .Title div {
  display: flex;
}
.main .promotionalVideo .VideoContent .swiper-slide .slideContent .Title div p {
  margin-right: 1rem;
}
.main .promotionalVideo .VideoContent .swiper-container {
  padding: 0 30px;
}
.main .promotionalVideo .VideoContent .swiper-button-prev,
.main .promotionalVideo .VideoContent .swiper-button-next {
  color: #c52408;
}
.main .promotionalVideo .VideoContent .swiper-button-prev {
  left: 0px;
}
.main .promotionalVideo .VideoContent .swiper-button-next {
  right: 0px;
}
.main .informationArea {
  width: 73rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.main .informationArea .newsList {
  width: 24rem;
  height: 100%;
}
.main .informationArea .newsList .newsTitle {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.05rem solid #aaaaaa;
}
.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;
  background-color: #d51400;
}
.main .informationArea .newsList .newsTitle .title .logo img {
  width: 0.9rem;
  height: 1.1rem;
}
.main .informationArea .newsList .newsTitle .title h2 {
  font-size: 1rem;
  color: #d51400;
  margin-left: 1rem;
}
.main .informationArea .newsList .newsTitle .toViewMore a {
  font-size: 0.8rem;
  color: #d51400;
  text-decoration: none;
}
.main .informationArea .newsList .newsCotent {
  width: 100%;
}
.main .informationArea .newsList .newsCotent ul li {
  font-size: 0.8rem;
  padding: 0.56rem 0;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .informationArea .newsList .newsCotent ul li a {
  display: flex;
  align-items: center;
}
.main .informationArea .newsList .newsCotent ul li a .Ncontent {
  width: 88%;
}
.main .informationArea .newsList .newsCotent ul li a .Ncontent .title {
  display: flex;
  align-items: center;
}
/*----添加宽度---------*/
.main .informationArea .newsList .newsCotent ul li a .Ncontent .title div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .informationArea .newsList .newsCotent ul li a .Ncontent .title > div::before {
  content: '·';
}
/*------------添加高度------------*/
.main .informationArea .newsList .newsCotent ul li a .Ncontent .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-indent: 1.3rem;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.1rem;
  color: #878787;
}
.main .informationArea .newsList .newsCotent ul li a p {
  width: 12%;
  text-align: right;
  color: #878787;
}
.main .informationArea .pressButton {
  width: 20rem;
  height: auto;
}
.main .informationArea .pressButton ul {
  width: 100%;
}
.main .informationArea .pressButton ul li {
  width: 100%;
  height: 2.7rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-around;
}
.main .informationArea .pressButton ul li a {
  width: 9rem;
  height: 100%;
  display: block;
  border-radius: 0.5rem;
  border: 0.05rem solid #aaaaaa;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #c52408;
  font-weight: bold;
}
.main .informationArea .pressButton ul li a:hover {
  background-color: #d51400;
  color: #fff;
  font-weight: bold;
  border: none;
}
.main .zsList {
  width: 73rem;
  min-height: 20rem;
  margin: 2.5rem auto;
}
.main .zsList .title {
  width: 100%;
  height: 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.05rem solid #aaaaaa;
}
.main .zsList .title .info {
  width: 16rem;
  height: 100%;
  background-image: url(../image/listTitleBg.png);
  background-size: 100% 100%;
  padding-right: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .zsList .title .info span {
  margin: 0 0.5rem;
}
.main .zsList .title .info p {
  margin-left: 0.8rem;
  font-size: 1rem;
}
.main .zsList .title .info .level1 {
  display: flex;
  justify-content: center;
}
.main .zsList .title .info .level1 .logo {
  width: 1.08rem;
  height: 1.45rem;
}
.main .zsList .title .info .level1 .logo img {
  width: 100%;
  height: 100%;
}
.main .zsList .title .info .level1 a {
  color: #fff;
}
.main .zsList .title .info .level2 h3 {
  font-size: 1rem;
}
.main .zsList .title .info .level2 h3 a {
  color: #fff;
}
.main .zsList .title .msg {
  display: flex;
  font-size: 0.9rem;
}
.main .zsList .title .msg span {
  margin: 0 0.5rem;
}
.main .zsList .content ul li {
  width: 100%;
  padding: 1.25rem 0;
  font-size: 0.85rem;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .zsList .content ul li a {
  display: flex;
  justify-content: space-between;
}
.main .zsList .content ul li a p {
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .zsList .content ul li a p::before {
  content: '·';
  color: #c43129;
}
.main .zsList .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 .zsNavList {
  width: 73rem;
  min-height: 20rem;
  margin: 2.5rem auto;
}
.main .zsNavList .title {
  width: 100%;
  height: 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.05rem solid #aaaaaa;
}
.main .zsNavList .title .info {
  width: 16rem;
  height: 100%;
  background-image: url(../image/listTitleBg.png);
  background-size: 100% 100%;
  padding-right: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .zsNavList .title .info span {
  margin: 0 0.5rem;
}
.main .zsNavList .title .info p {
  margin-left: 0.8rem;
  font-size: 1rem;
}
.main .zsNavList .title .info .level1 {
  display: flex;
  justify-content: center;
}
.main .zsNavList .title .info .level1 .logo {
  width: 1.08rem;
  height: 1.45rem;
}
.main .zsNavList .title .info .level1 .logo img {
  width: 100%;
  height: 100%;
}
.main .zsNavList .title .info .level1 a {
  color: #fff;
}
.main .zsNavList .title .info .level2 h3 {
  font-size: 1rem;
}
.main .zsNavList .title .info .level2 h3 a {
  color: #fff;
}
.main .zsNavList .title .msg {
  display: flex;
  font-size: 0.9rem;
}
.main .zsNavList .title .msg span {
  margin: 0 0.5rem;
}
.main .zsNavList .content  {
  width: 54rem;
  position: relative;
  top: 1rem;
}
.main .zsNavList .content ul li {
  width: 100%;
  padding: 1.25rem 0;
  font-size: 0.85rem;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .zsNavList .content ul li a {
  display: flex;
  justify-content: space-between;
}
.main .zsNavList .content ul li a p {
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .zsNavList .content ul li a p::before {
  content: '·';
  color: #c43129;
}
.main .zsNavList .content ul li a span {
  width: 12%;
  text-align: right;
  padding-right: 0.5rem;
}
.main .zsNavList .pagination {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.main .zsNavList .pagination .pageNumList {
  display: flex;
  align-items: center;
}
.main .zsNavList .pagination .pageNumList img {
  width: 0.65rem;
  height: 0.85rem;
  cursor: pointer;
  margin: 0 1rem;
}
.main .zsNavList .pagination .pageNumList .NumList {
  display: flex;
}
.main .zsNavList .pagination .pageNumList .NumList span {
  margin: 0 1rem;
}
.main .zsNavList .pagination .pageNumList .NumList profit {
  margin: 0 0 0 1rem;
}
.main .zsNavList .pagination .inputArea {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.main .zsNavList .pagination .inputArea input {
  width: 1.5rem;
  height: 1.25rem;
  outline: none;
  margin: 0 0.5rem;
}
.main .zsNavList .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 .zsNavList .pagination .inputBtn a {
  color: #fff;
}

.main .zsNavList .contentList {
  width: 16rem;
  padding-top: 3.5rem;
}
.main .zsNavList .contentList ul li {
  width: 100%;
  padding: 0.45rem 0;
  font-size: 0.8rem;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .zsNavList .contentList ul li a {
  display: flex;
  justify-content: space-between;
}
.main .zsNavList .contentList ul li a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .zsNavList .contentList ul li a span {
  width: 20%;
  text-align: right;
  padding-right: 0.5rem;
}

.main .contentMain {
  width: 73rem;
  min-height: 42.5rem;
  margin: 2.5rem auto;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .contentMain .title {
  width: 100%;
  height: 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.05rem solid #aaaaaa;
}
.main .contentMain .title .info {
  width: 16rem;
  height: 100%;
  background-image: url(../image/listTitleBg.png);
  background-size: 100% 100%;
  padding-right: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .contentMain .title .info span {
  margin: 0 0.5rem;
}
.main .contentMain .title .info p {
  margin-left: 0.8rem;
  font-size: 1rem;
}
.main .contentMain .title .info .level1 {
  display: flex;
  justify-content: center;
}
.main .contentMain .title .info .level1 .logo {
  width: 1.08rem;
  height: 1.45rem;
}
.main .contentMain .title .info .level1 .logo img {
  width: 100%;
  height: 100%;
}
.main .contentMain .title .info .level1 p a {
  color: #fff;
}
.main .contentMain .title .info .level2 h3 {
  font-size: 1rem;
}
.main .contentMain .title .info .level2 h3 a {
  color: #fff;
}
.main .contentMain .title .msg {
  display: flex;
  font-size: 0.9rem;
}
.main .contentMain .title .msg span {
  margin: 0 0.5rem;
}
.main .contentMain .title .contentTitle {
  width: 54rem;
  font-weight: bold;
  font-size: 1rem;
}
.main .contentMain .contentBody {
  display: flex;
  justify-content: space-between;
}
.main .contentMain .contentBody .contentList {
  width: 16rem;
  padding-top: 3.5rem;
}
.main .contentMain .contentBody .contentList ul li {
  width: 100%;
  padding: 0.45rem 0;
  font-size: 0.8rem;
  border-bottom: 0.05rem dashed #aaaaaa;
}
.main .contentMain .contentBody .contentList ul li a {
  display: flex;
  justify-content: space-between;
}
.main .contentMain .contentBody .contentList ul li a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .contentMain .contentBody .contentList ul li a span {
  width: 20%;
  text-align: right;
  padding-right: 0.5rem;
}
.main .contentMain .contentBody .contentPDF {
  width: 54rem;
  position: relative;
  top: -2.7rem;
}
.main .contentMain .contentBody .contentPDF .contentTitle {
  width: 54rem;
  font-weight: bold;
  font-size: 1.2rem;
  height: 2.6rem;
  text-align:center;
  padding-top: 0.8rem;
}
.main .contentMain .contentBody .contentPDF .releaseTime {
  margin: 0.5rem 0 2.25rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  text-align:center;
}
.main .contentMain .contentBody .contentPDF .pdfFile {
  width: 100%;
  height: 37.5rem;
}
.main .contentMain .contentBody .contentPDF .pdfFile embed {
  width: 100%;
  height: 100%;
}
.main .contentMain .contentBody .contentPDF .info {
  margin-top: 2rem;
}

.main .contentMain .contentBodyTo {
  display: flex;
  justify-content: space-between;
}
.main .contentMain .contentBodyTo .contentPDF {
  width: 73rem;
  height: 37.5rem;
  position: relative;
  top: -2.7rem;
}
.main .contentMain .contentBodyTo .contentPDF .contentTitle {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  padding-left: 19rem;
  box-sizing: border-box;
}
.main .contentMain .contentBodyTo .contentPDF .releaseTime {
  margin: 0.5rem 0 2.25rem 0;
  font-size: 0.9rem;
  padding-left: 19rem;
  font-weight: 600;
}
.main .contentMain .contentBodyTo .contentPDF .pdfFile {
  width: 60rem;
  margin: 0 auto;
  height: 37.5rem;
}
.main .contentMain .contentBodyTo .contentPDF .pdfFile embed {
  width: 100%;
  height: 100%;
}
.main .contentMain .contentBodyTo .contentPDF .newsContent {
  width: 60rem;
  margin: 0 auto;
}
.main .contentMain .contentBodyTo .contentPDF .newsContent p {
  margin: 0.5rem;
}
.main .contentMain .contentBodyTo .contentPDF .newsContent img {
  width: 100%;
}
.main .contentMain .contentBodyTo .contentPDF .info {
  width: 60rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.main .contentMain .contentBodyTo .contentPDF .info p {
  font-size: 0.85rem;
  font-weight: bold;
}
.main .contentMain .contentBodyTo .contentPDF .info p span {
  margin: 0 0.25rem;
}
.main .contentMain .contentBodyTo .contentPDF .info p span a {
  color: #dc402f;
}
.main .contentMain .contentBodyTo .contentPDF .info p::before {
  content: '·';
  font-weight: normal;
  margin-right: 0.3rem;
}
.main .footer {
  width: 100%;
  height: 14.5rem;
  margin-top: 4rem;
}
.main .footer .footerHeader {
  width: 100%;
  height: 2.5rem;
  background-color: #c43129;
}
.main .footer .footerContent {
  width: 100%;
  height: 12.5rem;
  background-color: #520800;
}
.main .footer .footerContent .content {
  width: 65.5rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.main .footer .footerContent .content .title {
  display: flex;
  align-items: center;
  width: 32.5rem;
  height: 100%;
}
.main .footer .footerContent .content .title .logo {
  width: 4.5rem;
  height: 4.5rem;
}
.main .footer .footerContent .content .title .logo img {
  width: 100%;
  height: 100%;
}
.main .footer .footerContent .content .title .titleFont {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.main .footer .footerContent .content .title .titleFont img {
  width: 14rem;
}
.main .footer .footerContent .content .title .titleFont span {
  margin: 0 1rem;
}
.main .footer .footerContent .content .title .titleFont h2 {
  font-weight: 400;
  font-family: '楷体';
  font-size: 1.4rem;
}
.main .footer .footerContent .content .info {
  width: 30rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.main .footer .footerContent .content .info .infoList {
  width: 19rem;
  font-size: 0.7rem;
  color: #b9a9a8;
}
.main .footer .footerContent .content .info .infoList div {
  margin-bottom: 2rem;
  display: flex;
}
.main .footer .footerContent .content .info .infoList div p {
  margin-right: 0.5rem;
}
.main .footer .footerContent .content .info .quickmark img {
  width: 5.15rem;
  height: 5.15rem;
}
.main .footer .footerContent .content .info .quickmark p {
  font-size: 0.75rem;
  color: #b9a9a8;
  text-align: center;
}

#vsb_content_2 p,.v_news_content p{
	line-height: 200%!important;
	text-indent: 2em;
	font-size: 1rem!important;
}
#vsb_content_2 div {
    text-indent: 2em;
    font-size: 1rem!important;
}

table p {
  text-indent: 0em !important;
}