html,
body,
div,
img,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  /* background: #d10202; */
  margin: 0;
  padding: 0;
  height: 491px;
}

.header img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  height: 491px;
}

.nav {
  width: 100%;
  height: 60px;
  background: #d10202;
  text-align: center;
}

.nav ul {
  display: flex;
  flex-direction: row;
  height: 60px;
  line-height: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  height: 60px;
  font-weight: bold;
}

.nav ul li:hover {
  height: 60px;
  background-color: #b10404;
}

.common-wrapper {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.common-wrapper .text-news-wrapper {
  width: 600px;
  height: 430px;
}

.text-news-wrapper .news-header {
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.text-news-wrapper .news-header h1 {
  font-size: 26px;
  color: #df0202;
  border-bottom: 3px solid #df0202;
  padding-left: 6px;
  padding-right: 6px;
  height: 44px;
}

.text-news-wrapper .news-header a {
  color: #333;
  font-size: 14px;
}

.text-news-wrapper ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: url(../images/index_04.jpg) no-repeat left center;
  padding-left: 20px;
  color: #333;
}

.text-news-wrapper ul li a:hover {
  color: #b10404;
}

.pic-news-swiper {
  width: 560px;
  position: relative;
  overflow: hidden;
  height: 430px;
}

.pic-news-swiper .img-wrapper {
  overflow: hidden;
  height: 430px;
  width: 100%;
}

.pic-news-swiper img {
  width: 100%;
  height: 430px;
  border: none;
}

.pic-news-swiper .swiper-news-button-next,
.pic-news-swiper .swiper-news-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 70% 70% !important;
  width: 27px;
  height: 51px;
  transition: all 0.5s;
}

.pic-news-swiper .swiper-news-button-next {
  background: url(../images/next.png) no-repeat;
  right: 10px;
}

.pic-news-swiper .swiper-news-button-prev {
  left: 10px;
  background: url(../images/prev.png) no-repeat;
}

.pic-news-swiper .swiper-pagination {
  position: absolute;
  left: 510px;
  bottom: 0;
  color: #fff;
  width: 50px;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
}

.pic-news-swiper .swiper-pagination .swiper-pagination-current {
  color: #cc191b;
  font-size: 22px;
  font-style: italic;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pic-news-swiper .swiper-pagination .swiper-pagination-total {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  margin-top: 5px;
  margin-left: 5px;
}

.pic-news-swiper .swiper-slide a {
  position: relative;
}

.pic-news-swiper .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
}

.pic-news-swiper .text a {
  color: #fff;
  padding: 0 5px;
  font-size: 14px;
}



.common-wrapper .text-wrapper {
  margin-top: 20px;
  width: 580px;
  height: 430px;
}

.text-wrapper .text-header {
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.text-wrapper .text-header h1 {
  font-size: 26px;
  color: #df0202;
  border-bottom: 3px solid #df0202;
  padding-left: 6px;
  padding-right: 6px;
  height: 44px;
}

.text-wrapper .text-header a {
  color: #333;
  font-size: 14px;
}

.text-wrapper ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: url(../images/index_04.jpg) no-repeat left center;
  padding-left: 20px;
  color: #333;
}

.text-wrapper ul li a:hover {
  color: #b10404;
}

.footer {
  width: 100%;
  background: #ce0303;
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 25px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

.common-wrapper .topic-list-wrapper {
  width: 100%;
  min-height: 50px;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
}

.common-wrapper .topic-list-wrapper .topic-list-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 35px;
  justify-content: flex-start;
}

.common-wrapper .topic-list-wrapper .topic-list-header hr {
  width: 500px;
  height: 3px;
  background-color: #ccc;
  border: none;
}

.common-wrapper .topic-list-wrapper .topic-list-header h1 {
  color: #df0202;
  font-size: 32px;
  width: 200px;
  text-align: center;
}

.common-wrapper .topic-list-wrapper .topic-list-content {
  width: 100%;
}

.common-wrapper .topic-list-wrapper .topic-list-content ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: url(../images/index_04.jpg) no-repeat left center;
  padding-left: 20px;
  color: #333;
  border-bottom: 1px dashed #ccc;
}

.common-wrapper .topic-list-wrapper .topic-list-content ul li a em {
  font-style: normal;
}

.common-wrapper .topic-list-wrapper .topic-list-content ul li a:hover {
  color: #b10404;
}

.common-wrapper .topic-list-wrapper .topic-list-content .pagenation {
  margin: 50px 0;
}


.common-wrapper .topic-list-wrapper .topic-list-content .article-title {
  padding-bottom: 30px;
}

.common-wrapper .topic-list-wrapper .topic-list-content .article-title h3 {
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: "微软雅黑";
}

.common-wrapper .topic-list-wrapper .topic-list-content .article-title .article-author {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.common-wrapper .topic-list-wrapper .topic-list-content .article {
  padding: 50px 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: "宋体";
  color: #000;
}

.common-wrapper .topic-list-wrapper .topic-list-content .infoupdown {
  margin: 20px 0 0 0;
}

.common-wrapper .topic-list-wrapper .topic-list-content .infoupdown ul li a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

.common-wrapper .page-content-footer {
  margin: 20px 0;
}