.page-content {
  padding-top: 80px;
}
.breadcrumb-box {
  line-height: 94px;
}
.breadcrumb-box .breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb-box .nav_breadcrumb a {
  color: #666666;
  font-size: 16px;
}
.breadcrumb-box .nav_breadcrumb > li + li:before {
  font-size: 16px;
}
.breadcrumb-box .nav_breadcrumb .active a {
  color: #c30d23;
}
.breadcrumb-box .breadcrumb-item {
  color: #666666;
  font-size: 16px;
}
.breadcrumb-box .breadcrumb-item img {
  vertical-align: middle;
}
.breadcrumb-box .leo-breadcrumb {
  display: inline-block;
}
.breadcrumb-box .leo-breadcrumb a {
  color: #666666;
  font-size: 16px;
}
.breadcrumb-box .leo-breadcrumb > li + li:before {
  font-size: 16px;
  content: '>';
  color: #666666;
}
.page-banner img {
  max-width: 100%;
}
.page_gray {
  background-color: #f2f2f2;
}
.ptb {
  padding-top: 60px;
}
.article-newsMain {
  width: 73%;
  float: left;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #eeeeee;
}
.hentry {
  background: #fff;
  padding: 34px 74px;
  margin-bottom: 20px;
}
.entry .entry-head {
  margin-bottom: 20px;
}
.entry .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}
.entry .entry-info {
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
  color: #999;
  text-align: center;
}
.entry .entry-info img {
  width: 18px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 6px;
}
.entry .entry-info span {
  font-size: 16px;
}
.entry .entry-content {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  color: #262626;
}
.entry .entry-content img{}
.entry .entry-content div {
  margin-bottom: 10px;
  line-height: 1.8;
  word-wrap: break-word;
  color: #2c2b2b;
  font-size: 18px;
}
.sidebar {
  width: 25%;
  float: right;
  border: 1px solid #eeeeee;
}
.page_title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 34px;
  font-size: 32px;
  text-align: center;
  line-height: 1;
}
.page_title::after {
  content: '';
  display: block;
  width: 560px;
  height: 1px;
  background-color: #c30d23;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_title::before {
  content: '';
  display: block;
  width: 66px;
  height: 5px;
  background-color: #c30d23;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.luyin_list {
  margin-bottom: 68px;
}
.luyin_list .item {
  text-align: center  ;
  margin-bottom: 30px;
  padding: 54px 40px;
  border: 1px solid #dddddd;
  background-color: #fff;
  border-radius: 10px;
}
.luyin_list .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.luyin_list .item:hover .more {
  background-color: #c30d23;
  color: #fff;
}
.luyin_list .item:hover .t {
  color: #c30d23;
}
.luyin_list .item:hover .t a {
  color: #000;
}
.luyin_list .item .ico {
  margin-bottom: 40px;
}
.luyin_list .item .ico img {
  max-width: 100%;
}
.luyin_list .item .t {
  margin-bottom: 12px;
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.luyin_list .item .t a {
  color: #333;
}
.luyin_list .item p {
  height: 96px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.luyin_list .item .more {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #c30d23;
  font-size: 16px;
  border: 1px solid #c30d23;
  border-radius: 4px;
  box-sizing: border-box;
}
.data-table {
  margin-bottom: 56px;
  border: 1px solid #dddddd;
}
.data-table table {
  margin-bottom: 0px;
}
.data-table caption {
  height: 58px;
  line-height: 58px;
  background-color: #ec2127;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  padding: 0;
}
.data-table th {
  text-align: center;
  color: #999;
  font-weight: normal;
  font-size: 18px;
}
.data-table td {
  text-align: center;
  color: #666;
  font-size: 18px;
}
.table-striped > tbody > tr:hover {
  background-color: #faebec;
}
.common__list_page {
  text-align: center;
  font-size: 16px;
  color: #606266;
  line-height: 14px;
}
.common__list_page a {
  /*width: 40px;*/
  height: 40px;
  display: inline-block;
  /*border: 1px solid #dbdbdb;*/
  text-align: center;
  line-height: 40px;
  margin: 0 1px;
  color: #999999;
}
.common__list_page a:hover {
  background-color: #c30d23;
  color: #fff;
  border-color: #c30d23;
}
.common__list_page a.active {
  background-color: #c30d23;
  color: #fff;
  border-color: #c30d23;
}
.common__list_page .w {
  width: 84px;
}
.common__list_page .page_num_inp {
  width: 60px;
  height: 28px;
  border: 1px solid #999999;
  border-radius: 3px;
  outline: none;
  margin: 0 6px;
  text-align: center;
}
.common__list_page .confim_btn {
  width: 84px;
  height: 40px;
  color: #fff;
  background-color: #c30d23;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 16px;
}
.about_dec {
  padding-bottom: 72px;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}
.us-data {
  height: 400px;
  background: url(/static/images/us-data-bg.jpg) no-repeat center;
  background-color: #000;
}
.us-data .us-data-num {
  padding-top: 120px;
}
.us-data .us-data-num li {
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
}
.us-data .us-data-num li h3 {
  font-size: 86px;
}
.us-data .us-data-num li i {
  position: absolute;
  top: 0;
  font-style: normal;
  font-size: 42px;
}
.us-data .us-data-num li p {
  font-size: 24px;
}
.us-data .us-data-num li:nth-child(1) i {
  right: 30%;
}
.us-data .us-data-num li:nth-child(2) i {
  right: 22%;
}
.us-data .us-data-num li:nth-child(3) i {
  right: 8%;
}
.us-data .us-data-num li:nth-child(4) i {
  right: 14%;
}
.leo-country li {
  display: inline-block;
  margin: 0 10px 30px;
}
.leo-country li .item {
  position: relative;
  width: 160px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.leo-country li .item:hover::after {
  opacity: 1;
}
.leo-country li .item:hover .more {
  display: block;
}
.leo-country li .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
}
.leo-country li a {
  display: block;
  position: relative;
}
.leo-country li img {
  width: 100%;
}
.leo-country li .more {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 100px;
  display: none;
}
.leo-country li .country {
  margin-top: 14px;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.peiyin_inner {
  padding-bottom: 80px;
}
