@charset "UTF-8";
.pc_header {
  background: #d9dddf;
  background-size: cover;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.pc_header .top_bar {
  background: url("/assets/images/background/hd_top_bg.jpg") center center repeat;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.pc_header .mu_block {
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfe3ea));
  background: linear-gradient(to bottom, #fff 0%, #dfe3ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c1', endColorstr='$c2', GradientType=0);
  border-bottom: 2px solid #3b60c9;
}

.pc_header .mu_block .container {
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfe3ea));
  background: linear-gradient(to bottom, #fff 0%, #dfe3ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c1', endColorstr='$c2', GradientType=0);
}

.pc_header .menu_bar {
  width: 100%;
}

.pc_header .menu_bar li {
  float: left;
  width: calc(100% / 7);
  text-align: center;
  position: relative;
}

.pc_header .menu_bar li .hdmu_btn {
  display: block;
  padding: 10px 0 0 0;
  position: relative;
}

.pc_header .menu_bar li .hdmu_btn .second_mu_box {
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 81px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.pc_header .menu_bar li .hdmu_btn .second_mu_box a {
  text-align: left;
  width: 100%;
  display: block;
  padding: 10px 0 10px 0px;
  font-size: 16px;
  color: #666666;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.pc_header .menu_bar li .hdmu_btn .second_mu_box a.clk, .pc_header .menu_bar li .hdmu_btn .second_mu_box a:hover {
  color: #3b60c9;
  background: #f5f5f5;
  position: relative;
}

.pc_header .menu_bar li .hdmu_btn:hover .second_mu_box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 7px #aaa;
  box-shadow: 2px 2px 7px #aaa;
}

.pc_header .menu_bar li .hdmu_btn p {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 18px;
  color: #0e2845;
  margin: 10px;
}

.pc_header .menu_bar li .hdmu_btn span {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  color: #3b60c9;
  font-style: italic;
  margin-bottom: 5px;
  display: block;
}

.pc_header .menu_bar li .hdmu_btn label {
  width: 100%;
  height: 2px;
  background: none;
  position: relative;
  margin-bottom: -2px;
}

.pc_header .menu_bar li .hdmu_btn label:after {
  content: '';
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  position: absolute;
  top: -6px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #3b60c9 transparent;
}

.pc_header .menu_bar li .hdmu_btn:hover p {
  color: #3b60c9;
}

.pc_header .menu_bar li .hdmu_btn:hover label:after {
  content: '';
  opacity: 1;
}

.pc_header .menu_bar li .hdmu_btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  height: 40px;
  width: 1px;
  background: #e5e5e5;
}

.pc_header .menu_bar li .hdmu_btn:nth-child(1):before, .pc_header .menu_bar li .hdmu_btn.clk {
  content: '';
}

.pc_header_box {
  position: relative;
  height: 186px;
}

@media screen and (max-width: 990px) {
  .pc_header {
    display: none;
  }
  .pc_header_box {
    display: none;
  }
}

.mob_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: url(/assets/images/background/hd_top_bg.jpg) center center repeat;
  z-index: 100;
  height: 60px;
  padding: 0 10px;
}

.mob_header .logo {
  line-height: 60px;
}

.mob_header .logo img {
  max-height: 70%;
}

.mob_header .hb_btnm {
  position: absolute;
  font-size: 22px;
  top: calc(50% - 11px);
  right: 15px;
  color: #eee;
}

.mob_header_box {
  height: 60px;
}

.m_hb_menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: calc(100% - 60px);
  position: fixed;
  top: 60px;
  right: -445px;
  background-color: white;
  z-index: 110;
  -webkit-transition: .8s;
  transition: .8s;
  overflow: auto;
  padding: 0px 0px 0 0px;
  -webkit-box-shadow: inset 3px 2px 38px #dbdbdb;
  box-shadow: inset 3px 2px 38px #dbdbdb;
}

.hide_menu_box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 105;
  display: none;
}

.m_hb_menu .m_search_box {
  width: 100%;
}

.m_hb_menu .m_search_box .m_search {
  width: calc(100% - 60px);
  height: 25px;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  margin-left: 12px;
}

.m_hb_menu .m_search_box .m_search_btn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  background-size: 25px;
  color: #fff;
  font-size: 20px;
}

.m_hb_menu .hb_mu_list {
  margin: 10px 0;
}

.m_hb_menu .hb_mu_list li {
  /*padding: 15px 0;*/
}

.m_hb_menu .hb_mu_list > li {
  color: #333;
  /*padding: 10px 0px;*/
  font-size: 16px;
  border-bottom: 1px dotted #aaa;
}

.m_hb_menu .hb_mu_list > li > ul > li {
  padding-left: 14px;
  background: #2b64af;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #2b64af), to(#0c3469));
  background: linear-gradient(to right, #2b64af 1%, #0c3469 100%);
  border-bottom: 1px solid #5e81af;
  font-size: 16px;
}

.m_hb_menu .hb_mu_list > li > ul > li.clk {
  background: #ffab12;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ffab12), to(#fdcf7a));
  background: linear-gradient(to right, #ffab12 1%, #fdcf7a 100%);
}

.m_hb_menu .hb_mu_list > li.clk a {
  color: #2b64af;
}

.m_hb_menu .hb_mu_list > li a,
.m_hb_menu .hb_mu_list .list_title {
  color: #555;
  font-weight: bold;
  padding-left: 10px;
  padding: 10px 0 10px 10px;
  display: block;
  position: relative;
  width: 100%;
}

.m_hb_menu .hb_mu_list .list_title i {
  position: absolute;
  font-size: 16px;
  right: 10px;
  top: calc(50% - 8px);
  -webkit-transition: .5s;
  transition: .5s;
  color: #aaa;
}

.m_hb_menu .hb_mu_list .list_title.clk i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m_hb_menu .hb_mu_list > li > ul > li > .list_title,
.m_hb_menu .hb_mu_list > li > ul > li > a {
  color: #fff;
}

.m_hb_menu .hb_mu_list > li > ul > li > ul {
  margin-left: -14px;
}

.m_hb_menu .hb_mu_list > li > ul > li > ul > li {
  background: #555;
  padding-left: 14px;
  border-bottom: 1px solid #888;
}

.m_hb_menu .hb_mu_list > li > ul > li > ul > li > a {
  color: #fff;
}

.m_hb_menu .chk_sty {
  display: none;
}

.m_hb_menu .chk_sty + .list_btn {
  position: relative;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

.m_hb_menu .list_com .chk_sty + .list_btn p:after {
  color: #333;
}

.m_hb_menu .chk_sty + .list_btn p {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.m_hb_menu .chk_sty + .list_btn + ul {
  height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  width: auto;
}

.m_hb_menu .chk_sty:checked + .list_btn + ul {
  -webkit-transition: .5s;
  transition: .5s;
  height: auto;
  width: auto;
  color: #a00;
}

@media screen and (min-width: 990px) {
  .mob_header {
    display: none;
  }
  .mob_header_box {
    display: none;
  }
}

.footer_block {
  background: url("/assets/images/background/footer_bg.png") center center repeat;
  padding: 40px 0;
}

.footer_block .ft_logo {
  margin-bottom: 25px;
}

.footer_block .content_txt {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.footer_block .ft_title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.footer_block .inf_list li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.footer_block .ft_mu li {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  width: 120px;
}

.footer_block .ft_mu li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_block .ft_mu li a:hover {
  color: #4da0d1;
}

.go_top_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background: #111111;
  color: #fff;
  border: none;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}

.copy_box {
  width: 100%;
  background: #333333;
  color: #aaaaaa;
  padding: 30px 0;
  border-top: 1px solid #686868;
  line-height: 22px;
}

.copy_box .copyright a {
  text-decoration: underline;
  color: #2eb6a9;
}

.copy_box .terms_box a {
  color: #3b60c9;
  padding: 0 15px;
  border-right: 1px solid #3b60c9;
}

.copy_box .terms_box a:last-child {
  border: none;
}

@media screen and (min-width: 768px) {
  .copy_box .terms_box {
    text-align: right;
  }
}

.index {
  background: url("/assets/images/background/slash_bg.png") center center repeat;
}

.index .idx_news_pic {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.index .idx_news_pic img {
  width: 100%;
}

.index .news_block {
  margin-bottom: 40px;
}

.index .idx_news_block {
  padding: 40px 0;
  background: url("/assets/images/background/idx_news_bgc.jpg") center center no-repeat;
  background-size: cover;
}

.index .idx_news_block .news_block {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.index .spot_light_block {
  margin-bottom: 30px;
}

.index .spot_light_block .spot_light_txt {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #555;
  margin-bottom: 30px;
}

.index .global_partner_block {
  margin: 40px;
}

@media screen and (max-width: 768px) {
  .index .global_partner_block {
    margin: 15px;
  }
}

.index .idx_spot_light_block {
  background: url("/assets/images/background/slash_bg.png") center center repeat;
  padding: 30px 0;
}

.index .idx_global_partner_block {
  background: url("/assets/images/background/global_partner_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.carousel-indicators .active {
  background: #3b60c9;
}

.block_title_center {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.block_title_center p {
  font-size: 26px;
  color: #333;
  margin-bottom: 15px;
}

.block_title_center span {
  color: #3b60c9;
  font-size: 16px;
  font-style: italic;
  position: relative;
}

.block_title_center span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -55px;
  width: 40px;
  height: 1px;
  background: #dcdcdc;
}

.block_title_center span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -55px;
  width: 40px;
  height: 1px;
  background: #dcdcdc;
}

.news_list_block li a {
  position: relative;
  display: block;
  padding: 10px 95px 10px 20px;
  border-bottom: 1px dotted #aaa;
  color: #7d7d7d;
  -webkit-transition: .3s;
  transition: .3s;
}

.news_list_block li a:hover {
  background: #f4fbff;
}

.news_list_block li a .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  height: 16px;
}

.news_list_block li a .time {
  font-size: 16px;
  position: absolute;
  right: 5px;
  color: #3b60c9;
  padding-left: 6px;
  border-left: 2px solid #555;
  top: calc(50% - 7px);
  line-height: 16px;
}

.news_list_block li a:before {
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #3b60c9;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 5px;
  -webkit-box-shadow: 2px 2px 7px #eee;
  box-shadow: 2px 2px 7px #eee;
}

.more_btn_b {
  width: 100%;
  display: block;
  margin: 30px auto 15px auto;
  max-width: 150px;
  background: #3b60c9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.more_btn_b:hover {
  color: #fff;
  background: #254aaf;
}

.banner_block {
  padding: 0;
  background: url("/assets/images/background/idx_banner_bg.jpg") center center no-repeat;
  background-size: cover;
}

.banner_block img {
  width: 100%;
}

.carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.spot_light_card {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.567567567%;
  overflow: hidden;
  margin-bottom: 25px;
}

.spot_light_card img {
  width: 100%;
}

.spot_light_card .hv_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 67.567567567%;
  background: rgba(59, 96, 201, 0.8);
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.spot_light_card .hv_box i {
  font-size: 90px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 33px);
}

.spot_light_card .hv_box label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.spot_light_card .hv_box label .name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.spot_light_card .hv_box label .date {
  display: block;
  font-size: 14px;
}

.spot_light_card .hv_box:hover {
  opacity: 1;
}

.idx_content_box {
  width: 100%;
}

.block_title_bar {
  position: relative;
  padding: 12px 0;
  margin-bottom: 25px;
  font-weight: bold;
}

.block_title_bar .title {
  font-size: 22px;
  color: #333;
  border-bottom: 2px solid #555;
  display: inline;
  padding-bottom: 15px;
}

.block_title_bar .title span {
  color: #3b60c9;
  font-size: 18px;
}

.block_title_bar .more_btn {
  position: absolute;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: calc(50% - 15px);
  padding: 10px 15px;
  border: none;
  color: #fff;
  background: #3b60c9;
}

.block_title_bar .more_btn:hover {
  -webkit-box-shadow: 2px 2px 7px #eee;
  box-shadow: 2px 2px 7px #eee;
}

.global_partner_card {
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
}

.global_partner_card .fa-arrow-circle-o-right {
  position: absolute;
  font-size: 22px;
  bottom: -11px;
  left: calc(50% - 11px);
  color: #e5e5e5;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.global_partner_card .pic_border {
  width: 100%;
  border: 1px solid #d9dee7;
  padding: 5px;
  margin-bottom: 15px;
}

.global_partner_card .pic_border .pic_box {
  width: 100%;
  height: 0;
  padding-bottom: 65.384615384%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #eeeeee;
}

.global_partner_card .pic_border .pic_box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.global_partner_card .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1px;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 20px;
  color: #3b60c9;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

.global_partner_card .inf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3px;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 60px;
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
}

.global_partner_card:hover .fa-arrow-circle-o-right {
  color: #3b60c9;
}

@media screen and (max-width: 768px) {
  .news_list_block li a .time {
    position: relative;
    margin-bottom: 5px;
    border: none;
    padding: 0;
    display: block;
  }
  .block_title_bar .title {
    margin-bottom: 10px;
    display: block;
  }
  .block_title_bar .more_btn {
    position: relative;
    display: block;
    text-align: center;
  }
}

.company {
  background: url(/assets/images/background/slash_bg.png) center center repeat;
}

.page_cont_block {
  background: #fff;
  padding: 15px;
}

/*麵包屑*/
.bread_crumbs {
  width: 100%;
  margin: 20px 0 20px 0;
}

.bread_crumbs ul > li {
  font-size: 15px;
  color: #7d7d7d;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}

.bread_crumbs ul > li:after {
  content: '>';
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 15px;
  color: #003e7e;
}

.bread_crumbs ul > li:last-child:after {
  content: '';
}

.bread_crumbs ul > li a {
  color: #003e7e;
  text-decoration: none;
  text-decoration: underline;
}

.text_editor_block {
  width: 100%;
  padding: 15px 0;
}

.text_editor_block img {
  max-width: 100%;
}

.left_mu_block .mu_list li a {
  color: #7d7d7d;
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: relative;
}

.left_mu_block .mu_list li a p {
  font-size: 18px;
  margin-bottom: 5px;
}

.left_mu_block .mu_list li a span {
  font-size: 14px;
}

.left_mu_block .mu_list li:hover a {
  color: #003e7e;
}

.download .rwd_table {
  width: 100%;
  border: 0px solid #333;
  border-collapse: collapse;
  color: #7d7d7d;
  font-size: 16px;
}

.download .rwd_table .file_name i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #3b60c9;
  margin-right: 10px;
}

.download .rwd_table .download_btn {
  color: #3b60c9;
  cursor: pointer;
}

.download .rwd_table th,
.download .rwd_table td {
  border: 0px solid #333;
  padding: 2px 4px;
  text-align: center;
}

.download .rwd_table th {
  padding: 10px;
  font-size: 16px;
  color: #003e7e;
  font-weight: bold;
  border-bottom: 2px solid #003e7e;
}

.download .rwd_table td {
  padding: 15px 10px;
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edeff3));
  background: linear-gradient(to bottom, #fff 0%, #edeff3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c1', endColorstr='$c2', GradientType=0);
}

@media screen and (max-width: 768px) {
  .download .rwd_table tr {
    border: 1px solid #aaa;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .download .rwd_table th {
    display: none;
  }
  .download .rwd_table td {
    display: block;
    border: none;
    position: relative;
    padding-left: 100px;
    text-align: left;
  }
  .download .rwd_table td:before {
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 10px;
  }
}

.pagination_box {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.pagination_box .pages_number > li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  border: 1px solid #d9dee7;
}

.pagination_box .pages_number > li.clk a, .pagination_box .pages_number > li:hover a {
  display: block;
  color: #3b60c9;
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e4ea));
  background: linear-gradient(to bottom, #fff 0%, #e0e4ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c1', endColorstr='$c2', GradientType=0);
}

.pagination_box .pages_number > li a {
  text-decoration: none;
  color: #333;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.news_list {
  background: url(/assets/images/background/slash_bg.png) center center repeat;
}

.news_detailed .block_title_bar span {
  display: block;
  color: #aaa;
  font-size: 14px;
  margin-top: 5px;
}

.spot_light .photo_hide {
  display: none;
}

.global_partner .global_partner_card {
  margin-bottom: 25px;
  -webkit-box-shadow: 2px 2px 7px #eee;
  box-shadow: 2px 2px 7px #eee;
  padding: 10px 10px 20px 10px;
}

.endorsement_card {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 7px #eee;
  box-shadow: 2px 2px 7px #eee;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 10px;
}

.endorsement_card .logo_box {
  float: left;
  width: 30%;
  text-align: center;
  position: relative;
  height: 140px;
}

.endorsement_card .logo_box img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.endorsement_card .inf_block {
  float: left;
  width: 70%;
}

.endorsement_card .inf_block .card_li {
  margin-bottom: 15px;
}

.endorsement_card .inf_block .card_li .title {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #555;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  line-height: 20px;
}

.endorsement_card .inf_block .card_li p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 95px);
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .endorsement_card .logo_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .endorsement_card .inf_block {
    border-top: 1px solid #eee;
    padding-top: 10px;
    width: 100%;
  }
}
/*# sourceMappingURL=obj_sty.css.map */