* {
  margin: 0;
  padding: 0; }

html, body {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  color: #333;
  font-family: 'PingFangSC-Regular','PingFang SC',sans-serif;
  background: #f2f2f2;
}
.w-e-modal button {
  height: auto;
}
.hide_box .el-upload--picture-card{
  display: none;
}
ol li, ul li {
  list-style-type: none;
  vertical-align: middle; }

img {
  border: none;
  vertical-align: middle; }

input {
  vertical-align: middle;
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal; }
.nodata{
  line-height: 100px;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.chand{
  cursor: pointer;
}
a {
  text-decoration: none;
  color:#333;
}
.footer_nav a{
  color:#fff;
}
.article_text p,.intro p{
  margin-bottom: 17px;
}
.article_text p img,.intro p img{

}
.news_big a div {
  overflow: hidden;
}
.tsspan {
  margin-left: 10px;
  border: 1px solid red;
  text-align: center;
  padding: 0 10px;
  border-radius: 5px;
}
.list_mb li span.tsspan_1{
  margin-left: 10px;
  border: 1px solid #4c9e44;
  text-align: center;
  padding: 0 10px;
  border-radius: 5px;
  color: #4c9e44;
}
.overflow_hidden2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }

/*
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  border-radius: 3px;
  background: #ccc;
  opacity: 0.7;
}
.clear { clear: both; }
/*显示当前活动块的图片
.swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  background: #fff;
}*/

.page{
  text-align: center;
  padding:20px 0;
}
.page .el-pager li:hover{
  color: #DE5152!important;
}
.page .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #DE5152;
  color: #FFF!important;
}
.page .el-pagination.is-background .el-pager li:not(.disabled).active:hover{
  background-color: #DE5152;
  color: #FFF!important;
}
.bgff {
  background: #ffffff;
  position: relative; }

.bgf1 {
  background: #f1f1f1;
  position: relative;
  overflow: hidden; }

.flex_between {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.flex_center_between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.w1200 {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

.site {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  background: #fff;
  color: #de5152;
  font-size: 16px;
  border-radius: 6px; }
.site a {
  color: #de5152; }
.site span {
  color: #de5152; }

.list_more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 22px;
  cursor: pointer; }
.list_more span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ef7c00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px; }

.borff {
  border-radius: 6px;
  background: #fff; }

.w330 {
  width: 330px;
  flex-shrink: 0; }

.w450 {
  width: 450px;
  flex-shrink: 0; }

.w100 {
  width: 100%; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml10 {
  margin-left: 10px !important; }

/* head */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  background: #fff;
  padding: 0 30px; }

.logo {
  width: 120px;
  flex-shrink: 0; }

.menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 20px; }

.menu li {
  line-height: 40px;
  padding: 0 20px;
  list-style: none; }

.menu li a.hover, .menu li:hover a {
  color: #de5152;
  cursor: pointer; }

.menu li a {
  color: #333; }

.search {
  width: 40px;
  flex-shrink: 0; }

.search img {
  width: 40px; }

.login {
  flex-shrink: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #de5152;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 5px;
  margin-left: 30px; }

.loginEd {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px; }
.loginEd div {
  color: #333;
  max-width: 100px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  height: 40px;
  line-height: 40px;
  margin-right: 10px; }
.loginEd a {
  color: #fff; }
.loginBtn{
  width: 80px;
  border: 1px solid #ccc;
  background: #ccc;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  color: #fff;
}
.loginEd .loginBtn a {
  color: #fff; }
/* index */
.activ_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 25px;
  margin-bottom: 25px; }
.activ_list li {
  width: 360px;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
  margin: 10px 10px 30px;}
.activ_list li .ph {
  width: 360px;
  height: 240px; }
.activ_list li .ph img{
  width: 360px;
  height: 240px; }
.activ_list li span {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px; }
.activ_list li h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 15px 15px 10px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }
.activ_list li p {
  display: flex;
  align-items: center;
  padding: 0 15px 15px;
  font-size: 15px;
  line-height: 20px;
  color: #999; }
.activ_list li p img {
  margin-right: 5px; }
.activ_list li a {
  color: #333; }

.news_list {
  padding: 0 0 0 25px;
  box-sizing: border-box;
  width:100%;}
.news_list li {
  border-bottom: 1px solid #eee;
  padding: 16px 0; }
.news_list li:last-child {
  border: none; }
.news_list li .info {
  display: flex;
  align-items: center; }
.news_list li .info span {
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 24px; }
.news_list li .info span img {
  margin-right: 5px; }
.news_list li .name {
  font-size: 18px;
  color: #333;
  line-height: 22px;
  margin-top: 8px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }

.news_big {
  width: 330px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0; }
.news_big .news_bor {
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  padding: 20px 20px;
  margin-bottom: 25px; }
.news_big .news_bor .name {
  font-size: 20px;
  line-height: 26px;
  color: #333;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }
.news_big .news_bor .text {
  font-size: 17px;
  color: #999;
  line-height: 22px;
  margin: 15px 0;
  height: 66px;
  overflow: hidden;
}
.news_big .news_bor .info {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.news_big .news_bor .info span {
  color: #9a9a9a;
  font-size: 16px;
  display: flex;
  align-items: center; }
.news_big .news_bor .info span img {
  margin-right: 5px; }
.news_big .news_bor .info a {
  font-size: 16px;
  color: #ef7c00;
  padding-left: 10px; }

.party {
  padding: 0 0 20px;
}
.party li {
  border-bottom: 1px solid #eee;
  padding: 16px 90px 16px 0;
  cursor: pointer;
  background: url(/images/ico_r2.png) no-repeat center right; }
.party li:last-child {
  border: none; }
.party li .info {
  display: flex;
  align-items: center; }
.party li .info span {
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 24px; }
.party li .info span img {
  margin-right: 5px; }
.party li .name {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  margin-top: 8px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }
.party li:hover {
  background: url(/images/ico_r2a.png) no-repeat center right; }
.party li:hover .name {
  color: #ef7c00; }

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  height: 100px; }
.title .tag {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  color: #999999;
  font-size: 18px;
  line-height: 34px;
  margin-top: 26px; }
.title .name {
  border-left: 6px solid #ef7c00;
  height: 50px;
  flex-shrink: 0; }
.title .name span {
  display: block;
  font-size: 14px;
  color: #999a9a;
  line-height: 18px;
  padding-left: 10px; }
.title .name strong {
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  padding-left: 10px; }
.title .more {
  color: #999999;
  font-size: 18px;
  flex-shrink: 0; }

.banner_item {
  width: 100%;
  height: 590px;
  background-repeat: no-repeat;
  background-position: center center; }

.el-carousel__indicators--horizontal {
  bottom: 20px; }

.el-form-ctitle {
  font-weight: bold;
  font-size: 16px; }

.inputItem .el-input__inner {
  border: 0; }

.hand {
  cursor: pointer; }
