.party-container {
  width: 100%; }

.party-container .more {
  border-radius: 50px;
  behavior: url(404.png);
  -ms-behavior: url(404.png);
  margin-bottom: 30px;
  margin-top: 20px; }

.db-container {
  width: 100%;
  padding: 40px 0 50px 0; }

.db-content {
  margin-top: 60px;
  line-height: 24px;
  font-size: 1.5rem;
  color: #666666; }

.overview-container {
  background-color: #f3f3f3; }

.overview {
  position: relative;
  width: 1000px;
  margin: auto; }

.overview-container .dh1 {
  position: absolute;
  left: 0;
  top: 20%; }

.overview-container .dh2 {
  position: absolute;
  right: 2%;
  bottom: -10%; }

.db-head {
  width: 250px;
  height: 70px;
  margin: 0 auto;
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 20px;
  text-align: center; }

.db-title {
  font-size: 3.2rem !important;
  color: #010101 !important;
  margin: 0 auto;
  text-align: center;
  font-weight: 500 !important; }

.db-head img {
  position: relative;
  padding: 0 15px;
  bottom: -10px;
  width: 58px;
  height: 28px;
  z-index: 1;
  background-color: #f3f3f3; }

.flag-container {
  position: relative;
  background-color: #fff; }

.flag-container .bk1 {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 0; }

.news-list-item {
  padding: 30px 0;
  position: relative;
  width: 100%;
  height: 150px;
  cursor: pointer;
  transition: all .3s;
  background-color: #f3f3f3; }

.news-item-img {
  float: left;
  width: 130px; }

.news-index {
  position: relative;
  margin: 0 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 3rem;
  color: #0054A7;
  text-align: center;
  transition: all .3s;
  border: 1px solid #0054A7; }

.news-date {
  position: relative;
  top: 20px;
  font-size: 1.8rem;
  color: #0054A7;
  text-align: center;
  transition: all .3s; }

.news-list-con {
  position: relative;
  height: 100%;
  margin-left: 130px;
  padding-left: 20px;
  margin-right: 40px;
  transition: all .3s;
  overflow: hidden;
  border-left: 1px solid #ccc; }

.news-title {
  color: #333;
  font-size: 1.8rem;
  line-height: 24px; }

.news-detail {
  height: 70px;
  font-size: 1.4rem;
  line-height: 24px;
  padding: 10px 0;
  color: #999;
  /* 鐡掑懎鍤稉銈堫攽閺勫墽銇氶妴鍌橈拷鍌橈拷锟� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.news-list-item:hover {
  color: #fff;
  background-color: #0054A7; }

.news-list-item:hover .news-index {
  color: #fff;
  opacity: 0.9;
  border-color: #fff; }

.news-list-item:hover .news-date,
.news-list-item:hover .news-detail,
.news-list-item:hover .news-title,
.news-list-item:hover .news-list-con {
  color: #fff;
  opacity: 0.9; }

.flag .db-head img,
.topic .db-head img {
  background-color: #fff; }

.pioneer-container {
  position: relative;
  background-color: #f3f3f3; }

.pioneer-container .bk2 {
  position: absolute;
  bottom: 0;
  right: 0; }

.pioneer-content .select-btn {
  text-align: center; }

.pioneer-content .select-btn span {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px;
  width: 130px;
  color: #333;
  cursor: pointer;
  border: 2px solid #b9b9b9;
  transition: all .3s; }

.pioneer-content .select-btn span:hover {
  color: #0054A7;
  border: 2px solid #0054A7; }

.pioneer-card {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  transition: all .3s;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.06), 0 7px 7px rgba(0, 0, 0, 0.06); }

.card-title {
  position: relative;
  color: #333;
  font-size: 2.4rem;
  line-height: 36px;
  padding: 15px 0; }

.card-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #D50D0D; }

.pioneer-card .card-content {
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
  padding: 25px 0; }

.card-time {
  color: #999999;
  font-size: 1.6rem; }

.pioneer-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.topic-content img {
  cursor: pointer;
  width: 99%;
  height: 100%; 
  border-radius: 15px;
}

.topic-content img:hover {
  transition: all .3s;
  transform: scale(1.05); }

.img-wrapper {
  width: 585px;
  height: 172px;
  overflow: hidden; }

@media (max-width: 1200px) {
  .party-container .section {
    padding: 20px 15px; }

  .djzt {
    height: auto !important; }

  .db-content {
    margin-top: 10px; } }
@media (min-width: 1200px) {
  .card-title {
    height: 102px; } }
@media (max-width: 992px) {
  .overview {
    width: 100%; }

  .flag-content .row {
    margin: 0 -15px !important; }

  .news-list-item {
    margin: 15px 0; }

  .pioneer-card {
    margin: 15px 0; }

  .topic-content .row {
    margin: 0 !important; }

  .topic-content img {
    width: 100%;
    margin: 15px 0; }

  .img-wrapper {
    width: auto;
    height: auto; } }

.party-container {
  width: 100%; }

.party-container .more {
  border-radius: 50px;
  behavior: url(404.png);
  -ms-behavior: url(404.png);
  margin-bottom: 30px;
  margin-top: 20px; }

.db-container {
  width: 100%;
  padding: 40px 0 50px 0; }

.db-content {
  margin-top: 60px;
  line-height: 24px;
  font-size: 1.5rem;
  color: #666666; }

.overview-container {
  background-color: #f3f3f3; }

.overview {
  position: relative;
  width: 1000px;
  margin: auto; }

.overview-container .dh1 {
  position: absolute;
  left: 0;
  top: 20%; }

.overview-container .dh2 {
  position: absolute;
  right: 2%;
  bottom: -10%; }

.db-head {
  width: 250px;
  height: 70px;
  margin: 0 auto;
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 20px;
  text-align: center; }

.db-title {
  font-size: 3.2rem !important;
  color: #010101 !important;
  margin: 0 auto;
  text-align: center;
  font-weight: 500 !important; }

.db-head img {
  position: relative;
  padding: 0 15px;
  bottom: -10px;
  width: 58px;
  height: 28px;
  z-index: 1;
  background-color: #f3f3f3; }

.flag-container {
  position: relative;
  background-color: #fff; }

.flag-container .bk1 {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 0; }

.news-list-item {
  padding: 30px 0;
  position: relative;
  width: 100%;
  height: 158px;
  cursor: pointer;
  transition: all .3s;
  background-color: #f3f3f3;
  }

.news-item-img {
  float: left;
  width: 130px; }

.news-index {
  position: relative;
  margin: 0 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 3rem;
  color: #0054A7;
  text-align: center;
  transition: all .3s;
  border: 1px solid #0054A7; }

.news-date {
  position: relative;
  top: 20px;
  font-size: 1.8rem;
  color: #0054A7;
  text-align: center;
  transition: all .3s; }

.news-list-con {
  position: relative;
  height: 100%;
  margin-left: 130px;
  padding-left: 20px;
  margin-right: 40px;
  transition: all .3s;
  overflow: hidden;
  border-left: 1px solid #ccc;
  }

.news-detail {
  height: 70px;
  font-size: 1.4rem;
  line-height: 25px;
  padding: 10px 0;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }

.news-list-item:hover {
  color: #fff;
  background-color: #0054A7; }

.news-list-item:hover .news-index {
  color: #fff;
  opacity: 0.9;
  border-color: #fff; }

.news-list-item:hover .news-date,
.news-list-item:hover .news-detail,
.news-list-item:hover .news-title,
.news-list-item:hover .news-list-con {
  color: #fff;
  opacity: 0.9; }

.flag .db-head img,
.topic .db-head img {
  background-color: #fff; }

.pioneer-container {
  position: relative;
  background-color: #f3f3f3; }

.pioneer-container .bk2 {
  position: absolute;
  bottom: 0;
  right: 0; }

.pioneer-content .select-btn {
  text-align: center; }

.pioneer-content .select-btn span {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px;
  width: 130px;
  color: #333;
  cursor: pointer;
  border: 2px solid #b9b9b9;
  transition: all .3s; }

.pioneer-content .select-btn span:hover {
  color: #0054A7;
  border: 2px solid #0054A7; }

.pioneer-card {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  transition: all .3s;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.06), 0 7px 7px rgba(0, 0, 0, 0.06); }

.card-title {
  position: relative;
  color: #333;
  font-size: 2.4rem;
  line-height: 36px;
  padding: 15px 0; }

.card-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #D50D0D; }

.pioneer-card .card-content {
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
  padding: 25px 0; }

.card-time {
  color: #999999;
  font-size: 1.6rem; }

.pioneer-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.topic-content img {
  cursor: pointer;
  width: 99%;
  height: auto; }

.topic-content img:hover {
  transition: all .3s;
  transform: scale(1.05); }

.img-wrapper {
  width: 585px;
  height: 172px;
  overflow: hidden; }

@media (max-width: 1200px) {
  .party-container .section {
    padding: 20px 15px; }

  .djzt {
    height: auto !important; }

  .db-content {
    margin-top: 10px; } }
@media (min-width: 1200px) {
  .card-title {
    height: 102px; } }
@media (max-width: 992px) {
  .overview {
    width: 100%; }

  .flag-content .row {
    margin: 0 -15px !important; }

  .news-list-item {
    margin: 15px 0; }

  .pioneer-card {
    margin: 15px 0; }

  .topic-content .row {
    margin: 0 !important; }

  .topic-content img {
    width: 100%;
    margin: 15px 0; }

  .img-wrapper {
    width: auto;
    height: auto; } }

.news-share {
  position: absolute;
  right: 20px;
  display: none;
  bottom: 20px; }

.news-share img {
  width: 20px;
  height: 20px;
  /* margin: 0 5px; */ }
  
.news-list-item-1 {
  padding: 30px 0;
  position: relative;
  width: 100%;
  height: 158px;
  cursor: pointer;
  transition: all .3s;
  background-color: #f3f3f3;
  border-bottom: 1px solid #d9d9d9;	
}

.news-item-img-1 {
  float: left;
  width: 130px; }

.news-list-con-1 {
  position: relative;
  height: 100%;
  margin-left: 130px;
  padding-left: 20px;
  margin-right: 40px;
  transition: all .3s;
  overflow: hidden;
  border-left: 1px solid #ccc; }

.news-detail-1 {
  height: 70px;
  font-size: 1.4rem;
  line-height: 24px;
  padding: 10px 0;
  color: #333333;
  /* 鐡掑懎鍤稉銈堫攽閺勫墽銇氶妴鍌橈拷鍌橈拷锟� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.news-list-item-1:hover {
  z-index: 100;
  transition-duration: .3s;
  box-shadow: 10px 10px 5px #e8e8e8; }

.news-list-item-1:hover .news-index {
  background-color: #0054A7;
  color: #fff !important; }

.news-list-item-1 .news-item-img-1 img {
  transition: 300ms;
  transform: scale(1); }

.news-list-item-1:hover .news-item-img-1 img {
  transform: scale(1.2);
  transition-duration: 0.3s; }

.news-list-item-1:hover .news-list-con-1 {
  transform: translateY(-5px);
  transition-duration: 0.3s; }
  
.news-list-item-1:hover .news-title {
  color: #0054A7;
  }

.news-list-item-1:hover .news-detail-1 {
  color: #0054A7;
  } 

.news-list-item-1:hover .news-list-con-1.right {
  transform: scale(1.05);
  transition-duration: 0.3s; }

.news-list-item-1:hover .news-list-con-1.right .news-detail-1 {
  height: auto;
  transition-duration: 0.3s; }

.news-list-item-1:hover .news-share {
  display: block;
  transition-duration: 0.3s; }
  

