@charset "UTF-8";
/* sub_color */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  background: url(../images_peo/bg.jpg) no-repeat;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: .3s;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  font-family: 'Microsoft JhengHei', 'Open Sans', sans-serif;
}

.unreset {
  line-height: 1.9em;
  font-size: 19px;
  word-break: break-all;
}

.unreset img {
  max-width: 100%;
  height: auto !important;
}
.unreset table{
  margin:auto !important;
}
.container {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.clearfloat {
  clear: both;
}
.unreset:after {
    content:"";
    display:block;
    clear: both;
}
/*========== breadCrumb ==========*/
.breadCrumb {
  margin: 5px 0 0 0;
  display: inline-block;
}
.breadCrumb li {
  display: inline-block;
  color: #333;
  font-size: 17px;
}
.breadCrumb li a {
  color: #333;
  font-size: 17px;
  display: inline-block;
}
.breadCrumb li a:hover {
  color: #4696d1;
}
.breadCrumb li:after {
  content: '>';
  color: #ff0000;
  font-weight: bold;
  margin: 0 2px;
}
.breadCrumb li:first-child:before {
  content: "\f041";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 18px;
  color: #ff0000;
  margin-right: 2px;
}
.breadCrumb li:last-child {
  display: inline-block;
}
.breadCrumb li:last-child:after {
  content: '';
  margin: 0;
}

/*========== pagination ==========*/
.pagination {
  display: inline-block;
  width: calc( 100% - 210px);
  margin-top: 15px;
}
.pagination li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}
.pagination li a {
  text-align: center;
}
.pagination li.number a {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  color: #444;
  background: #e5e5e5;
  line-height: 34px;
  transition: .3s;
  display: inline-block;
  font-size: 19px;
}
.pagination li.number a:hover {
  background: #444;
  color: #fff;
}
.pagination li.number.active a {
  background: #444;
  color: #fff;
}
.pagination .pagination-select {
  font-size: 14px;
  height: 30px;
  vertical-align: bottom;
  margin-left: 5px;
}

header {
  position: relative;
}
header .top-area {
  padding: 25px 20px;
}

/*========== logo ==========*/
.logo-box {
  display: inline-block;
  vertical-align: bottom;
  width: 720px;
}
.logo-box .logo {
  display: inline-block;
}
.logo-box .logo a {
  display: inline-block;
}
.logo-box .logo a.img img {
  display: block;
  max-width: 100%;
}

.header-search {
  width: 300px;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
.header-search input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #444;
  height: 35px;
  padding: 5px;
  transition: .3s;
  font-size: 19px;
}
.header-search input:focus {
  outline: none;
  border-color: #4696d1;
}
.header-search button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #444;
  font-size: 20px;
  transition: .3s;
  cursor: pointer;
}
.header-search button:focus {
  color: #4696d1;
}

.social-btn {
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
}
.social-btn .btn {
  display: inline-block;
  margin-left: 3px;
}
.social-btn .btn a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images_peo/social-icon.png) no-repeat;
  text-indent: -9999999px;
}
.social-btn .btn.fb-btn a {
  background-position: left top;
}
.social-btn .btn.fb-btn a:hover {
  background-position: left bottom;
}
.social-btn .btn.youtube-btn a {
  background-position: center top;
}
.social-btn .btn.youtube-btn a:hover {
  background-position: center bottom;
}
.social-btn .btn.home-btn a {
  background-position: right top;
}
.social-btn .btn.home-btn a:hover {
  background-position: right bottom;
}

.change-identity-btn {
  position: absolute;
  right: 20px;
  top: 5px;
}
.change-identity-btn a {
  background: #7fd5ff;
  background: -webkit-linear-gradient(legacy-direction(top), #7fd5ff 0%, #32baff 100%);
  background: linear-gradient(to bottom, #7fd5ff 0%, #32baff 100%);
  display: inline-block;
  padding: 13px 15px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.7);
  transition: .3s;
}
.change-identity-btn a:before {
  content: "\f0c0";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 17px;
  color: #fffa7f;
  margin-right: 5px;
}
.change-identity-btn:hover a {
  background: #4696d1;
  background: -webkit-linear-gradient(legacy-direction(top), #DE9244 0%, #DE9244 100%);
  background: linear-gradient(to bottom, #DE9244 0%, #DE9244 100%);
}

/*========== main menu ==========*/
.main-menu ul {
  display: flex;
}
.main-menu ul li {
  -webkit-flex: 1;
  flex:1;
}
.main-menu ul li a {
  padding: 19px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}
.main-menu ul li a:hover {
  background: #ebebeb;
  color: #DE9244;
}
.main-menu ul li a:hover:before {
  color: #DE9244;
}
.main-menu ul li a:before {
  font-family: "FontAwesome";
  color: #f7cea4;
  display: inline-block;
  font-size: 19px;
  margin-right: 5px;
  font-weight: normal;
}
.main-menu ul li.menu_about a:before {
  content: "\f007";
}
.main-menu ul li.menu_news a:before {
  content: "\f279";
}
.main-menu ul li.menu_activity-tidbits a:before {
  content: "\f030";
}
.main-menu ul li.menu_health-education a:before {
  content: "\f004";
}
.main-menu ul li.menu_seminar a:before {
  content: "\f0b0";
}
.main-menu ul li.menu_faq a:before {
  content: "\f2c4";
}
.main-menu ul li.menu_registered a:before {
  content: "\f0c9";
}
.main-menu ul li.menu_download a:before {
  content: "\f0ed";
}
.main-menu ul li.menu_donate a:before {
  content: "\f067";
}
.main-menu ul li.menu_contact a:before {
  content: "\f0e0";
}
.main-menu ul li.active a {
  background: #ebebeb;
  color: #DE9244;
}
.main-menu ul li.active a:before {
  color: #DE9244;
}
.main-menu ul:after {
  content: "";
  display: block;
  clear: both;
}
.main-menu.header-menu {
  background: #efad6a;
}

footer {
  padding-bottom: 30px;
  text-align: right;
  text-align: center;
  background: #efad6a;
}
footer p {
  margin-bottom: 10px;
}
footer .copyright {
  font-size: 17px;
  color: #fefefe;
  margin-bottom: 10px;
  margin-top: 5px;
}
footer .iware {
  font-size: 14px;
  color: #f7cea4;
}
footer .iware a {
  color: #f7cea4;
}
footer .iware a:hover {
  text-decoration: underline;
}

atricle:after {
  content: "";
  display: block;
  clear: both;
}

.top-section:after {
  content: "";
  display: block;
  clear: both;
}

.left-section {
  float: left;
  width: 270px;
  position: relative;
}

.right-section {
  float: left;
  width: calc(100% - 270px);
}

.banner-block {
  position: relative;
}
.banner-block .pic img {
  display: block;
}
.banner-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 150px;
  background: url(../images_peo/member-shadow.png) no-repeat;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.totop {
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 100px;
  right: -100%;
  transition: .5s;
}
.totop a {
  background: #a25d16;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: bold;
}
.totop a:hover {
  background: #20bdc3;
}
.totop.fixed {
  right: 0;
}

/*===== page main =====*/
/*===== page main section =====*/
/*===== aside =====*/
.aside-menu {
  /* background: url(../images_peo/aside-bg.jpg); */
  background: #f6f6f6;
}
.aside-menu ul li a {
  position: relative;
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid #fff;
  color: #444;
  font-weight: bold;
  font-size: 19px;
}
.aside-menu ul li a:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #999;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
}
.aside-menu ul li:hover a:before, .aside-menu ul li.active a:before {
  background: #DE9244;
}

/*===== main content =====*/
/*===== page title  =====*/
.page-title {
  padding: 10px 30px;
  max-height: 55px;
}
.page-title .title {
  color: #444;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  display: inline-block;
}
.page-title .title:before {
  content: "";
  display: inline-block;
  background: url(../images_peo/page-title-icon.png) no-repeat;
  width: 36px;
  height: 31px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.page-title .breadCrumb {
  float: right;
  margin-top: 10px;
}
.page-title:after {
  content: "";
  display: block;
  clear: both;
}

/*===== content title  =====*/
.content-title {
  font-weight: bold;
  font-size: 20px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.content-title:before {
  content: "";
  display: inline-block;
  background: url(../images_peo/page-atricel-title-icon.png) no-repeat;
  width: 23px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.page-atricle:after {
  content: "";
  display: block;
  clear: both;
}

/*===== atricle-info  =====*/
.page-atricle-info {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 8px 10px;
  margin-bottom: 15px;
}
.page-atricle-info .box {
  margin-right: 15px;
  display: inline-block;
  font-size: 19px;
}
.page-atricle-info .box .title {
  display: inline-block;
  font-weight: bold;
  color: #444;
}
.page-atricle-info .box .content {
  display: inline-block;
}
.page-atricle-info .box.sort .content {
  color: #ff0000;
}
.page-atricle-info .box.date .content {
  color: #fc834d;
}
.page-atricle-info .box.organizer .content {
  color: #444;
}
.page-atricle-info .box.author .content {
  color: #4696d1;
}
.page-atricle-info .box.tag .content a {
  color: #DE9244;
}
.page-atricle-info .box.tag .content a:hover {
  text-decoration: underline;
}
.page-atricle-info .box.tag .content a:after {
  content: "、";
  display: inline-block;
}
.page-atricle-info .box.tag .content a:last-child:after {
  content: "";
}

/*===== page content  =====*/
.page-content {
  background: url(../images_peo/page-content-bg.jpg) no-repeat top center;
  padding: 40px 50px;
}

/*===== top & before =====*/
.otherclick {
  display: inline-block;
  width: 200px;
  margin-top: 15px;
  text-align: right;
  float: right;
}
.otherclick .box {
  display: inline-block;
  margin-left: 5px;
}
.otherclick .box a {
  display: block;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 17px;
  border: 1px solid transparent;
}
.otherclick .box.before-box a {
  background: #fff;
  color: #444;
  border-color: #ebebeb;
}
.otherclick .box.before-box:hover a {
  background: #DE9244;
  color: #fff;
  border-color: #DE9244;
}
.otherclick .box.home-box a {
  background: #444;
  color: #f7cea4;
  border-color: #444;
}
.otherclick .box.home-box:hover a {
  background: #f7cea4;
  color: #a75b0e;
  border-color: #f7cea4;
}

/*===== form =====*/
form {
  color: #444;
}
form .box {
  margin-bottom: 12px;
  font-size: 17px;
  color: #444;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"] {
  border: solid 1px #ccc;
  background: #f5f5f5;
  height: 45px;
  padding: 10px;
  width: 100%;
  transition: .3s;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus {
  outline: none;
  background: #f0faff;
}
form textarea {
  border: solid 1px #ccc;
  background: #f5f5f5;
  padding: 10px;
  width: 100%;
  transition: .3s;
  resize: none;
}
form textarea:focus {
  outline: none;
  background: #f0faff;
}
form select {
  border: solid 1px #ccc;
  background: #f5f5f5;
  height: 45px;
  padding: 10px;
  width: 100%;
}
form .must {
  color: #ff0000;
  margin-left: 5px;
}
form button.btn {
  background: none;
  border: none;
  display: inline-block;
  margin-right: 5px;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 17px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .3s;
}
form button.btn.black-btn {
  background: #444;
  color: #f7cea4;
  border-color: #444;
}
form button.btn.black-btn:hover {
  background: #f7cea4;
  color: #a75b0e;
  border-color: #f7cea4;
}
form button.btn.white-btn {
  background: #fff;
  color: #444;
  border-color: #ebebeb;
}
form button.btn.white-btn:hover {
  background: #DE9244;
  color: #fff;
  border-color: #DE9244;
}
form .box .title {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
}
form .box .content {
  width: calc(100% - 105px);
  display: inline-block;
}

/*===== common-section =====*/
.member-loginout-block {
  width: 270px;
  position: relative;
}
.member-loginout-block .member-login-box .box-title {
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  padding: 16px 20px 7px 20px;
  background: url(../images_peo/member-login-title-bg.png);
}
.member-loginout-block .member-login-box .box-title .en {
  margin-left: 8px;
  color: #fc4d4d;
  font-weight: lighter;
}
.member-loginout-block .member-login-box .box-content {
  padding: 20px;
}
.member-loginout-block .member-login-box .box-content .login-form {
  margin-bottom: 10px;
}
.member-loginout-block .member-login-box .box-content .login-form .form-input {
  float: left;
  width: 160px;
}
.member-loginout-block .member-login-box .box-content .login-form .form-input .box i {
  width: 24px;
  color: #444;
  font-size: 19px;
  vertical-align: middle;
}
.member-loginout-block .member-login-box .box-content .login-form .form-input .box input {
  width: calc(100% - 30px);
  height: 30px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  background: #fff;
  font-size: 17px;
}
.member-loginout-block .member-login-box .box-content .login-form .form-input .box input:focus {
  background: #fff;
  outline: none;
  border-color: #4696d1;
}
.member-loginout-block .member-login-box .box-content .login-form .form-input .box:nth-child(1) {
  margin-bottom: 6px;
}
.member-loginout-block .member-login-box .box-content .login-form .form-input .box:nth-child(2) {
  margin-bottom: 0px;
}
.member-loginout-block .member-login-box .box-content .login-form .form-btn {
  float: left;
  width: calc(100% - 160px);
  padding: 0 5px 0 10px;
}
.member-loginout-block .member-login-box .box-content .login-form .form-btn button {
  background: none;
  border: none;
  display: block;
  height: 66px;
  width: 100%;
  background: #444;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
.member-loginout-block .member-login-box .box-content .login-form .form-btn button:hover {
  background: #7fcad1;
}
.member-loginout-block .member-login-box .box-content .login-form:after {
  content: "";
  display: block;
  clear: both;
}
.member-loginout-block .member-login-box .box-content .member-link {
  margin-bottom: 21px;
  padding-left: 25px;
}
.member-loginout-block .member-login-box .box-content .member-link a {
  font-size: 15px;
  color: #444;
}
.member-loginout-block .member-login-box .box-content .member-link a:hover {
  color: #4696d1;
}
.member-loginout-block .member-login-box .box-content .member-link a:before {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 15px;
  color: #4696d1;
  margin: 0 5px;
}
.member-loginout-block .member-login-box .box-content .member-link a.member-info-btn:before {
  content: "\f059";
}
.member-loginout-block .member-login-box .box-content .member-link span {
  color: #999;
  margin: 0 5px;
}
.member-loginout-block .member-login-box .box-content .member-txt {
  margin-bottom: 30px;
}
.member-loginout-block .member-login-box .box-content .member-txt .txt-title {
  color: #444;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 20px;
}
.member-loginout-block .member-login-box .box-content .member-txt .txt-content {
  font-size: 15px;
  line-height: 22px;
}
.member-loginout-block .member-login-box .box-content .member-txt .txt-content span {
  color: #ff0000;
}
.member-loginout-block .member-login-box .box-content:after {
  content: "";
  display: block;
  clear: both;
}
.member-loginout-block .member-logout-box .box-title {
  background: url(../images_peo/member-logout-title-bg.png) no-repeat;
  padding: 15px 20px;
}
.member-loginout-block .member-logout-box .box-title .member-name {
  font-size: 17px;
  font-weight: bold;
  float: left;
  width: 160px;
  color: #fff;
}
.member-loginout-block .member-logout-box .box-title .logout-btn {
  float: left;
  width: calc(100% - 160px);
  padding: 0 5px 0 10px;
}
.member-loginout-block .member-logout-box .box-title .logout-btn button {
  background: none;
  border: none;
  display: block;
  height: 66px;
  width: 100%;
  background: #444;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
.member-loginout-block .member-logout-box .box-title .logout-btn button:hover {
  background: #7fcad1;
}
.member-loginout-block .member-logout-box .box-title:after {
  content: "";
  display: block;
  clear: both;
}
.member-loginout-block .member-logout-box .box-content .pic {
  width: 100%;
}
.member-loginout-block .member-logout-box .box-content .pic img {
  margin: auto;
  display: block;
}

.link-block {
  background: url(../images_peo/link-bg.jpg) top center no-repeat;
  padding: 30px 15px;
}
.link-block .block-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.link-block .block-title .en {
  margin-left: 8px;
  color: #fcc04d;
  font-weight: lighter;
}
.link-block .block-title:before {
  content: "\f13a";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 22px;
  color: #fcc04d;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.link-block .block-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images_peo/title-line.jpg);
}
.link-block .box {
  margin-bottom: 15px;
  position: relative;
}
.link-block .box .pic {
  max-width: 100%;
  transition: .3s;
}
.link-block .box .pic img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.link-block .box:before {
  content: "";
  display: block;
  background: url(../images_peo/link-pic-shadow.png) no-repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.link-block .box:hover .pic {
  transform: scale(1.08);
}

/*========= index ==========*/
.index_banner_block {
  position: relative;
  width: calc(100% - 270px);
  float: left;
}
.index_banner_block ul li a {
  display: block;
}
.index_banner_block ul li a img {
  display: block;
  width: 100%;
}
.index_banner_block .slick-arrow {
  background: transparent;
  border: transparent;
  position: absolute;
  top: calc( ( 100% - 50px) / 2);
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  width: 50px;
  height: 80px;
  font-size: 0;
}
.index_banner_block .slick-arrow:focus {
  display: none;
}
.index_banner_block .slick-arrow i {
  display: none;
}
.index_banner_block .slick-prev {
  left: 30px;
}
.index_banner_block .slick-prev:before, .index_banner_block .slick-prev:after {
  content: "";
  display: block;
  background: #444;
  height: 40px;
  width: 7px;
  position: absolute;
  transition: .3s;
  left: 20px;
}
.index_banner_block .slick-prev:after {
  top: 0px;
  transform: rotate(45deg);
}
.index_banner_block .slick-prev:before {
  top: 24px;
  transform: rotate(135deg);
}
.index_banner_block .slick-next {
  right: 30px;
}
.index_banner_block .slick-next:before, .index_banner_block .slick-next:after {
  content: "";
  display: block;
  background: #444;
  height: 40px;
  width: 7px;
  position: absolute;
  transition: .3s;
  right: 20px;
}
.index_banner_block .slick-next:before {
  top: 0px;
  transform: rotate(135deg);
}
.index_banner_block .slick-next:after {
  top: 24px;
  transform: rotate(45deg);
}

#Index .member-loginout-block {
  float: left;
}

.marquee-block {
  float: left;
  width: calc(100% - 270px);
  padding: 0 20px;
}
.marquee-block marquee {
  display: block;
}
.marquee-block ul li {
  display: inline-block;
  margin-right: 50px;
}
.marquee-block ul li a {
  color: #444;
  line-height: 55px;
}
.marquee-block ul li a:hover {
  color: #4696d1;
}
.marquee-block ul li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #444;
  display: inline-block;
  font-size: 15px;
  margin-right: 15px;
  font-weight: normal;
}

/*===== news-health-education =====*/
.news-health-education {
  margin-bottom: 40px;
}
.news-health-education:after {
  content: "";
  display: block;
  clear: both;
}

.index-atricle-block {
  width: 50%;
  float: left;
  padding: 40px 25px;
  max-height: 430px;
  position: relative;
}
.index-atricle-block .block-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.index-atricle-block .block-title .en {
  margin-left: 8px;
  font-weight: 100;
}
.index-atricle-block .block-title .more {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 22px;
  display: inline-block;
}
.index-atricle-block .block-title .more:hover {
  opacity: .6;
}
.index-atricle-block .block-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images_peo/title-line.png);
}
.index-atricle-block .pic-box {
  margin-bottom: 20px;
  height: 102px;
}
.index-atricle-block .pic-box .pic {
  float: left;
  width: 100px;
  padding-bottom: calc(100px - 4px);
  display: block;
  margin: auto;
  text-align: center;
  height: 0;
  border: 2px solid #fff;
  position: relative;
  background: #fff;
  transition: .3s;
}
.index-atricle-block .pic-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-atricle-block .pic-box .pic:before {
  content: "";
  display: block;
  background: url(../images_peo/index-block-pic-shadow.png);
  width: 10px;
  height: 90px;
  position: absolute;
  right: -12px;
  top: 0;
}
.index-atricle-block .pic-box .pic:after {
  content: "\f067";
  font-family: "FontAwesome";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  background: transparent;
  display: inline-block;
  font-size: 30px;
  line-height: 96px;
  color: transparent;
}
.index-atricle-block .pic-box:hover .pic:after {
  background: rgba(0, 0, 0, 0.6);
}
.index-atricle-block .pic-box .content {
  width: calc(100% - 100px);
  float: left;
  padding: 0 10px 0 20px;
}
.index-atricle-block .pic-box .content .title {
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-atricle-block .pic-box .content .info {
  margin-bottom: 5px;
  font-size: 17px;
}
.index-atricle-block .pic-box .content .info .separated {
  color: #999;
  margin: 0 3px;
}
.index-atricle-block .pic-box .content .txt {
  font-size: 17px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444;
}
.index-atricle-block .pic-box:after {
  content: "";
  display: block;
  clear: both;
}
.index-atricle-block .txt-list {
  margin: 0 -5px;
  background: url(../images_peo/index-atricle-txtlistbg.png) no-repeat;
  padding: 30px 25px;
  height: 182px;
  overflow: hidden;
}
.index-atricle-block .txt-list .box:nth-child(1) .title, .index-atricle-block .txt-list .box:nth-child(2) .title, .index-atricle-block .txt-list .box:nth-child(3) .title {
  font-weight: bold;
}
.index-atricle-block:before {
  content: "";
  display: block;
  width: 10px;
  height: 200px;
  background: url(../images_peo/index-blick-shadow.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.index-news {
  background: url(../images_peo/index-news-bg.jpg) no-repeat;
}
.index-news .block-title .en {
  color: #fc834d;
}
.index-news .block-title .more {
  color: #fc834d;
}
.index-news .pic-box .info .sort {
  color: #ff0000;
}
.index-news .pic-box .info .date {
  color: #fc834d;
}
.index-news .pic-box:hover .pic:after {
  color: #fc834d;
}
.index-news .txt-list .box {
  margin-bottom: 10px;
}
.index-news .txt-list .box a {
  display: block;
  line-height: 15px;
}
.index-news .txt-list .box .date {
  color: #fc834d;
  font-size: 16px;
  line-height: 16px;
  width: 40px;
  vertical-align: middle;
  display: inline-block;
}
.index-news .txt-list .box .title {
  width: calc(100% - 44px);
  color: #444;
  font-size: 17px;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}
.index-news .txt-list .box:hover .title {
  color: #fc834d;
}

.index-health-education {
  background: url(../images_peo/index-health-education-bg.jpg) no-repeat;
}
.index-health-education .block-title .en {
  color: #4696d1;
}
.index-health-education .block-title .more {
  color: #4696d1;
}
.index-health-education .pic-box .content .title a {
  color: #444;
}
.index-health-education .pic-box .content .txt a {
  color: #444;
}
.index-health-education .pic-box .info .author {
  color: #4696d1;
}
.index-health-education .pic-box .info .tag {
  display: inline-block;
}
.index-health-education .pic-box .info .tag a {
  color: #DE9244;
}
.index-health-education .pic-box .info .tag a:hover {
  text-decoration: underline;
}
.index-health-education .pic-box:hover .pic:after {
  color: #4696d1;
}
.index-health-education .txt-list .box {
  margin-bottom: 12.5px;
}
.index-health-education .txt-list .box .title {
  font-size: 17px;
  line-height: 17px;
  transition: .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-health-education .txt-list .box .title:before {
  content: "";
  display: inline-block;
  background: #DE9244;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 12px;
}
.index-health-education .txt-list .box .title a {
  color: #444;
}
.index-health-education .txt-list .box:hover .title a {
  color: #4696d1;
}

/*===== about =====*/
.index-about-block {
  padding-left: 20px;
  margin-bottom: 15px;
}
.index-about-block .block-title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 4px solid #f7cea4;
  display: inline-block;
  padding-right: 8px;
}
.index-about-block .block-title .en {
  color: #999;
  margin-left: 8px;
  font-weight: lighter;
}
.index-about-block .block-content {
  position: relative;
}
.index-about-block .block-content .block-txt {
  width: calc(100% - 180px);
  padding: 20px;
  font-size: 19px;
  color: #444;
}
.index-about-block .block-content .block-txt p {
  line-height: 28px;
}
.index-about-block .block-content .block-pic {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 50px;
  width: 180px;
}

/*===== download =====*/
.index-faq-block {
  margin-bottom: 40px;
  padding-left: 20px;
}
.index-faq-block .block-title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 4px solid #ef5f57;
  display: inline-block;
  padding-right: 8px;
}
.index-faq-block .block-title .en {
  color: #999;
  margin-left: 8px;
  font-weight: lighter;
}
.index-faq-block .block-content {
  padding: 30px 20px;
  background: url(../images_peo/index-download-top-shadow.png), url(../images_peo/index-download-bottom-shadow.png), url(../images_peo/index-faq-bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top center, bottom center, center;
  position: relative;
}
.index-faq-block .block-content .txt-box {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.index-faq-block .block-content .txt-box .question {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 55px;
  min-height: 60px;
}
.index-faq-block .block-content .txt-box .question:before {
  content: "Q";
  font-family: "Arial";
  display: inline-block;
  color: #fff;
  background: url(../images_peo/index-faq-title-q-icon.png) no-repeat;
  padding: 14px 0 0 5px;
  width: 41px;
  height: 54px;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}
.index-faq-block .block-content .txt-box .answer {
  padding-left: 55px;
  position: relative;
  font-size: 19px;
  line-height: 24px;
}
.index-faq-block .block-content .txt-box .answer .txt {
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-faq-block .block-content .txt-box .answer .link {
  display: block;
  margin-top: 20px;
}
.index-faq-block .block-content .txt-box .answer a {
  display: inline-block;
  color: #4696d1;
}
.index-faq-block .block-content .txt-box .answer:before {
  content: "A";
  font-family: "Arial";
  display: inline-block;
  color: #ef5f57;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  padding-left: 8px;
}
.index-faq-block .block-content .list {
  width: 50%;
  float: left;
}
.index-faq-block .block-content .box {
  margin-bottom: 15px;
  padding: 0 20px 0 5px;
}
.index-faq-block .block-content .box a {
  color: #444;
  font-size: 17px;
  line-height: 22px;
  height: 22px;
  padding-left: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-faq-block .block-content .box a:before {
  content: "Q";
  font-family: "Arial";
  display: inline-block;
  color: #ef5f57;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}
.index-faq-block .block-content .box a:hover {
  color: #ef5f57;
}
.index-faq-block .block-content .index-download-pic {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.index-faq-block .block-content:after {
  content: "";
  display: block;
  clear: both;
}
.index-faq-block .more {
  text-align: right;
}
.index-faq-block .more a {
  display: inline-block;
  padding: 6px 8px;
  background: #ef5f57;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.index-faq-block .more a:before {
  content: "\f055";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 22px;
  color: #fff;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.index-faq-block .more a:hover {
  background: #fc834d;
}

/*========== about ==========*/
/*========== news ==========*/
.news-block .pic-list {
  margin-bottom: 25px;
}
.news-block .pic-list:after {
  content: "";
  display: block;
  clear: both;
}
.news-block .pic-box {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.news-block .pic-box .pic {
  float: left;
  width: 100px;
  padding-bottom: calc(100px - 4px);
  display: block;
  margin: auto;
  text-align: center;
  height: 0;
  border: 2px solid #fff;
  position: relative;
  background: #fff;
}
.news-block .pic-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-block .pic-box .pic:before {
  content: "";
  display: block;
  background: url(../images_peo/index-block-pic-shadow.png);
  width: 10px;
  height: 90px;
  position: absolute;
  right: -12px;
  top: 0;
}
.news-block .pic-box .pic:after {
  content: "\f067";
  font-family: "FontAwesome";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  background: transparent;
  display: inline-block;
  font-size: 30px;
  line-height: 100px;
  color: transparent;
}
.news-block .pic-box .content {
  width: calc(100% - 100px);
  float: left;
  padding: 0 10px 0 20px;
}
.news-block .pic-box .content .title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}
.news-block .pic-box .content .txt {
  font-size: 19px;
  line-height: 24px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: .3s;
  height: 48px;
}
.news-block .pic-box .content .info {
  font-size: 19px;
}
.news-block .pic-box .content .info .sort {
  color: #ff0000;
}
.news-block .pic-box .content .info .date {
  color: #fc834d;
}
.news-block .pic-box .content .info .separated {
  color: #999;
  margin: 0 3px;
}
.news-block .pic-box:hover .pic:after {
  background: rgba(0, 0, 0, 0.6);
  color: #fc834d;
}
.news-block .pic-box:after {
  content: "";
  display: block;
  clear: both;
}
.news-block .txt-box {
  border-bottom: 1px solid #f2f2f2;
  transition: .3s;
}
.news-block .txt-box .title {
  display: inline-block;
  color: #444;
  width: calc(100% - 230px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 20px 0 5px;
  line-height: 40px;
  font-size: 19px;
}
.news-block .txt-box .sort {
  display: inline-block;
  font-size: 19px;
  background-color: #ff4c4c;
  border-radius: 50px;
  padding: 3.5px 11px;
  color: #fff;
  vertical-align: middle;
}
.news-block .txt-box .date {
  display: inline-block;
  font-size: 19px;
  color: #fc834d;
  margin-right: 10px;
  float: right;
  line-height: 40px;
}
.news-block .txt-box:first-child {
  border-top: 1px solid #f2f2f2;
}
.news-block .txt-box:nth-child(1) .title, .news-block .txt-box:nth-child(2) .title, .news-block .txt-box:nth-child(3) .title {
  font-weight: bold;
}
.news-block .txt-box:hover {
  background: #f5f5f5;
}

/*========== activity-tidbits ==========*/
.activity-tidbits-block .pic-list {
  margin-bottom: 10px;
}
.activity-tidbits-block .pic-list:after {
  content: "";
  display: block;
  clear: both;
}
.activity-tidbits-block .pic-box {
  margin-bottom: 20px;
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.activity-tidbits-block .pic-box .pic {
  padding-bottom: 98px;
  width: 100px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  height: 0;
  border: 2px solid #fff;
  position: relative;
  background: #fff;
  transition: .3s;
}
.activity-tidbits-block .pic-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.activity-tidbits-block .pic-box .pic:after {
  content: "";
  display: block;
  background: url(../images_peo/index-block-pic-shadow.png);
  width: 10px;
  height: 90px;
  position: absolute;
  right: -12px;
  top: 0;
}
.activity-tidbits-block .pic-box .content .title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
  height: 29px;
}
.activity-tidbits-block .pic-box .content .txt {
  font-size: 19px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: .3s;
  height: 48px;
}
.activity-tidbits-block .pic-box .content .date {
  font-size: 19px;
  display: inline-block;
  padding: 5px 15px;
  background: #fff1eb;
  border-radius: 50px;
  color: #fc834d;
}
.activity-tidbits-block .pic-box:hover .pic {
  transform: scale(1.08);
}
.activity-tidbits-block .pic-box:hover .content .title {
  color: #4696d1;
}
.activity-tidbits-block .pic-box:after {
  content: "";
  display: block;
  clear: both;
}

.activity-tidbits-detail-block .pic-block {
  margin-bottom: 15px;
  margin-top: 30px;
}
.activity-tidbits-detail-block .pic-block .big-pic {
  background: url(../images_peo/activity-tidbits-bigpic-bg.jpg);
  padding: 13px;
  margin-bottom: 20px;
}
.activity-tidbits-detail-block .pic-block .big-pic .box {
  background: #fff;
}
.activity-tidbits-detail-block .pic-block .big-pic .box .pic {
  border: 10px solid #fff;
  padding-bottom: calc(66.66% - 20px);
  width: 100%;
  display: block;
  text-align: center;
  height: 0;
  position: relative;
}
.activity-tidbits-detail-block .pic-block .big-pic .box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.activity-tidbits-detail-block .pic-block .small-pic {
  padding: 0 50px;
}
.activity-tidbits-detail-block .pic-block .small-pic .box {
  padding: 0 6px;
}
.activity-tidbits-detail-block .pic-block .small-pic .box .pic {
  padding-bottom: 66.66%;
  width: 100%;
  display: block;
  text-align: center;
  height: 0;
  position: relative;
}
.activity-tidbits-detail-block .pic-block .small-pic .box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.activity-tidbits-detail-block .pic-block .slick-arrow {
  background: none;
  border: none;
}
.activity-tidbits-detail-block .pic-block .slick-arrow:focus {
  display: none;
}
.activity-tidbits-detail-block .pic-block .slick-arrow i {
  font-size: 30px;
  color: #444;
}
.activity-tidbits-detail-block .pic-block .slick-prev {
  left: 20px;
  position: absolute;
  top: 30px;
}
.activity-tidbits-detail-block .pic-block .slick-next {
  right: 20px;
  position: absolute;
  top: 30px;
}

/*========== health-education ==========*/
.health-education-block .pic-list {
  margin-bottom: 10px;
  margin-top: -15px;
}
.health-education-block .pic-list:after {
  content: "";
  display: block;
  clear: both;
}
.health-education-block .pic-box {
  width: 50%;
  float: left;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}
.health-education-block .pic-box .pic {
  float: left;
  width: 80px;
  padding-bottom: calc(80px - 4px);
  display: block;
  margin: auto;
  text-align: center;
  height: 0;
  border: 2px solid #fff;
  position: relative;
  background: #fff;
}
.health-education-block .pic-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.health-education-block .pic-box .pic:before {
  content: "";
  display: block;
  background: url(../images_peo/health-education-box-pic-shadow.png);
  width: 5px;
  height: 80px;
  position: absolute;
  right: -7px;
  top: 0;
}
.health-education-block .pic-box .pic:after {
  content: "\f067";
  font-family: "FontAwesome";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  background: transparent;
  display: inline-block;
  font-size: 30px;
  line-height: 80px;
  color: transparent;
}
.health-education-block .pic-box .info .author {
  color: #4696d1;
}
.health-education-block .pic-box .info .tag {
  display: inline-block;
}
.health-education-block .pic-box .info .tag a {
  color: #DE9244;
}
.health-education-block .pic-box .info .tag a:hover {
  text-decoration: underline;
}
.health-education-block .pic-box .content {
  width: calc(100% - 80px);
  float: left;
  padding: 0 25px 0 15px;
  height: 108px;
  overflow: hidden;
}
.health-education-block .pic-box .content .title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.health-education-block .pic-box .content .title a {
  /*color: #444;*/
  color:#2a0aff;
}
.health-education-block .pic-box .content .txt {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.health-education-block .pic-box .content .txt a {
  color: #444;
  font-size: 17px;
}
.health-education-block .pic-box .content .info {
  font-size: 19px;
}
.health-education-block .pic-box .content .info .separated {
  color: #999;
  margin: 0 3px;
}
.health-education-block .pic-box:after {
  content: "";
  display: block;
  clear: both;
}
.health-education-block .pic-box:hover .pic:after {
  background: rgba(0, 0, 0, 0.6);
  color: #4696d1;
}

/*========== seminar ==========*/
.seminar-atricle .seminar-txt {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}
.seminar-atricle .seminar-txt .red {
  color: #ff0000;
}

.seminar-block .seminar-table {
  width: 100%;
  margin-bottom: 15px;
  color: #444;
}
.seminar-block .title-list {
  background: url(../images_peo/seminar-table-title-bg.jpg) repeat-x center bottom;
  font-weight: bold;
  font-size: 19px;
  line-height: 16px;
}
.seminar-block .title-list .grid {
  border-bottom: 3px solid;
}
.seminar-block .title-list .grid1 {
  border-color: #ccc;
}
.seminar-block .title-list .grid2 {
  border-color: #ccc;
}
.seminar-block .title-list .grid3 {
  border-color: #ffc2c2;
}
.seminar-block .title-list .grid4 {
  border-color: #ff0000;
}
.seminar-block .list {
  display: block;
}
.seminar-block .list:after {
  content: "";
  display: block;
  clear: both;
}
.seminar-block .grid {
  display: block;
  float: left;
  color: #444;
}
.seminar-block .grid {
  padding: 10px 20px;
}
.seminar-block .grid1 {
  width: 42%;
  font-weight: bold;
}
.seminar-block .grid2 {
  width: 32%;
}
.seminar-block .grid3 {
  width: 12%;
  text-align: center;
}
.seminar-block .grid4 {
  width: 14%;
  text-align: center;
}
.seminar-block .content-list {
  font-size: 19px;
  border-bottom: 1px solid #ececec;
  transition: .3s;
}
.seminar-block .content-list .grid {
  line-height: 24px;
}
.seminar-block .content-list .grid1 {
  font-size: 19px;
}
.seminar-block .content-list .grid3 {
  padding: 10px;
}
.seminar-block .content-list .grid4 {
  padding: 10px;
  color: #fc834d;
}
.seminar-block .content-list:nth-child(even) {
  background: #f8f8f8;
}
.seminar-block .content-list:hover {
  background: #f0faff;
}
.seminar-block .content-list:hover .grid {
  color: #4696d1;
}
.seminar-block .content-list:hover .grid4 {
  color: #4696d1;
}

.seminar-detail-block {
  margin-top: 30px;
}
.seminar-detail-block .table,
.seminar-detail-block .list,
.seminar-detail-block .grid {
  border: 1px solid #dddddd;
}
.seminar-detail-block .seminar-detail-table {
  width: 100%;
  margin-bottom: 20px;
}
.seminar-detail-block .seminar-detail-table .list:nth-child(even) .grid2 {
  background: #f8f8f8;
}
.seminar-detail-block .seminar-detail-table .grid {
  padding: 12px 20px;
  font-size: 19px;
  color: #444;
}
.seminar-detail-block .seminar-detail-table .grid1 {
  width: 150px;
  font-weight: bold;
}
.seminar-detail-block .seminar-detail-table.red-table .grid1 {
  background: #fff0f0;
}
.seminar-detail-block .seminar-detail-table.blue-table .grid1 {
  background: #f0faff;
}
.seminar-detail-block .online-registration-btn {
  text-align: center;
  margin: 20px auto;
}
.seminar-detail-block .online-registration-btn a {
  display: inline-block;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 17px;
}
.seminar-detail-block .online-registration-btn a.online-registration {
  background: #444;
  color: #f7cea4;
}
.seminar-detail-block .online-registration-btn a.online-registration:hover {
  background: #fc834d;
  color: #fff;
}
.seminar-detail-block .online-registration-btn a.list-of-participants {
  background: #f7cea4;
  color: #444;
}
.seminar-detail-block .online-registration-btn a.list-of-participants:hover {
  background: #DE9244;
  color: #fff;
}

.table {
  display: table;
  border-collapse: collapse;
}
.table .list {
  display: table-row;
}
.table .grid {
  display: table-cell;
}

.participants-list .participants-search {
  margin-bottom: 10px;
  margin-top: 30px;
}
.participants-list .participants-search .box {
  display: inline-block;
}
.participants-list .participants-search .box.name {
  margin-bottom: 0;
}
.participants-list .participants-search .box.name .title {
  width: auto;
  padding: 0 10px;
}
.participants-list .participants-search .box.name .content {
  width: 200px;
}
.participants-list .participants-search .btn-list {
  display: inline-block;
  margin-left: 10px;
}

.participants-table {
  width: 100%;
  text-align: center;
}
.participants-table .grid {
  padding: 12px;
}
.participants-table .title-list {
  font-weight: bold;
  background: #f1faff;
}
.participants-table .title-list span {
  font-weight: normal;
}

.online-registration-block .online-registration-txt {
  font-size: 17px;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}

.online-registration-form .btn-list {
  text-align: center;
}
.online-registration-form .btn-list .box {
  display: inline-block;
  margin-right: 5px;
}
.online-registration-form .btn-list .box a {
  display: block;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 17px;
  border: 1px solid transparent;
}
.online-registration-form .btn-list .box.before-box a {
  background: #fff;
  color: #444;
  border-color: #ebebeb;
}
.online-registration-form .btn-list .box.before-box:hover a {
  background: #DE9244;
  color: #fff;
  border-color: #DE9244;
}

.online-registration-list {
  margin-bottom: 30px;
}
.online-registration-list .list-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 19px;
}
.online-registration-list .list-title:before {
  content: url(../images_peo/title-icon.png);
  display: inline-block;
  margin-right: 10px;
}
.online-registration-list .box .content {
  line-height: 45px;
}
.online-registration-list .box.account .content, .online-registration-list .box.password .content, .online-registration-list .box.confirm-password .content, .online-registration-list .box.name .content, .online-registration-list .box.tel .content {
  width: 280px;
}
.online-registration-list .box.account .txt, .online-registration-list .box.password .txt, .online-registration-list .box.confirm-password .txt, .online-registration-list .box.name .txt, .online-registration-list .box.tel .txt {
  display: inline-block;
  color: #888;
  font-size: 17px;
  margin-left: 20px;
}
.online-registration-list .box.account {
  display: inline-block;
}
.online-registration-list .box.age .content {
  width: 150px;
}
.online-registration-list .box.name {
  display: inline-block;
}
.online-registration-list .box.gender {
  display: inline-block;
  width: 45%;
  line-height: 45px;
  margin-left: 40px;
}
.online-registration-list .box.gender .content label {
  margin-right: 15px;
}
.online-registration-list .box.email .txt {
  color: #888;
  font-size: 17px;
  padding-left: 104px;
  margin: 12px 0;
}
.online-registration-list .box.job {
  line-height: 45px;
}
.online-registration-list .box.job .content label {
  margin-right: 15px;
}
.online-registration-list .box.address .txt {
  color: #DE9244;
  font-size: 17px;
  padding-left: 104px;
  margin: 12px 0;
}
.online-registration-list .box.verification_code .content input {
  display: inline-block;
  width: 200px;
}
.online-registration-list .box.verification_code .content img {
  display: inline-block;
  width: 64px;
  margin-left: 10px;
  vertical-align: middle;
}
.online-registration-list .forget-password {
  padding-left: 104px;
}
.online-registration-list .forget-password a {
  font-size: 15px;
  color: #444;
}
.online-registration-list .forget-password a:hover {
  color: #4696d1;
}
.online-registration-list .forget-password a:before {
  content: "\f059";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 15px;
  color: #4696d1;
  margin: 0 5px;
}

.online-registration-blue-table {
  width: 100%;
  text-align: center;
}
.online-registration-blue-table .grid {
  padding: 12px;
  border: 1px solid #ddd;
}
.online-registration-blue-table .title-list {
  font-weight: bold;
  background: #f1faff;
}
.online-registration-blue-table .title-list span {
  font-weight: normal;
}
.online-registration-blue-table.meal-table {
  text-align: left;
}
.online-registration-blue-table.meal-table .grid label {
  margin-right: 10px;
}
.online-registration-blue-table.enrollment-items-table .grid1 {
  width: 10%;
}
.online-registration-blue-table.enrollment-items-table .grid1 input[type="checkbox"] {
  width: 20px;
}
.online-registration-blue-table.enrollment-items-table .grid2 {
  width: 80%;
  text-align: left;
}
.online-registration-blue-table.enrollment-items-table .grid3 {
  width: 10%;
}

/*========== faq ==========*/
.faq-block .faq-list {
  margin-bottom: 1px;
  border-bottom: 1px solid #e2e2e2;
}
.faq-block .faq-list .box {
  display: flex;
}
.faq-block .faq-list .box .title {
  width: 50px;
  padding: 10px 0;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 22px;
}
.faq-block .faq-list .box .title .num {
  font-weight: normal;
  display: inline-block;
  margin-left: 2px;
}
.faq-block .faq-list .box .content {
  width: calc(100% - 50px);
  padding: 10px 15px;
  float: left;
}
.faq-block .faq-list .question-box {
  cursor: pointer;
}
.faq-block .faq-list .question-box .title {
  background: #7fcad1;
  color: #fff;
}
.faq-block .faq-list .question-box .content {
  /*color: #0e6db3;*/
  color: #155795;
  font-weight: bold;
  line-height: 28px;
  font-size: 22px;
}
.faq-block .faq-list .flex-open {
  display: none;
}
.faq-block .faq-list .answer-box .title {
  background: #e2e2e2;
  color: #0e6db3;
}
.faq-block .faq-list .answer-box .content {
  line-height: 28px;
  font-size: 19px;
}

/*========== member ==========*/
.registered-block .registered-txt {
  font-size: 15px;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}
.registered-block .registered-step-list {
  margin-bottom: 30px;
}
.registered-block .registered-step-list .step-list-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 19px;
}
.registered-block .registered-step-list .step-list-title .step {
  color: #ff0000;
  margin-right: 10px;
  display: inline-block;
}
.registered-block .registered-step-list .step-list-title .txt {
  display: inline-block;
  font-size: 17px;
  color: #888;
  font-weight: normal;
}
.registered-block .registered-step-list .step-list-title .txt .must {
  color: #ff0000;
  margin-right: 5px;
  display: inline-block;
}
.registered-block .registered-step-list .step-list-title:before {
  content: url(../images_peo/title-icon.png);
  display: inline-block;
  margin-right: 10px;
}
.registered-block .registered-step-list .box .content {
  line-height: 45px;
}
.registered-block .registered-step-list .box.account .content, .registered-block .registered-step-list .box.password .content, .registered-block .registered-step-list .box.confirm-password .content, .registered-block .registered-step-list .box.name .content, .registered-block .registered-step-list .box.tel .content {
  width: 280px;
}
.registered-block .registered-step-list .box.account .txt, .registered-block .registered-step-list .box.password .txt, .registered-block .registered-step-list .box.confirm-password .txt, .registered-block .registered-step-list .box.name .txt, .registered-block .registered-step-list .box.tel .txt {
  display: inline-block;
  color: #888;
  font-size: 17px;
  margin-left: 20px;
}
.registered-block .registered-step-list .box.name {
  display: inline-block;
}
.registered-block .registered-step-list .box.gender {
  display: inline-block;
  width: 45%;
  line-height: 45px;
  margin-left: 40px;
}
.registered-block .registered-step-list .box.gender .content label {
  margin-right: 15px;
}
.registered-block .registered-step-list .box.email .txt {
  color: #888;
  font-size: 17px;
  padding-left: 104px;
  margin: 12px 0;
}
.registered-block .registered-step-list .box.job {
  line-height: 45px;
}
.registered-block .registered-step-list .box.job .content label {
  margin-right: 15px;
}
.registered-block .registered-step-list .box.address .txt {
  color: #DE9244;
  font-size: 17px;
  padding-left: 104px;
  margin: 12px 0;
}
.registered-block .registered-step-list .box.verification_code .content input {
  display: inline-block;
  width: 200px;
}
.registered-block .registered-step-list .box.verification_code .content img {
  display: inline-block;
  width: 64px;
  margin-left: 10px;
  vertical-align: middle;
}
.registered-block .registered-step-list .box.service-units .content .select-list .select-list-title {
  display: inline-block;
  font-weight: bold;
  color: #4696d1;
  line-height: 45px;
  width: 50px;
  font-size: 17px;
}
.registered-block .registered-step-list .box.service-units .content .select-list .select-box {
  display: inline-block;
  margin-right: 10px;
}
.registered-block .registered-step-list .box.service-units .content .select-list .select-box .box-title {
  display: inline-block;
  line-height: 45px;
  width: 40px;
}
.registered-block .registered-step-list .box.service-units .content .select-list .select-box .box-content {
  display: inline-block;
}
.registered-block .registered-step-list .box.service-units .content .select-list .select-box .box-content select {
  width: 150px;
}
.registered-block .registered-step-list .box.service-units .content .select-list-or {
  font-weight: bold;
  color: #444;
  font-size: 17px;
}
.registered-block .registered-step-list .welcome-txt {
    margin: 12px 0;
    padding: 10px 15px;
    margin-bottom: 0;
    background: #e82b4c;
}

.registered-block .registered-step-list .welcome-txt input { 
    transform: scale(1.3);
    margin-right: 3px;
    margin-left: 3px;
}
.registered-block .registered-step-list .welcome-txt label {
    font-size: 17px;
    color: #fff;
}
.registered-block .registered-step-list .registered-atricle {
  height: 650px;
  overflow: auto;
  padding: 25px 40px;
  margin-bottom: 15px;
  background-image: url(../images_peo/member-atricle-bg.jpg);
}
.registered-block .btn-list {
  text-align: right;
}

.members-inquiries-block .members-inquiries_form .form-txt {
  margin-bottom: 60px;
}
.members-inquiries-block .members-inquiries_form .form-txt .txt-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.members-inquiries-block .members-inquiries_form .form-txt .txt-content {
  font-size: 19px;
}
.members-inquiries-block .members-inquiries_form .form-txt .txt-content ol {
  list-style: decimal;
  margin-left: 20px;
}
.members-inquiries-block .members-inquiries_form .form-txt .txt-content ol > li {
  margin-bottom: 5px;
  line-height: 30px;
}
.members-inquiries-block .members-inquiries_form .form-txt .txt-content ol > li > ul {
  font-weight: bold;
  list-style: disc;
}
.members-inquiries-block .members-inquiries_form .form-txt .txt-content ol > li > ul > li {
  margin-left: 20px;
}
.members-inquiries-block .members-inquiries_form .form-txt .txt-content .bold {
  font-weight: bold;
}
.members-inquiries-block .members-inquiries_form .box.name .content input {
  width: 280px;
}
.members-inquiries-block .members-inquiries_form .box.email .txt {
  color: #888;
  font-size: 17px;
  padding-left: 104px;
  margin: 12px 0;
}
.members-inquiries-block .members-inquiries_form .btn-list {
  text-align: right;
  margin-top: 30px;
}

/*========== download ==========*/
.download-block .txt-box {
  border-bottom: 1px solid #f2f2f2;
  transition: .3s;
}
.download-block .txt-box .title {
  display: inline-block;
  color: #444;
  width: calc(100% - 190px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 20px 0 5px;
  line-height: 40px;
  font-size: 19px;
}
.download-block .txt-box .sort {
  display: inline-block;
  font-size: 19px;
  border-radius: 50px;
  padding: 3.5px 11px;
  color: #fff;
  vertical-align: middle;
}
.download-block .txt-box .sort.announcement {
  background-color: #ff4c4c;
}
.download-block .txt-box .sort.course {
  background-color: #c0c0c0;
}
.download-block .txt-box .sort.activity {
  background-color: #7fd1c8;
}
.download-block .txt-box .date {
  display: inline-block;
  font-size: 19px;
  color: #fc834d;
  margin-right: 10px;
  float: right;
  line-height: 40px;
}
.download-block .txt-box:first-child {
  border-top: 1px solid #f2f2f2;
}
.download-block .txt-box:nth-child(1) .title, .download-block .txt-box:nth-child(2) .title, .download-block .txt-box:nth-child(3) .title {
  font-weight: bold;
}
.download-block .txt-box:hover {
  background: #f5f5f5;
}

/*========== donate ==========*/
.donate-block .donate-list {
  margin-bottom: 25px;
}
.donate-block .donate-list .donate-list-title {
  font-size: 22px;
  color: #444;
  font-weight: bold;
  padding-bottom: 15px;
  background: url(../images_peo/donate-list-title-line.png) repeat-x bottom center;
  margin-bottom: 15px;
  position: relative;
}
.donate-block .donate-list .donate-list-title:after {
  content: "";
  height: 5px;
  width: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #444;
}
.donate-block .donate-list .box.donation-items .content select {
  width: 200px;
}
.donate-block .donate-list .box.donation-amount .content input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.donate-block .donate-list .box.donation-amount .content input[type=radio]:checked + label {
  background: #f7cea4 url(../images_peo/donation-amount-bg-bottom-check.png) center bottom no-repeat;
}
.donate-block .donate-list .box.donation-amount .content input[type=radio]:checked + label .num {
  color: #fff;
}
.donate-block .donate-list .box.donation-amount .content input[type=radio]:checked + label .num:before {
  color: #fff;
}
.donate-block .donate-list .box.donation-amount .content label {
  background: #e8f7ff;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  transition: .3s;
  display: inline-block;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 6px;
  background: #e8f7ff url(../images_peo/donation-amount-bg-bottom.png) center bottom no-repeat;
}
.donate-block .donate-list .box.donation-amount .content label .num {
  color: #3face2;
  font-size: 19px;
}
.donate-block .donate-list .box.donation-amount .content label .num:before {
  content: "NT.";
  display: inline-block;
  color: #444;
  font-size: 17px;
  margin-right: 5px;
  font-weight: normal;
}
.donate-block .donate-list .box.donation-amount .other-amount {
  line-height: 45px;
  padding-left: 104px;
}
.donate-block .donate-list .box.donation-amount .other-amount input {
  display: inline-block;
  width: 230px;
  margin: 0 10px;
}
.donate-block .donate-list .box.donation-amount .other-amount .txt {
  font-size: 17px;
  color: #888;
  display: block;
}
.donate-block .donate-list .box.donation-category .content {
  line-height: 45px;
}
.donate-block .donate-list .box.donation-method .content {
  line-height: 45px;
}
.donate-block .donate-list .box.donation-method .txt {
  padding: 15px 30px;
  border: 3px double #20bdc3;
  margin: 20px;
}
.donate-block .donate-list .box.donation-method .txt .txt-title {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 1px solid #20bdc3;
  padding: 8px 5px;
  margin-bottom: 15px;
}
.donate-block .donate-list .box.donation-method .txt p {
  font-size: 17px;
  margin-bottom: 8px;
}
.donate-block .donate-list .box.name .content, .donate-block .donate-list .box.tel .content, .donate-block .donate-list .box.ID-number .content {
  width: 280px;
}
.donate-block .donate-list .box.name {
  display: inline-block;
}
.donate-block .donate-list .box.tel .txt {
  display: inline-block;
  color: #888;
  font-size: 17px;
  margin-left: 20px;
}
.donate-block .donate-list .box.gender {
  display: inline-block;
  width: 45%;
  line-height: 45px;
  margin-left: 40px;
}
.donate-block .donate-list .box.gender .content label {
  margin-right: 15px;
}
.donate-block .donate-list .box.receipt label {
  margin: 5px;
  display: inline-block;
}
.donate-block .donate-list .box.verification_code .content input {
  display: inline-block;
  width: 200px;
}
.donate-block .donate-list .box.verification_code .content img {
  display: inline-block;
  /*width: 64px;*/
  height: 30px;
  margin-left: 10px;
  vertical-align: middle;
}
.donate-block .donate-list.statutory-declaration .donate-list-title:after {
  background: #ff0000;
}
.donate-block .donate-list .donate-atricle {
  max-height: 320px;
  overflow: auto;
  padding: 25px 40px;
  margin-bottom: 15px;
  background-attachment: scroll;
  background-image: url(../images_peo/member-atricle-bg.jpg);
  background-repeat: no-repeat;
}
.donate-block .btn-list {
  text-align: right;
}

/*========== contact ==========*/
.contact-block .contact-title {
  color: #444;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-block .contact-title:before {
  content: url(../images_peo/title-icon.png);
  display: inline-block;
  margin-right: 10px;
}
.contact-block .contact-txt {
  color: #444;
  font-size: 19px;
  margin-bottom: 15px;
}
.contact-block .contact-must-txt {
  color: #888;
  font-size: 17px;
  margin-bottom: 10px;
}
.contact-block .contact-must-txt .must {
  color: #ff0000;
}
.contact-block .contact_form .box.name {
  width: 35%;
  display: inline-block;
}
.contact-block .contact_form .box.gender {
  width: 35%;
  display: inline-block;
}
.contact-block .contact_form .box.gender .title {
  text-align: right;
  padding-right: 10px;
}
.contact-block .contact_form .box.gender .content {
  line-height: 45px;
}
.contact-block .contact_form .box.gender .content label {
  margin-right: 15px;
}
.contact-block .contact_form .box.email {
  width: 88%;
}
.contact-block .contact_form .box.verification_code {
  width: 44%;
}
.contact-block .contact_form .box.verification_code .content input {
  display: inline-block;
  width: calc(100% - 105px);
}
.contact-block .contact_form .box.verification_code .content img {
  display: inline-block;
  /*width: 64px;*/
  height: 30px;
  margin-left: 10px;
  vertical-align: middle;
}
.contact-block .contact_form .box.message-content .content {
  background: #f5f5f5;
}
.contact-block .contact_form .btn-list {
  text-align: right;
  margin-top: 15px;
}

/*========== search ==========*/
.search-block .search-keyword {
  color: #444;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.search-block .search-keyword .keyword {
  color: #ff0000;
}
.search-block .search-list {
  margin-bottom: 40px;
  border-top: 1px solid #f2f2f2;
}
.search-block .search-list .txt-box {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.search-block .search-list .txt-box .title {
  text-align: center;
  display: inline-block;
  width: 110px;
  padding: 5px;
  font-size: 19px;
  color: #fff;
  vertical-align: middle;
}
.search-block .search-list .txt-box a {
  width: 100%;
  transition: .3s;
  display: block;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 19px;
  line-height: 26px;
  width: calc(100% - 120px);
  display: inline-block;
}
.search-block .search-list .txt-box:hover {
  background: #f5f5f5;
}
.search-block .search-list .txt-box.txt-news-box .title {
  background: #fc834d;
}
.search-block .search-list .txt-box.txt-activity-box .title {
  background: #4696d1;
}
.search-block .search-list .txt-box.txt-education-box .title {
  background: #20bdc3;
}

/*# sourceMappingURL=layout.css.map */
