@charset "utf-8";

body {
    background: #eff0f2;
}

.dis-none {
    display: none;
}

/* tab */
.tab-nav-item {
    line-height: 32px;
    text-align: center;
    color: #333;
    transition: all linear 0.25s;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding-right: 50px;
    padding-left: 15px;
    position: relative;
}

.tab-nav-item:last-child {
    margin-right: 0;
}

.tab-nav-item {
    float: initial !important;
}

.tab-nav-item.cur {
    color: #d1492d;
    background-image: linear-gradient(to right, #fcf0ef, white);
}

.tab-nav-item.cur::before {
    height: 100%;
}

.tab-nav-item::before {
    background: #ff5000;
    position: absolute;
    content: "";
    width: 4px;
    height: 0px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.tab-cnt {
    margin-top: 20px;
}

/* tab-02 */
.tab-nav-02 {
    border-bottom: 2px solid #d5d4d4;
    height: 34px;
    line-height: 34px;
    background: #f3f3f3;
}

.tab-nav-item-02 {
    width: 50%;
    line-height: 32px;
    text-align: center;
    color: #333;
    float: left;
    font-size: 16px;
    cursor: pointer;
}

.tab-nav-item-02.cur {
    color: #ad191f;
    font-size: 18px;
    border-bottom: 3px solid #ad191f;
    background: #ebebeb;
    height: 34px;
    line-height: 34px;
    margin-top: -1px;
}

/* tab-03 */
.tab-nav-03 {
    width: 488px;
    line-height: 48px;
    font-size: 0;
    background: rgb(181 181 181 / 63%);
    font-weight: bold;
    margin: 0 auto 0;
}

.tab-nav-item-03 {
    width: 244px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 18px;
    cursor: pointer;
}

.tab-nav-item-03.cur {
    background: #d02a1b;
}

.tab-box-sv {
    height: 170px;
    overflow: hidden;
}

/* intro */
.intro {
    background: linear-gradient(#eff0f2, #eff0f2, white);
    padding-bottom: 30px;
}

.intro .col-sub {
    width: 260px;
    background: #FF590F;
}

.intro .summary {
    color: #fff;
    padding: 21px 0;
    height: 393px;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
}

.intro .col-main {
    height: 393px;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

.intro .summary-item {
    padding: 14px 0 14px 0;
    text-align: center;
    border-bottom: 1px solid #FF3300;
}

.intro .summary-item:last-child {
    border-bottom: none;
}

.intro .summary-item .summary-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    color: #fff;
}

.intro .summary-item .summmary-detail {
    font-size: 28px;
    color: #fff;
}

.intro .btn-group {
    margin-bottom: 28px;
}

.intro .ft-carousel .carousel-item img {
    height: 100%;
}

.btn-login {
    width: 200px;
    height: 42px;
    background: url(../img/btn-login.png) center center no-repeat;
    display: block;
    margin: 0 auto 8px;
}

.btn-login.disabled {
    background: url(../img/btn-login-disabled.png) center center no-repeat;
}

.btn-register-01 {
    width: 200px;
    height: 42px;
    background: url(../img/btn-register-01.png) center center no-repeat;
}

.btn-register-01.disabled {
    background: url(../img/btn-register-01-disabled.png) center center no-repeat;
}

.btn-register-02 {
    width: 200px;
    height: 42px;
    background: url(../img/btn-register-02.png) center center no-repeat;
}

.btn-register-02.disabled {
    background: url(../img/btn-register-02-disabled.png) center center no-repeat;
}

.intro .carousel-item {
    position: relative;
}

.intro .carousel-item p {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 12px 20px;
    line-height: 25px;
    width: 458px;
    height: 116px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(0deg, #000 -50%, rgba(0, 0, 0, 0) 100%);
}

.intro .carousel-item p span {
    display: inline-block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 55px;
    font-weight: bold;
}

.intro .ft-carousel .carousel-indicators {
    bottom: 5px;
}

.intro .ft-carousel .carousel-btn {
    width: 40px;
    height: 56px;
    display: none;
}

.intro .ft-carousel:hover .carousel-btn {
    display: block;
}

.intro .col-body {
    background: #fff;
    padding: 24px 20px 12px;
}

.intro .col-main .swiper-box {
    width: 458px;
    height: 344px;
}

.swiper-container-01 {
    height: 100%;
}

.pagination-01 .swiper-pagination-switch:last-child {
    margin-right: 16px;
}

.pagination-01 .swiper-pagination-switch.swiper-active-switch {
    background: #da1d25;
}

.intro .col-main .news-box {
    width: 380px;
    margin-left: 30px;
}

.intro .col-main .headline-box {
    padding-bottom: 16px;
    border-bottom: 1px dashed #afafaf;
}

.intro .col-main .text-news-box {
    margin-top: 13px;
}

.intro .col-main .text-news-item {
    line-height: 36px;
}

.intro .col-main .text-news-detail {
    width: 250px;
    font-size: 14px;
    margin-right: 30px;
}

.intro .headline-box a:hover .headline-title {
    color: #be1a1a;
}

.intro .headline-box a:hover .headline-detail {
    color: #be1a1a;
}

.intro .col-main .text-news-detail:hover {
    color: #be1a1a;
}

/* hdzm 活动招募切换 */

.ditu {
    /* background: url(../img/bg-bg.png) no-repeat;
    background-size: 100% 100%; */
}

.hdzm {
    background: #fff;
    padding: 20px 0 0 0;
    /* min-height: 677px; */
}

.hdzm .title-underline {
    /* background: #fff; */
    position: relative;
    /* background: url(../img/wdk-bg.png) no-repeat;
  background-size: 789px;
  background-position: right center;
  height: 76px;
  line-height: 76px; */
    border-bottom: none;
}

.hdzm .title-text {
    width: 186px;
    height: 23px;
    /* line-height: 30px; */
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/zzwj.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    text-indent: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hdzm .title-text a {
    color: #fff;
}

.hdzm .wrapper {
    position: relative;
}

.hdzm .section-body {
    margin-right: 0;
}

.hdzm .section-body .tab-nav {
    padding-left: 6px;
    margin-top: 16px;
}

.hdzm .ft-carousel {
    min-height: 170px;
}

.hdzm .ft-carousel .carousel-inner {
    position: initial;
}

.hdzm .carousel-item a:nth-child(5n + 5) .carousel-li {
    margin-right: 0px;
}

.hdzm .carousel-btn {
    display: none;
}

.hdzm .carousel-prev-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-prev.png) no-repeat;
}

.hdzm .carousel-next-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-next.png) no-repeat;
}

.hdzm .ft-carousel:hover .carousel-btn {
    display: block;
}

.hdzm .carousel-li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 224px;
    height: 150px;
    margin: 7px;
    color: #333;
    font-size: 14px;
    text-align: left;
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .carousel-li:nth-child(5n + 5) {
    margin-right: 0px;
}

.hdzm .li-ing {
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .li-ing .service-status {
    background: #ff4659;
}

.hdzm .li-before {
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .li-before .service-status {
    background: #00ca72;
}

.hdzm .li-end {
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .li-end .service-status {
    background: #46a8ff;
}

.hdzm .swiper-slide a:last-child .carousel-li {
    margin-right: 0px;
}

.hdzm .service-title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hdzm .bg-flowers {
    background: url(../img/flowers.png) no-repeat;
    background-position: 94% 18%;
    padding: 26px 15px 0;
}

.hdzm .service-name {
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.hdzm .bm-num {
    display: inline-block;
    color: #333;
    margin-left: 8px;
}

.hdzm .service-status {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    width: 56px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 0px 0px 10px 0px;
}

.yxzyz {
    background: #fff;
    padding-top: 0;
    padding-top: 30px;
}

.lxq {
    background: white;
    padding-bottom: 47px;
}

.beijing {
    /* background: linear-gradient(#EFF0F2, white); */
}

/* 菜单展示 点单动态 两栏 */
.cdzs .text-news {
    margin-top: 10px;
}

.cdzs .text-news-item {
    height: 44px;
    line-height: 44px;
}

.cdzs .text-news-item:after {
    top: 20px;
    width: 4px;
    height: 4px;
    background: #a8181e;
}

.cdzs .text-news-detail {
    width: 630px;
    margin-right: 12px;
}

.cdzs .text-news-date {
    margin-right: 18px;
}

.cdzs .col-aside .text-news-item {
    padding-left: 0;
}

.cdzs .col-aside .text-news-item:after {
    display: none;
}

.cdzs .col-aside .text-news-detail {
    width: 258px;
    margin-right: 0;
}

.scroll-box {
    height: 264px;
    overflow: hidden;
    padding-top: 20px;
}

.scroll-item {
    font-size: 0;
    margin-bottom: 11px;
}

.scroll-pic {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

.scroll-title {
    line-height: 30px;
    font-size: 16px;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.scroll-text {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #888;
    margin-top: 1px;
}

.fczs .text-news-box {
    margin-top: 15px;
}

/* 志愿服务 文明实践 排行榜 三栏 zyfw */
.zyfw .text-news-box {
    margin-top: 20px;
    padding: 25px 22px;
    background: #fff;
    height: 410px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.zyfw .pic-news-detail {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zyfw .pic-news-detail:hover {
    color: #be1a1a;
}

.zyfw .title-text {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/img-biaoti.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 30px 0 0;
    border-bottom: 0;
    text-indent: 18px;
}

.zyfw .title-underline {
    background: url(../img/xiegang.png) no-repeat;
    background-size: 100% 100%;
}

.zyfw .title-text a {
    color: #fff;
}

.zyfw .text-news-item {
    height: 45px;
    line-height: 45px;
}

.zyfw .text-news-item .text-news-detail {
    font-size: 14px;
    color: #333;
}

.zyfw .text-news-item .text-news-detail:hover {
    color: #bd1a1a;
}

.zyfw .pic-news-box {
    margin-top: 20px;
    background: #fff;
    padding: 30px 22px;
    height: 410px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.zyfw .video-box {
    margin-top: 20px;
    background: #fff;
    padding: 22px;
    height: 410px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.zyfw .video-box {
    margin-top: 20px;
    background: #fff;
    padding: 22px 22px 32px;
}

.zyfw .video-box-top {
    width: 342px;
    height: 228px;
    position: relative;
    overflow: hidden;
}

.zyfw .video-img {
    width: 100%;
    height: 100%;
}

.zyfw .video-box-top .video-icon {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 999;
}

.zyfw .video-box-top .video-desc {
    width: 330px;
    position: absolute;
    font-size: 20px;
    color: #fff;
    left: 10px;
    bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.zyfw .video-box-bottom {
    margin-top: 14px;
    font-size: 14px;
    color: #fff;
}

.zyfw .video-box-bottom .video-desc {
    width: 150px;
    position: absolute;
    color: #fff;
    left: 10px;
    bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.video-box-left {
    width: 165px;
    height: 110px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
}

.video-box-right {
    width: 165px;
    height: 110px;
    display: inline-block;
    position: relative;
}

.rank {
    margin-top: 15px;
}

.rank-item {
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    font-size: 0;
}

.rank-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.rank-num {
    width: 28px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #c0c0c0;
    line-height: 24px;
    margin-right: 22px;
}

.rank-name {
    width: 160px;
    color: #333;
    margin-right: 30px;
}

.rank-duration {
    width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank-item:nth-of-type(1) .rank-num,
.rank-item:nth-of-type(2) .rank-num,
.rank-item:nth-of-type(3) .rank-num {
    background: #de4c46;
}

.zyfw .tab-cnt {
    margin-top: 15px;
}

/* 优秀志愿者 tab+幻灯 */
.tri-swiper .swiper-box {
    height: 310px;
    overflow: hidden;
    background: #f4f4f4;
}

.tri-swiper .pagination {
    margin-top: 0;
    bottom: 10px;
}

.tri-swiper .swiper-container {
    width: 1200px;
    height: 100%;
    background: #fff;
}

.tri-swiper .swiper-container .swiper-slide {
    width: 100%;
    font-size: 0;
}

/* .tri-swiper .swiper-container .arrow-left-03,
.tri-swiper .swiper-container .arrow-right-03{width: 70px;height: 70px;position: absolute;top: 145px;z-index: 99;}
.tri-swiper .swiper-container .arrow-left-03{background: url(../img/btn-l.png) center center no-repeat;left: 0;}
.tri-swiper .swiper-container .arrow-right-03{background: url(../img/btn-r.png) center center no-repeat;right: 0;} */
/* 优秀志愿者 & 优秀文明实践志愿服务组织 */
.tri-swiper .swiper-container .swiper-slide-inner {
    font-size: 0;
}

.tri-swiper .swiper-container .pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 99;
}

.tri-swiper .swiper-container .pagination .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d9d9;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    min-width: 8px;
    padding: 0;
}

.tri-swiper .swiper-container .pagination .swiper-pagination-switch:last-child {
    margin-right: 16px;
}

.tri-swiper .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
    background: #d52c31;
}

.user-card {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    width: 380px;
    height: 124px;
    overflow: hidden;
    text-align: left;
    margin: 0 24px 20px 0;
}

.user-card:hover {
    border: 1px solid #bd1a1a;
}

.user-card:hover .user-card-name {
    color: #bd1a1a;
}

.user-card:hover .user-card-duration {
    color: #cb0101;
}

.yxzyz a:nth-child(3n + 3) .user-card {
    margin-right: 0;
}

.yxzyz .carousel-item {
    background: #fff;
}

.yxzyz .carousel-item a:nth-child(5n + 5) .carousel-li {
    margin-right: 0px;
}

.yxzyz .carousel-btn {
    display: none;
    margin-top: -40px;
}

.yxzyz .carousel-prev-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-prev.png) no-repeat;
}

.yxzyz .carousel-next-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-next.png) no-repeat;
}

.tab-box-yxzyz {
    height: 396px;
    overflow: hidden;
}

.user-card .user-card-pic {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.user-card .user-card-pic .user-card-avatar {
    width: 100%;
    height: 100%;
}

.user-card .user-card-name {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    padding-top: 10px;
    font-weight: bold;
}

.user-card .user-card-duration {
    font-size: 15px;
    color: #999;
    line-height: 36px;
}

/* 新版优秀志愿者项目 */
.swiper-scroll .section-body {
    /* height: 668px; */
    max-height: 668px;
    min-height: 100px;
}

.swiper-scroll .swiper-scroll-left {
    width: 593px;
    /* height: 100%; */
    max-height: 668px;
    box-sizing: border-box;
    padding: 10px;
}

.swiper-volunteer {
    max-height: 560px;
}

.swiper-excellent {
    max-height: 560px;
}

.swiper-scroll .swiper-scroll-left .swiper-volunteer .swiper-slide {
    height: 55px;
    max-height: 55px;
    line-height: 55px;
    padding-right: 27px;
    padding-left: 12px;
    box-sizing: border-box;
}

.swiper-scroll .swiper-scroll-left .swiper-volunteer .swiper-slide:nth-child(even) {
    background: #fdf6f3;
}

.team-number {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
}

.swiper-scroll .swiper-scroll-left .swiper-volunteer .swiper-slide:nth-child(-n + 3) .team-number {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #dd3333;
}

.team-name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-left: 18px;
    width: 356px;
}

.team-hour {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #d85130;
    margin-left: 29px;
}

.team-hour span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-left: 7px;
}

.swiper-scroll .swiper-scroll-right {
    width: 593px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 17px 17px 17px;
    max-height: 668px;
}

.swiper-scroll .swiper-scroll-right .swiper-slide {
    margin-top: 14px;
    height: 98px !important;
}

.swiper-scroll .swiper-scroll-right .swiper-slide > div {
    width: 271px;
    height: 100%;
    line-height: 98px;
    background: #fdf6f3;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 22px;
}

.swiper-scroll .swiper-scroll-right .swiper-slide:nth-child(1) > div .right-number {
    color: #dd3333;
}

.right-number {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #666666;
    margin-right: 20px;
}

.right-img {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    /* opacity: 0.36; */
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.right-hour {
    line-height: 26px;
    margin-top: 23px;
    margin-left: 12px;
}

.right-name {
    width: 125x;
}

.right-hour-text {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #d85130;
}

.right-hour-text span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.swiper-scroll .title-underline {
    font-size: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
}

.swiper-scroll .title-underline .title-text a {
    color: #333333;
    width: 220px;
    display: block;
    padding-left: 30px;
}

.swiper-scroll .title-underline .title-text {
    /* font-size: 18px;
    color: #A8181E;
    display: inline-block;
    border-bottom: 3px solid #A8181E;
    padding: 0 7px; */
}

.swiper-scroll .title-underline:nth-child(1) .title-text {
    background: url(../img/tj-bt.png) no-repeat;
    background-size: 100% 100%;
    width: 74px;
    height: 21px;
    border-bottom: none;
}

/* 优秀志愿服务项目 */
.project-box {
    position: relative;
    width: 445px;
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 33px;
    text-align: left;
}

.project-card-pic {
    width: 126px;
    height: 82px;
    overflow: hidden;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

.project-card-pic .project-card-avatar {
    width: 100%;
    height: 100%;
    display: block;
}

.project-card-title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
}

.project-card-date {
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}

.project-intro {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-indent: 28px;
    margin-top: 14px;
}

/*  */
.project-card-person {
    position: absolute;
    top: -32px;
    width: 100%;
    text-align: left;
}

.project-card-person .outstanding-avatar {
    width: 86px;
    height: 86px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.project-card-person .outstanding-name {
    margin-top: -20px;
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 72px;
    margin-left: 12px;
}

.project-card-intro {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    height: 120px;
    overflow: hidden;
    text-align: left;
    text-indent: 28px;
}

.project-card-duration {
    padding-left: 24px;
    background: url(../img/icon-pp.png) left center no-repeat;
    font-size: 18px;
    color: #a8181e;
    text-align: left;
    line-height: 42px;
    border-top: 2px solid #f4f4f4;
    margin-top: 14px;
}

/* 历下区文明实践分中心 */

.lxq .title-text {
    width: 246px;
    height: 23px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/img-biaoti.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    text-indent: 18px;
}

.lxq .title-underline {
    /* background: url(../img/cxiegang.png) no-repeat; */
    background-size: 100% 100%;
}

.lxq .title-text a {
    color: #fff;
}

.lxq .select-address {
    position: relative;
    border: 1px solid #bd1a1a;
    border-radius: 14px;
    background: #fff;
    font-size: 14px;
    color: #666;
    float: right;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 14px;
    width: 90px;
    cursor: pointer;
}

.select-input span {
    margin-right: 2px;
}

.select-addr {
    position: absolute;
    background: #fff;
    z-index: 999;
    overflow: hidden;
    display: none;
}

/* .select-addr:hover{
    display: block;
} */

.select-addr li {
    width: 100%;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.select-addr li:hover {
    background: #369cef;
    color: #fff;
}

.lxq .select-address img {
    vertical-align: middle;
}

.lxq .org-list {
    font-size: 0;
    margin-top: 20px;
}

.lxq .org-item {
    display: inline-block;
    width: 224px;
    height: 235px;
    background: #f9f9f9;
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.lxq .org-item:nth-child(5n + 5) {
    margin-right: 0;
}

.lxq .org-item .img-wrap {
    width: 224px;
    height: 150px;
}

.lxq .org-item .img-wrap img {
    width: 100%;
    height: 100%;
}

.lxq .depart-title {
    padding: 15px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lxq .depart-time {
    padding: 0 8px;
    color: #666666;
}

.lxq .org-item a {
    color: #333333;
}

.lxq .org-item:hover {
    background: #bd1a1a;
}

.lxq .org-item:hover a,
.lxq .org-item:hover .depart-time {
    color: #fff;
}

/* 合作伙伴 */

.partner {
    padding-top: 12px;
}

.partner .title-text {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/img-biaoti.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    text-indent: 18px;
}

.partner .title-underline {
    background: url(../img/cxiegang.png) no-repeat;
    background-size: 100% 100%;
}

.partner-list {
    padding: 20px 0;
}

.partner-item {
    width: 224px;
    height: 80px;
    background: #fff;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 20px;
}

.partner-item:nth-child(5n + 5) {
    margin-right: 0;
}
