/* 内容宽度*/
a {
  text-decoration: none;
  color: #4b4b4b;
}
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
/* 主题颜色*/
/* 字体大小*/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
}
/* 项目主体样式*/
.container {
  position: relative;
  /* 内容区域*/
}

.container .special .tit {
  width: 100%;
  margin-top: 8px;
}
.container .special .tit img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.container .header {
  width: 100%;
  height: auto;
  /* 导航*/
}
.container .header .banner-wrap {
  width: 100%;
  height: 420px;
  overflow: hidden;
  min-width: 1280px;
}
.container .header .banner-wrap .header-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 220px;
  z-index: 9999;
}
.container .header .banner-wrap .header-wrap .header-cont {
  background-image: linear-gradient(#fff 60%, rgba(255, 255, 255, 0.6));
  height: 50px;
  line-height: 30px;
}
.container .header .banner-wrap .header-wrap .logo-cont {
  background-color: rgba(255, 255, 255, 0.6);
  height: 190px;
}
.container .header .banner-wrap .header-wrap .logo-cont img {
  width: 100%;
  height: auto;
}
.container .header .banner-wrap .header-wrap .wrap {
  width: 1280px;
  margin: 0 auto;
  color: #535353ff;
  font-size: 18px;
}
.container .header .banner-wrap .header-wrap .wrap img {
  width: 587px;
}
.container .header .banner-wrap .header-wrap .wrap .search {
  background-color: #fff;
  height: 40px;
}
.container .header .banner-wrap .header-wrap .wrap .search .icon {
  height: 34px;
  border: 2px #c42f2c solid;
  border-left: none;
  padding: 2px 5px;
}
.container .header .banner-wrap .header-wrap .wrap .search .icon img {
  border-left: 1px #dfdfdfff solid;
  width: 20px;
  padding-left: 5px;
  height: auto;
  display: block;
  vertical-align: middle;
}
.container .header .banner-wrap .header-wrap .wrap .search input {
  width: 260px;
  padding: 0 10px;
  height: 38px;
  border: 2px #c42f2c solid;
  border-right: none;
}
.container .header .banner-wrap .header-wrap .wrap .search input:focus {
  border: 2px #c42f2c solid;
  box-shadow: none;
  outline: none;
}
.container .header .partyhistory-nav {
  background: #ac0500;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.container .header .partyhistory-nav .nav-wrap {
  width: 1280px;
  margin: 0 auto;
}
.container .header .partyhistory-nav .nav-wrap .item {
  min-width: 150px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.container .header .partyhistory-nav .nav-wrap .item .default {
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ea0b04;
  transform: skew(-20deg);
}
.container .cont-wrap {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  /* 热点新闻*/
}

.container .cont-wrap .hotNews .banner {
  width: 50%;
}
.container .cont-wrap .hotNews .news {
  width: 50%;
  font-size: 22px;
  color: #969696;
}
.container .cont-wrap .hotNews .news .active {
  color: #8b0000;
}
.container .cont-wrap .hotNews .news .active:hover {
  color: #000000;
}
.container .cont-wrap .hotNews .news .title {
  color: #000000;
}
.container .cont-wrap .hotNews .news .list {
  font-size: 18px;
}
.container .cont-wrap .hotNews .news .list .item {
  width: 100%;
}
.container .cont-wrap .hotNews .news .list .item .title {
  width: 100%;
  color: #222222;
}
.container .cont-wrap .hotNews .news .list .item .title:hover {
  color: #c42f2c;
}
.container .cont-wrap .hotNews .news .list .item .title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #8b0000;
  margin-right: 5px;
  margin-bottom: 4px;
}
.container .cont-wrap .hotNews .focus {
  width: 44%;
  font-size: 22px;
  color: #969696;
}
.container .cont-wrap .hotNews .focus .active {
  color: #8b0000;
}
.container .cont-wrap .hotNews .focus .active:hover {
  color: #000000;
}
.container .cont-wrap .hotNews .focus .list {
  font-size: 18px;
}

.container .cont-wrap .hotNews .focus .list .item .title {
  width: 83%;
  color: #222222;
}
.container .cont-wrap .hotNews .focus .list .item .title:hover {
  color: #c42f2c;
}
.container .cont-wrap .hotNews .focus .list .item .title:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #2daafc;
  margin-right: 5px;
  margin-bottom: 4px;
}
.container .cont-wrap .hotNews .focus .list .time {
  width: 17%;
  font-size: 16px;
  text-align: right;
}
.container .cont-wrap .hotNews .link {
  width: 20%;
  height: auto;
}
.container .cont-wrap .hotNews .link a {
  width: 234px;
}
.container .cont-wrap .hotNews .link .row {
  width: 234px;
}
.container .cont-wrap .hotNews .link img {
  width: 100%;
  height: 59px;
}
.container .cont-wrap .nvaBar img {
  width: 100%;
  height: auto;
}
.container .cont-wrap .videoList .content {
  width: 100%;
}
.container .cont-wrap .videoList video {
  width: 24%;
  height: 195px;
}
.container footer .link {
  width: 1280px;
  height: auto;
  margin: 0 auto;
}
.container footer .link .dropdown {
  position: relative;
  width: 19%;
  height: 58px;
  padding: 0 2%;
  border: 1px #c42f2c solid;
  font-size: 20px;
  color: #4b4b4b;
}
.container footer .link .dropdown .tit {
  height: 58px;
  line-height: 58px;
}
.container footer .link .dropdown .tit img {
  width: 14px;
  height: 8px;
}
.container footer .link .dropdown .linklist {
  display: none;
  position: absolute;
  left: -1px;
  top: 58px;
  z-index: 500;
  width: 100%;
  max-height: 200px;
  background: #fdfdfd;
  overflow: auto;
  border: 1px solid #c42f2c;
}
.container footer .link .dropdown .linklist ul {
  padding: 0;
  margin: 0;
}
.container footer .link .dropdown .linklist ul li {
  width: 100%;
  text-emphasis: none;
}
.container footer .link .dropdown .linklist ul li a {
  padding: 10px 5%;
  width: 90%;
  display: inline-block;
}
.container footer .link .dropdown .linklist ul li a:hover {
  background: #f5f5f5;
}
.container footer .footer-wrap {
  min-width: 1280px;
  background-color: #f0f0f0;
}
.container footer .footer-wrap .content {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  font-size: 16px;
  color: #4b4b4b;
}
.more {
  font-size: 16px;
  color: #8b0000;
}
/* flex布局 */
.flex {
  /* #ifndef APP-PLUS-NVUE */
  display: flex;
  /* #endif */
  flex-direction: row;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-warp {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.align-stretch {
  align-items: stretch;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
/*边距 */
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-10 {
  margin-left: 10px;
}
.cursor-pointer {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 阴影 */
.box-shadow-e4e6e9 {
  /* border:1px #f00 solid; */
  box-shadow: 5px 5px 5px #e4e6e9;
}
/* 定位 */
.position-relative {
  position: relative;
}
.positon-fixed {
  position: fixed;
}
.position-absolute {
  position: absolute;
}
/* 定位 固定顶部 */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* 定位 固定顶部 */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: 660px;
  object-fit: cover;
}
.swiper-slide .desc {
  padding: 10px 10px;
  font-size: #c42f2c;
  color: #fff;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #f00;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 38px;
  height: 8px;
  border-radius: 5px;
}