/* 最大显示一行，溢出省略号 */
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 最大显示两行，溢出省略号 */
.txt-line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
hr {
  margin: 10px 0 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.arrow-t {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-b {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  position: relative;
  top: -3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-l {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-r {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
/*媒体查询*/
body {
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1080px) {
  html,
  body {
    height: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .header .nav-top {
    padding: 0 10%;
  }
  .header .navbar-default .navbar-header .logo {
    top: -8px;
    width: 292px;
    height: auto;
  }
}
@media screen and (max-width: 828px) {
  .navbar {
    margin-bottom: 0;
  }
  .crumbs {
    float: right;
    position: relative;
    left: -15px;
    top: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 36px;
  }
  .crumbs a {
    color: #fff;
  }
  .crumbs a:hover {
    color: #fff;
  }
  .header-pic {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: auto;
  }
  .header-pic .crumbs-nav {
    padding-top: 130px;
  }
  .header-pic .crumbs-nav .page-title {
    font-size: 22px;
    color: #fff;
  }
  .header-pic .crumbs-nav .page-title .page-title-text {
    position: relative;
    right: -15px;
    float: left;
    display: inline-block;
    text-align: center;
  }
  .header-pic .crumbs-nav .page-title .border-line {
    position: relative;
    top: -20px;
    display: inline-block;
    font-size: 0;
  }
  .header-pic .crumbs-nav .page-title .border-red {
    width: 30%;
    height: 4px;
    background: #e40b20;
  }
  .header-pic .crumbs-nav .page-title .border-gray {
    width: 70%;
    height: 4px;
    background: #d6d7d9;
  }
  .navigation .paging a,
  .navigation .nav-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 0;
  }
  .paging a,
  .nav-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .paging .previous,
  .paging .next {
    width: 30px;
  }
  .paging .count {
    margin-right: 11px;
    font-size: 14px;
  }
  .paging .current {
    border: #e40b21 solid 1px;
  }
  .navigation .nav-links .prev,
  .navigation .nav-links .next {
    width: 30px;
  }
  .box .navigation .nav-links .current {
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  body .title {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    margin: 30px 0 20px 0;
  }
  .second-title {
    font-size: 28px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box .news-programa,
  .box .msg-programa,
  .box .program-tab {
    display: none;
  }
  .box .news-programa li,
  .box .msg-programa li,
  .box .program-tab li {
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .box .news-programa li a,
  .box .msg-programa li a,
  .box .program-tab li a {
    font-size: 16px;
  }
  .box .news-list .news-item {
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .box .news-list .news-item .news-item-pic {
    height: 100px;
  }
  .box .news-list .news-item .news-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ddd;
  }
  .box .news-list .news-item .news-item-describe {
    padding: 0 15px 0 0;
  }
  .box .news-list .news-item .news-item-describe .msg-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .box .news-list .news-item .news-item-describe .msg-title:hover {
    text-decoration: none;
  }
  .box .news-list .news-item .news-item-describe .author {
    display: block;
  }
  .box .news-list .news-item .news-item-describe .msg-date {
    display: block;
  }
  .box .news-list .news-item .news-item-describe .item-description {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
  .box .news-list .news-item .item-btn {
    display: none;
  }
  .msg-box .msg-articles .msg-item {
    padding: 0 0 18px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .msg-box .msg-articles .msg-item .item-text {
    padding: 10px 15px 0;
  }
  .msg-box .msg-articles .msg-item .item-text .msg-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .msg-box .msg-articles .msg-item .item-text .msg-title:hover {
    text-decoration: none;
  }
  .msg-box .msg-articles .msg-item .item-text .item-description {
    margin-top: 5px;
  }
  .msg-box .msg-articles .msg-item .item-text .item-btn .share {
    display: none;
  }
  .more {
    display: block;
    margin: 15px;
    text-align: center;
    border: rgba(241, 81, 116, 0.5) solid 1px;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
    color: #b73345;
  }
  .more-right {
    top: 0;
  }
  .charity .charity-text {
    padding: 0 20px;
  }
  .program-box .program-page {
    padding-top: 15px;
  }
  .program-box .program-page .program-page-item {
    margin-bottom: 20px;
  }
  .program-box .program-page .program-page-item > a {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  }
  .program-box .program-page .program-page-item .program-page-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0)) !important;
    color: #fff;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .program .tab .tab-content .tab-pane .program-list .program-item {
    margin-bottom: 20px;
  }
  .program .tab .tab-content .tab-pane .program-list .program-item img {
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
  }
  .header .nav-top {
    padding: 0 5%;
  }
  .header .navbar-default .navbar-collapse .nav-title {
    float: none;
  }
  .header .navbar-default .navbar-header {
    padding-top: 0;
  }
  .header .navbar-default .navbar-header .logo {
    width: 210px;
    height: auto;
    top: 6px;
  }
  .header .nav-top {
    padding: 0 5%;
  }
  .header .navbar-default .navbar-collapse .nav-title {
    float: none;
  }
  .header .navbar-default .navbar-header {
    padding-top: 0;
  }
  .header .navbar-default .navbar-header .logo {
    width: 210px;
    height: auto;
    top: 6px;
  }
  .header .navpadding {
    min-height: 80px;
  }
  .header .navbar-toggle {
    margin-right: 0;
    margin-top: 20px;
  }
  .header .nav-title {
    margin-top: 10px;
  }
  .header .nav-title > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .header .nav-title > li > a:hover {
    border-bottom-width: 3px;
  }
  .header .nav-title > li.active > a {
    border-bottom-width: 3px;
  }
  .banner .carousel .carousel-indicators {
    display: none;
  }
  .banner .carousel .carousel-inner .item {
    height: auto;
  }
  .banner .carousel .carousel-inner .item > .container {
    height: auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .footer {
    padding-top: 20px;
  }
  .footer .copyright {
    margin-bottom: 0;
  }
  .footer .footer-top .footer-logo {
    margin-bottom: 20px;
  }
  .footer .footer-top .relation {
    text-align: center;
  }
  .footer .footer-top .relation .telephone {
    font-size: 18px;
  }
  .footer .footer-top .relation p {
    margin-bottom: 5px;
  }
  .footer .footer-top .relation h4 {
    margin-bottom: 5px;
  }
  .news .news-right {
    padding-left: 0;
  }
  .box-join .join-title {
    text-align: left;
  }
  .box-join .join-title li {
    padding: 10px;
    display: block;
  }
  .box-join .join-title li a {
    font-size: 20px;
  }
  .box-join .join-cooperation {
    padding: 20px 40px;
    text-align: left;
    margin-bottom: 40px;
  }
  .box-join .join-cooperation p .inp-name {
    display: inline-block;
    width: 120px;
    text-align: left;
    margin-right: 20px;
  }
  .box-join .join-cooperation p textarea {
    max-width: 300px;
    width: 100%;
  }
  .box-join .join-cooperation p input {
    max-width: 300px;
    width: 100%;
  }
  .box-join .join-cooperation p input[type="submit"] {
    right: 0;
  }
  .box-join .join-cooperation p i {
    color: #e40b20;
  }
  .volunteer-page {
    text-align: left;
  }
  .volunteer-page .volunteer-title {
    margin: 14px 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
  }
  .volunteer-page .volunteer-pic {
    width: 100%;
  }
  .volunteer-page .volunteer-form p .inp-name {
    display: inline-block;
    width: 150px;
    text-align: left;
    margin-right: 20px;
  }
  .volunteer-page .volunteer-form p textarea {
    width: 100%;
    max-width: 300px;
  }
  .volunteer-page .volunteer-form p input {
    width: 100%;
    max-width: 300px;
  }
  .volunteer-page .volunteer-form p input[type="radio"] {
    width: auto;
  }
  .volunteer-page .volunteer-form p input[type="checkbox"] {
    width: auto;
  }
  .volunteer-page .volunteer-form p input[type="submit"] {
    right: 0;
  }
  .volunteer-page .volunteer-form p i {
    color: #e40b20;
  }
  .volunteer-page .volunteer-form p .wpcf7-checkbox {
    width: 300px;
    display: inline-table;
    text-align: left;
  }
  .volunteer-page .volunteer-form p .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 10px 0;
    width: 100px;
  }
  .volunteer-page .volunteer-form p .wpcf7-radio {
    width: 300px;
    display: inline-table;
    text-align: left;
  }
  .box .nav-tabs {
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
    position: relative;
    top: -2px;
  }
  .box .nav-tabs li {
    float: none;
    position: relative;
    top: 0px;
    display: block;
    padding: 10px;
    border-bottom: 3px solid transparent;
  }
  .box .nav-tabs li a {
    font-size: 18px;
    color: #333333;
  }
  .box .nav-tabs li a:hover {
    color: #e40b20;
    text-decoration: none;
    background: transparent;
    border-color: transparent;
  }
  .search-page .search-list .search-item {
    height: 100%;
    padding-bottom: 20px;
  }
  .navigation .nav-links .current {
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  .single .single-content {
    padding: 20px 0;
  }
  .single .single-content .single-title {
    text-align: left !important;
  }
  .single .single-content .single-title h1 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
  }
  .single .single-content .single-title p {
    color: #999;
  }
  .single .single-content .single-text {
    margin-bottom: 53px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .header .navbar-default .navbar-collapse .navbar-search {
    float: left;
    margin-left: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .banner {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
  .partner .partner-mask {
    height: 100%;
  }
  .header h1 {
    font-size: 18px;
  }
  .navbar-right {
    float: left !important;
  }
  .header .navbar-brand .logo {
    width: 65px;
    height: 100%;
  }
  .header .nav-title {
    margin-top: 0;
    float: left !important;
  }
  .footer .footer-logo {
    margin-bottom: 30px;
  }
  .footer .relation {
    text-align: center;
  }
  .program .tab .tab-content .tab-pane .program-list .program-item {
    margin-bottom: 20px;
  }
  .program .tab .tab-content .tab-pane .program-list .program-item img {
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
  }
  .news .news-right {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .entry-content img {
    width: 100%;
    height: auto;
  }
  .single .single-content .single-text {
    padding: 0;
  }
  .msg-box .admin .admin-item {
    width: auto;
  }
  .msg-box .admin-first .admin-item {
    width: auto;
  }
  .home-news .top-title {
    font-size: 24px;
  }
  .home-news .news-tab .nav-tabs .active {
    background: transparent;
  }
  .home-news .news-tab .nav-tabs .active:after {
    display: none;
  }
  .home-news .news-tab .nav-tabs .active > a {
    background: #e40b20;
  }
  .home-news .news-tab .nav-tabs .active > a:hover {
    background: #e40b20;
  }
  .home-news .news-tab .nav-tabs > li {
    float: left;
    height: 40px;
    font-size: 16px;
    width: 50%;
    background: transparent;
  }
  .home-news .news-tab .nav-tabs > li:after {
    display: none;
  }
  .home-news .news-tab .nav-tabs > li > a {
    line-height: 40px;
    background: #e6e6e6;
  }
  .extraordinary .extraordinary-title {
    font-size: 24px;
  }
  .extraordinary .extraordinary-box .box-left {
    border-right: none;
    padding: 30px 5%;
  }
  .extraordinary .extraordinary-box .box-left .box-txt p {
    font-size: 12px;
  }
  .extraordinary .extraordinary-box .box-right {
    border-left: none;
    padding: 30px 5%;
  }
  .extraordinary .extraordinary-box .box-right .box-txt p {
    font-size: 12px;
  }
  .talk .talk-title {
    padding-top: 30px;
    font-size: 24px;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=./media.css.map */