.home-header {
    background-color: #bd1a2d;
}

.top_head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.top_head .logo {
    width: 1rem;
    height: 1rem;
    padding: .35rem 0;
}

.top_head .logo_img {
    width: 1rem;
    height: 1rem;
}

.top_head .top_title {
    font-size: .48rem;
    line-height: .36rem;
}

.top_head .top_title_en {
    font-size: .32rem;
    letter-spacing: .03rem;
    padding: .2rem 0 .1rem;
}

.top_head .top_icon {
    position: absolute;
    top: .3rem;
    right: .2rem;
}

.top_search {
    width: 100%;
}

.top_search .van-search {
    background: none;
    margin-bottom: .1rem;
}

.search_list {
    padding: .3rem;
}

.search_list .search_item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_list .search_item:not(:first-child) {
    margin-top: .3rem;
}

.search_list .search_item a {
    font-size: .28rem;
    color: #666;
}

.navs {
    padding: .3rem;
}

.navs .nav_item {
    line-height: .48rem;
    padding: .2rem 0;
}

.navs .child_item {
    padding-left: .4rem;
    line-height: .48rem;
    margin-top: .1rem;
    color: #666;
}

.navs .active_top a {
    color: #bd1a2d;
}

.navs .active_top::after {
    border-color: #bd1a2d;
}

.content {
    padding: .2rem;
}

.my-swipe {
    width: 100%;
    height: 3.4rem;
}

.swiperlist .img {
    width: 100%;
    height: 100%;
}

.content_li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .24rem;
}

.content_li a p {
    flex: 1;
    transition: all .5s ease;
    font-size: .28rem;
    line-height: .32rem;
    color: #333;
    cursor: pointer;
    margin-right: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_li a .li_date {
    color: #999;
    font-size: .24rem;
}

.main_news {
    position: relative;
    height: 4.36rem;
    overflow: hidden;
}

.main_news .more {
    position: absolute;
    right: 0;
    top: .3rem;
    color: #8c8b8b;
    font-size: .26rem;
}

.search_content {
    padding: .2rem 0 .3rem;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.04);
    margin-top: .4rem;
}

.search_content .search_title {
    font-size: .32rem;
    font-weight: bold;
    color: #333;
    border-color: #ae2e33;
    padding: 0 1.3rem;
}

.search_bot {
    padding: 0 .2rem;
}

.search_bot .content_new {
    padding: 0 .4rem;
}

.search_bot .search_input {
    margin: .2rem 0;
}

.search_bot .content_new .btns {
    margin: .5rem 0 .3rem;
}

.activity_content {
    min-height: 2.4rem;
    background-color: #bd1a2d;
    margin-top: .4rem;
    padding: .3rem;
}

.activity_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.activity_top a {
    color: #fff;
    font-size: .26rem;
}

.activity_top .left_title {
    font-size: .32rem;
}

.activity_bot {
    margin-top: .4rem;
    font-size: .28rem;
    line-height: .38rem;
}

.activity_bot a {
    color: #fff;
}

.activity_bot li {
    margin-top: .2rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_news .van-tab {
    flex: none;
}

.main_news .van-tab:not(:first-child) {
    margin-left: .2rem;
}

.common_content {
    margin-top: .5rem;
}

.common_content .common_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_top .title {
    font-size: .36rem;
    color: #bd1a2d;
}

.common_top .more {
    color: #8c8b8b;
    font-size: .26rem;
}

.common_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.common_content .van-divider {
    margin-bottom: 0;
}

.common_bot .box {
    width: 3.35rem;
    height: 3.35rem;
    margin-top: .3rem;
}

.common_bot .box a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.common_bot .box .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_bot .box .bot_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .76rem;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.common_bot .box .bot_title,
.common_bot .box .bot_box_new .bot_title {
    color: #fff;
    line-height: .3rem;
    font-size: .24rem;
    padding: 0 .15rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.common_bot .box .bot_box_new .bot_title {
    color: #333;
    text-align: center;
}

.common_bot .box .img_new {
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_bot .box .bot_box_new {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_bot .box_tea {
    width: 2.24rem;
    height: 3rem;
    margin-top: .3rem;
}

.common_bot .box_tea .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_bot .box_tea a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.common_bot .box_tea .bot_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .52rem;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.common_bot .box_tea .bot_box .bot_title {
    font-size: .24rem;
    color: #fff;
    padding: 0 .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    padding: .6rem .2rem;
    background-color: #bd1a2d;
}

.foot_top {
    padding: .4rem .2rem;
    background-color: #8d262a;
    display: flex;
    justify-content: space-around;
}

.foot_top .foot_top_item {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.foot_top .foot_top_item .item_span {
    display: flex;
    flex-direction: column;
}

.foot_top .foot_top_item p {
    font-size: .28rem;
}

.foot_top .foot_top_item a {
    font-size: .24rem;
    margin-top: .24rem;
    color: #fff;
}

.foot_bot {
    padding: .4rem .2rem;
    background-color: #8d262a;
    margin-top: .2rem;
}

.foot_bot .ercode {
    display: flex;
    justify-content: space-around;
}

.foot_bot .ercode .ercode_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot_bei {
    margin-top: .3rem;
}

.foot_bei p {
    font-size: .24rem;
    color: #fff;
    text-align: center;
}

.ercode_item img {
    width: 1.5rem;
    height: 1.5rem;
}

.ercode_item span {
    color: #fff;
    margin-top: .2rem;
}

.article {
    padding: .2rem;
}

.article .article_title {
    font-size: .34rem;
    padding: .3rem 0;
    line-height: .48rem;
}

.article_top .time {
    font-size: .24rem;
    color: #929292;
}

.article_content img {
    width: 100% !important;
    height: auto !important;
}

.article_content p,
.article_content section {
    line-height: .38rem;
}

.video_content {
    padding: .4rem 0;
}

.list {
    padding: .2rem;
}

.list .head_top {
    padding: .1rem 0 .3rem;
}

.list .head_top span {
    font-size: .36rem;
    color: #bd1a2d;
}

.list_item a {
    display: flex;
}

.list_item a .list_img {
    width: 2.3rem;
    height: 1.53rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_item a .r_content {
    flex: 1;
    margin-left: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_item a .r_content .title {
    line-height: .36rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.list_item a .r_content .time {
    text-align: right;
    font-size: .24rem;
    color: #919191;
}

.list_content {
    position: relative;
    min-height: 5rem;
}

.list_content .van-loading {
    text-align: center;
}

.loading_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 666;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loading_box_over {
    background-color: rgba(0, 0, 0, 0.4);
    padding: .2rem;
}

.list .van-pagination__item {
    color: #bd1a2d;
}

.list .van-pagination__item--active {
    color: #fff;
    background-color: #bd1a2d;
}

.pro-more {
    margin: .3rem 0 .1rem;
}

.video .head_top {
    padding-bottom: 0;
}

.search {
    position: relative;
    padding: .2rem;
    margin-bottom: .3rem;
    min-height: 8rem;
}

.search .search_bot_new {
    min-height: 5rem;
    padding: .6rem .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../../img/searchBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.search .search_bot_new .van-cell__title {
    width: 2rem;
    flex: none;
}

.search_bot_new .logo_img {
    width: 1.18rem;
    height: 1.18rem;
}

.search_bot_new .title {
    font-size: .32rem;
    margin: .6rem 0;
}

.search_bot_new .pic_img {
    width: 1.93rem;
    height: 2.6rem;
}

.infos {
    width: 100%;
    margin-top: .8rem;
    background: none;
}

.infos .van-cell {
    background: none;
}

.search_bot_new .bot_title {
    font-size: .36rem;
    padding: .4rem 0 .2rem;
}

.bottom-button {
    width: 2.4rem;
    height: .6rem;
}

.unit_detail {
    min-height: 5rem;
}

.unit_top {
    padding: .4rem 0 .8rem;
    background-size: cover;
    background-position: center;
}

.unit_detail .title {
    font-size: .28rem;
    text-align: center;
    color: #3f3f3f;
    padding: .3rem 0;
}

.unit_detail .title .title-eng {
    position: relative;
    line-height: 26px;
    letter-spacing: 4px;
}

.unit_detail .title .title-eng::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: .03rem;
    position: absolute;
    left: 0px;
    bottom: -.12rem;
    background-color: #bd1a2d;
}

.unit_detail .title .title-ch {
    font-size: .36rem;
    color: #333;
    padding-top: .1rem;
}

.top_content .int {
    position: relative;
    width: 5.4rem;
    min-height: 1.3rem;
    background: rgba(255, 255, 255, .6);
    margin: .6rem auto 0;
    padding: .3rem;
}

.int .union-img {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: -.6rem;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
}

.int h5 {
    margin: .16rem 0 .32rem;
    font-size: .36rem;
}

.int .content {
    color: #000;
    font-size: .28rem;
    line-height: .46rem;
    margin-top: .05rem;
    padding: 0 .2rem;
    text-align: justify;
}

.box_bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    overflow: hidden;
}

.box_bot .bot_item {
    width: 2.8rem;
    /* height: 260px; */
    margin: .2rem .3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_bot .bot_item .imgcov {
    width: 2.8rem;
    height: 3.6rem;
    overflow: hidden;
}

.box_bot .bot_item .imgcov .albumimg {
    width: 100%;
    height: 100%;
}

.bot_item .bot_cover {
    width: 100%;
    margin-top: .2rem;
}

.bot_item .album-title {
    text-align: center;
}

.bot_item .p-title {
    margin-top: .2rem;
    text-align: center;
}

.contacts_content .contacts {
    margin: .3rem;
}

.contacts_content .contacts div {
    font-size: .28rem;
    line-height: .48rem;
}

.contacts_content .contacts .tel {
    margin-top: .2rem;
}

.cards {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - .4rem);
    height: 100%;
    padding: .1rem .2rem;
}

.unit_detail header {
    background-color: #bd1a2d;
}

.unit_detail .card:nth-child(odd) {
    align-self: flex-start;
}

.unit_detail .card:nth-child(even) {
    align-self: flex-end;
}

.unit_detail .card {
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.unit_detail .card__header {
    display: flex;
    align-items: center;
    width: 100%;
    height: .6rem;
    color: #fff;
    background-color: #bd1a2d;
}

.unit_detail .card:nth-child(odd) .card__header::before {
    z-index: 10;
    position: absolute;
    left: calc(111.11% - 4.4px);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #bdbdbd;
    box-shadow: 0 0 2px 6px #fff;
}

.unit_detail .header__title {
    display: flex;
    margin: 0;
    margin-left: 10px;
    flex-direction: column;
    font-size: 14px;
}

.unit_detail .title__date {
    font-size: .36rem;
}

.unit_detail .card:nth-child(odd) .card__header::after {
    position: absolute;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .12rem 0 .12rem .16rem;
    border-color: transparent transparent transparent #bd1a2d;
}

.unit_detail .card__article {
    height: 65%;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.5);
    border-top: none;
    padding: 10px;
    font-size: 14px;
}

.unit_detail .cards::after {
    z-index: 9;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(200, 200, 200, 0.5);
}

.card:nth-child(even) .card__header::before {
    z-index: 10;
    position: absolute;
    right: calc(111.11% - 5px);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #bdbdbd;
    box-shadow: 0 0 2px 6px #fff;
}

.card:nth-child(even) .card__header::after {
    position: absolute;
    right: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .12rem .16rem .12rem 0;
    border-color: transparent #bd1a2d transparent transparent;
}

.em {
    width: 100%;
}