.blocks-banner {
  position: relative;
}
.blocks-banner .block-breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #444976;
  padding: 32px 0;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: 20px;
  max-width: calc(100vw - (100vw - 1220px) / 2) !important;
  border-radius: 0 4px 0 0;
}
.blocks-banner .block-breadcrumbs .title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.blocks-banner .block-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
  padding: 0;
}
.blocks-banner .block-breadcrumbs .breadcrumb .breadcrumbs ol {
  margin-top: 0;
}

.main-content {
  display: flex;
  grid-gap: 0px;
}
.main-content .menu-left {
  width: 23%;
}
.main-content .menu-left .list {
  position: relative;
  padding: 20px 0;
  background-color: #4b5082;
  max-width: calc(100vw - (100vw - 1200px) / 2) !important;
  margin-bottom: 0;
}
.main-content .menu-left .list::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background: #4b5082;
  height: 100%;
  width: calc((100vw - 1200px) / 2);
}
.main-content .menu-left .list li {
  position: relative;
  list-style: none;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}
.main-content .menu-left .list li:hover a {
  color: #f58220;
}
.main-content .menu-left .list li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.main-content .menu-left .list .active::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f5821e;
  width: 24px;
  height: 2px;
}
.main-content .menu-left .list .active a {
  color: #f58220;
}
.main-content .menu-left .sub-menu {
  margin-top: 48px;
}
.main-content .menu-left .sub-menu .sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 15px 20px;
  color: #f5821e;
  border: solid 1.5px #f5821e;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.main-content .menu-left .sub-menu .sub span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}
.main-content .menu-left .sub-menu .sub path {
  transition: inherit;
}
.main-content .menu-left .sub-menu .sub:hover {
  flex-direction: row-reverse;
  justify-content: center;
  background-color: #f5821e;
  color: #fff;
}
.main-content .menu-left .sub-menu .sub:first-child {
  margin-bottom: 12px;
}
.main-content .menu-sticky {
  position: sticky;
  top: 51px;
}
.main-content .content-right {
  width: 77%;
}
.main-content .content-right .tabs {
  background: #f8f8fb;
  position: sticky;
  top: 51px;
  z-index: 2;
  border: none;
  padding-left: 24px;
}
.main-content .content-right .tabs::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background: #f8f8fb;
  height: 100%;
  width: 100%;
}
.main-content .content-right .tabs a {
  color: #4b5082;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
  padding: 35px 0;
  margin: 0px 24px;
}
.main-content .content-right .tabs .active {
  color: #f5821e;
  position: relative;
}
.main-content .content-right .tabs .active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f5821e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-content .content-right .nav-tabs-child {
  position: relative;
  border: none;
  padding-left: 24px;
}
.main-content .content-right .nav-tabs-child .tab-cat-lv1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.main-content .content-right .nav-tabs-child .tab-cat-lv1 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  background: #4b5082;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border: none;
  text-align: center;
  margin: 24px 0;
}
.main-content .content-right .nav-tabs-child .tab-cat-lv1 .active {
  background: #f5821e;
  position: relative;
}
.main-content .content-right .nav-tabs-child .tab-cat-lv1 .active::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #f5821e;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.main-content .content-right .nav-tabs-child .tab-cat-lv2 {
  display: flex;
}
.main-content .content-right .nav-tabs-child .tab-cat-lv2 a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4b5082;
}
.main-content .content-right .nav-tabs-child .tab-cat-lv2 .active {
  color: #f5821e;
}
.main-content .content-right .tab-content2 {
  padding: 24px !important;
  padding-right: 0 !important;
}
.main-content .content-right .tab-content {
  padding: 48px;
  padding-right: 0;
}
.main-content .content-right .tab-content .block_hot_news {
  margin-bottom: 40px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 {
  padding-right: 12px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item {
  display: block;
  border-radius: 4px;
  position: relative;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .image {
  position: relative;
  overflow: hidden;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content {
  margin-top: 16px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content .info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content .info .cat {
  color: #4b5082;
  padding: 6px 8px;
  background: #f3f3fb;
  border-radius: 4px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content .info .time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content .info .time span {
  color: #828282;
  font-size: 14px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content .info p {
  margin-bottom: 0;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content .name {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 8px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .content .summary {
  font-size: 14px;
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 104px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item:hover .image img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item:hover .content .name {
  color: #f5821e;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-4 {
  padding-left: 12px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item {
  display: block;
  margin-bottom: 16px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item:last-child {
  margin-bottom: 0;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item .image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item .content .name {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin-top: 8px;
  margin-bottom: 4px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item .content .summary {
  font-size: 14px;
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 63px;
}
.main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item .content .summary p {
  margin-bottom: 0;
}
.main-content .content-right .tab-content .content__ h1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-content .content-right .tab-content .content__ h1::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background-color: #f3f3fb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-content .content-right .tab-content .content__ p,
.main-content .content-right .tab-content .content__ span {
  font-size: 15px;
  color: #5c5c5c;
}
.main-content .content-right .tab-content .content__ p img,
.main-content .content-right .tab-content .content__ span img {
  width: 100% !important;
  height: auto !important;
}
.main-content .content-right .tab-content .content__ ul li {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 10px;
}
.main-content .content-right .tab-content .content__ .list_news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.main-content .content-right .tab-content .content__ .list_news .item {
  display: block;
  padding: 16px;
  border: solid 1px #edeef3;
  border-radius: 4px;
  position: relative;
  height: 430px;
}
.main-content .content-right .tab-content .content__ .list_news .item .image img {
  width: 100%;
  height: 268px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .content-right .tab-content .content__ .list_news .item .content {
  margin-top: 16px;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 12px;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .info .cat {
  color: #4b5082;
  padding: 6px 8px;
  background: #f3f3fb;
  border-radius: 4px;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .info .time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .info .time span {
  color: #828282;
  font-size: 14px;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .info p {
  margin-bottom: 0;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .name {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 0px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .bottom {
  overflow: hidden;
  height: 0;
  transition: 0.3s ease-in-out;
  padding-top: 8px;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .bottom .summary {
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 44px;
}
.main-content .content-right .tab-content .content__ .list_news .item .content .bottom span {
  color: #f5821e;
  font-size: 14px;
  font-weight: 600;
}
.main-content .content-right .tab-content .content__ .list_news .item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.main-content .content-right .tab-content .content__ .list_news .item:hover .image img {
  height: 200px;
}
.main-content .content-right .tab-content .content__ .list_news .item:hover .content .bottom {
  height: 80px;
}
.main-content .content-right .tab-content .content__ .table_jurid {
  height: 100%;
  max-height: 600px;
  overflow-y: auto;
}
.main-content .content-right .tab-content .content__ .table_jurid::-webkit-scrollbar {
  width: 3px;
}
.main-content .content-right .tab-content .content__ .table_jurid::-webkit-scrollbar-track {
  background: #a9a9a9;
}
.main-content .content-right .tab-content .content__ .table_jurid::-webkit-scrollbar-thumb {
  background: #e0e2eb;
  opacity: 0.2;
}
.main-content .content-right .tab-content .content__ .table_jurid::-webkit-scrollbar-thumb:hover {
  background: #4b5082;
  opacity: 0.8;
}
.main-content .content-right .tab-content .content__ .table_jurid table {
  width: 100%;
}
.main-content .content-right .tab-content .content__ .table_jurid table thead {
  position: sticky;
  top: 0;
}
.main-content .content-right .tab-content .content__ .table_jurid table thead tr th {
  background: #e0e2eb;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
}
.main-content .content-right .tab-content .content__ .table_jurid table tbody tr td {
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #e0e2eb;
  color: #5c5c5c;
}
.main-content .content-right .tab-content .content__ .table_jurid table tbody tr td:last-child a {
  color: #4b5082;
  font-weight: 500;
}
.main-content .content-right .tab-content .content__ .table_jurid table tbody tr td:last-child a i {
  margin-left: 8px;
}

@media (max-width: 1440px) {
  .blocks-banner .block-breadcrumbs {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 15px;
  }
  .blocks-banner .block-breadcrumbs .title {
    font-size: 30px;
  }
  .main-content .menu-left .list::before {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .blocks-banner .block-breadcrumbs {
    padding-left: 15px;
  }
  .blocks-banner .block-breadcrumbs .title {
    font-size: 26px;
  }
  .main-content .menu-left .sub-menu .sub {
    width: calc(100% - 10px);
    margin-left: auto;
    padding: 10px;
  }
  .main-content .content-right .tabs a {
    font-size: 12px;
    padding: 20px 0;
    margin: 0px 10px;
  }
  .main-content .content-right .tab-content {
    padding: 24px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item {
    height: 386px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .content .name {
    font-size: 14px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .content .bottom .summary p {
    font-size: 14px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .content .bottom span {
    font-size: 13px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item:hover .image img {
    height: 156px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .image img {
    height: 224px;
  }
  .main-content .content-right .tabs::after {
    display: none;
  }
}
@media (max-width: 960px) {
  .blocks-banner .block-breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blocks-banner .block-breadcrumbs .title {
    font-size: 20px;
  }
  .main-content .menu-left .sub-menu .sub span {
    font-size: 12px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item {
    height: 342px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item:hover .image img {
    height: 112px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .image img {
    height: 180px;
  }
}
@media (max-width: 769px) {
  .blocks-banner .block-breadcrumbs {
    position: unset;
    border-radius: 0;
    padding: 15px !important;
    flex-direction: column;
    gap: 10px;
  }
  .blocks-banner .block-breadcrumbs .title {
    font-size: 24px;
  }
  .main-content {
    display: unset;
  }
  .main-content .menu-left,
  .main-content .content-right {
    width: 100%;
  }
  .main-content .menu-left h1,
  .main-content .content-right h1 {
    font-size: 26px;
  }
  .main-content .list {
    padding: 10px 20px !important;
    margin: 0 -15px;
  }
  .main-content .list li {
    padding: 10px !important;
  }
  .main-content .active a {
    font-size: 13px;
  }
  .main-content .active::before {
    right: -20px !important;
  }
  .main-content .sub-menu {
    margin-top: 10px !important;
  }
  .main-content .sub-menu .sub {
    width: -moz-max-content !important;
    width: max-content !important;
    margin: auto !important;
  }
  .main-content .sub-menu .sub:first-child {
    margin-bottom: 0 !important;
  }
  .main-content .content-right {
    padding: 0 !important;
  }
  .main-content .content-right .tabs {
    top: 51px;
    padding-left: 0;
    margin: 0 -15px;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
  }
  .main-content .content-right .tabs::after {
    display: none;
  }
  .main-content .content-right .tabs a {
    margin: 0 15px;
  }
  .main-content .content-right .tab-content {
    padding: 20px 10px;
  }
  .main-content .content-right .tab-content .content__ h1 {
    font-size: 26px;
  }
  .main-content .content-right .tab-content .content__ .list_news {
    gap: 15px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .content .info {
    padding: 8px 0;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .content .info .cat {
    font-size: 12px;
  }
  .main-content .content-right .tab-content .content__ .list_club {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item {
    height: 378px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item:hover .image img {
    height: 148px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .image img {
    height: 216px;
  }
}
@media (max-width: 500px) {
  .blocks-banner .block-breadcrumbs .breadcrumb {
    font-size: 13px;
  }
  .blocks-banner .block-breadcrumbs .title {
    font-size: 18px;
  }
  .main-content .content-right {
    width: 100%;
  }
  .main-content .content-right .tab-content {
    padding: 30px 0 0;
  }
  .main-content .content-right .tab-content .content__ h1 {
    font-size: 24px;
  }
  .main-content .content-right .tab-content .content__ .club_introduce {
    font-size: 15px;
  }
  .main-content .content-right .tab-content .content__ .list_news {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item {
    height: 417px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item:hover .image img {
    height: 187px;
  }
  .main-content .content-right .tab-content .content__ .list_news .item .image img {
    height: 255px;
  }
}
@media (max-width: 767px) {
  .main-content .content-right .tab-content .block_hot_news {
    margin-bottom: 20px;
  }
  .main-content .content-right .tab-content .block_hot_news .row {
    gap: 20px;
  }
  .main-content .content-right .tab-content .block_hot_news .row .col-md-8 .item .image img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item {
    grid-template-columns: 200px 1fr;
  }
  .main-content .content-right .tab-content .block_hot_news .row .col-md-4 .item .image img {
    height: auto;
  }
}/*# sourceMappingURL=home.css.map */