*,
*:active,
*:focus {
  outline: none !important;
}
html {
  font-size: 20px;

  position: relative;

  min-height: 100%;
}
body {
  min-width: 1440px;
  min-height: 100%;
  padding-bottom: 140px;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;

  background-color: rgba(0, 0, 0, .05);
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .15);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, .35);
}
.m-b-20 {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}
.text-gray {
  color: #aaa !important;
}
.text-orange {
  color: #f56a03 !important;
}
.container {
  width: 1370px !important;
}
.container-sm {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-full {
  height: 100%;
}
[class*='col-'] {
  position: relative;

  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col-per-xs-14 {
  float: left;

  width: 14%;
}
.col-per-xs-20 {
  float: left;

  width: 20%;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;

  margin-bottom: 0;

  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}
.navbar-default {
  position: relative;
  z-index: 2;

  background-color: #fff;
}
.navbar-brand {
  height: 80px;
}
.nav>li {
  margin: 0 2px;
  padding: 5px 0;
}
.nav>li.divider {
  width: 1px;
  height: 80px;
  margin: 0 9px;

  background-color: #e5e5e5;
}
.nav>li>a {
  /*font-size: .75rem;*/
  font-size: .95rem;
  font-weight: bold;
  line-height: 40px;

  height: 70px;

/*padding: 15px 20px;*/
  padding: 15px;

  cursor: pointer;
  transition: .2s color, .2s background-color;

  border-radius: 2px;
}
.navbar-nav>li>.dropdown-menu {
  right: 50%;

  transform: translateX(50%);
  text-align: center;

  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover {
  color: #222;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a:focus {
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #e60012;
}
.navbar-search {
  position: absolute;
  z-index: 1;

  width: 100%;
  height: 50px;

  transition: .2s box-shadow,
  .2s transform;
  transform: translateY(-50px);
  pointer-events: none;

  border-top: 1px solid #e7e7e7;
  background-color: #fff;
}
.navbar-search.open {
  transform: translateY(0);
  pointer-events: auto;

  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}
.navbar-search .form-control {
  height: 48px;

  border: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-search .btn {
  font-size: 20px;
  font-weight: 800;

  z-index: 5 !important;

  padding: 6px 20px;

  transition: .2s background-color;

  color: #aaa;
  border-radius: 2px !important;
  background-color: #fff;
}
.navbar-search .btn:hover {
  color: #777;
  background-color: #e7e7e7;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  background: #fff url(/image/footer.png) no-repeat center 30px;
  background-size: 100% auto;
}
.swiper-slide .footer {
  position: relative;
}
.footer-nav-bar {
  padding: 30px 0;

  border-top: 1px solid #e7e7e7;
}
.footer-nav {
  margin-bottom: 0;
}
.footer-nav>dt {
  font-size: .7rem;
  font-weight: 400;

  color: #6b72aa;
}
.footer-nav>dt a:hover,
.footer-nav>dt a:active,
.footer-nav>dt a:focus {
  text-decoration: none;
}
.footer-nav>dd {
  font-size: .7rem;
  line-height: 20px;

  margin-bottom: 10px;

  color: #888;
}
.footer-nav>dd:last-child {
  margin-bottom: 0;
}
.footer-nav>dd a {
  font-size: .7rem;

  position: relative;

  margin-left: 10px;

  color: #888;
}
.footer-nav>dd a::before {
  position: absolute;
  top: 6px;
  left: -10px;

  width: 3px;
  height: 3px;

  content: '';

  border-radius: 50%;
  background-color: #666;
}
.footer-nav>dd a:hover,
.footer-nav>dd a:active,
.footer-nav>dd a:focus {
  text-decoration: none;

  color: #222;
}
.footer-info {
  padding: 20px 0;

  border-top: 1px solid #e7e7e7;
  background-color: #323232;
}
/*两层*/
/*.footer-info::after {display:block;height:30px;content:'';background-color:#000;margin-top: 20px;}*/

.footer-info-content {
  font-size: .6rem;

  display: flex;
  justify-content: space-between;

  color: #ddd;
}
.footer-info-content a {
  color: #ddd;
}
.footer-info-content a:hover,
.footer-info-content a:active,
.footer-info-content a:focus {
  color: #ddd;
}
.btn {
  font-size: .7rem;

  border-radius: 2px;
}
.btn-xs,
.btn-sm {
  font-size: .6rem;
}
.btn-lg {
  font-size: .9rem;
}
.btn-theme {
  color: #fff;
  background-color: #e60012;
}
.btn-theme:hover {
  color: #fff;
  background-color: #c70011;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
  background-color: #af000f;
}
.dropdown-menu {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.dropdown-menu .divider {
  background-color: #e7e7e7;
}
.dropdown-menu>li>a {
  font-size: .85rem;
  font-weight: bold;

  color: #777;
}
.thumbnail {
  padding: 20px;

  transition: .2s box-shadow;

  border-color: #e7e7e7;
  border-radius: 2px;
  background-clip: border-box;
}
.thumbnail:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}
.thumbnail>.img {
  position: relative;

  overflow: hidden;

  padding-bottom: 75%;

  border-radius: 2px;
}
.thumbnail>.img>img {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}
.h-title {
  font-size: 1.8rem;

  color: #222;
}
.pagination>li>a,
.pagination>li>span {
  font-size: .7rem;

  color: #999;
  border-color: #e7e7e7;
}
.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus {
  color: #222;
}
.pagination>li>span:hover,
.pagination>li>span:active,
.pagination>li>span:focus {
  border-color: #e7e7e7;
  background-color: #fff;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  border-color: #e60012;
  background-color: #e60012;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.views-components {
  font-size: 20px;

  position: absolute;
  right: 100%;

  white-space: nowrap;

  color: #888;
}
.views-banner {
  height: 260px;
}
.views-banner>img {
  width: 100%;
  height: 100%;

  pointer-events: none;

  object-fit: cover;
}
.views-tab {
  margin-bottom: 20px;

  border-bottom: 1px solid #e7e7e7;
}
.views-tabs {
  font-size: 0;

  margin: 0;
  padding: 0;

  list-style: none;

  text-align: center;
}
.views-tabs>li {
  display: inline-block;
}
.views-tabs>li>a {
  font-size: .75rem;
  line-height: 50px;

  display: block;

  width: 160px;
  height: 50px;

  transition: .2s color,
  .2s background-color;

  color: #999;
}
.views-tabs>li>a:hover,
.views-tabs>li>a:active,
.views-tabs>li>a:focus {
  text-decoration: none;

  color: #222;
  background-color: #e7e7e7;
}
.views-tabs>li.active>a {
  position: relative;

  color: #fff;
  background-color: #f56a03;
}
.views-tabs>li.active>a::before,
.views-tabs>li.active>a::after {
  position: absolute;
  left: 0;

  width: 100%;
  height: 1px;

  content: '';

  background-color: #f56a03;
}
.views-tabs>li.active>a::before {
  top: 0;
}
.views-tabs>li.active>a::after {
  bottom: -1px;
}
.views-list>.container-sm>.row {
  position: relative;
}
.views-list>.container-sm>.row>.col-xs-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.views-list .pagination:first-child {
  margin-top: 0;
}
.views-list-filter {
  position: sticky;
  top: 100px;
}
.list-filter {
  font-size: 0;

  position: relative;

  min-height: 65px;
  margin: 0;
  padding: 0 0 15px 25%;

  list-style: none;

  word-break: break-all;
}
.list-filter>li {
  display: inline-block;

  width: 33.333333%;
  margin: 0 0 10px 0;

  text-align: center;
}
.list-filter>li:first-child {
  position: absolute;
  top: 0;
  left: 0;

  width: 25%;
}
.list-filter>li:last-child {
  margin-right: 0;
}
.list-filter>li>a {
  font-size: .7rem;
  line-height: 20px;

  position: relative;

  display: inline-block;

  min-width: 40px;
  padding: 10px;

  transition: .2s color, .2s background-color;
  text-align: center;

  color: #999;
  border-bottom: 1px solid transparent;
  border-radius: 20px;
  ;
}
.list-filter>li>a:hover,
.list-filter>li>a:active,
.list-filter>li>a:focus {
  text-decoration: none;

  color: #222;
  background-color: #e7e7e7;
}
.list-filter>li.active>a {
  color: #222;
  border-bottom-color: #269dec;
  border-radius: 0;
}
.list-filter>li.active>a:hover,
.list-filter>li.active>a:active,
.list-filter>li.active>a:focus {
  background-color: transparent;
}
.list-media {
  position: relative;

  height: 250px;
  margin-bottom: 20px;
  padding-left: 420px;
}
.list-media .left {
  position: absolute;
  top: 0;
  left: 0;
}
.list-media .left .swiper-container {
  position: relative;

  width: 400px;
  height: 250px;

  border-radius: 2px;
}
.list-media .left .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.list-media .left .swiper-container .swiper-slide>img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}
.list-media .content {
  padding: 20px 0 0;
}
.list-media .content .title {
  font-size: .8rem;
  line-height: 30px;

  overflow: hidden;

  margin-bottom: 10px;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-media .content .title>a {
  font-weight: 700;

  color: #f56a03;
}
.list-media .content .details {
  font-size: .7rem;
  line-height: 25px;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 150px;
  margin-bottom: 10px;

  text-overflow: ellipsis;

  color: #888;

  -webkit-line-clamp: 6;
}
.list-media .content .details p {
  margin-bottom: 0;
}
.list-data {
  position: relative;

  margin-bottom: 20px;
  padding-left: 140px;
}
.list-data:last-child {
  margin-bottom: 0;
}
.list-data .date {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;

  position: absolute;
  top: 0;
  left: 0;

  width: 120px;
  height: 120px;
  padding: 30px;

  color: #fff;
  border-radius: 2px;
  background-color: #e60012;
}
.list-data .content {
  height: 120px;
  padding: 10px 0;
}
.list-data .content .title {
  font-size: .8rem;
  line-height: 30px;

  overflow: hidden;

  margin-bottom: 10px;
  padding-bottom: 10px;

  white-space: nowrap;
  text-overflow: ellipsis;

  border-bottom: 1px solid #e7e7e7;
}
.list-data .content .title>a {
  color: #222;
}
.list-data .content .details {
  font-size: .7rem;
  line-height: 25px;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  color: #888;

  -webkit-line-clamp: 2;
}
.list-data .dropdown {
  position: absolute;
  top: 50%;
  right: 20px;

  margin-top: -15px;
}
.list-data .dropdown+.content {
  padding-right: 70px;
}
.list-data .dropdown .btn {
  line-height: 31px;

  width: 31px;
  height: 31px;
  padding: 0 0 0 1px;

  text-align: center;

  color: #ccc;
  border-radius: 50%;
}
.list-data .dropdown .btn:hover {
  background-color: #e7e7e7;
}
.views-content {
  margin-bottom: 60px;
}
.views-title {
  margin: 40px 0;

  text-align: center;
}
.views-title .h-title {
  font-size: 1.5rem;
  line-height: 1;

  position: relative;

  padding: 20px 0;
}
.views-title .h-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;

  width: 100px;
  height: 2px;
  margin-left: -50px;

  content: '';

  background-color: #e60012;
}
.views-columns .caption h3 {
  font-size: 1rem;
}
.views-columns .caption p {
  font-size: .7rem;
  line-height: 20px;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 80px;

  text-overflow: ellipsis;

  color: #999;

  -webkit-line-clamp: 4;
}
.views-columns .caption .btn {
  font-size: .65rem;
}
.views-columns .caption .btn i {
  font-size: .6rem;
}
.views-details {
  /*font-size: .75rem;*/
  line-height: 25px;

  width: 1000px;
  margin: 20px auto;

  /*letter-spacing: 1px;

  color: #666;*/
}
.views-details img {
  /*display: block;*/

  max-width: 100%;
  /*margin: 20px auto;*/
}
<!--0.00024604797363281-->