body {
  color: #000;
}
.bold {
  font-weight: bold;
}
.line {
  display: block;
  width: .4rem;
  height: 3px;
  background-color: #00bcc9;
}
.bgMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bgfff {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.inBanner-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.inBanner {
  color: #fff;
  font-size: .48rem;
  height: 100vh;
  width: 100%;
  position: relative;
}
.inBanner .pagin {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.abc{
display:none;
}
.inBanner .pagin .pagination {
  text-align: center;
}
.inBanner .pagin .pagination span {
  background: #ababab;
  margin: 0 4.5px;
  opacity: 1;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.inBanner .pagin .pagination span.swiper-pagination-bullet-active {
  background: #DCDCDC;
}
.inBanner .pagin .icon {
  background-image: url('../img/b2.png');
  margin: auto;
  margin-top: .06rem;
  width: 47px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.inBanner .swiper-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.inBanner .swiper-container.mobile {
  display: none;
}
.inBanner .swiper-container.mobile .img {
  height: 8.9rem;
  background-position: center;
  background-size: cover;
}
.inBanner .swiper-container.mobile .text {
  height: 3.6rem;
  background: #000;
}
.inBanner .bgMask {
  transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.inBanner .text {
  position: absolute;
  top: 70%;
  left: 0%;
  width: 100%;
  z-index: 1;
  transition: transform 600ms, opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: -webkit-transform 600ms, transform 600ms, opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translate3d(20px, 0, 0);
}
@media screen and (min-width: 769px) {
  .inBanner .bgMask {
    opacity: 0;
    transition-delay: 1s;
  }
  .inBanner .text {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition-delay: 1.3s;
  }
}
.inBanner .p1 {
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.inBanner .p2 {
  letter-spacing: 2px;
}
.inBanner .line {
  width: .4rem;
  margin-top: .38rem;
  margin-top: .2rem;
}
.inBanner .swiper-slide {
  background-position: center;
  background-size: cover;
}
.inBanner .prev,
.inBanner .next {
  display: block;
  width: 20px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 2;
}
.inBanner .prev.swiper-button-disabled,
.inBanner .next.swiper-button-disabled {
  opacity: .5;
}
.inBanner .btns {
  position: absolute;
  top: 50%;
  height: 35px;
  margin-top: -17px;
  width: 100%;
}
.inBanner .btns .bigContainer {
  position: relative;
  height: 35px;
}
.inBanner .prev {
  left: 0;
  background-image: url('../img/j2.png');
}
.inBanner .next {
  right: 0;
  background-image: url('../img/j1.png');
}
.inBanner .swiper-slide-active .bgMask {
  opacity: 1;
}
.inBanner .swiper-slide-active .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.ComTop {
  text-align: center;
  padding-bottom: 12px;
  padding-top: 57px;
}
.ComTop h3 {
  font-size: .6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.ComTop .line {
  margin: auto;
  margin-top: .2rem;
}
.inPinpai {
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 43px;
}
.inPinpai .con {
  font-size: .38rem;
  line-height: 1.6;
}

.tab-content .ip_imgList li{
      background-size: 100% 145px;
}

.animateOn .text-animated {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: 1.3s,1.3s;
  animation-duration: 1.3s,1.3s;
  -webkit-animation-delay: .8s,.8s;
  animation-delay: .8s,.8s;
  -webkit-animation-name: hero-slide-up-0, hero-fade-in-0;
  animation-name: hero-slide-up-0, hero-fade-in-0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animateOn .ComTop {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: .3s,.3s;
  animation-duration: .3s,.3s;
  -webkit-animation-delay: .6s,.6s;
  animation-delay: .6s,.6s;
  -webkit-animation-name: hero-slide-up-0, hero-fade-in-0;
  animation-name: hero-slide-up-0, hero-fade-in-0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.conList .top {
  font-size: 18px;
  width: 770px;
  max-width: 100%;
  padding-bottom: .3rem;
  max-width: 90%;
  margin: auto;
  text-align: center;
}
.conList .div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.tittleList {
  font-size: 0;
  letter-spacing: 0;
}
.tittleList li {
  width: 20%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.tittleList li:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background-color: #e5e7e9;
  z-index: 100;
}
.tittleList li:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #e5e7e9;
  z-index: 100;
}
.tittleList li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.tittleList li a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tittleList li:nth-child(5n) {
  border-right: none;
}
.tittleList li:nth-child(5n):after {
  width: 0;
}
.tittleList li:last-child {
  border-right: none;
}
.tittleList li:last-child:after {
  width: 0;
}
@-webkit-keyframes hero-fade-in-1 {
  from {
    opacity: .1;
  }
  to {
    opacity: 1;
  }
}
@keyframes hero-fade-in-1 {
  from {
    opacity: .1;
  }
  to {
    opacity: 1;
  }
}
.tab-content .item {
  display: none;
}
.tab-content .item:first-child {
  display: block;
}
.ComMask {
  color: #fff;
}
.ComMask .bgMask {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ComMask .text {
  max-width: 80%;
  width: 320px;
  text-align: center;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transition: top 600ms, opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: top 600ms, transform 600ms, opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0;
}
.ComMask .p1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 30px;
}
.ComMask .p2 {
  font-size: 16px;
  letter-spacing: 2px;
  width: 345px;
  max-width: 100%;
  margin: auto;
}
.ComMask .more {
  display: inline-block;
  margin-top: .47rem;
}
.ComMask .more:hover span:after {
  width: 100%;
}
.ComMask .more i {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 27px;
  background-image: url('../img/more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ComMask .more span {
  color: #00bcc9;
  position: relative;
  line-height: 27px;
}
.ComMask .more span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00bcc9;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .5s;
}
.imgList li {
  width: 33.33%;
  float: left;
  background-size:cover;
  background-repeat: no-repeat;
  height: 5.8rem;
  position: relative;
  color: #fff;
}
.imgList li:hover .bgMask {
  opacity: 1;
}
.imgList li:hover .text {
  opacity: 1;
  top: 1.4rem;
  transition-delay: .3s;
}
.imgList li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.imgList li .bgMask {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.imgList li .text {
  max-width: 90%;
  width: 380px;
  text-align: center;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transition: top 600ms, opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: top 600ms, transform 600ms, opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0;
}
.imgList li .p1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .3rem;
}
.imgList li .p2 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
  width: 345px;
  max-width: 100%;
  margin: auto;
}
.imgList li .more {
  margin-top: .47rem;
  color: #00bcc9;
  position: relative;
  font-size: 0;
  display: inline-block;
}
.imgList li .more:hover span:after {
  width: 100%;
}
.imgList li .more i {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 27px;
  background-image: url('../img/more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.imgList li .more span {
  font-size: 16px;
  line-height: 27px;
  position: relative;
  display: inline-block;
}
.imgList li .more span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00bcc9;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.imgList .midLi {
  width: 66.66%;
}
.imgList .midLi .text {
  width: 600px;
}
.imgList .bigLi {
  width: 100%;
}
.imgList-news {
  width: 50%;
}
.InNews {
  margin-bottom: .7rem;
}
.InNews .bigNews {
  width: 50%;
  height: 100%;
  height: 6.2rem;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.InNews .bigNews .main {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.InNews .bigNews .ComMask .text {
  width: 420px;
}
.InNews .bigNews:hover .ComMask .bgMask {
  opacity: 1;
}
.InNews .bigNews:hover .ComMask .text {
  opacity: 1;
  top: 1.7rem;
  transition-delay: .3s;
}
.InNews ul {
  width: 50%;
  float: left;
}
.InNews ul li {
  height: 3.1rem;
  width: 50%;
  position: relative;
}
.InNews ul li:hover .text {
  top: .6rem;
}
.InNews ul li .text {
  top: .5rem;
}
.InNews ul li .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.InNews ul li .p2 {
  font-size: 14px;
}
.InNews ul li .more {
  margin-top: .2rem;
}
.InGongyi li {
  width: 24.25%;
  margin-right: 1%;
  float: left;
  margin-bottom: 30px;
}
.InGongyi li:nth-child(4n) {
  margin-right: 0;
}
.InGongyi li:hover .img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
}
.InGongyi .img {
  width: 100%;
  height: 2.8rem;
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all .5s;
}
.InGongyi .text {
  line-height: 1.5;
  height: 54px;
  overflow: hidden;
  width: 100%;
}
.InGongyi .name {
  font-size: 18px;
  margin-right: 20px;
}
.InGongyi .con {
  font-size: 18px;
  color: #727171;
}
@-webkit-keyframes hero-slide-up-0 {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hero-slide-up-0 {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes hero-fade-in-0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hero-fade-in-0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-js {
  width: 100%;
  height: 100%;
}
.vjs-big-play-centered .vjs-big-play-button {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('../img/play.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -0.8rem;
  margin-left: -0.8rem;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before,
.vjs-icon-play:before {
  content: "";
}
.searchCon {
  padding-top: 2.5rem;
}
.searchCon .searchForm {
  color: #00bcc9;
  display: block;
  margin-top: 0;
  margin-bottom: 2.4rem;
  height: .9rem;
}
.searchCon .searchForm .icon-search {
  display: inline-block;
  width: .4rem;
  height: .4rem;
  background-image: url(../img/s/search2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin-right: .1rem;
  transition-delay: 0;
  top: .3rem;
}
.searchCon .searchForm input {
  border-bottom: 3px solid #00bcc9;
  color: #00bcc9;
  height: .9rem;
}
.searchCon .searchForm input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #00bcc9;
  font-weight: bold;
}
.searchCon .searchForm input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #00bcc9;
  font-weight: bold;
}
.searchCon .searchForm input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #00bcc9;
  font-weight: bold;
}
.searchCon .searchForm input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #00bcc9;
  font-weight: bold;
}
.searchCon li {
  padding-bottom: .4rem;
  border-bottom: 1px solid #e5e7e9;
  margin-bottom: .55rem;
}
.searchCon .name {
  font-size: 28px;
  color: #000000;
}
.searchCon .name:hover {
  color: #00bcc9;
}
.searchCon .line {
  display: block;
  width: .3rem;
  height: 3px;
  background-color: #00bcc9;
  margin-top: .2rem;
}
.searchCon .con {
  font-size: 16px;
  color: #727171;
  line-height: 1.8;
  margin-top: .25rem;
}
.searchCon .more {
  display: inline-block;
  margin-top: .25rem;
}
.searchCon .more:hover span:after {
  width: 100%;
}
.searchCon .more i {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 27px;
  background-image: url('../img/more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.searchCon .more span {
  color: #00bcc9;
  position: relative;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
}
.searchCon .more span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00bcc9;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .5s;
}
@media screen and (max-width: 769px) {
  .searchCon {
    padding-top: 1.8rem;
  }
  .searchCon .searchForm {
    margin-bottom: 1.1rem;
  }
  .searchCon .name {
    font-size: 20px;
  }
  .inBanner .pagin {
    display: block;
  }
  .inBanner .btns {
    display: none;
  }
  .inBanner .swiper-container.mobile .img {
    height: 74%;
  }
  .inBanner .swiper-container.mobile .text {
    height: 26%;
  }
  .inBanner .swiper-container {
    height: 100%;
  }
  .inBanner .swiper-container .p1 {
    font-size: 20px;
  }
  .inBanner .swiper-container .p2 {
    font-size: 18px;
  }
  .inBanner .swiper-container.wHeight {
    display: none;
  }
  .inBanner .swiper-container.mobile {
    display: block;
  }
  .inBanner .text {
    top: auto;
    bottom: 0;
    background: #000;
    padding-top: .4rem;
  }
  .tittleList {
    width: 460px;
    position: relative;
  }

  .tittleList li:after {
    width: 0 !important;
  }
  .conList .top {
    font-size: 12px;
    margin-bottom: .4rem;
  }
  .InNews .bigNews {
    width: 100%;
  }
  .InNews ul {
    width: 100%;
  }
  .InNews ul li {
    width: 100%;
    height: 3.84rem;
  }
  .imgList li .p2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .imgList li {
    width: 50% !important;
    height: 7.5rem;
  }
  .imgList li.animateLi .bgMask {
    opacity: 1;
  }
  .imgList li.animateLi .text {
    opacity: 1;
    top: 1.2rem;
  }
  .imgList li .text {
    top: 1.8rem;
  }
  .imgList li .text .p1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .imgList li .more {
    margin-top: .3rem;
  }
}
@media screen and (max-width: 768px) {
  .imgList li {
    width: 100% !important;
    height: 7.68rem;
  }
  .imgList li.animateLi .bgMask {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .imgList li.animateLi .text {
    opacity: 1;
    top: 1rem;
    transition-delay: 0.3s;
  }
  .imgList li .text {
    top: 1.9rem;
  }
  .imgList li .text .p1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .InNews .bigNews {
    width: 100%;
  }
  .InNews .bigNews.animateLi .bgMask {
    opacity: 1;
  }
  .InNews .bigNews.animateLi .text {
    top: 1.2rem;
    opacity: 1;
  }
  .InNews .bigNews.animateLi .text .p1 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .InNews .bigNews.animateLi .text .p2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .InNews ul {
    width: 100%;
  }
  .InNews ul li {
    width: 100%;
    height: 6.8rem;
  }
  .InNews ul li .text {
    top: 1.7rem;
  }
  .line {
    margin-top: .2rem;
  }
  .ComTop h3 {
    font-size: .44rem;
  }
}



.ip_header{
    display: block;
}





.animateOn .context_text{
    font-size: 14px;
    letter-spacing: 1.1px;
    color: rgb(83,83,83,0.8);
    line-height: 1.7;
}
.ComTop_item{
    width:calc(100% - 20px);
    margin:0 auto 8px;
    background: #FFFFFF;
    padding: 21px 0px;
    text-align:center;
    border:1px solid #D1D2D3;
}

.ComTop_item_text1{
    font-size: 20px;
    font-weight: bold;
}
.ComTop_item_text1 text{
    font-weight: 400;
    margin-left: 8px;
    color: rgb(83,83,83,0.8)
}

.ComTop_item_text2{
    font-size: 12px;
    color: rgb(83,83,83,0.8);
    margin-top: 4px;
}


.ip_tittleList{
    width:calc(100% - 13px);
    margin: 0 auto;
    max-width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ip_tittleList li{
    padding: 3.5px;
    width:33%;
    height:74px;
}

.ip_tittleList li:before{
    display:none;
}

.ip_tittleList2{
    width:100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #D1D2D3;
    border-bottom: 1px solid #D1D2D3;
    margin-bottom: 10px;
}
.ip_tittleList2 li{
    width:50%;
    height:60px;
    border-bottom:1px solid #D1D2D3;
    font-width:bold;
}
.ip_tittleList2 li:nth-child(odd){
    border-right:1px solid #D1D2D3;
}

.ip_tittleList2 li:nth-last-child(1){
     border-bottom:none;
}
.ip_tittleList2 li:nth-last-child(2){
    border-bottom:none;
}

.even_li{
}
.even_li li:nth-last-child(2){
    border-bottom:1px solid #D1D2D3;
}



.ip_tittleList2 li:before{
    display:none;
}
.ip_tittleList2 li a{
    font-size: 15px;
    text-align: center;
    line-height: 60px;
    font-weight:bold;
}
font-weight

.ip_tittleList2 li:hover{
    background-color:#009679;
    color:#FFFFFF;
}
.ip_tittleList2 li a span{
    display:none;
}

.ip_tittleList li a span{
        border: 1px solid #D1D2D3;
}

.tab-content .ip_imgList{
    width:calc(100% - 20px);
    margin:0 auto;
}

.tab-content .ip_imgList li{
    height:200px;
}
.ip_imgList_text{
    width: 100%;
    height: 55px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0px;
    color: rgb(83,83,83,0.8);
    padding: 7px 0px;
    box-sizing: border-box;
    font-size: 14px;
}
.ip_imgList_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
