body {
  font-size: 0.875rem;
}
/*濠???锝??????? ??婵°???????*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.93rem;
  z-index: 11;
}
#header .navTop {
  display: flex;
  padding: 0.67rem 4%;
  background: #08499D;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.75rem;
}
#header .navTop .peopleNum span.zx {
  margin-right: 0.5rem;
}
#header .navTop .peopleNum span.ls b {
  color: #ffd580;
  font-weight: normal;
}
#header .navTop .link a {
  color: #ffffff;
}
#header .navTop .link a i {
  display: inline-block;
  width: 1rem;
  vertical-align: middle;
}
#header .navTop .link a i img {
  width: 100%;
}
#header .navTop .link a.nwLink {
  margin-left: 1rem;
}
#header .menu {
  height: 3.38rem;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
}
#header .menu img {
  width: 100%;
}
#header .menu .logo {
  width: 6rem;
  display: inline-block;
}
#header .menu .logo > a {
  display: block;
}
#header .menu .menuCk {
  width: 1.25rem;
  display: inline-block;
}
#header .menu .menuList {
  width: 50%;
  background: #3e3e3e;
  position: fixed;
  top: 0;
  left: -50%;
  height: 100%;
}
#header .menu .menuList ul li a {
  display: block;
  height: 2.56rem;
  border-bottom: 1px solid #313131;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 0 4% 0 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .menu .menuList ul li a i {
  width: 0.9rem;
  display: inline-block;
}
#header .menu .menuList ul li:last-child a {
  border-bottom: none;
}
#header .menu .menuList.show {
  transition: 0.5s;
  left: 0;
}
#header .menu .menuList.hidden {
  transition: 0.5s;
  left: -50%;
}
#footer {
  background: #173863;
  height: 4.75rem;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
}
#footer a {
  color: #ffffff;
}
#footer p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer p:nth-child(2) {
  justify-content: flex-start;
}
#footer p:nth-child(2) a {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
#footer p:last-child {
  margin-top: 0.25rem;
}
/*濠碘????缁??????*/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.main {
  padding-top: 5.93rem;
}
.indexMain i {
  display: inline-block;
}
.indexMain img {
  width: 100%;
}
.indexMain .mySwiper {
  height: 15.62rem;
}
.indexMain .mySwiper .swiper-pagination {
  text-align: right;
}
.indexMain .mySwiper a {
  display: block;
  height: 100%;
}
.indexMain .mySwiper a img {
  height: 100%;
}
.indexMain .mySwiper a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 83%);
  color: #ffffff;
  padding: 0.44rem 20% 0.44rem 0.63rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.indexMain .news-toutiao li {
  padding: 0 4%;
}
.indexMain .news-toutiao li a {
  display: block;
  padding: 1rem 0%;
  font-size: 0.875rem;
  border-bottom: 1px dashed rgba(155, 155, 155, 0.5);
}
.indexMain .news-toutiao li p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexMain .news-toutiao li a h2 {
  color: #000000;
  font-size: 0.875rem;
}
.indexMain .news-toutiao li a p.txt {
  margin: 0.5rem 0 0.38rem 0;
}
.indexMain .news-toutiao li a p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexMain .news-toutiao li a h4 {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexMain .news-toutiao li:last-child a {
  border-bottom: 0;
}
.indexMain .news-toutiao li a:active h2 {
  color: #BD8901;
}
.indexMain .mySwiper2 {
  height: 11.25rem;
}
.indexMain .mySwiper2 a {
  height: 100%;
  display: block;
}
.indexMain .mySwiper2 a img {
  height: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  opacity: 0.9;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #BD8901;
}
.cmTitle {
  height: 2.75rem;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmTitle .text {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #08499D;
  font-weight: bold;
}
.cmTitle .text i {
  width: 1rem;
  height: 1rem;
  margin-right: 0.63rem;
}
.cmTitle .more {
  font-size: 0.75rem;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cmTitle .more a{
  font-size: 0.75rem;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cmTitle .more i {
  width: 0.75rem;
  height: 0.75rem;
}
/*??濠??????缂??????*/
/*濠???锝???????纰????濞达??????????????????婢??缁????*/
#partyHeader {
  position: fixed;
  left: 0;
  top: 95px;
  width: 100%;
  z-index: 10;
}
#partyHeader .partyNav {
  box-shadow: 0 2px 4px 0 rgba(83, 83, 83, 0.5);
  width: 100%;
  height: 40px;
  position: relative;
  margin-top: 2px;
}
#partyHeader .partyNavtoggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  position: absolute;
  top: 1.5spx;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #D61708;
}
#partyHeader .partyTitle {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-right: 0.39rem;
  margin-left: 0.39rem;
}
#partyHeader img {
  width: 100%;
  margin-top: 2px;
}
#partyHeader .partyStar {
  width: 1rem;
}
#partyHeader .partyNavList {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
#partyHeader .partyNavList ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#partyHeader .partyNavList ul li {
  width: 50%;
  color: #fff;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.31);
}
#partyHeader .partyNavList ul li:last-child,
#partyHeader .partyNavList ul li:nth-last-child(2) {
  border-bottom: none !important;
}
#partyHeader a {
  color: #FFFFFF;
  display: block;
}
#partyHeader .rotatez {
  transform: rotatez(180deg);
}
#partyHeader .partyArrow {
  width: 0.49rem;
}
.partyMain .partyBody {
  background: url("https://www.7v351.com/app/images/partybanner.jpg") no-repeat #fff1ca;
  background-size: 100%;
  padding-top: 5rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin-top: 8rem;
}
.partyMain .partyContentList {
  background-color: #fff;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 0.94rem;
}
.partyMain .partyContent {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  padding: 1rem 0.6rem 0rem 0.6rem;
  box-sizing: border-box;
}
.partyMain .partyListtitle {
  font-size: 0.875rem;
  color: #000000;
}
.partyMain .partyListtitle a{
  font-size: 0.875rem;
  color: #000000;
}
.partyMain .partyListdesc {
  color: #666666;
}
.partyMain .partyPic {
  width: 9.75rem;
}
.partyMain .partyPic img {
  width: 100%;
}
.partyMain .partyTime {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.2rem;
}
.partyMain .partyList {
  margin-left: 0.5rem;
}
.partyMain .indexList {
  display: flex;
  flex-direction: column;
}
.partyMain .indexListpic {
  width: 100%;
}
.partyMain .indexListpic img {
  width: 100%;
  height: 201.61px;
}
.partyMain .indexListtitle {
  font-size: 1.125rem;
  color: #000000;
  padding-top: 0.94rem;
  padding-bottom: 0.84rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.37);
}
.partyMain .indexListcontent {
  font-size: 0.875rem;
  color: #666666;
}
.partyMain .indexListtime {
  font-size: 0.875rem;
  color: #666666;
}
.partyMain .partyIndexContent {
  width: 92%;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.partyMain .indexListcontent {
  margin-top: 0.88rem;
}
.partyMain .arrowleft {
  display: flex;
  margin-top: 1rem;
  padding-left: 0.83rem;
  padding-bottom: 1rem;
}
.partyMain .arrowleft a {
  width: 3.13rem;
  height: 1.94rem;
  background: url("https://www.7v351.com/app/images/syy.png") #D9AB08 no-repeat center;
  background-size: 32%;
}
.partyMain .arrowleft .next {
  background: url("https://www.7v351.com/app/images/xyy.png") #D9AB08 no-repeat center;
  background-size: 32%;
  margin-left: 1rem;
}
.partyMain .indexListouter {
  padding-left: 0.83rem;
  padding-right: 0.83rem;
}
.partyMain .djhd {
  width: 92%;
  margin: 0 auto;
  margin-top: 0.94rem;
  background-color: #fff;
}
.partyMain .djhdheader {
  background: url("https://www.7v351.com/app/images/djhdbg.png") no-repeat;
  background-size: 100% 100%;
  height: 3.11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-left: 0.63rem;
  padding-right: 0.63rem;
}
.partyMain .djhdheader a{
  color: #fff;
}
.partyMain .djhdheader span:first-child {
  font-weight: bold;
}
.partyMain .djhdbody {
  position: relative;
}
.partyMain .djhdbody img {
  width: 100%;
  height: 222.64px;
}
.partyMain .djhdbody p {
  width: 100%;
  color: #fff;
  position: absolute;
  height: 2.13rem;
  line-height: 2.13rem;
  left: 0;
  bottom: 0;
  padding-left: 0.5rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 83%);
}
.partyMain .djhdbody .swipertime {
  width: 4.13rem;
  height: 3.56rem;
  background: #FFEEC0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  text-align: center;
}
.partyMain .djhdbody .swipertime span {
  font-size: 0.875rem;
  color: #000000;
  display: inline-block;
  text-align: center;
  margin-top: 0.4rem;
}
.partyMain .djhdbody .djhdcontent {
  font-size: 1rem;
  color: #000000;
  text-indent: 2rem;
  padding: 0.94rem;
}
.partyMain .djhdbody .djhdpic {
  width: 100%;
}
.partyMain .djhdbody .djhdpic img {
  width: 100%;
}
.partyMain .djhdbody .ghgzdesc {
  padding: 0.94rem;
}
.partyMain .djhdbody .ghgzdescf,
.partyMain .djhdbody .ghgzdescs {
  font-size: 1rem;
  color: #000;
}
.partyMain .djhdbody .ghgzdescs {
  margin-top: 0.5rem;
}
.partyMain .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: right;
  padding-right: 1rem;
  box-sizing: border-box;
  bottom: 0.4rem;
}
.partyMain .swiper-pagination-bullet-active {
  background-color: #D5160E;
  opacity: 1;
}
.partyMain .djhdlist {
  display: flex;
  flex-direction: column;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 0.94rem;
}
.partyMain .djhdlist .djhdli {
  display: flex;
  margin-top: 1.38rem;
}
.partyMain .djhdlist .djhdli .circle {
  margin-top: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(153, 153, 153, 0.41);
}
.partyMain .djhdlist .djhdli .djhdliright {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.partyMain .djhdlist .djhdli .djhdlitime {
  margin-top: 0.44rem;
}
.partyMain .bwcx {
  width: 92%;
  margin: 0 auto;
  margin-top: 0.94rem;
}
.partyMain .bwcx img {
  width: 100%;
}
.partyMain .ghgz {
  width: 92%;
  margin: 0 auto;
  margin-top: 0.94rem;
}
.partyMain .ghgz .ghgzlist {
  background-color: #fff;
  margin-top: 0.94rem;
}
.partyMain .partyjc {
  width: 5.13rem;
  text-align: center;
  background: #F0F0F0;
  padding: 0.2rem;
  box-sizing: border-box;
}
.partyMain .partyjc .numbig {
  font-size: 1.875rem;
  color: #717171;
  display: block;
}
.partyMain .partyjc .numsmall {
  font-size: 0.875rem;
  color: #717171;
  display: block;
}
#partyFooter #footer {
  background: #D5160E;
}
/*濠??????????????缂??????*/
.productMain .banner {
  margin-top: 2.5rem;
}
.productMain .banner img {
  display: block;
  width: 100%;
}
.productMain .info {
  padding: 0.94rem;
}
.productMain .info .text {
  font-size: 0.875rem;
  color: #666666;
}
.productMain .info p{
  font-size: 0.875rem;
  color: #666666;
}
.productMain .info .product_Allimg {
  margin-top: 0.94rem;
}
.productMain .info .product_Allimg img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.productMain .info .pic_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productMain .info .pic_list dl {
  margin-top: 0.94rem;
  text-align: center;
}
.productMain .info .pic_list dl dt {
  width: 10.56rem;
  height: 7.13rem;
  margin: auto;
}
.productMain .info .pic_list dl dt img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.productMain .info .pic_list dl dd {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #717171;
}
.productMain .info .product_Halfimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.94rem 0;
}
.productMain .info .product_Halfimg > div {
  width: 10.56rem;
  height: 8.87rem;
}
.productMain .info .product_Halfimg > div img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.productMain .info .product_show {
  background: #FFFCF5;
  margin-bottom: 0.94rem;
}
.productMain .info .product_show:last-child {
  margin-bottom: 0;
}
.productMain .info .product_show .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.productMain .info .product_show .word {
  padding: 0.94rem;
}
.productMain .info .product_show .word h2 {
  font-size: 1.125rem;
  color: #000000;
}
.productMain .info .product_show .word p {
  font-size: 0.875rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.33rem;
}
.productMain .info .product_show .word a {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  border: 1px solid #D9AB08;
  font-size: 0.75rem;
  color: #D9AB08;
  margin-top: 1.17rem;
}
/*????濠??????婵?纰????????*/
.GroupOverviewMain .banner {
  margin-top: 2.5rem;
}
.GroupOverviewMain .banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.GroupOverviewMain .info {
  padding: 0.94rem;
}
.GroupOverviewMain .info .ryzs_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.GroupOverviewMain .info .ryzs_div dl {
  width: 8.5rem;
  text-align: center;
}
.GroupOverviewMain .info .ryzs_div dl dt {
  width: 8.5rem;
  height: 6.5rem;
  margin: auto;
}
.GroupOverviewMain .info .ryzs_div dl dt img {
  display: block;
  width: 100%;
  margin-top: 0.67rem;
}
.GroupOverviewMain .info .ryzs_div dl dd {
  font-size: 0.875rem;
  color: #717171;
  /* margin-top: 0.67rem;*/
}
.GroupOverviewMain .info .ldbz_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.94rem;
}
.GroupOverviewMain .info .ldbz_div dl {
   width: 8.5rem;
  text-align: center;
}
.GroupOverviewMain .info .ldbz_div dl dt {
  width: 8.5rem;
  height: 10.5rem;
  margin: auto;
}
.GroupOverviewMain .info .ldbz_div dl dt img {
  display: block;
  width: 100%;
  height: 100%;
 /* width: 150px;
  height: 195px;*/
}
.GroupOverviewMain .info .ldbz_div dl dd h3 {
  font-size: 1rem;
  color: #000;
  margin-top: 0.75rem;
}
.GroupOverviewMain .info .ldbz_div dl dd p {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}
.GroupOverviewMain .info .dsj_div ul {
  border-left: 1px solid #003477;
  margin-left: 7px;
}
.GroupOverviewMain .info .dsj_div ul li {
  position: relative;
  padding-left: 2.3rem;
  margin-top: 0.94rem;
}
.GroupOverviewMain .info .dsj_div ul li > div em {
  position: absolute;
  left: -7px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #003477;
  border-radius: 50%;
  vertical-align: middle;
}
.GroupOverviewMain .info .dsj_div ul li > div em.now {
  background: #D9AB08;
}
.GroupOverviewMain .info .dsj_div ul li > div label {
  position: relative;
  top: -3px;
  font-size: 1.125rem;
}
.GroupOverviewMain .info .dsj_div ul li > p {
  font-size: 0.875rem;
  color: #717171;
}
.GroupOverviewMain .info .dsj_div ul li:first-child {
  margin-top: 0;
}
.GroupOverviewMain .info .dsj_div ul li:last-child {
  border-left: 1px #FFF solid;
  position: relative;
  left: -1px;
  z-index: 1;
}
.GroupOverviewMain .info .jtjj_pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.GroupOverviewMain .info .jtjj_text {
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-top: 0.94rem;
  line-height: 1.4rem;
}
.GroupOverviewMain .info .qywhQyln_div {
  padding-bottom: 3rem;
}
.GroupOverviewMain .info .qywhQyln_div h2 {
  font-size: 1rem;
}
.GroupOverviewMain .info .qywhQyln_div p {
  font-size: 0.875rem;
  color: #717171;
  margin: 0.94rem auto;
}
.GroupOverviewMain .info .qywhQyln_div .pic {
  width: 10.34rem;
  height: 8.87rem;
  margin: auto;
}
.GroupOverviewMain .info .qywhQyln_div .pic img {
  display: block;
  width: 100%;
}
.GroupOverviewMain .info .nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.25);
  border-top: 1px #d2d2d2 solid;
  padding: 0.3rem 2.3rem;
  box-sizing: border-box;
}
.GroupOverviewMain .info .nav li a {
  display: inline-block;
}
.GroupOverviewMain .info .nav li a dl {
  text-align: center;
}
.GroupOverviewMain .info .nav li a dl dt {
  width: 1.63rem;
  height: 1.63rem;
  margin: auto;
}
.GroupOverviewMain .info .nav li a dl dd {
  font-size: 0.75rem;
  color: #8E8E93;
  margin-top: 0.25rem;
}
.GroupOverviewMain .info .nav .qyln a dl dt {
  background: url("https://www.7v351.com/app/images/qyln_g.png") no-repeat center;
  background-size: 100%;
}
.GroupOverviewMain .info .nav .qyln a.now dl dt {
  background: url("https://www.7v351.com/app/images/qyln_b.png") no-repeat center;
  background-size: 100%;
}
.GroupOverviewMain .info .nav .qyln a.now dl dd {
  color: #08499D;
}
.GroupOverviewMain .info .nav .qyzj a dl dt {
  background: url("https://www.7v351.com/app/images/qyzj_g.png") no-repeat center;
  background-size: 100%;
}
.GroupOverviewMain .info .nav .qyzj a.now dl dt {
  background: url("https://www.7v351.com/app/images/qyzj_b.png") no-repeat center;
  background-size: 100%;
}
.GroupOverviewMain .info .nav .qyzj a.now dl dd {
  color: #08499D;
}
.GroupOverviewMain .info .nav .zzqk a dl dt {
  background: url("https://www.7v351.com/app/images/zzqk_g.png") no-repeat center;
  background-size: 100%;
}
.GroupOverviewMain .info .nav .zzqk a.now dl dt {
  background: url("https://www.7v351.com/app/images/zzqk_b.png") no-repeat center;
  background-size: 100%;
}
.GroupOverviewMain .info .nav .zzqk a.now dl dd {
  color: #08499D;
}
.GroupOverviewMain .info .qywhQyzj_div {
  padding-bottom: 3rem;
}
.GroupOverviewMain .info .qywhQyzj_div .data li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #979797;
  margin-top: 0.88rem;
  padding-bottom: 1rem;
}
.GroupOverviewMain .info .qywhQyzj_div .data li .time {
  flex: none;
  width: 5.13rem;
  height: 4.38rem;
  background: #F0F0F0;
  font-size: 0.875rem;
  color: #717171;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.25rem;
}
.GroupOverviewMain .info .qywhQyzj_div .data li .time label {
  font-size: 2rem;
}
.GroupOverviewMain .info .qywhQyzj_div .data li .int {
  flex: 1;
  margin-left: 1rem;
}
.GroupOverviewMain .info .qywhQyzj_div .data li .int a {
  display: block;
}
.GroupOverviewMain .info .qywhQyzj_div .data li .int a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.GroupOverviewMain .info .qywhQyzj_div .data li .int a p {
  font-size: 0.75rem;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}
.GroupOverviewMain .info .qywhQyzj_div .data li:first-child {
  margin-top: 0;
}
.GroupOverviewMain .info .qywhQyzj_div .data li:last-child {
  border-bottom: none;
}
.GroupOverviewMain .info .qywhZzqk_div {
  padding-bottom: 3rem;
}
.GroupOverviewMain .info .qywhZzqk_div .data {
  display: flex;
  flex-wrap: wrap;
}
.GroupOverviewMain .info .qywhZzqk_div .data li {
  margin-top: 0.88rem;
  margin-left: 1rem;
}
.GroupOverviewMain .info .qywhZzqk_div .data li a {
  display: block;
  width: 100%;
}
.GroupOverviewMain .info .qywhZzqk_div .data li a img {
  width: 10.2rem;
  height: 12.125rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.GroupOverviewMain .info .qywhZzqk_div .data li a div {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.GroupOverviewMain .info .qywhZzqk_div .data li  div {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.GroupOverviewMain .info .qywhZzqk_div .data li:first-child,
.GroupOverviewMain .info .qywhZzqk_div .data li:nth-child(2) {
  margin-top: 0;
}
.GroupOverviewMain .info .qywhZzqk_div .data li:nth-child(2n+1) {
  margin-left: 0;
}
.GroupOverviewMain .info .zzjg_div img {
  display: block;
  width: 100%;
}
.GroupOverviewMain .info .xsqy_div .pic img {
  display: block;
  width: 100%;
}
.GroupOverviewMain .info .xsqy_div .text h2 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.88rem;
}
.GroupOverviewMain .info .xsqy_div .text ul li {
  margin-top: 1rem;
}
.GroupOverviewMain .info .xsqy_div .text ul li a {
  font-size: 0.875rem;
  color: #717171;
}
/*缂????????????℃???*/
.resumeMain .info {
  padding: 1rem;
}
.resumeMain .info h2 {
  font-size: 1rem;
  text-align: center;
}
.resumeMain .info .int {
  margin-top: 1rem;
}
.resumeMain .info .int table {
  width: 100%;
}
.resumeMain .info .int table tr td {
  font-size: 0.875rem;
  color: #2E2E2E;
  padding-top: 0.63rem;
}
.resumeMain .info .int table tr td:first-child {
  display: block;
  padding-right: 1rem;
  width: 6rem;
  box-sizing: border-box;
  line-height: 2.5rem;
}
.resumeMain .info .int table tr td .sex_label {
  margin-left: 1rem;
}
.resumeMain .info .int table tr td .s_96 {
  width: 6rem;
}
.resumeMain .info .int table tr td .t_160 {
  width: 100%;
}
.resumeMain .info .int table tr td input[type=text] {
  height: 2.5rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.resumeMain .info .int table tr td input[type=radio] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  background: #FFFFFF;
  border: 1px solid #D9AB08;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.resumeMain .info .int table tr td input[type=radio]:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #D9AB08;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.resumeMain .info .int table tr td input[type=radio]:checked:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.resumeMain .info .int table tr td select {
  height: 2.5rem;
  background: #ffffff url("https://www.7v351.com/app/images/arrow_down.png") no-repeat right 12px center;
  background-size: 10px 6px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.resumeMain .info .int table tr td select::-ms-expand {
  display: none;
}
.resumeMain .info .int table tr td select.select_color option:first-child {
  display: none;
}
.resumeMain .info .int table tr td textarea {
  display: block;
  width: 100%;
  min-height: 8.25rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  resize: none;
  margin: 0.63rem 0 0.63rem 0;
  font-size: 0.875rem;
  padding: 0.5rem;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.resumeMain .info .int table tr td ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.63rem;
}
.resumeMain .info .int table tr td ul li {
  margin-right: 0.5rem;
}
.resumeMain .info .int table tr td .add_btn {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 0.2rem 0.5rem;
}
.resumeMain .info .int table tr td .file {
  display: block;
  width: 106px;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
}
.resumeMain .info .int table tr td .file label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resumeMain .info .int table tr td .file label em {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("https://www.7v351.com/app/images/down.png") no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.resumeMain .info .int table tr td .file input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.resumeMain .info .int table tr td p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 0.63rem;
}
.resumeMain .info .int table tr td .tj_btn {
  width: 129px;
  height: 40px;
  background: #D9AB08;
  border-radius: 4px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
}
.resumeMain .info .int table tr td input[type=text]:focus,
.resumeMain .info .int table tr td select:focus,
.resumeMain .info .int table tr td textarea:focus {
  border: 1px solid #D9AB08;
}
/*缂????????婵?纰????????濠????????*/
.kjcxMain {
  margin-top: 2.5rem;
}
.kjcxMain .banner img {
  display: block;
  width: 100%;
}
.kjcxMain .info {
  padding: 1rem;
}
.kjcxMain .info .data li {
  padding: 1rem 0;
  border-bottom: 1px dotted rgba(155, 155, 155, 0.5);
}
.kjcxMain .info .data li a {
  display: block;
}
.kjcxMain .info .data li a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kjcxMain .info .data li a h2:active {
  color: #BD8901;
}
.kjcxMain .info .data li a p {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kjcxMain .info .data li  p {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kjcxMain .info .data li a label {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.38rem;
}
.kjcxMain .info .data li  label {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.38rem;
}
.kjcxMain .info .data li:first-child {
  padding-top: 0;
}
.kjcxMain .info .data li:last-child {
  border-bottom: none;
}
.kjcxMain .info .jtjj_pic img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.kjcxMain .info .jtjj_text {
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-top: 0.94rem;
  line-height: 1.4rem;
}
.kjcxMain .info p {
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-top: 0.94rem;
  line-height: 1.4rem;
}
/*??????????????????????濠??????*/
.lxwmMain {
  margin-top: 2.5rem;
}
.lxwmMain .banner img {
  display: block;
  width: 100%;
}
.lxwmMain .info {
  padding: 1rem;
}
.lxwmMain .info .pic img {
  display: block;
  width: 100%;
}
.lxwmMain .info .text {
  margin-top: 1rem;
}
.lxwmMain .info .text h2 {
  font-size: 1rem;
}
.lxwmMain .info .text ul li {
  margin-top: 1rem;
  font-size: 0.875rem;
  display: flex;
}
.lxwmMain .info .text ul li em {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding-left: 0.625rem;
}
.lxwmMain .info .text ul li em.dh {
  background: url("https://www.7v351.com/app/images/dh.png") no-repeat;
  background-size: 24px;
}
.lxwmMain .info .text ul li em.yx {
  background: url("https://www.7v351.com/app/images/yx.png") no-repeat;
  background-size: 24px;
}
.lxwmMain .info .text ul li em.yb {
  background: url("https://www.7v351.com/app/images/yb.png") no-repeat;
  background-size: 24px;
}
.lxwmMain .info .text ul li em.dz {
  background: url("https://www.7v351.com/app/images/dz.png") no-repeat;
  background-size: 24px;
}
.lxwmMain .info .map {
  width: 100%;
  height: 12rem;
  margin-top: 1rem;
}
.lxwmMain .info .map #allmap {
  width: 100%;
  height: 100%;
}
.lxwmMain .info table {
  width: 100%;
}
.lxwmMain .info table tr:first-child td {
  padding-top: 0;
}
.lxwmMain .info table tr td {
  font-size: 0.875rem;
  color: #2E2E2E;
  padding-top: 0.63rem;
}
.lxwmMain .info table tr td:first-child {
  display: block;
  padding-right: 1rem;
  box-sizing: border-box;
  line-height: 2.5rem;
}
.lxwmMain .info table tr td .t_160 {
  width: 100%;
}
.lxwmMain .info table tr td input[type=text] {
  height: 2.5rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.lxwmMain .info table tr td textarea {
  display: block;
  width: 100%;
  min-height: 8.25rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  resize: none;
  margin: 0.63rem 0 0.63rem 0;
  font-size: 0.875rem;
  padding: 0.5rem;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lxwmMain .info table tr td .tj_btn {
  width: 129px;
  height: 40px;
  background: #D9AB08;
  border-radius: 4px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
}
.lxwmMain .info table tr td input[type=text]:focus,
.lxwmMain .info table tr td textarea:focus {
  border: 1px solid #D9AB08;
}
.lxwmMain .info .int {
  margin-top: 1rem;
  background: #FFFCF5;
}
.lxwmMain .info .int .line {
  padding-top: 0.58rem;
  display: flex;
  justify-content: space-between;
}
.lxwmMain .info .int .line em {
  display: inline-block;
  background: #FF4242;
  width: 8px;
  height: 13px;
  margin-left: 10px;
  transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.lxwmMain .info .int .line em:nth-child(2n) {
  background: #42A0FF;
}
.lxwmMain .info .int h3 {
  font-size: 1rem;
  color: #000000;
  padding: 0.68rem 1rem 0 1rem;
  font-weight: 700;
}
.lxwmMain .info .int > ul > li {
  font-size: 0.875rem;
  color: #666;
  border-bottom: 1px dotted #E3E3E3;
  padding: 1rem;
}
.lxwmMain .info .int > ul > li p {
  margin-top: 0.42rem;
}
.lxwmMain .info .int > ul > li p label {
  display: block;
  margin-top: 0.42rem;
}
.lxwmMain .info .int > ul > li:last-child {
  border-bottom: none;
}
/*濠????????婵?纰??????????缂??????*/
.rlzyMain {
  margin-top: 2.5rem;
}
.rlzyMain .banner img {
  display: block;
  width: 100%;
}
.rlzyMain .info {
  padding: 1rem;
}
.rlzyMain .info .data li {
  padding: 1rem 0;
  border-bottom: 1px dotted rgba(155, 155, 155, 0.5);
}
.rlzyMain .info .data li dl {
  display: flex;
}
.rlzyMain .info .data li dl dt {
  flex: none;
  width: 7.31rem;
  height: 4.44rem;
  background: #f7f7f7;
}
.rlzyMain .info .data li dl dt img {
  display: block;
  width: 100%;
}
.rlzyMain .info .data li dl dd {
  flex: 1;
  margin-left: 0.38rem;
}
.rlzyMain .info .data li a {
  display: block;
}
.rlzyMain .info .data li a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rlzyMain .info .data li a h2:active {
  color: #BD8901;
}
.rlzyMain .info .data li a p {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rlzyMain .info .data li a label {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.38rem;
}
.rlzyMain .info .data li:first-child {
  padding-top: 0;
}
.rlzyMain .info .data li:last-child {
  border-bottom: none;
}
.rlzyMain .info .pic img {
  display: block;
  width: 100%;
}
.rlzyMain .info .rczl_text p {
  font-size: 0.875rem;
  color: #717171;
  text-indent: 2rem;
  line-height: 1.4rem;
  margin-top: 0.88rem;
}
.rlzyMain .info p {
  font-size: 0.875rem;
  color: #717171;
  text-indent: 2rem;
  line-height: 1.4rem;
  margin-top: 0.88rem;
}
.rlzyMain .info .chose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rlzyMain .info .chose li {
  width: 48%;
}
.rlzyMain .info .chose li select {
  width: 100%;
  height: 2.5rem;
  background: #ffffff url("https://www.7v351.com/app/images/arrow_down.png") no-repeat right 12px center;
  background-size: 10px 6px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 0.5rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rlzyMain .info .chose li select::-ms-expand {
  display: none;
}
.rlzyMain .info .chose li select option:first-child {
  display: none;
}
.rlzyMain .info .chose li input[type=text] {
  width: 100%;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 0.5rem;
  box-sizing: border-box;
  font-size: 0.875rem;
}
.rlzyMain .info .chose li input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.rlzyMain .info .chose li select:focus,
.rlzyMain .info .chose li input[type=text]:focus {
  border: 1px solid #D9AB08;
}
.rlzyMain .info .chose li:nth-child(3) {
  width: 78%;
  margin-top: 1rem;
}
.rlzyMain .info .chose li:last-child {
  width: 20%;
  height: 2.5rem;
  background: #d9ab08;
  border-radius: 4px;
  margin-top: 1rem;
}
.rlzyMain .info .chose li:last-child em {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("https://www.7v351.com/app/images/sousuo.png") no-repeat center;
  margin: 0 0.5rem;
  background-size: 100%;
  vertical-align: middle;
}
.rlzyMain .info .chose li:last-child input {
  font-size: 0.875rem;
  color: #FFF;
  background: none;
  line-height: 2.5rem;
  text-align: center;
}
.rlzyMain .info .int > div {
  position: relative;
  width: 100%;
  height: 13.5rem;
  background: #f7f7f7;
  padding: 0.69rem;
  box-sizing: border-box;
  margin-top: 1rem;
}
.rlzyMain .info .int > div h3 {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.63rem;
  margin-top: 0.5rem;
}
.rlzyMain .info .int > div p {
  font-size: 0.875rem;
  line-height: 1.1rem;
  color: #666;
}
.rlzyMain .info .int > div p label {
  padding-left: 0.63rem;
}
.rlzyMain .info .int > div input {
  display: block;
  padding: 0.5rem 1.25rem;
  background: #D9AB08;
  border-radius: 4px;
  margin-top: 0.63rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: #FFF;
}
.rlzyMain .info .int > div .tag {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.rlzyMain .info .int > div .tag img {
  width: 80px;
  height: 80px;
}
.rlzyMain .info .details_main h2 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.rlzyMain .info .details_main .int {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px #ececec solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rlzyMain .info .details_main .int label {
  margin-top: 0.5rem;
}
.rlzyMain .info .details_main .text {
  text-align: justify;
  line-height: 1.4rem;
}
.rlzyMain .info .details_main .text h3 {
  margin-top: 1rem;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}
.rlzyMain .info .details_main .text > ul > li {
  font-size: 0.875rem;
  line-height: 1.4rem;
  color: #666;
  margin-top: 0.5rem;
}
.rlzyMain .info .details_main .text > ul > li > ul {
  margin-left: 2rem;
}
.rlzyMain .info .details_main .text input {
  display: block;
  width: 130px;
  height: 2.5rem;
  background: #D9AB08;
  border-radius: 4px;
  font-size: 1rem;
  color: #FFF;
  line-height: 2.5remx;
  cursor: pointer;
  margin: 1rem auto 0 auto;
}
/*缂????????????????℃?????*/
.shzrMain {
  margin-top: 2.5rem;
}
.shzrMain .banner img {
  display: block;
  width: 100%;
}
.shzrMain .info {
  padding: 1rem;
}
.shzrMain .info .data li {
  padding: 1rem 0;
  border-bottom: 1px dotted rgba(155, 155, 155, 0.5);
}
.shzrMain .info .data li dl {
  display: flex;
}
.shzrMain .info .data li dl dt {
  flex: none;
  width: 7.31rem;
  height: 4.44rem;
  background: #f7f7f7;
}
.shzrMain .info .data li dl dt img {
  display: block;
  width: 100%;
}
.shzrMain .info .data li dl dd {
  flex: 1;
  margin-left: 0.38rem;
}
.shzrMain .info .data li a {
  display: block;
}
.shzrMain .info .data li a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shzrMain .info .data li a h2:active {
  color: #BD8901;
}
.shzrMain .info .data li a p {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shzrMain .info .data li a label {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.38rem;
}
.shzrMain .info .data li:first-child {
  padding-top: 0;
}
.shzrMain .info .data li:last-child {
  border-bottom: none;
}
.shzrMain .info .jtjj_pic img {
  display: block;
  width: 100%;
}
.shzrMain .info .jtjj_text {
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-top: 0.94rem;
  line-height: 1.4rem;
}
.shzrMain .info p{
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-top: 0.94rem;
  line-height: 1.4rem;
}
.shzrMain .info .szbg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shzrMain .info .szbg li {
  margin-top: 1rem;
  width: 48%;
}
.shzrMain .info .szbg li a {
  position: relative;
  display: block;
  width: 10.56rem;
  margin: auto;
}
.shzrMain .info .szbg li a img {
  width: 10.56rem;
  height: 14rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.shzrMain .info .szbg li a div {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  color: #FFFFFF;
  padding: 0.5rem;
  box-sizing: border-box;
}
.shzrMain .info .szbg li a div span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://www.7v351.com/app/images/icon_down.png") no-repeat center;
  background-size: 100%;
}
/*???????缂???????婵?杈??濞????濠????????℃???*/
.stkyMain {
  margin-top: 2.5rem;
}
.stkyMain .banner img {
  display: block;
  width: 100%;
}
.stkyMain .info {
  padding: 1rem;
}
.stkyMain .info .data li {
  padding: 1rem 0;
  border-bottom: 1px dotted rgba(155, 155, 155, 0.5);
}
.stkyMain .info .data li dl {
  display: flex;
}
.stkyMain .info .data li dl dt {
  flex: none;
  width: 7.31rem;
  height: 4.44rem;
  background: #f7f7f7;
}
.stkyMain .info .data li dl dt img {
  display: block;
  width: 100%;
}
.stkyMain .info .data li dl dd {
  flex: 1;
  margin-left: 0.38rem;
}
.stkyMain .info .data li a {
  display: block;
}
.stkyMain .info .data li a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.stkyMain .info .data li a h2:active {
  color: #BD8901;
}
.stkyMain .info .data li a p {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.stkyMain .info .data li a label {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.38rem;
}
.stkyMain .info .data li:first-child {
  padding-top: 0;
}
.stkyMain .info .data li:last-child {
  border-bottom: none;
}
.stkyMain .info .jtjj_pic img {
  display: block;
  width: 100%;
}
.stkyMain .info .jtjj_text {
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-top: 0.94rem;
  line-height: 1.4rem;
}
.stkyMain .info p {
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-top: 0.94rem;
  line-height: 1.4rem;
}
/*??婵?瀵??????濠????????缂??????*/
.xwzxMain {
  margin-top: 2.5rem;
}
.xwzxMain .banner img {
  display: block;
  width: 100%;
}
.xwzxMain .info {
  padding: 1rem;
}
.xwzxMain .info .details_main h2 {
  font-size: 1rem;
  color: #000;
  text-align: center;
  font-weight: 700;
}
.xwzxMain .info .details_main h3 {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
}
.xwzxMain .info .details_main h3 label {
  margin-left: 1rem;
}
.xwzxMain .info .details_main h3 label:first-child {
  margin-left: 0;
}
.xwzxMain .info .details_main .text {
  font-size: 0.875rem;
  color: #000;
}
.xwzxMain .info .details_main .text .pic img {
  display: block;
    width: 100% !important;
    height: auto !important;
}
.xwzxMain .info .details_main .text p {
  text-align: justify;
  line-height: 1.4rem;
  margin-top: 0.5rem;
  text-indent: 2rem;
}
.xwzxMain .info .data li {
  display: flex;
  align-items: center;
 /*border-bottom: 1px solid #979797;*/
  border-bottom: 1px dashed rgba(155, 155, 155, 0.5);
  margin-top: 0.88rem;
  padding-bottom: 1rem;
}
.xwzxMain .info .data li .time {
  flex: none;
  width: 5.13rem;
  height: 4.38rem;
  background: #F0F0F0;
  font-size: 0.875rem;
  color: #717171;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.25rem;
}
.xwzxMain .info .data li .time label {
  font-size: 2rem;
}
.xwzxMain .info .data li .int {
  flex: 1;
  margin-left: 1rem;
}
.xwzxMain .info .data li .int  p {
  font-size: 0.75rem;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}
.xwzxMain .info .data li .int a {
  display: block;
}
.xwzxMain .info .data li .int a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  size: 16px;
}
.xwzxMain .info .data li .int a p {
  font-size: 0.75rem;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}
.xwzxMain .info .data li:first-child {
  margin-top: 0;
}
.xwzxMain .info .data li:last-child {
  border-bottom: none;
}
/*濠????????婵?杈炬???????缂??????*/
.xxgkMain {
  margin-top: 2.5rem;
}
.xxgkMain .banner img {
  display: block;
  width: 100%;
}
.xxgkMain .info {
  padding: 1rem;
}
.xxgkMain .info .data li {
  padding: 1rem 0;
  border-bottom: 1px dotted rgba(155, 155, 155, 0.5);
}
.xxgkMain .info .data li dl {
  display: flex;
}
.xxgkMain .info .data li dl dt {
  flex: none;
  width: 7.31rem;
  height: 4.44rem;
  background: #f7f7f7;
}
.xxgkMain .info .data li dl dt img {
  display: block;
  width: 100%;
}
.xxgkMain .info .data li dl dd {
  flex: 1;
  margin-left: 0.38rem;
}
.xxgkMain .info .data li a {
  display: block;
}
.xxgkMain .info .data li a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xxgkMain .info .data li a h2:active {
  color: #BD8901;
}
.xxgkMain .info .data li a p {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xxgkMain .info .data li a span {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xxgkMain .info .data li a label {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.38rem;
}
.xxgkMain .info .data li:first-child {
  padding-top: 0;
}
.xxgkMain .info .data li:last-child {
  border-bottom: none;
}
.xxgkMain .info .zbgs li {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted rgba(155, 155, 155, 0.5);
  margin-top: 0.88rem;
  padding-bottom: 1rem;
}
.xxgkMain .info .zbgs li .time {
  flex: none;
  width: 5.13rem;
  height: 4.38rem;
  background: #F0F0F0;
  font-size: 0.875rem;
  color: #717171;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.25rem;
}
.xxgkMain .info .zbgs li .time label {
  font-size: 2rem;
}
.xxgkMain .info .zbgs li .int {
  flex: 1;
  margin-left: 1rem;
}
.xxgkMain .info .zbgs li .int a {
  display: block;
}
.xxgkMain .info .zbgs li .int a h2 {
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xxgkMain .info .zbgs li .int a p {
  font-size: 0.75rem;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}
.xxgkMain .info .zbgs li .int a span {
  font-size: 0.75rem;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}
.xxgkMain .info .zbgs li:first-child {
  margin-top: 0;
}
.xxgkMain .info .zbgs li:last-child {
  border-bottom: none;
}
.xxgkMain .info .details_main h2 {
  font-size: 1rem;
  color: #000;
  text-align: center;
  font-weight: 700;
}
.xxgkMain .info .details_main h3 {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
}
.xxgkMain .info .details_main h3 label {
  margin-left: 1rem;
}
.xxgkMain .info .details_main h3 label:first-child {
  margin-left: 0;
}
.xxgkMain .info .details_main .text {
  font-size: 0.875rem;
  color: #000;
}
.xxgkMain .info .details_main .text p {
  display: block;
  text-align: justify;
  line-height: 1.4rem;
  margin-top: 0.5rem;
}
.xxgkMain .info .details_main .text p span {
  flex: none;
}
.xxgkMain .info .details_main .text p.textAlignR {
  display: block;
  text-align: right;
}
.djhdlititle a{
	margin: 0;
	padding: 0;
	color: #000000;
}
.peopleNum{display: flex;} 



.bigPic_pop .info img {
  display: block;
  width: 100%;
}



/*濮?????--?佃????*/
.dqwz{ float:left; width:calc(100% - 24px); line-height:50px; color:#999; font-size:14px; background:url("https://www.7v351.com/images/dqwz.png") left center no-repeat; padding-left:24px}
.dqwz a{ color:#434343}


.GroupOverviewMain .info .qywhZzqk_div .data{
  justify-content:space-between ;
}
.GroupOverviewMain .info .qywhZzqk_div .data li{
  width: 50%;
  margin:0.88rem auto 0 auto;
  text-align: center;
}
.GroupOverviewMain .info .qywhZzqk_div .data li a img{
  width: 8rem;
  height: 10rem;
}
