
body {
  background: #fff;
}

/* list */
.list-block-inner {
  display: flex;
}
.mod-header {
  position: relative;
}
.mod-header::after {
  content: '';
  height: 5px;
  display: block;
  background-image: url(http://www.asean-china-center.org/resources/img/bg_top.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.mod-tag {
  font-size: 18px;
  color: #000;
  line-height: 43px;
  width: 180px;
  /* text-align: center; */
  /* font-style: italic; */
  /* background: #1d5ac9; */
  /* background: url(http://www.asean-china-center.org/resources/img/bg_hd.png) top center no-repeat; */
  /* background: url(http://www.asean-china-center.org/resources/img/bg_tag.png) no-repeat; */
  line-height: 30px;
  padding: 0 0 3px 20px;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.mod-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 10px;
  border-left: 4px solid #a40f17;
}

.mod-menu {
  float: left;
  width: 180px;
  margin-right: 20px;
}

.mod-menu .menu_list {
  /* text-align: right; */
  margin-top: 20px;
}

/* .mod-menu .menu_list li {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0;
    padding-left: 20px;
    border-left: 6px solid #fff;
}

.mod-menu .menu_list .active {
    border-left-color: #1d5ac9;
}

.mod-menu .menu_list .active a {
    color: #1d5ac9;
    font-weight: bold;
} */

.mod-menu .menu_list li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
  padding-left: 20px;
  position: relative;
}

.mod-menu .menu_list .active>a {
  color: #000;
  font-weight: 500;
}
.mod-menu .menu_list a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #a40f17;
  margin-top: -3px;
}

.mod-menu .menu_list .sub_menu_list {
  padding-left: 20px;
}

.mod-menu .menu_list .sub_menu_list .active a {
  border-left-color: #fff;
}

.mod-list {
  float: left;
  width: 800px;
  min-height: 900px;
}

.breadcrumb {
  overflow: hidden;
  background: transparent;
  padding-top: 2px;
}

.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 16px;
}

.breadcrumb li a,
.breadcrumb li a:visited {
  color: #999;
}

.breadcrumb li a:hover {
  color: #1d5ac9;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  content: ">";
}

.mod-items {
  overflow: hidden;
}

.mod-items .title {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.mod-items .summary {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: 6px;
}

.mod-items .summary a {
  color: #1d5ac9;
}

.mod-items .tool {
  color: #777;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  text-align: right;
}

.mod-items .item-b {
  overflow: hidden;
}

.mod-items .item-b .i_img {
  float: left;
  height: 150px;
  width: 200px;
  overflow: hidden;
  margin-right: 20px;
}

.mod-items .item-b .i_img img {
  width: 100%;
  height: 100%;
  /* max-width: 100%; */
  /* max-height: 100%; */
  object-fit: cover;
}

.mod-items .item-b .i_txt {
  overflow: hidden;
  height: 150px;
  position: relative;
}

.mod-items .item-a,
.mod-items .item-b {
  border-top: 1px solid #f3f3f3;
  padding: 15px 0;
  margin-top: -1px;
}

.mod-items .pic {
  margin-bottom: 10px;
}


#pages {
  overflow: hidden;
  margin: 40px 0;
}

#pages .a1:first-child {
  color: #444 !important;
  border: none !important;
  cursor: unset;
  padding: 0;
  margin-right: 5px;
}

#pages a {
  color: #1d5ac9;
  display: inline-block;
  margin: 0 3px;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  border: 1px solid #1d5ac9;
  border-radius: 3px;
  padding: 0 8px;
}

#pages span {
  color: #fff;
  display: inline-block;
  margin: 0 3px;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  border: 1px solid #1d5ac9;
  border-radius: 3px;
  padding: 0 8px;
  background-color: #1d5ac9;
}

/* 分页 */

.mod-pagination {
  overflow: hidden;
  margin: 40px 0;
}

.mod-pagination li {
  display: inline-block;
  margin: 0 3px;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  border: 1px solid #1d5ac9;
  border-radius: 3px;
}

.mod-pagination li a {
  display: inline-block;
  color: #1d5ac9;
  padding: 0 8px;
}

.mod-pagination .first_page a,
.mod-pagination .end_page a,
.mod-pagination .next_page a {
  padding: 0 15px;
}

.mod-pagination li.selected {
  background-color: #1d5ac9;
}

.mod-pagination li.selected a {
  color: #fff;
}

.mod-pagination li.disabled {
  background-color: #f9f9f9;
  border-color: #dcdcdc;
}

.mod-pagination li.disabled a {
  color: #ccc;
  cursor: not-allowed;
}


/* article */


/* 正文区 */

.mod-content {
  margin: 20px 0 80px;
  color: #444;
}

.mod-content .content_title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 7px;
  line-height: 36px;
  /*max-height: 72px;*/
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}

.mod-content .content_tool {
  margin: 20px 0;
  overflow: hidden;
  display: flex;
  line-height: 24px;
}

.mod-content .content_tool span {
  float: left;
  font-size: 14px;
  color: #777;
  margin-right: 80px;
}

.mod-content .content_summary {
  position: relative;
  text-indent: 76px;
  font-size: 16px;
  line-height: 30px;
  background-color: #fafafa;
  padding: 20px;
  margin-top: 20px;
  min-height: 30px;
  display: none;
}

.mod-content .content_summary:before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: '摘要';
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #b9a272;
  text-indent: 0;
  text-align: center;
  font-size: 14px;
}

.mod-content .content_con {
  margin-top: 20px;
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
}

.mod-content .content_con p {
  text-indent: 2em;
  margin: 15px 0;
}

.mod-content .content_con ol p,
.mod-content .content_con ul p {
  text-indent: 0;
}

.mod-content .content_con ol li {
  list-style: decimal;
  margin-left: 40px;
}

.mod-content .content_con ul li {
  list-style-type: disc;
  margin-left: 40px;
}

.mod-content .content_con img {
  max-width: 70%!important;
  height: inherit !important;
  margin: 15px auto;
  display: block;
}

.mod-content .content_con video {
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
  display: block;
}

.mod-content .content_con .img_alt {
  margin-bottom: 15px;
  text-align: center;
  font-size: 12px;
  text-indent: 0;
  margin-top: -10px;
}

.mod-content .content_con blockquote {
  border-left: 2px solid blue;
  margin: 0;
  padding: 0 10px;
}

.mod-content .content_con blockquote p {
  margin: 0;
  line-height: 2;
  text-indent: 0;
}

.mod-content .content_con span[data-scene="sup"] {
  vertical-align: super;
}

.mod-content .content_con span[data-scene="sub"] {
  vertical-align: sub;
}

/* .mod-content .content_con em,
.mod-content .content_con strong {
  font-style: normal;
  font-weight: normal;
} */

/* .mod-content .content_con em[data-scene="strong"] {
  font-weight: bold;
} */

#video {
  width: 400px;
  height: 480px;
  margin: 0 auto;
}

#video iframe {
  width: 100%;
  height: 100%;
}

.mod-contentList {
  margin-bottom: 30px;
}

.mod-contentList .hd {
  margin-bottom: 10px;
  color: #333;
}

.mod-contentList .hd strong {
  font-style: normal;
  border-left: 6px solid #1d5ac9;
  padding-left: 15px;
}

.mod-contentList .ywnews_list li::before {
  top: 18px;
}

.mod-contentList .ywnews_list a {
  color: #444;
  font-size: 16px;
  line-height: 35px;
  margin-left: -50px;
  overflow: hidden;
  height: 35px;
}

.mod-contentList .ywnews_list a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

.mod-contentList .ywnews_list a:hover {
  color: #1d5ac9;
}

.mod-content #pages {
  text-align: center;
}

.mod-contentList .hd {
  font-size: 20px;
}

/* search */

.mod-search {
  overflow: hidden;
}

.mod-search input {
  height: 38px;
  width: 480px;
  border: 1px solid #b8b8b8;
  border-right: none;
  padding: 0 10px;
  float: left;
}

.mod-search button {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #1d5ac9;
  text-align: center;
  border: none;
  font-size: 16px;
}



/* 搜索无结果 */

.no_results_box {
  margin: 90px 0;
  display: none;
}

.no_results_box .nr_mixin {
  overflow: hidden;
}

.no_results_box .nr_img {
  float: left;
  width: 100px;
  height: 100px;
  background-image: url(http://www.asean-china-center.org/resources/img/bg_search_results.png);
  background-repeat: no-repeat;
  margin-right: 30px;
}

.no_results_box .nr_txt {
  float: left;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.no_results_box .nr_txt .nr_title {
  font-size: 28px;
  color: #333;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: normal;
}


/* 404 */

.error {
  min-height: 900px;
  overflow: hidden;
}

.error .el,
.error .er {
  float: left;
  margin-top: 120px;
  color: #333;
}

.error .el {
  width: 500px;
  margin-right: 50px;
}

.error .el img {
  width: 100%;
  /* object-fit: cover; */
}

.error .er {
  padding-top: 20px;
}

.error .er em {
  font-style: normal;
  margin-right: 5px;
}

.error .er a {
  color: #1d5ac9;
  margin-left: 5px;
}

.error .er strong {
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
}


/* 关于我们 */

.us {
  color: #333;
  padding: 30px 0 50px;
  /* font-family: '宋体'; */
  width: 800px;
  overflow: hidden;
}

.us .us-body-4 video {
  max-width: 744px;
}

.us .us-body-6 .list li,
.english .us .us-body-5 .list li {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}

.us .us-body-6 .list li a,
.english .us .us-body-5 .list li a {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 14px;
}

.us .title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
  color: #000;
}

.us h5.title {
  font-size: 16px;
}

.us .content {
  font-size: 14px;
  line-height: 30px;
}

.us .content p {
  margin-bottom: 15px;
  text-indent: 2em;
}

.us .content .tr {
  text-align: right;
}

.us .content img {
  max-width: 100%;
  margin: 15px auto;
  display: block;
}

.us [class^="us-body-"] {
  display: none;
}

.us .pro_list {
  overflow: hidden;
}

.us .pro_list li {
  float: left;
  width: 30%;
  text-align: center;
  margin: 0 10%;
  height: 150px;
}

.us .pro_list li p {
  margin-bottom: 10px;
}

.us .pro_list li h5 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.table {
  /* font-family: '宋体'; */
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  border-spacing: 0;
}

.table td,
.table th {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.table th {
  color: blue;
  font-weight: bold;
  line-height: 24px;
  padding: 6px 0;
}

.table .th1 {
  width: 70px;
}

.table .th2 {
  width: 85px;
}

.table .th6 {
  width: 100px;
}

.table .th7 {
  width: 120px;
}

.table .th3 {
  width: 76px;
}

.table .th5 {
  width: 75px;
}

.us_english .table .th3 {
  width: 90px;
}

.us_english .table .th5 {
  width: 140px;
}


.contacUs {
  padding: 27px 0 50px;
  color: #333;
  /* font-family: '宋体'; */
}

.contacUs p {
  margin-bottom: 15px;
  text-indent: 2em;
}

.contacUs .tr {
  text-align: right;
}

.contacUs img {
  max-width: 100%;
  margin: 15px auto;
  display: block;
}

.contacUs span {
  /* color: #1d5ac9; */
  font-weight: bold;
  color: #333;
}

/* 2x */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

  .mod-carouFredSel-a .carouFredSel_opts a,
  #certify .swiper-button-prev,
  #certify .swiper-button-next {
    background-image: url(http://www.asean-china-center.org/resources/img/bg_focus_btn_@2.png);
    background-size: 161px auto;
  }

  .mod-topHeader .search button {
    background-image: url(http://www.asean-china-center.org/resources/img/search2@2.png);
    background-size: 19px auto;
  }

  .no_results_box .nr_img {
    background-image: url(http://www.asean-china-center.org/resources/img/bg_search_results@2.png);
    background-size: 100% auto;
  }

  #slideBar a {
    background-image: url(http://www.asean-china-center.org/resources/img/bg_top_icon@2.png);
    background-size: 62px auto;
  }
}

.english .mod-topHeader .logo {
  margin-right: 0;
}

.english .mod-topHeader .mod-nav .nav_list {
  margin-left: -12px;
}

.english .mod-topHeader .mod-nav .nav_list li {
  margin-left: 11px;
}


.mod-block-8 {
  margin-top: 40px;
}

.mod-block-8 .hd {
  color: #fff;
  text-align: center;
}

#certify {
  position: relative;
  margin-top: 40px;
}

#certify .swiper-container {
  padding-bottom: 50px;
}

#certify .swiper-slide {
  position: relative;
  width: 570px;
  height: 318px;
  background: #fff;
  /* box-shadow: 0 8px 30px #ddd; */
}

#certify .swiper-slide img {
  display: block;
  width: 570px;
  height: 318px;
  object-fit: cover;
}

#certify .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 50px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 18px;
}

#certify .swiper-slide p .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 10px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #fff;
  background-color: #1d5ac9;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
  width: 40px;
  height: 70px;
  margin-top: -35px;
  background-image: url(http://www.asean-china-center.org/resources/img/bg_focus_btn.png);
  background-repeat: no-repeat;
  background-size: 161px auto;
}

#certify .swiper-button-prev {
  left: 0;
  background-position: 0 0
}

#certify .swiper-button-prev:hover {
  background-position: -41px 0;
}

#certify .swiper-button-next {
  right: 0;
  background-position: -121px 0
}

#certify .swiper-button-next:hover {
  background-position: -81px 0;
}
.mod-content .content_transform {
  display: flex;
  align-items: center;
}
.mod-content .content_transform:hover i {
  color: #1d5ac9;
}
.mod-content .content_transform svg {
  width: 14px;
  height: 14px;
}
.mod-content .content_transform svg,
.content_transform i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #777;
  margin: 0 2px;
  font-size: 14px;
}

.mod-content .video {
  display: block;
  background-color: #000;
}
.mod-content .video::after {
  display: none;
}

.mod-content .video video {
  max-width: 100%;
  width: 100%;
}

.mod-content .video iframe {
  width: 100%;
  height: 100%;
}

#video {
  width: 400px;
  height: 480px;
  margin: 0 auto;
}

#video iframe {
  width: 100%;
  height: 100%;
}

.mod-video-list ul {
  margin-left: -20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.mod-video-list li {
  float: left;
  width: 230px;
  margin-left: 20px;
}

.mod-video-list li .img-items {
  display: block;
}

.mod-video-list li .img-item {
  position: relative;
  height: 172px;
}

.mod-video-list .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.mod-video-list li .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mod-video-list li .txt-item {
  margin: 15px 0;
}

.mod-video-list li .txt-item h4 {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.mod-video-list .hd {
  margin-bottom: 10px;
  color: #333;
}

.mod-video-list .hd strong {
  font-style: normal;
  border-left: 6px solid #1d5ac9;
  padding-left: 15px;
}

.mod-video-list a:hover .icon {
  opacity: .8;
}

@media screen and (max-width: 750px) {
  .list-block-inner {
    flex-direction: column;
    padding: 0 10px;
  }
  .mod-tag {
    background: none;
    width: inherit;
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-style: normal;
    text-align: left;
    color: #000;
    display: none;
  }
  .mod-menu {
    float: none;
    width: 100%;
  }
  .mod-menu .menu_list {
    white-space: nowrap;
    overflow-y: auto;
    margin-top: 0;
  }
  .mod-menu .menu_list li {
    display: inline-block;
  }
  .mod-menu .menu_list li a {
    padding-left: 0;
    margin: 0 10px 0 0;
    border: none;
  }
  .mod-menu .menu_list .active > a {
    border-left: none;
    padding-left: 0;
    margin: 0 10px 0 0;
    border-bottom: 2px solid #1d5ac9;
  }
  .breadcrumb {
    display: none;
  }
  .mod-list {
    width: 100%;
    min-height: 500px;
  }
  .mod-items .summary {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .article-block-inner {
    padding: 0 10px;
  }
  .mod-content {
    margin-bottom: 0;
  }
  .mod-content .content_title {
    font-size: 26px;
    text-align: left;
  }
  .mod-content .content_tool {
    display: block;
    line-height: 24px;
    /* justify-content: space-between; */
  }
  .mod-content .content_tool span {
    font-size: 12px;
    float: none;
    margin-right: 15px;
    display: inline-block;
  }
  .mod-content .content_tool .content_transform {
    height: 24px;
    display: inline-block;
    /* display: flex; */
    /* align-items: center; */
    /* float: right; */
  }
  .mod-content .content_tool .content_transform i {
    font-size: 12px;
  }
  .mod-content .content_tool .content_transform svg {
    width: 12px;
    height: 12px;
  }
  .mod-content .content_con {
    font-size: 18px;
    /* line-height: 30px; */
    line-height: 1.7;
    text-align: justify;
  }
  .mod-contentList {
    padding: 0 10px;
  }
  .mod-contentList .ywnews_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
  .mod-contentList .ywnews_list a span:first-child {
    margin-left: 0;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mod-contentList .ywnews_list a .date {
    font-size: 12px;
    white-space: nowrap;
    width: 100px;
    text-align: right;
    flex-shrink: 0;
    margin-left: 0;
  }
  .mod-content .content_con img {
    max-width: 100%!important;
    height: inherit !important;
  }
  .mod-search {
    display: flex;
    margin-top: 20px;
  }
  .mod-search input {
    flex: 1;
    width: auto;
  }
  .mod-search button {
    height: 38px;
    line-height: 38px;
  }
  .mod-items .item-b .i_img {
    width: 150px;
    height: 112px;
    margin-right: 10px;
  }
  .error-block-inner {
    padding: 0 10px;
  }
  .error-block-inner .error {
    min-height: 500px;
  }
  .error-block-inner .error .el,
  .error-block-inner .error .er {
    float: none;
    width: inherit;
    margin: 50px 0 0;
    text-align: center;
  }
  .error-block-inner .error .el img {
    width: 80%;
    margin: 0 auto;
  }
  .mod-menu .menu_list a::before {
    display: none;
  }
}