
.pvp-tab-box .tab-line {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.pvp-tab-box .tab-line>div {
  position: relative;
}

.pvp-tab-box .nav {
  margin-bottom: 0 !important;
}

.pvp-tab-box ul.nav li a {
  font-size: 1.3em;
}

.pvp-tab-box ul.nav li.avtive a {
  font-weight: bold;
}

@media (min-width: 768px) {
  .pvp-tab-box ul.nav li:first-child {
    margin-left: 0;
  }
}

.newsroom .news-filter-media {
  margin: 0;
  position: relative;
  padding-left: 30px;
}

.news-filter-media h4 {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  flex: 0 0 auto;
  padding-top: 5px;
  min-width: 100px;
}

html[lang='zh'] .news-filter-media h4,
html[lang='cn'] .news-filter-media h4 {
  min-width: 50px;
}

.news-filter-media>div {
  display: block;
}

.news-filter-media .pulldown {
  position: absolute;
  top: 8px;
  right: 0;
}

.news-filter-media .pulldown span {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  display: inline-block;
}

.news-filter-media.show .pulldown span {
  transform: rotate(-180deg);
}

@media (max-width: 991px) {
  .news-filter-media h4 {
    min-width: 65px;
  }

  html[lang='zh'] .news-filter-media h4,
  html[lang='cn'] .news-filter-media h4 {
    min-width: 40px;
    padding-top: 9px;
  }
}

@media (max-width: 767px) {

  .pvp-tab-box ul.nav li {
    float: none;
  }

  .news-filter-media {
    height: 40px;
    transition: all 0s !important;
    padding-right: 20px;
  }

  .news-filter-media.show {
    height: auto;
  }

  .news-filter-media h4 {
    min-width: 70px;
    margin-right: 10px;
  }

  html[lang='zh'] .news-filter-media h4,
  html[lang='cn'] .news-filter-media h4 {
    min-width: 45px;
    padding-top: 8px;
  }
}

.msg-box {
  margin: 0;
}

.msg-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 10px;
}

.msg-box ul li a {
  border: 1px solid #bbb;
  color: #666;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0px;
  min-width: 35px;
  text-align: center;
}

.msg-box ul li:first-child a {
  margin-left: 0;
}

@media (min-width: 1025px) {
  .msg-box ul li a:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666;
  }
}

.msg-box ul li.active a {
  background: #666;
  color: #fff;
  border: 1px solid #666;
}

.msg-box ul li a span {
  display: none;
  padding-left: 5px;
  position: relative;
  top: -1px;
}

.msg-box ul li.active a span {
  display: inline-block;
}

.gallery {
  margin: 9px -9px 0 -9px;
  font-size: 0;
  text-align: left;
}

.gallery .photo {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin: 9px;
}

.gallery .photo .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .gallery .photo[data-standalone-row='true'] .imgbox {
    height: auto;
  }

  .gallery .photo[data-standalone-row='true']:last-child {
    max-width: 30% !important;
    height: auto !important;
  }
}

.gallery .photo .imgbox a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.gallery .photo .imgbox a:hover .info {
  bottom: 18px;
}

@media (min-width: 768px) {
  .gallery[data-gallery-ok='true'] .photo .imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery .photo .imgbox img {
  display: block;
  transition: all 0.5s;
}

.gallery .photo .imgbox:hover img {
  transform: scale(1.05);
}

.gallery .photo .imgbox .mask {
  visibility: visible;
  opacity: 1;
  height: 50%;
  width: 100%;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  display: block;
  top: auto;
  bottom: 0;
  position: absolute;
}

.gallery .photo:hover>.imgbox .mask {
  height: 100%;
}

.gallery .photo .imgbox .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  padding: 0 15px;
}

.gallery .photo .imgbox .info h4 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery .photo .imgbox .info p {
  color: #fff;
  transform: translateY(100%);
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

.gallery .photo:hover>.imgbox .info h4 {
  margin-bottom: 5px;
}

.gallery .photo:hover>.imgbox .info p {
  opacity: 1;
  transform: translateY(0);
  display: block;
  line-height: 1.425em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 137px;
}

.gallery .photo.show-div {
  animation: showdiv 0.8s 1;
  -webkit-animation: showdiv 0.8s 1;
}

.pvp-tab-box .getmore {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.pvp-tab-box .getmore a {
  margin: 30px 0 0;
}

.pvp-tab-box .getmore div {
  display: inline-block;
  color: #737373;
  cursor: pointer;
}

.pvp-tab-box .getmore img {
  display: block;
  margin: 7px auto 0 auto;
}

.pvp-tab-box .no-data {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .gallery {
    margin: 5px -5px 0 -5px;
  }

  .gallery .photo {
    margin: 5px;
  }

  .gallery .photo .imgbox a:hover .info {
    bottom: 18px;
  }

  .gallery .photo .imgbox img {
    display: block;
    width: 100%;
  }

  .gallery .photo .imgbox .info p {
    left: 0;
    bottom: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 3;
  }

  .pvp-tab-box .getmore {
    font-size: 15px;
    margin-top: 30px;
  }

  .pvp-tab-box .no-data {
    margin-top: 60px;
  }

  .pvp-tab-box .tab-line {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .gallery .photo {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 15px 0 !important;
  }

  .gallery .photo .imgbox,
  .gallery .photo .imgbox a {
    height: auto;
  }
}

.newsroom .media-search {
  position: static;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.media-search input {
  width: 100%;
  border: 1px solid #dddddd;
  height: 39px;
  padding-left: 10px;
  font-size: 0.875em;
  padding-right: 70px;
}

.media-search .newroom-search {
  position: absolute;
  top: 9px;
  right: 10px;
}

.media-search .newroom-search span {
  font-size: 18px;
  color: #666;
}

.media-search h4 {
  display: none;
  text-align: left;
}

.media-search>div {
  position: relative;
}

@media (max-width: 991px) {
  .media-search {
    right: 0;
  }
}

@media (max-width: 767px) {
  .media-search h4 {
    display: inline-block;
    min-width: 70px;
    margin-right: 10px;
    line-height: 39px;
  }

  html[lang='zh'] .media-search h4,
  html[lang='cn'] .media-search h4 {
    min-width: 45px;
  }

  .pvp-tab-box .tab-line {
    margin-bottom: 65px;
  }

  .media-search {
    top: auto;
    bottom: -55px;
    display: flex;
    width: 100%;
    padding-bottom: 15px;
  }
  .newsroom .media-search{
    border-bottom: none;
  }
}

.pvp-tab-box .detail-contact p {
  width: 100%;
  text-align: center;
  float: none;
}

.pvp-tab-box .panel-img-list {
  margin-bottom: 30px;
}

.pvp-tab-box .panel-img-list>.row {
  display: flex;
}

.pvp-tab-box .panel-img-list a {
  overflow: hidden;
  position: relative;
  display: block;
}

.pvp-tab-box .panel-img-list a img {
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

.pvp-tab-box .panel-img-list .text-box2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  z-index: 1;
}

.pvp-tab-box .panel-img-list .text-box2 h3 {
  color: #fff;
  font-size: 1.2em;
  text-align: left;
  padding: 10px 15px;
  margin: 0;
  max-height: 68px;
  line-height: 1.225em;
}

.pvp-tab-box .panel-img-list .up {
  margin-bottom: 30px;
}

.pvp-tab-box .panel-img-list .img-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: none;
}

@media (min-width: 992px) {

  .content-list-box .c-box,
  .content-list-box-other .c-box {
    margin-bottom: 0 !important;
  }

  .pvp-tab-box .panel-img-list .img-box img {
    transition: all 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .pvp-tab-box .panel-img-list .img-box picture {
    width: 100%;
  }

  .pvp-tab-box .panel-img-list a:hover .img-box img {
    transform: scale(1.05);
  }
}

@media (min-width: 1200px) {
  .pvp-tab-box .panel-img-list .col-md-8 {
    width: 64%;
    display: flex;
    flex-direction: column;
  }

  .pvp-tab-box .panel-img-list .col-md-8 .img-box,
  .pvp-tab-box .panel-img-list .col-md-8 a {
    display: flex;
    flex-grow: 1;
  }

  .pvp-tab-box .panel-img-list .col-md-4 {
    width: 36%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .pvp-tab-box .panel-img-list .img-box img {
    height: auto;
  }

  .pvp-tab-box .panel-img-list .col-md-4 {
    display: block;
  }

  .pvp-tab-box .panel-img-list .col-md-8 .img-box img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
  }

  .pvp-tab-box .panel-img-list .col-md-8 .img-box {
    position: relative;
  }

  .pvp-tab-box .panel-img-list .col-md-8 a:hover .img-box img {
    transform: scale(1.05) translateY(-50%);
  }
}

@media (max-width: 1200px) {
  .pvp-tab-box .panel-img-list>.row {
    display: block;
  }

  .pvp-tab-box .panel-img-list .up,
  .pvp-tab-box .panel-img-list .down {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pvp-tab-box .panel-img-list .col-md-8 {
    width: 100%;
  }

  .pvp-tab-box .panel-img-list .col-md-4 {
    width: 100%;
  }

  .pvp-tab-box .panel-img-list .up {
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .pvp-tab-box .panel-img-list .down {
    width: 50%;
    float: left;
    padding-left: 15px;
  }

  .pvp-tab-box .panel-img-list .text-box2 h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    max-height: 98px;
  }
}

@media (max-width: 767px) {

  .pvp-tab-box .panel-img-list .up,
  .pvp-tab-box .panel-img-list .down {
    margin-top: 15px;
  }
}

.pvp-tab-box .video-list a {
  display: block;
  background: #f8f8f8;
}

.pvp-tab-box .video-list a.c-box {
  height: 100%;
}

.pvp-tab-box .video-list a.c-box:hover {
  background: #f2f2f2;
}

.pvp-tab-box .video-list a.btn-loadmore {
  background: none;
}

.pvp-tab-box .video-list h4 {
  /* max-height: 90px; */
  height: auto;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0;
}

.pvp-tab-box .video-list .img-box {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .pvp-tab-box .video-list .img-box img {
    transition: all 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .pvp-tab-box .video-list a:hover .img-box img {
    transform: scale(1.05);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-list>.row>[class*='col-'] {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .pvp-tab-box .video-list .row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .pvp-tab-box .video-list .row>div:first-child {
    margin-top: 0;
  }

  .pvp-tab-box .panel-img-list,
  .pvp-tab-box .panel-img-list .up {
    margin-bottom: 15px;
  }
}

.red {
  color: #c7000b;
}

.hover-more {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

.lssue-box .list-contect {
  background: #f5f5f5;
}

.lssue-box .list-contect h2 {
  font-weight: normal;
  background: #fff;
  margin: 0;
  padding: 10px 0;
}

.lssue-box .list-contect>.container-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lssue-box .list-contect>.container-custom>div.row {
  display: flex;
  flex-wrap: wrap;
}

.lssue-box .list-contect>.container-custom>div.row [class*='col-'] {
  margin-bottom: 30px;
}

.lssue-box .list-contect .content h3 {
  color: #c7000b;
}

.lssue-box .list-contect .content h4 {
  margin-top: 10px;
  line-height: 1.625em;
  max-height: 60px;
}

.lssue-box .getmore {
  text-align: center;
  font-size: 16px;
  margin-top: 0;
  padding-top: 20px;
  background: #f5f5f5;
}

.lssue-box .getmore a {
  margin: 0;
}

.lssue-box .getmore div {
  display: inline-block;
  color: #737373;
  cursor: pointer;
}

.lssue-box .getmore img {
  display: block;
  margin: 7px auto 0 auto;
}

.gray-bg {
  background-color: #f5f5f5;
  display: flex;
}

@media (max-width: 767px) {
  .lssue-box .list-contect>.container-custom>div.row [class*='col-'] {
    margin-bottom: 15px;
  }

  .lssue-box .list-contect .content h3 {
    margin-top: 5px;
  }
}

.newsroom .text-box h4 {
  height: 4.8em;
  font-size: 0.875em;
  line-height: 1.625em;
  margin-bottom: 10px;
}

.newsroom .text-box .time {
  color: #666;
  font-size: 0.7em;
  position: static !important;
}

.video-icon-play .video-icon-play-2 .hwic_play2::before {
  content: '\e668';
  font-family: 'huawei-iconfont' !important;
}

.video-icon-play-2 i {
  font-size: 60px;
  margin-top: -31px;
  margin-left: -29px;
}

.media-search a.btn-b-clear {
  position: absolute;
  right: 39px;
  z-index: 4;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  height: 26px;
  margin-top: 6px;
  display: none;
}

.media-search a.btn-b-clear span {
  font-size: 20px;
  color: #999;
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .pvp-tab-box .container-custom {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .pvp-tab-box .tab-line .nav-arrow.fixed {
    top: 5px;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .scrollDown.tab-affix.subnav-affix .main-subnav.affix {
    transform: translateY(0);
  }
}

.text-box h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .text-box h2 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .main .value-tab.container-custom .tab-content .row .content .text h3 {
    margin-top: 0;
    max-height: 96px;
  }
  .newsroom .text-box h4{
    font-size: 1em;
  }
  .newsroom .text-box .time {
    font-size: 0.875em;
  }
}

.pvp-tab-box .video-list .page-list-box {
  width: 100%;
}

.pvp-tab-box .video-list .page-list-box .page-list a {
  background-color: #fff;
}

.video-list-item {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.showOver .video-list-item {
  width: 25%;
}

.media-news-title .media-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.media-title-left h1 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1em;
}

.media-title-left p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3em;
}

.newsroom-tab-box {
  position: relative;
}

.newsroom-tab-box .pvp-tab-box .newsroom-filter-over {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.newsroom-tab-box .pvp-tab-box ul.nav li {
  cursor: pointer;
}

.newsroom-tab-box .pvp-tab-box ul.nav li.active {
  color: #fff;
}

.newsroom-tab-box .pvp-tab-box ul.nav li .iconfont {
  margin-top: 3px;
}

.newsroom-tab-box .pvp-tab-box ul.nav li a {
  margin-left: 10px !important;
}

.newsroom .content-list-box .c-box:hover .imgbox img {
  transform: scale(1.05);
}

.newsroom .content-list-box .c-box .imgbox {
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  height: auto;
  position: relative;
}

.newsroom .content-list-box .c-box .imgbox img {
  transform: translateY(0);
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.newsroom .nav-tabs {
  text-align: left;
}

.newsroom-tab-box .nav-tabs.nav {
  margin-bottom: 30px !important;
  padding-bottom: 1px;
  margin: 0;
  width: 75%;
}

.newsroom-tab-box .nav-arrow {
  margin-top: -5px;
  height: 42px;
  line-height: 42px;
}

.newsroom-tab-box .nav-tabs.nav li {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.newsroom-tab-box .nav-tabs.nav li a {
  font-size: 0.875em;
  display: flex;
}

.newsroom-tab-box .nav-tabs.nav li a .iconfont {
  font-size: 0.875em;
  margin-right: 8px;
  margin-top: 2px;
}

.newsroom-filter-list {
  width: 25%;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: #fff;
  padding-left: 30px;
}

.content-list-box .tab-content {
  width: 100%;
}

.newsroom-filter-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 25%;
  padding-left: 30px;
}

.newsroom-filter-list-title h3 {
  margin: 0;
}

.iconfont-menu::before {
  content: '';
  width: 24px;
  display: inline-block;
  height: 24px;
  background-size: 100%;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5.25h16M12 9.75h8M12 14.25h8M4 18.75h16' stroke='%238C8C8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 9.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V9.884z' fill='%238C8C8C'/%3E%3C/svg%3E");
}

.newsroom-filter-list-title .iconfont-menu,
.newsroom-filter-btn {
  cursor: pointer;
}

.newsroom-filter-line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 30px 0;
}

.content-list-box .news-filter-media .msg-box {
  margin-bottom: 15px;
}

.content-list-box .news-filter-media .msg-box ul li a {
  transition: all .5s;
}

.newsroom-tab-box .nav-tabs li {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 1px;
  font-size: 0.875em;
  cursor: pointer;
}

.newsroom-tab-box ul.nav-tabs li a {
  padding: 6px 0;
  color: #000;
  align-items: center;
}

.newsroom-tab-box ul.nav-tabs li.active {
  background-color: #c7000b;
  border: 1px solid #c7000b;
}

.newsroom-tab-box .nav-tabs>li.active>a {
  color: #fff !important;
}

.newsroom-tab-box .nav-tabs>li>a::after {
  display: none;
}

.newsroom-tab-box .nav-tabs>li.active>a:focus {
  background-color: #c7000b;
  border: none;
}

.newsroom-tab-box .nav-tabs>li.active>a:hover {
  color: #fff !important;
  background-color: #c7000b;
}

.newsroom-list-box.content-list-box .row>[class*='col-']:nth-child(3n+1) {
  margin-right: 25%;
}

.newsroom-list-box.content-list-box.close-filter .row>[class*='col-']:nth-child(3n+1) {
  margin-right: 0;
}

.newsroom-list-box.content-list-box .c-box .imgbox {
  height: auto;
}

.newsroom-list-box.content-list-box .c-box .imgbox img {
  position: static;
  transform: translateY(0);
}

.newsroom-tab-box .content-list-box .js-newsroom-list {
  position: relative;

}

.newsroom-tab-box .content-list-box .js-newsroom-list.active:has(.page-list) {
  padding-bottom: 50px;
}

.newsroom-tab-box .content-list-box .js-newsroom-list.active:has(.linkto) {
  padding-bottom: 100px;
}

.newsroom-tab-box .content-list-box .js-newsroom-list.active {
  display: flex;
  flex-direction: row-reverse;
}

.newsroom-tab-box .content-list-box .js-newsroom-list .video-list {
  width: 75%;
}

.newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media {
  width: 25%;
}

.newsroom-list-box .js-newsroom-list .time {
  color: #666;
}

.newsroom-list-box .js-newsroom-list .row {
  display: flex;
  flex-wrap: wrap;
}

.newsroom-list-box .js-newsroom-list .row>[class*='col-'] a:hover .imgbox img {
  transform: scale(1.05);
}

.newsroom-filter-btn {
  border: 1px solid #e6e6e6;
  display: flex;
  position: relative;
  /* border-radius: 5px; */
  float: right;
  padding: 0px 10px;
  color: #000;
  display: none;
}

.newsroom-filter-btn:hover {
  border-color: #c7000b;
}

.newsroom-filter-btn:hover h4 {
  color: #c7000b;
}

.newsroom-filter-btn:hover .iconfont-filter::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5.75l6 7.007v5.261l3 1.482V7.757l6-7.007h-15z' stroke='%23c7000b' stroke-opacity='.5' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.filter-items-nubmer {
  position: absolute;
  color: #fff;
  background-color: #c7000b;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  font-size: 0.657em;
  display: none;
}

.newsroom-filter-btn .iconfont {
  margin-right: 10px;
}

.time-select-box {
  position: relative;
  width: 100%;
}

.time-select-box span {
  position: absolute;
  right: 1px;
  top: 2px;
  width: 28px;
  height: calc(100% - 4px);
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.news-filter-media .msg-box #footer-search {
  visibility: visible !important;
  transform: scale(1);
  padding: 0;
  width: 100%;
  position: static;
}

.content-list-box .news-filter-media .time-select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-color: #e6e6e6;
  border-radius: 5px;
}

.content-list-box .news-filter-media .first-select-option {
  display: none;
}

.newsroom-filter-btn-item {
  width: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.newsroom-filter-apply {
  display: none;
}

.newsroom-filter-mobile {
  display: none;
}

.filter-mobile-btn {
  cursor: pointer;
  position: relative;
  display: none;
}

.iconfont-filter::before {
  content: '';
  width: 18px;
  display: inline-block;
  height: 18px;
  margin-top: 10px;
  margin-right: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5.75l6 7.007v5.261l3 1.482V7.757l6-7.007h-15z' stroke='%23333' stroke-opacity='.5' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.newsroom-filter-list-title .iconfont {
  cursor: pointer;
}

.newsroom-filter-list-title .icon-pc {
  display: block;
}

.newsroom-filter-list-title .icon-moblie {
  display: none;
}

.filter-mobile-title,
.newsroom-filter-btn-content {
  display: none !important;
}

.pc-filter-btn {
  color: #333;
  padding: 5px 0;
  border-radius: 5px;
}

@media (min-width: 767px) {
  .filterTime {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .video-list-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .showOver .video-list-item {
    width: 33.3%;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media {
    width: 33.3%;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .video-list {
    width: 66.6%;
  }

  .newsroom-filter-list {
    width: 33.3%;
  }

  .newsroom-list-box.content-list-box .row>[class*='col-']:nth-child(3n+1) {
    margin-right: 0;
  }

  .newsroom-list-box.content-list-box.close-filter .row>[class*='col-']:nth-child(3n+1) {
    margin-right: 0;
  }

  .newsroom-list-box.content-list-box .row>[class*='col-']:nth-child(2n+1) {
    margin-right: 33.3%;
  }

  .newsroom-list-box.content-list-box.close-filter .row>[class*='col-']:nth-child(2n+1) {
    margin-right: 0;
  }

  .newsroom-tab-box .nav-tabs.nav {
    margin-bottom: 15px !important;
    width: 66.6%;
  }

  .newsroom-tab-box .nav-tabs.nav li {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .newsroom-filter-list-title {
    margin-bottom: 15px;
    width: 33.3%;
  }

  /* .newsroom .content-list-box .c-box .imgbox {
    height: 180px;
  } */
}

@media (max-width: 767px) {
  .newsroom .text-box {
    height: auto;
  }

  .newsroom-tab-box .pvp-tab-box .container-custom,
  .newsroom-tab-box .pvp-tab-box .container-custom,
  .newsroom-tab-box .content-list-box .js-newsroom-list.active {
    display: block;
  }

  .newsroom-tab-box .nav-tabs.nav {
    overflow: hidden;
  }

  .newsroom-tab-box .nav-tabs.nav,
  .video-list-item,.showOver .video-list-item,
  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media,
  .newsroom-tab-box .content-list-box .js-newsroom-list .video-list {
    width: 100%;
  }

  .newsroom-filter-list {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0;
    height: 100vh;
    background: #fff;
    z-index: 999;
    right: auto;
    left: 0;
  }

  .newsroom-filter-list .newsroom-filter-list-title {
    padding: 30px;
    padding-bottom: 0;
  }

  .newsroom-filter-list .media-search {
    display: none;
  }

  .media-search-input {
    width: calc(100% - 55px);
    margin-right: 15px;
    max-width: none !important;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media.openFilter {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    top: 0;
    left: 0;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media.openFilter .newsroom-filter-btn-content {
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: block !important;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media.openFilter .media-search {
    display: none;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media.openFilter .filterTag,
  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media.openFilter .filterTime {
    display: block !important;
    padding: 0 30px;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media.openFilter .filter-mobile-title {
    display: flex !important;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media.openFilter .filter-mobile-title .iconfont {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    cursor: pointer;
  }
  .newsroom-filter-btn{
    display: none!important;
  }
  .newsroom-filter-mobile {
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .filter-mobile-btn {
    display: block;
    max-width: none !important;
  }

  .filter-mobile-btn .iconfont {
    width: 39px;
    height: 37px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    display: inline-block;
  }

  .newsroom-list-box.content-list-box .row>[class*='col-']:nth-child(2n+1) {
    margin-right: 0;
  }

  .newsroom-tab-box .nav-arrow.nav-arrow-prev {
    left: -1px;
  }

  .newsroom-filter-list-title .icon-pc {
    display: none;
  }

  .newsroom-filter-list-title .icon-moblie {
    display: block;
  }

  .newsroom-filter-apply {
    width: calc(70% - 15px);
    display: inline-block;
    background-color: #c7000b;
    color: #fff;
    border-radius: 5px;
  }

  .newsroom-filter-clear {
    width: 30%;
    margin-right: 15px;
    float: left;
    border: 1px solid #c7000b;
    border-radius: 5px;
    color: #c7000b;
  }

  .content-list-box .news-filter-media {
    overflow: visible;
    overflow: initial;
  }

  .content-list-box .news-filter-media .media-search {
    display: flex;
  }

  .content-list-box .news-filter-media h4 {
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
  }

  .content-list-box .news-filter-media h4:nth-of-type(1) {
    border: none;
    padding-top: 0;
  }

  .content-list-box .news-filter-media .msg-box {
    margin-bottom: 15px;
  }

  .newsroom-tab-box .pvp-tab-box {
    width: 100%;
  }

  .newsroom-filter-list-title,
  .filterTag,
  .filterTime {
    display: none !important;
  }

  .newsroom-tab-box .content-list-box .js-newsroom-list .news-filter-media {
    height: auto;
    padding: 0;
  }

  .pc-filter-btn {
    display: none !important;
  }

  /* .newsroom .content-list-box .c-box .imgbox {
    height: 230px;
  } */
}

.select-time.bootstrap-select {
  width: 100% !important;
  height: 40px;
  margin-top: 15px;
}

.select-time.bootstrap-select:first-child {
  margin-top: 10px;
}

.select-time.bootstrap-select>.dropdown-toggle {
  height: 40px;
  border-color: #bbb;
}

.select-time.bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
  margin-top: 3px;
}

.select-time.bootstrap-select .dropdown-toggle:focus,
.select-time.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.select-time .btn-default:active,
.select-time .btn-default.active,
.select-time.open>.dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #c7000b;
  border-color: #bbb;
}

.select-time.open>.dropdown-toggle.btn-default:hover {
  background-color: #fff;
}

.select-time .btn-default:hover,
.select-time .btn-default:focus,
.select-time .btn-default.focus {
  background-color: #fff;
}

.select-time .dropdown-menu>.active>a,
.select-time .dropdown-menu>.active>a:hover,
.select-time .dropdown-menu>.active>a:focus {
  background-color: #fff;
  color: #c7000b;
}

.bootstrap-select.select-time .dropdown-menu li a {
  height: 35px;
  line-height: 35px;
  color: #666;
}

.bootstrap-select.select-time .dropdown-menu li.active a {
  color: #c7000b;
}

.bootstrap-select.select-time .dropdown-menu {
  max-height: 250px;
}

.news-filter-media .select-month.bootstrap-select {
  display: none;
}

.bootstrap-select.select-time .dropdown-toggle .caret {
  border: none;
  font-family: "iconfont" !important;
  width: 12px;
  height: 12px;
}

.bootstrap-select.select-time .dropdown-toggle .caret::before {
  content: "\e7b2";
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -5px;
}

.bootstrap-select.select-time.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}

.bootstrap-select.select-time.open .dropdown-toggle .caret::before {
  top: -4px;
}

.icon-title {
  font-size: 14px;
  color: #666666;
  height: 20px;
  margin-right: 5px;
}

.icon-title:first-child::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  filter: #333;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.336 5h2.5a.833.833 0 0 1 .833.833V15a1.667 1.667 0 0 1-1.666 1.667m0 0A1.667 1.667 0 0 1 13.336 15V4.167a.834.834 0 0 0-.833-.833H4.169a.833.833 0 0 0-.833.833v10a2.5 2.5 0 0 0 2.5 2.5h9.167zm-8.334-10h3.334M6.669 10h3.334m-3.334 3.334h3.334' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.newsroom .nav-tabs li:nth-child(2) .icon-title::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  filter: #333;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10v6.667M13.336 12.5a4.167 4.167 0 1 0-6.667 0' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='10' r='1.25' fill='%23333'/%3E%3Cpath d='M5.42 15a6.784 6.784 0 0 1-2.084-4.908c0-3.733 2.985-6.759 6.667-6.759 3.681 0 6.666 3.026 6.666 6.76 0 1.932-.8 3.675-2.083 4.907' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.newsroom .nav-tabs li:nth-child(3) .icon-title::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  filter: #333;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.167 8.177v-2.01a2 2 0 0 0-2-2H4.5a2 2 0 0 0-2 2v4.805c0 .967.784 1.75 1.75 1.75.242 0 .438.196.438.438v1.285a.5.5 0 0 0 .885.32l1.54-1.862a.5.5 0 0 1 .386-.18h1.199' stroke='%23333' stroke-width='1.5'/%3E%3Cpath d='M17.5 9.5a2 2 0 0 0-2-2h-5.167a2 2 0 0 0-2 2v2.722a2 2 0 0 0 2 2h2.08a.5.5 0 0 1 .342.136l1.61 1.516a.5.5 0 0 0 .843-.365v-.828c0-.254.206-.459.459-.459 1.012 0 1.833-.82 1.833-1.833V9.5z' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E");
}

.newsroom .nav-tabs li:nth-child(4) .icon-title::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  filter: #333;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.169 3.834c1.397 1.397-.231 5.29-3.637 8.696-3.405 3.405-7.298 5.033-8.696 3.636-1.397-1.397.231-5.29 3.637-8.696 3.405-3.405 7.299-5.033 8.696-3.636z' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.836 3.834c-1.397 1.397.231 5.29 3.637 8.696 3.405 3.405 7.299 5.033 8.696 3.636 1.397-1.397-.231-5.29-3.637-8.696-3.405-3.405-7.298-5.033-8.696-3.636z' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.newsroom .nav-tabs li.active:nth-child(1) .icon-title::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.336 5h2.5a.833.833 0 0 1 .833.833V15a1.667 1.667 0 0 1-1.666 1.667m0 0A1.667 1.667 0 0 1 13.336 15V4.167a.834.834 0 0 0-.833-.833H4.169a.833.833 0 0 0-.833.833v10a2.5 2.5 0 0 0 2.5 2.5h9.167zm-8.334-10h3.334M6.669 10h3.334m-3.334 3.334h3.334' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.newsroom .nav-tabs li.active:nth-child(2) .icon-title::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10v6.667M13.336 12.5a4.167 4.167 0 1 0-6.667 0' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='10' r='1.25' fill='%23fff'/%3E%3Cpath d='M5.42 15a6.784 6.784 0 0 1-2.084-4.908c0-3.733 2.985-6.759 6.667-6.759 3.681 0 6.666 3.026 6.666 6.76 0 1.932-.8 3.675-2.083 4.907' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.newsroom .nav-tabs li.active:nth-child(3) .icon-title::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.167 8.177v-2.01a2 2 0 0 0-2-2H4.5a2 2 0 0 0-2 2v4.805c0 .967.784 1.75 1.75 1.75.242 0 .438.196.438.438v1.285a.5.5 0 0 0 .885.32l1.54-1.862a.5.5 0 0 1 .386-.18h1.199' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M17.5 9.5a2 2 0 0 0-2-2h-5.167a2 2 0 0 0-2 2v2.722a2 2 0 0 0 2 2h2.08a.5.5 0 0 1 .342.136l1.61 1.516a.5.5 0 0 0 .843-.365v-.828c0-.254.206-.459.459-.459 1.012 0 1.833-.82 1.833-1.833V9.5z' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}

.newsroom .nav-tabs li.active:nth-child(4) .icon-title::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.169 3.834c1.397 1.397-.231 5.29-3.637 8.696-3.405 3.405-7.298 5.033-8.696 3.636-1.397-1.397.231-5.29 3.637-8.696 3.405-3.405 7.299-5.033 8.696-3.636z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.836 3.834c-1.397 1.397.231 5.29 3.637 8.696 3.405 3.405 7.299 5.033 8.696 3.636 1.397-1.397-.231-5.29-3.637-8.696-3.405-3.405-7.298-5.033-8.696-3.636z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .newsroom-tab-box .nav-arrow {
      display: none;
  }
}
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
