@charset "utf-8";
input::-webkit-input-placeholder {
  color: #cccccc;
}
body {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-family: Microsoft YaHei, Simsun, SimHei, Arial;
  -webkit-text-size-adjust: none;
}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  padding: 0;
  margin: 0;
}
li,
ol,
ul {
  list-style: none;
}
img {
  border: none;
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #333333;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:hover {
  color: #2775d6;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 0.9375em;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #cccccc;
}

/*layout*/
.body_bg {
  background: #f2f3f5;
}

.containerbox:after {
  clear: both;
}
.containerbox:after,
.containerbox:before {
  display: table;
  content: "";
}
/* .containerbox{width: 1200px; margin: 0 auto; clear: both;} */
.mb {
  margin-bottom: 30px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.containerbox > .mainbox {
  position: relative;
  background: #fff;
}
.innerbox {
  overflow: hidden;
}

/*common*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.transition,
.transition a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.imgscale {
  overflow: hidden;
}
.imgscale a img {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.imgscale a:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ellipsis_single {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* 多行省略号 */
.ellipsis_multi {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* header */
@import "swiper.css";
.oh {
  overflow: hidden;
}
.nonebreak {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "\0020";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cf:after {
  clear: both;
}
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-primary {
  color: #457ec1;
}
.bg-white {
  background-color: #fff;
}
.m-1 {
  margin: 1px;
}
.m-x-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.m-y-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.m-t-1 {
  margin-top: 1px;
}
.m-r-1 {
  margin-right: 1px;
}
.m-b-1 {
  margin-bottom: 1px;
}
.m-l-1 {
  margin-left: 1px;
}
.p-1 {
  padding: 1px;
}
.p-x-1 {
  padding-right: 1px;
  padding-left: 1px;
}
.p-y-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-t-1 {
  padding-top: 1px;
}
.p-r-1 {
  padding-right: 1px;
}
.p-b-1 {
  padding-bottom: 1px;
}
.p-l-1 {
  padding-left: 1px;
}
.m-5 {
  margin: 5px;
}
.m-x-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-y-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.p-5 {
  padding: 5px;
}
.p-x-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.p-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.m-10 {
  margin: 10px;
}
.m-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.p-10 {
  padding: 10px;
}
.p-x-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.p-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.m-15 {
  margin: 15px;
}
.m-x-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.p-15 {
  padding: 15px;
}
.p-x-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.p-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.m-20 {
  margin: 20px;
}
.m-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.p-20 {
  padding: 20px;
}
.p-x-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.p-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.m-25 {
  margin: 25px;
}
.m-x-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.m-y-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.p-25 {
  padding: 25px;
}
.p-x-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.p-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.m-30 {
  margin: 30px;
}
.m-x-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.p-30 {
  padding: 30px;
}
.p-x-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.p-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.m-40 {
  margin: 40px;
}
.m-x-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.p-40 {
  padding: 40px;
}
.p-x-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.p-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
[data-animation] {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  color: #555;
}
html,
button,
input,
select,
textarea,
pre,
.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
  font-family: arial, helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #457ec1;
}
::selection {
  color: #fff;
  background: #457ec1;
}
body {
  background: #f6f6f6;
}
.pure-g {
  margin: 0 auto;
  width: 1200px;
}
hr {
  margin: 1.5em 0;
  height: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid #d9d9d9;
}
video {
  background: #000;
}
.animated {
  opacity: 0;
}
.h2 {
  font-size: 18px;
  text-align: center;
}
i.fa {
  font-size: 1em !important;
}
input,
select,
textarea,
button {
  outline: none;
}
.web {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 1200px;
}
.message {
  line-height: 1;
  text-align: center;
}
.message i.fa {
  display: block;
  margin: 0 auto 0.25em;
  font-size: 5em;
  color: #eeeeee;
}
header {
  position: relative;
  background: #f6f6f6 url(../images/bg.jpg) no-repeat 50% 0;
}
header #header {
  position: relative;
  z-index: 2;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
header #header a {
  color: #fff;
}
header #header a:hover {
  color: #f60;
}
header #header i.fa {
  position: relative;
  top: 2px;
  font-size: 18px !important;
}
header #logo {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  height: 230px;
  line-height: 499px;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat 0 50%;
}
header #ssej {
  padding: 80px 0 0 20px;
}
header #ssej a,
header #ssej img {
  display: block;
}
header #ssej a {
  width: 240px;
}
header #ssej img {
  height: 90px;
}
header #search {
  position: relative;
  z-index: 2;
  margin-top: 90px;
  text-align: right;
}
header #search form {
  display: inline-block;
  position: relative;
}
header #search input {
  padding: 0 1em;
  width: 300px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
header #search button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.75em;
  height: 45px;
  font-size: 24px;
  color: #fff;
  background-color: #c00;
  border: none;
}
nav {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #457ec1;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
nav ul:before,
nav ul:after {
  content: "\0020";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
nav ul:after {
  clear: both;
}
nav li {
  float: left;
  position: relative;
  width: 200px;
  font-weight: bold;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
nav li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
nav li:hover {
  background-color: #3b71b1;
}
nav li:hover .nav-sub {
  display: block;
}
nav li.active {
  background-color: #35659e;
}
nav li.active > a {
  color: #fff;
}
nav li.active i.fa {
  color: #fff;
}
nav li.active .nav-sub {
  font-weight: normal;
}
nav li > a {
  display: block;
  padding: 0 1em;
  height: 50px;
  color: #fff;
  text-align: center;
}
nav li > a:hover {
  color: #fff;
  text-decoration: none;
}
nav li i.fa {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 20px !important;
}
nav .nav-sub {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  min-width: 200px;
  font-size: 16px;
  background-color: #fff;
  border-bottom: 2px solid #457ec1;
  box-shadow: 0.4em 0.4em 0.75em rgba(0, 0, 0, 0.15);
}
nav .nav-sub a {
  display: block;
  position: relative;
  padding: 0 4em 0 1.5em;
  height: 2.75em;
  line-height: 2.75em;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
nav .nav-sub a:before {
  position: absolute;
  top: 0;
  left: 0.75em;
  right: 0.75em;
  height: 1px;
  content: "";
  background-color: #eee;
}
nav .nav-sub a:first-child:before {
  display: none;
}
nav .nav-sub a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #457ec1;
}
nav .nav-sub a:hover:before {
  display: none;
}

/* footer */
footer {
  padding: 40px 0;
  color: #ddd;
  overflow: hidden;
  background: #457ec1;
}
footer a {
  color: #666;
}
footer .copyright {
  line-height: 2;
  font-size: 14px;
}
footer .copyright p {
  margin: 0;
}
footer .copyright a {
  color: #ddd;
}
footer .copyright img {
  display: inline-block;
  vertical-align: middle;
}
footer .logo-zhengfu {
  zoom: 1;
}
footer .logo-zhengfu:before,
footer .logo-zhengfu:after {
  content: "\0020";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
footer .logo-zhengfu:after {
  clear: both;
}
footer .logo-zhengfu img {
  float: right;
  margin-top: 0.5em;
}
.gotop {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 100px;
  left: 50%;
  margin-left: 620px;
  width: 70px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.gotop:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.gotop .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* crumb */
.crumb h2 {
  padding: 10px 0px;
  line-height: 20px;
  font-size: 1em;
  font-weight: normal;
}
.crumb a:hover {
  color: #4675bd;
}
.crumb span {
  color: #4675bd;
}
.crumb.gray {
  padding-top: 5px;
  background: #f5f5f5;
}
.crumb.gray h2 {
  padding: 15px 15px 15px 30px;
  background-position: 0 center;
}

/* common_title */
.common_title h3 {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
}
.common_title h3 a {
  color: #333;
}
.common_title h3 a:hover {
  color: #4675bd;
}
.common_title.grain h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 4px;
  height: 16px;
  margin-top: -7px;
  background-color: #0557ac;
}
.common_title.grain h3 {
  padding-left: 20px;
}
.common_title.grain.orange h3:before {
  background: #ee5e37;
}
.common_title.brief h3 {
  padding-bottom: 18px;
}
.common_title.brief h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4675bd;
}
.common_title.fs28 h3 {
  font-size: 1.75em;
}

/* newslist */
.newslist {
  clear: both;
}
.newslist li h4 {
  position: relative;
  padding: 7px 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 26px;
  overflow: hidden;
  vertical-align: top;
}
.newslist li .time {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  color: #999999;
}
.newslist li a {
  float: left;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.newslist li a br {
  display: none;
}
.newslist.MM-dd li h4 {
  padding-right: 60px;
}
.newslist.yyyy-MM-dd li h4 {
  padding-right: 100px;
}
.newslist.twoCol li {
  float: left;
  width: 50%;
}
.newslist.twoCol {
  margin: 0 -15px;
}
.newslist.twoCol li h4 {
  margin: 0 15px;
}
.newslist.dot li h4 {
  padding-left: 18px;
}
.newslist.dot li h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
}
.newslist.dot.blue li h4:before {
  background: #1573db;
}
.newslist.line li {
  border-bottom: 1px solid #e1e5eb;
}
.newslist.line li h4 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.newslist.dot li:hover h4:before {
  background: #ea2b22;
}
.newslist.dot li:hover a {
  color: #ea2b22;
}

/*pagediv*/
.pagediv {
  padding: 20px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  clear: both;
}
.pagediv li {
  display: inline-block;
}
.pagediv .arrow a {
  color: #333;
}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a {
  display: inline-block;
  padding: 0 10px;
  margin: 4px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
}
.pagediv #page_input {
  width: 40px;
  height: 28px;
  color: #888;
  text-align: center;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  background: #fff;
}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f5f6f7;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span {
  background: #f5f5f5;
  color: #999;
}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current {
  background: #4675bd;
  border-color: #4675bd;
  color: #fff;
  text-decoration: none;
}
.pagediv .arrow .current {
  font-weight: bold;
}
.page_jump {
  margin-left: 4px;
}
.page_jump a {
  margin-left: 6px;
}

/* 外链跳转 */
.alert_mengban {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=80) !important;
  width: 100%;
  height: 100%;
  display: none;
}
.alert_warning {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -160px;
  width: 600px;
  height: 270px;
  background: #fff;
  z-index: 10001;
  display: none;
  border: 2px solid;
  border-radius: 10px;
}
.alert_delete {
  width: 100%;
  height: 38px;
  position: relative;
}
.alert_delete span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #bebebe;
  cursor: pointer;
}
.alert_delete span:hover {
  background: #929292;
}
.alert_wzsm {
  width: 520px;
  height: 100px;
  margin: 15px auto 0;
  line-height: 35px;
  font-size: 1.5em;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}
.alert_footer {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #000;
}
.alert_footer span {
  cursor: pointer;
  display: inline-block;
  margin: 0 12px;
  font-size: 1.25em;
}
.alert_warning .continue {
  width: 124px;
  height: 42px;
  color: #ab0d07;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: #e1e1e1 1px solid;
  text-align: center;
  line-height: 42px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  -webikt-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
.alert_warning .fangqi {
  line-height: 42px;
  color: #ab0d07;
}
.form-inline{
margin-top: 10px;
}

@media (max-width: 480px) {
tr.tr_main_value_odd .td:nth-child(2) {
    /* display: block; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95% !important;
    display: block;
    white-space: nowrap;
}
#page_div {
    display: flex;
    flex-wrap: wrap;
}
}