a {
  color: #222;
}

a:hover {
  color: #222;
  text-decoration: none;
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.red {
  color: red;
}
.blue {
  color: #1277e0;
}
.sppm .sppm-title .mall-more {
  float: right;
  font-size: 13px;
  margin-right: 15px;
  font-weight: normal;
  line-height: 50px;
}
.mall-more,.policy-more, .news-more,.public-more{
  background: url(../img/mall-more.png) no-repeat 30px center;
  padding-right: 22px;
}
/**/
.nav > li > a {
  position: relative;
  display: block;
  padding: 0;
  bottom: -12px;
}

/**/

.carousel-indicators .active {
  width: 25px;
  height: 4px;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  height: 300px !important;
}

.carousel-indicators li {
  width: 25px;
  height: 4px;
  border-radius: 0;
  margin: 0;
  border: none;
  background: #555a81;
}

input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #777;
  font-size: 14px;
}

input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #777;
}

input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #777;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.top {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  background: #f2f1f1;
}

.top .left-tel {
  float: left;
  color: #222;
  font-size: 12px;
  padding-left: 20px;
  background: #f2f1f1 url("../img/top-tel.png") 0 center no-repeat;
}

.top .right-login {
  float: right;
  font-size: 12px;
}

.logo-box {
  height: 128px;
  line-height: 126px;
  background: #fff;
}

.logo-box .logo-img {
  /*margin-top: -20px;*/
}

.logo-box .logo-title img{
  margin-left: 15px;
  margin-top: 30px
}

.logo-box .search {
  float: right;
  line-height: 88px;
  position: relative;
}
.logo-box .search .search-input {
  width: 340px;
  height: 40px;
  position: absolute;
  top: 45px;
  right: 40px;
  padding-left: 12px;
  border: 1px solid #0e7aea;
  border-radius: 4px 0 0 4px;
}

.logo-box .search .search-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45px;
  right: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #0e7aea url("../img/icon-search.png") center center no-repeat;
}
.nav-box{
  background-color: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(199,199,199,0.38);
}
.nav-list{
  display: flex;
  /*overflow: hidden;*/
}
.nav-list li{
  padding-right: 50px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.nav-list li a{
  color: #1b1b1b;
}
.nav-list li:first-child a{
  color:#4066F5;
}
.nav-list .hot{
  width: 14px;
  height: 16px;
}
.navname:hover .sovlist{
  display:block !important;
}

.content-box{
  padding: 12px 0 18px 0;
}
.content-top-box{
  display: flex;
  justify-content:space-between;
  height: 490px;
}
.content-top-left{
  padding: 18px;
  width: 240px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.content-top-left .left-item{
  display: flex;
}
.content-top-left>.left-item>img{
  margin-right: 17px;
  width: 18px;
  height: 18px;
}
.content-top-left .left-item p{
  font-size: 14px;
  color: #1b1b1b;
  font-weight: 700;
}
.content-top-left .left-item ul{
  margin-top: 16px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
}
.content-top-left .left-item ul li{
  height: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  cursor: pointer;
}
.content-top-left .left-item ul li a{
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #a5a5a5;
}
.content-top-left .left-item ul li:nth-child(3n) a,
.content-top-left .left-item ul li:last-child a{
  border-right: none;
}
.content-top-left .left-item ul li span font{
  color: #a5a5a5;
}
.content-top-left .left-item ul li span font:hover{
  color: #4066F5;
}
.content-top-left .left-item ul li img{
  position: absolute;
  top: -4px;
  right: 4px;
  width: 9px;
  height: 12px;
}
.content-top-centre{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.content-top-centre .banner-swiper{
  width: 100%;
  height: 489px;
}
.content-top-centre .banner-swiper img{
  width: 100%;
  height: 489px;
}
.content-top-right{
  padding: 18px 0;
  width: 240px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.content-top-right .login-box {
  padding: 0 14px;
  height: 100px;
  color: #4c4c4c;
  text-align: center;
}
.content-top-right .login-box h1{
  font-size: 16px;
  font-weight: 700;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
  text-align: center;
  color: #1b1b1b;
  line-height: 22px;
}
.content-top-right .login-box p{
  margin: 0;
  font-size: 14px;
  color: #A5A5A5;
}
.content-top-right .login-box div{
  margin-top: 12px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #4066f5;
  cursor: pointer;
}
.content-top-right .login-box .login-btn{
  float: left;
  color: #ffffff;
  background-color: #4066f5;
  border-radius: 2px;
}
.content-top-right .login-box .register-btn{
  float: right;
  color: #4066f5;
  background-color: #ffffff;
  border-radius: 2px;
}
.content-top-right .quick-entry-box{
  height: 160px;
}
.content-top-right .quick-entry-box h5,
.content-top-right .notice-box h5{
  margin: 0;
  height: 46px;
  line-height: 46px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #1b1b1b;
  border-bottom: 1px solid #e2e7eb;
}
.content-top-right .quick-entry-box .entry-list{
  padding: 0 14px;
  height: 83px;
  overflow: hidden;
}
.content-top-right .quick-entry-box .entry-list .entry-item{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: space-between;
  float: left;
  margin-top: 15px;
  margin-right: 22px;
  width: 56px;
  height: 68px;
  cursor: pointer;
}
.content-top-right .quick-entry-box .entry-list a:nth-child(3) .entry-item {
  margin-right: 0;
}
.content-top-right .quick-entry-box .entry-list .entry-item img{
  margin-bottom: 7px;
  width: 46px;
  height: 46px;
}
.content-top-right .quick-entry-box .entry-list .entry-item p{
  font-size: 12px;
  color: #4c4c4c;
}
.content-top-right .notice-box h5 span{
  float: right;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.content-top-right .notice-box h5 span a{
  color: #909090;
}
.content-top-right .notice-box .notice-list{
  padding: 5px 14px;
  height: 150px;
  overflow: hidden;
}
.content-top-right .notice-box .notice-list .notice-item{
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.content-top-right .notice-box .notice-list .notice-item .notice-icon{
  margin-right: 10px;
  width: 34px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #4066f5;
  background: #ebeffe;
}
.content-top-right .notice-box .notice-list .notice-item .notice-title{
  flex: 1;
  font-size: 14px;
  color: #4c4c4c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
/*=================================================================================*/
body {
  width: 100%;
  min-width: 1200px;
  background-color: #f3f3f3 !important;
}

body .contain {
  width: 1200px;
  margin: auto;
}

body .contain .mall-title {
  height: 50px;
  background-color: white;
  border-bottom: 4px solid #f7f8f9;
}

body .contain .mall-title:before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background-color: #1277e0;
  float: left;
  margin-top: 12px;
  margin-right: 12px;
}

/*body .contain .mall-title img {*/
/*margin: 14px 0;*/
/*float: left;*/
/*padding: 0 12px;*/
/*}*/

body .contain .mall-title .mall-name {
  font-size: 22px;
  /* font-weight: bold; */
  float: left;
  line-height: 50px;
  color: #1277e0;
}

body .contain .mall-title .mall-more {
  float: right;
  font-size: 13px;
  margin-right: 15px;
  font-weight: normal;
  line-height: 50px;
}

body .contain .mall-pic {
  float: left;
  padding: 20px;
  background: #fff;
}

body .contain .mall-pic a {
  position: relative;
  display: block;
  width: 193px;
  height: 155px;
  background-color: #fff;
  float: left;
  text-align: center;
  line-height: 155px;
  border: 1px solid #f3f3f3
}

body .contain .mall-pic a:hover {
  /*-webkit-box-shadow: 0px 3px 3px #c8c8c8;*/
  /*-moz-box-shadow: 0px 3px 3px #c8c8c8;*/
  /*box-shadow: 0px 0px 16px #1277e0;*/
  position: relative;
  z-index: 100;
}

body .contain .mall-pic a:hover .hide-part {
  display: block;
}

body .contain .mall-pic a .mall-pic-item {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 160px;
  text-align: center;
}
.list .popular_recommendation .recommendation .mall-pic-item img{
  width: 260px;
  height: 250px;
}
body .contain .mall-pic a img {
  margin: 0 auto;
}

body .contain .mall-pic a .hide-part {
  width: 193px;
  display: none;
  height: 155px;
  background-color: #1277e0;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
  line-height: 160px;
}

body .contain .mall-pic a .hide-part div {
  width: 80px;
  height: 38px;
  /*background: linear-gradient(to right, #3aacee, #1277e0);*/
  line-height: 38px;
  color: #fff;
  border-radius: 11px;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-top: -19px;
  top: 50%;
  margin-left: -40px;
}

body .contain .mall-banner1 {
  /*margin: 20px 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
}

/*body .contain .mall-banner1 img {*/
/*margin: 20px 0;*/
/*}*/

body .contain .procurement-notice {
  width: 100%;
  height: 366px;
  background-color: white;
  margin-top: 20px;
}

body .contain .procurement-notice .notice-title {
  border-bottom: 3px solid #e7e7e7;
  line-height: 47px;
  height: 50px;
}

body .contain .procurement-notice .notice-title img {
  margin: 17px 0;
  padding-right: 10px;
  float: left;
}

body .contain .procurement-notice .notice-title .announcement-name {
  line-height: 50px;
  float: left;
  color: #1277e0;
  font-size: 24px
}

body .contain .procurement-notice .notice-title .announcement-name:before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background-color: #1277e0;
  float: left;
  margin-top: 12px;
  margin-right: 12px;
}


body .contain .procurement-notice .notice-title .announcement-more {
  font-size: 13px;
  margin-right: 15px;
  font-weight: normal;
  line-height: 55px;
  position: absolute;
  top: 18px;
  left: 12px;
}

body .contain .procurement-notice .notice-title .nav-tabs {
  margin-bottom: 0px;
  border-bottom: none;
  display: inline-block;
  margin-left: 20px;
}

body .contain .procurement-notice .notice-title .nav-tabs .announcement-li {
  display: block;
  float: left;
  font-size: 16px;
  top: 6px;
  height: 44px;
  margin: 0 20px;
}

body .contain .procurement-notice .notice-title .nav-tabs .announcement-li a {
  color: #222;
}

body .contain .procurement-notice .notice-title .nav-tabs .announcement-li a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #1277e0;
}

body .contain .procurement-notice .notice-title .nav-tabs .announcement-li:hover {
  text-decoration: none;
  color: #1277e0;
}
body .contain .procurement-notice .notice-title .nav-tabs .cggg_li{
  height: 50px;
  padding-top: 8px;
}
body .contain .procurement-notice .notice-title .nav-tabs .cggg_li:hover{
  color: #1277e0;
}
body .contain .procurement-notice .notice-title .nav-tabs .active {
  border-bottom: 2px solid #1277e0;
  cursor: pointer;
  color: #1277e0;
}

body .contain .procurement-notice .notice-title .nav-tabs .active a {
  color: #1277e0;
  border: none;
}

body .contain .procurement-notice .notice-title .add-number {
  font-size: 14px;
  margin-left: 221px;
  line-height: 49px;
  position: relative;
  top: -9px;
}

body .contain .procurement-notice .notice-title .add-number span {
  color: #f08105;
}

body .contain .procurement-notice .notice-table {
  padding: 0 20px;
  margin: auto;
  position: relative;
}

body .contain .procurement-notice .notice-table .table-public {
  margin-top: 16px;
}
body .procurement-notice .overflow-hidden{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
body .procurement-notice .table-fixed{
  border-collapse: collapse;
  /*width: 600px;*/
  table-layout: fixed;
}
body .contain .procurement-notice .notice-table .table-public .tb-title {
  height: 40px;
  background-color: #1277e0;
  margin: auto;
  border-bottom: none;
  color: #fff;
}

body .contain .procurement-notice .notice-table .table-public .tb-title th {
  font-weight: 500;
}

body .contain .procurement-notice .notice-table .table-public .table-content:hover {
  color: #1277e0;
  cursor: pointer;
}

body .contain .procurement-notice .notice-table .table-public .table-content:hover a {
  color: #1277e0;
}

body .contain .procurement-notice .notice-table .table-public .table-content td {
  border: none;
  padding: 6px;
  text-align: left;
  font-size: 14px;
}

body .contain .procurement-notice .notice-table .table-public .table-content td a {
  list-style: none;
  color: #000;
  font-size: 14px;
}

body .contain .procurement-notice .notice-table .table-public .table-content td a:hover {
  color: #1277e0;
  cursor: pointer;
  text-decoration: none;
}

body .contain .procurement-notice .notice-table table thead tr th {
  border: none;
}

body .contain .procurement-notice .notice-table .table-content td:first-child {
  text-align: left;
}

body .contain .procurement-notice .public-more {
  position: absolute;
  top: -50px;
  right: 20px;
  font-size: 13px;
  font-weight: normal;
}

body .contain .news-policy {
  margin-top: 25px;
}

body .contain .news-policy .news-part {
  position: relative;
  width: 830px;
  height: 300px;
  display: inline-block;
  background-color: white;
}

body .contain .news-policy .news-part .news-title {
  height: 50px;
  margin: auto;
  border-bottom: 3px solid #e7e7e7;

}

body .contain .news-policy .news-part .news-title img {
  margin: 17px 0;
  float: left;
  padding-right: 12px;
}

body .contain .news-policy .news-part .news-title .news-name {
  font-size: 22px;
  /* font-weight: bold; */
  float: left;
  line-height: 50px;
  color: #1277e0;
}

body .contain .news-policy .news-part .news-title .news-name:before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background-color: #1277e0;
  float: left;
  margin-top: 12px;
  margin-right: 12px;
}


body .contain .news-policy .news-part .news-title .nav-tabs {
  margin-bottom: 0px !important;
  display: inline-block;
  border: none;
}

body .contain .news-policy .news-part .news-title .nav-tabs .announcement-li {
  display: block;
  float: left;
  font-size: 16px;
  margin: 0 20px;
  height: 42px;
  top: 8px;
}

body .contain .news-policy .news-part .news-title .nav-tabs .announcement-li a {
  border: none;
  color: #222;
}

body .contain .news-policy .news-part .news-title .nav-tabs .announcement-li a:hover {
  background-color: transparent;
  color: #1277e0;
}

body .contain .news-policy .news-part .news-title .nav-tabs .announcement-li:hover {
  color: #1277e0;
}

body .contain .news-policy .news-part .news-title .nav-tabs .active {
  border-bottom: 2px solid #1277e0;
}

body .contain .news-policy .news-part .news-title .nav-tabs .active a {
  color: #1277e0;
}

body .contain .news-policy .news-part img {
  float: left;
  margin-top: 20px;
  width: 300px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

body .contain .news-policy .news-part .news-list {
  /*float: right;*/
  /* margin: auto; */
  padding: 16px 20px;
}

body .contain .news-policy .news-part .news-list li {
  margin-bottom: 10px;
}

body .contain .news-policy .news-part .news-list li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1277e0;
  border-radius: 50%;
  float: left;
  margin-top: 7px;
}

body .contain .news-policy .news-part .news-list li a span font {
  width: 270px;
  /*width: 279px;*/
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .contain .news-policy .news-part .news-list li a {
  color: #000;
}

body .contain .news-policy .news-part .news-list li a:hover {
  color: #1277e0;
  text-decoration: none;
}
body .contain .news-policy .news-part .news-list li a font:hover {
  color: #1277e0;
  text-decoration: none;
}

body .contain .news-policy .news-part .news-list li a .content {
  margin-left: 5px;
}

body .contain .news-policy .news-part .news-list li a .date {
  float: right;
  margin-left: 60px;
}

body .contain .news-policy .news-part .news-more {
  position: absolute;
  top: 18px;
  right: 12px;
  font-size: 13px;
  font-weight: normal;
}
body .contain .policy-part li a span font {
  width: 160px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .contain .policy-part li a span  font:hover {
  color: #1277e0;
  text-decoration: none;
}
body .contain .news-policy .policy-part {
  width: 360px;
  height: 300px;
  display: inline-block;
  background-color: white;
  /* border-top: 4px solid #1277e0; */
  float: right;
}

body .contain .news-policy .policy-part .policy-title {
  height: 50px;
  margin: auto;
  border-bottom: 3px solid #e7e7e7;
}

body .contain .news-policy .policy-part .policy-title img {
  margin: 17px 0;
  float: left;
  padding-right: 12px;
}

body .contain .news-policy .policy-part .policy-title .policy-name {
  font-size: 22px;
  /*font-weight: bold;*/
  color: #1277e0;
  float: left;
  line-height: 50px;
}

body .contain .news-policy .policy-part .policy-title .policy-name:before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background-color: #1277e0;
  float: left;
  margin-top: 12px;
  margin-right: 12px
}


body .contain .news-policy .policy-part .policy-title .policy-more {
  float: right;
  font-size: 13px;
  font-weight: normal;
  line-height: 55px;
  margin-right: 20px;
}

body .contain .news-policy .policy-part img {
  margin: auto;
  display: block;
  margin-top: 10px;
}

body .contain .news-policy .policy-part ul {
  /*width: 414px;*/
  margin: 0 20px;
  padding: 16px 0;
}


body .contain .news-policy .policy-part ul li {
  margin-bottom: 10px;
}

body .contain .news-policy .policy-part ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1277e0;
  border-radius: 50%;
  float: left;
  margin-top: 7px;
}

body .contain .news-policy .policy-part ul li a {
  color: #000;
}

body .contain .news-policy .policy-part ul li a:hover {
  color: #1277e0;
  text-decoration: none;
}

body .contain .news-policy .policy-part ul li a .content {
  margin-left: 10px;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

body .contain .news-policy .policy-part ul li .date {
  float: right;
}

body .contain .mall-banner2 {
  margin-top: 20px;
}

body .footer {
  background-color: #2a3139;
  margin-top: 40px;
}

body .footer .link {
  width: 1200px;
  height: 175px;
  margin: auto;
  color: #fff;
  padding: 35px 0;
}

body .footer .link .link-left {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  float: left;
}

body .footer .link .link-right {
  display: inline-block;
  float: right;
  width: 1100px;
}

body .footer .link .link-right .active {
  background-color: #1277e0;
  color: white;
  border: 1px solid #1277e0;
  cursor: pointer;
}

body .footer .link .link-right span {
  color: #fff;
  padding: 10px 15px;
  border: 1px solid white;
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

body .footer .link .link-right span:hover {
  background-color: #1277e0;
  color: white;
  border: 1px solid #1277e0;
  cursor: pointer;
}

body .footer .foot-nav {
  width: 1010px;
  margin: auto;
  color: #fff;
  height: 160px;
  /*margin-bottom: 15px;*/
}

body .footer .foot-nav .same-style {
  display: inline-block;
  float: left;
  margin-right: 95px;
}

body .footer .foot-nav .same-style .title {
  margin-bottom: 17px;
  font-weight: bold;
  color: #c1c1c1;
}

body .footer .foot-nav .same-style .title::before {
  content: '';
  width: 3px;
  height: 14px;
  background-color: #1277e0;
  display: inline-block;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

body .footer .foot-nav .same-style span {
  display: block;
  margin-left: 12px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #c1c1c1;
}

body .footer .foot-nav .qr-code {
  position: relative;
  display: inline-block;
  left: -45px;
}

body .footer .foot-nav .qr-code_box {
  /*display: inline-block;*/
  width: 180px;
  height: 80px;
  text-align: center;
  /*line-height: 77px;*/
  /*margin-right: 55px;*/
}
body .footer .qr-code_gcy {
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-right: 10px;
  /*line-height: 77px;*/
  /*margin-right: 55px;*/
}
body .footer .qr-code_gcy img{
  display: block;
  margin: 0 auto;
}
body .footer .qr-code_gcy span{
  display: block;
  width: 80px;
  height: 18px;
  margin:auto;
  margin-top: 5px;
}
body .footer .qr-code_cxt {
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
  /*line-height: 77px;*/
  /*margin-right: 55px;*/
}
body .footer .qr-code_cxt img{
  display: block;
  margin: 0 auto;
}
body .footer .qr-code_cxt span{
  display: block;
  width: 80px;
  height: 18px;
  margin:auto;
  margin-top: 5px;
}

/*body .footer .foot-nav .qr-code div span {*/
/*  position: relative;*/
/*  top: -20px;*/
/*}*/

body .footer .foot-nav .content-way {
  display: inline-block;
  position: relative;
  top: -90px;
  left: 150px;
  /*left: 830px;*/
}

body .footer .foot-nav .content-way div {
  color: #fff;
  text-align: center;
}
body .footer .foot-nav .content-way .customer_hotline{
padding-top: 22px;
}
body .footer .foot-nav .content-way .phone-number-box{
margin-left: 15px;
}
body .footer .foot-nav .content-way .phone-number {
  font-size: 22px;
  color: #1277e0;
  font-weight: bold;
  text-align: center;
}

body .footer .copyrignt {
  width: 1200px;
  margin: auto;
  color: #888;
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
  border-top: 1px solid #888;
}

.zxzx img{
margin-left: 190px;
    margin-top: -35px;
}
/*# sourceMappingURL=index.css.map */

.text_hidden{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}