.wrap {
  width: 100%;

  margin: 0 auto;
}

.con {
  width: 100%;
  margin-top: 20px;
}

table {
  margin: 0 auto;
  box-sizing: border-box;
}

table tr td {
  display: inline-block;
  float: left;
  margin: 5px 5px;
}

table tr td .box {
  width: 75px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #ff353f;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.xinxi {
  padding: 0 10px !important;
}

.f-left {
  /*border-bottom: 2px solid #d10000;*/
  float: left;
  font-size: 16px;
  border-bottom: 2px solid #d10000;
}

.f-right {
  float: right;
  color: #428bca;
}

.xinxi-1 {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.xinxi-title {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.xinxi-title::before {
  content: '●';
  color: #ff9000;
}

.border-b {
  position: relative;
}

.border-b:after {
  top: auto;
  bottom: 0;
}

.border-t:before,
.border-b:after {
  content: '';
  position: absolute;
  left: 0;
  background: #ddd;
  right: 0;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.nav {
  background-color: #fff;
  text-align: center;
}

.nav .tab {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tab a {
  float: left;
  width: 33.33%;
  height: 2.56rem;
  line-height: 2.56rem;
  display: inline-block;
  border-right: 1px solid #e1e1e1;
}

.tab a:last-child {
  border-right: 0;
}

.tab .curr {
  border-bottom: 2px solid #ff353f;
  color: #ff353f;
}

.content ul li {
  display: none;
  padding: 3%;
  width: 100%;
}

.yq {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #eee;
  padding: 10px;
  /*white-space: nowrap;/*文本不会换行，文本会在在同一行上继续*/
  /*overflow-y:auto;/*可滑动*/
}

/*自定义滚动条的伪对象选择器, CSS 可以隐藏滚动条*/
.yq::-webkit-scrollbar {
  display: none;
}

.yq1 {
  margin-bottom: 5px;
  width: 33.33%;
  text-align: left !important;
}

.yq1 img {
  height: 100%;
  object-fit: cover;
}

.ewm {
  margin-top: 20px;
}

.ewm .img1 {
  display: inline-block;
  width: 35%;
  margin: 0 30px;
}

.ewm .img2 {
  display: inline-block;
  width: 35%;
}

.box2 {
  display: inline-block;
  width: 32%;
  padding: 10px;
  margin: 5px 0px;
  background: #ff353f;
  color: #fff;
}

/*新闻列表*/
.news {
  background: #fff;
}

.news .list {
  display: flex;
  display: -webkit-flex;
  padding: 10px 5px 5px;
  margin: 0 15px;
  border-bottom: 1px solid #ddd;
}

.news .list:last-child {
  border: 0;
}

/* 无图纯文字模式 */
.list-no-img {
  flex-direction: column;
}

.list-no-img .top .title {
  font-weight: bold;
  height: 30%;
  font-size: 14px;
  color: #333;
}

.list-no-img .top .content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
  margin: 5px 0;
}

.list-no-img .info {
  font-size: 10px;
  color: #bbb;
  display: flex;
}

.list-no-img .info .info-r-5 {
  margin-right: 5px;
}

.list-no-img .info .list-ellipsis-1 {
  max-width: 40%;
}

/* 无图纯文字模式结束 */

/* 右图模式 */

.list-right-img .left {
  width: 60%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-right-img .left .title {
  font-weight: bold;
  height: 30%;
  font-size: 14px;
  color: #333;
}

.list-right-img .left .content {
  font-size: 12px;
  color: #888;
  margin: 5px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 16px;
}

.list-right-img .left .time {
  font-size: 10px;
  color: #bbb;
}

.list-right-img .right {
  width: 40%;
  margin-left: 10px;
}

.list-right-img .right img {
  width: 100%;
  height: 80px;
}

/* 右图模式结束 */

/* 下三图模式 */
.list-bottom-tri {
  flex-direction: column;
}

.list-bottom-tri .title {
  font-weight: bold;
  height: 30%;
  font-size: 14px;
}

.list-bottom-tri .img-wrap {
  display: flex;
  margin: 5px 0;
}

.list-bottom-tri .img-wrap img {
  width: 100%;
  height: 80px;
}

.list-bottom-tri .info {
  font-size: 10px;
  color: #bbb;
  display: flex;
}

.list-bottom-tri .info .info-r-5 {
  margin-right: 5px;
}

.list-bottom-tri .info .list-ellipsis-1 {
  max-width: 40%;
}

/* 下三图模式结束 */

/* 其他 */

/* 单行省略 */
.list-ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 两行省略 */
.list-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 平分3个 */
.list-col-xs-4 {
  width: 33.333%;
  padding: 0 2px;
}

.tabClick {
  background: #f3f3f3;
  overflow: hidden;
}

.tabClick li {
  height: 40px;
  line-height: 40px;
  width: 25%;
  float: left;
  text-align: center;
}

.tabClick li.active {
  color: #099;
  transition: 0.1s;
  font-weight: bold;
}

.tabCon {
  overflow: hidden;
}

.tabBox {
  position: relative;
}

.tabList {
  word-break: break-all;
  width: 100%;
  float: left;
  line-height: 100px;
  text-align: center;
  color: #d3d3d3;
  font-size: 36px;
  font-family: 'Arial Black';
}

.lineBorder {
  height: 2px;
  overflow: hidden;
  border-bottom: 1px solid #099;
  background: #f3f3f3;
}

.lineDiv {
  background: #099;
  height: 2px;
  width: 25%;
}

.menu-outer {
  margin-top: 2rem;
  height: auto !important;
  overflow: hidden;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
}

.menu {
  width: 100%;
  overflow: auto;
  margin: 0 auto;

  white-space: nowrap;
}

.menu::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.menu>li {
  padding: 5px;
  width: auto;
  display: inline-block;
  margin: 0 0.3rem;
}

.menu>li>a {
  color: #333;
  font-size: 1.85rem;
}

#tabbox .boxlist {
  display: none;
}

.media {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.media-left img {
  width: 150px;
}

h3 span {
  color: #f48924;
}

h3 {
  line-height: 1.5;
  font-size: 16px;
}

.media-font .media-left {
  display: none;
}

.media-font .media-body {
  /* width: 100%; */
}

.media-font .media-subtitle {
  position: relative;
}

.media-font .media-heading {
  display: block;
}

.menu>li>a {
  padding: 10px;
}

.active {
  background: red;
  color: #fff !important;
}

.dianji {
  padding: 5px;
  text-align: center;
}

.pagination>li {
  display: inline !important;
  padding: 0 !important;
}

/*.text-muted{float: right}*/
/* 图片自适应 */
.td-cont img {
  border: 1px solid #fff;
  max-width: 100%;
  height: auto;
  display: block;
/*  width: 100% !important;*/
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* 新闻页图片自适应 */
.cont img {
  border: 1px solid #fff;
  max-width: 100%;
  height: auto;
  display: block;
/*  width: 100% !important;*/
  vertical-align: middle;
  margin: 0;
  padding: 0;
}