﻿@charset "utf-8";

/*
   style.css
   <project>
   这个本来目测是home专用的，所以后续慢慢的把这个做成home专用的
   Created by Admin on 2020-05-12.
   Copyright 2020 Admin. All rights reserved.
*/

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
    .display-mobile {
        display: none !important;
    }
    .g-bd-wrap {
        background: #f4f6f7 url(index_bg.jpg) center bottom no-repeat;
    }
    /* 头样式 */
    .capital-vicenav-box {
        box-sizing: initial;
    }
    .index-search-content-list-start {
        box-sizing: initial;
    }
    /* 头导航栏鼠标悬停去掉下划线 */
    .vicenav-li a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1200px) {
    .g-bd-wrap {
        background-color: #ffffff;
    }
    .display-pc {
        display: none !important;
    }
    /* 头样式 */
    ext-detail .search-box {
        /* 搜索框的背景，如果提供方更改了dom信息，这里也需要酌情处理 */
        background-color: #fff;
    }
}

body {
    color: #333333;
    font-family: "Arial MT Pro" !important;
}

a {
    color: #333333;
}

a:focus,
a:hover {
    text-decoration: none;
}

[onclick] {
    cursor: pointer;
}

[data-lnik]:not[data-link=""] {
    cursor: pointer;
}

.g-doc {
    padding-top: 20px;
    padding-bottom: 60px;
}

.doc-title {
    font-size: 42px;
    padding-bottom: 5px;
}

.g-doc .title {
    padding: 20px 0 10px 0;
}

.g-doc .title h3 {
    font-size: 24px;
    font-weight: bold;
}

.g-doc .title h3 img {
    vertical-align: bottom;
    margin-right: 20px;
}

.g-doc .title p {
    font-size: 18px;
}

.g-doc .title .u-more {
    color: #333333;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}


/*-------------------图片切换---------------------*/

.m-slider .carousel {
    height: 100%;
    overflow: hidden;
}

.m-slider .carousel-inner>.item>a>img,
.m-slider .carousel-inner>.item>img,
.m-slider .img-responsive,
.m-slider .thumbnail a>img,
.m-slider .thumbnail>img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 240px;
}

.m-slider .slider-note {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    cursor: pointer;
}

.m-slider .slider-note .u-play {
    float: right;
    margin-top: 92px;
    margin-right: 28px;
    width: 56px;
    height: 56px;
    background: url(home_u202.png);
    background-position: right top;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #d35400;
}


/*-----------------Investment news-----------------------*/

.m-news .news-con .item {
    display: block;
}

.m-news .news-con .item img {
    display: block;
    max-width: 100%;
    border: 1px solid #cccccc;
}

.m-news .news-con .item .caption {
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    min-height: 75px;
}

.m-news .news-con a.item:hover .caption {
    color: #0066CC;
}


/*-----------------Why Beijing-----------------------*/

.m-introduce .item {
    /*width: 23.5%;*/
    overflow: hidden;
    margin-right: 2%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.m-introduce .item:last-child {
    margin-right: 0;
}

.m-introduce .item img {
    width: 100%;
    display: block;
    height: 317px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.m-introduce .item .item-mask {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 5px 0 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.m-introduce .item .item-mask .u-tit {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    font-size: 22px;
    color: #FFFFFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.m-introduce .item .item-mask .u-note {
    padding-top: 60px;
}

.m-introduce .item .item-mask .u-note,
.m-introduce .item .item-mask .u-btn {
    opacity: 0;
    color: #FFFFFF;
    line-height: 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.m-introduce .item .item-mask .u-btn {
    text-decoration: underline;
    bottom: 70px;
    left: 0;
    right: 0;
}

.m-introduce .item:hover .item-mask {
    background-color: rgba(0, 0, 0, .8);
}

.m-introduce .item:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.m-introduce .item:hover .item-mask .u-tit {
    top: 17%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.m-introduce .item:hover .item-mask .u-note,
.m-introduce .item:hover .item-mask .u-btn {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}


/*-----------------Start Your Business-----------------------*/

.m-business .business-con{
    overflow: hidden;
}
.m-business .business-con .u-bg{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 533px;
    margin-right: auto;
    margin-left: auto;
}

.m-business .business-con .business-mask,
.m-business .business-con .business-mask .mask-text
{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
.m-business .business-mask .mask-text{
    padding: 50px 12px 0 12px;
}
.m-business .business-mask .mask-text .title{
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    height: 64px;
    width: 50%;
    padding: 0 57px;
    background: linear-gradient(to top, #004ea1, rgba(255,255,255,0.180392156862745));
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    word-wrap: break-word;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 65%);
    -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.647058823529412);
    -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.647058823529412);
}
.m-business .business-mask .mask-text .title h4{
    margin: 0;
    font-weight: 400;
    color: #F59A23;
    font-size: 16px;
    text-shadow: none;
}
.m-business .business-mask .mask-text .title p{
    text-shadow: none;
    margin: 0;
}
.m-business .business-mask .mask-text .u-num{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: none;
}
.m-business .business-mask .mask-text .note-list{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 0;
}
.m-business .business-mask .mask-text .note-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23%;
    height: 45px;
    padding: 2px 7px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-right: 2%;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 4px 4px 3px rgb(0 0 0 / 80%);
    -webkit-text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.8);
}
.m-business .business-mask .mask-text .note-list a:hover{
    color: rgba(255, 255, 255, 1);
}
.m-business .business-mask .nav-list{
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(242, 242, 242, 0.7);
}
.m-business .business-mask .nav-list .item,
.m-business .business-mask .nav-list .u-first
{
    width: 13.9%;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.8);
    text-align: center;
    padding: 2px 2%;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-business .business-mask .nav-list .item{
    border-left: 1px solid #EEEEEE;
}

.m-business .business-mask .nav-list .u-first{
    width: 16.6%;
    padding: 2px 4%;
    background-image: url(home_u428.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: rgba(0, 78, 161, 0.2) ;
}

.m-business .business-mask .nav-list .item:hover{
    text-shadow: rgba(0,102,204,.6) 2px 2px 5px;
    color: rgb(0,93,179);
}
@media (max-width: 992px) {
    .m-business .business-mask .mask-text .title{
        width: 100%;
    }
    .m-business .business-mask .nav-list .item,
    .m-business .business-mask .nav-list .u-first {
        width: 25%;
        height: 60px;
        font-size: 14px;
        color: rgba(51, 51, 51, 0.8);
        border-bottom: 1px solid #EEEEEE;
    }
}
@media (max-width: 768px) {
    .m-business .business-mask .mask-text .note-list a span{
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


/*-----------------Business Activities-----------------------*/

.m-activit .activit-con {}

.m-activit .item {
    padding: 12px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.m-activit .item img {
    display: block;
    height: 193px;
    width: 100%;
}

.m-activit .item>h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding: 0 3px;
    margin-top: 10px;
    display: -webkit-box;
    /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;
    /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 2;
    /*限制文本行数*/
    overflow: hidden;
    /*超出隐藏*/
    min-height: 36px;
}

.m-activit .item>p {
    font-size: 13px;
    margin-bottom: 3px;
}

.m-activit .item>a.u-more {
    display: block;
    padding: 5px 0 0 0;
    font-size: 16px;
    color: #333333;
    font-style: italic;
    text-decoration: underline;
}


/*-----------------Business Service-----------------------*/

.m-service .item {
    display: block;
    background: #FFFFFF;
    padding: 10px 0;
    border-bottom: 2px solid #333333;
    margin-bottom: 36px;
}

.m-service .item img {
    display: block;
    max-width: 100%;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
}

.m-service .item .u-note {
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*-----------------Investment transaction promotion--及地图---------------------*/

/** 引入地图的样式*/
.m-promotion .item {
    display: block;
    border-radius: 5px;
    margin-bottom: 20px;
}

.m-promotion .item img {
    display: block;
    max-width: 100%;
    height: 212px;
    margin-right: auto;
    margin-left: auto;
}

.m-promotion .item>h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.m-promotion .item p {
    font-size: 18px;
    text-align: center;
}

.m-promotion .item-link a.widget {
    background: #FFFFFF;
    min-height: 80px;
    padding: 20px 38px 0 100px;
    display: block;
    color: #333333;
}

.m-promotion .item-link .widget img {
    left: 15px;
    top: 20px;
    height: 57px;
}

.m-promotion .item-link .u-null {
    height: 15px;
}

.m-promotion .item-link .item1 {
    border-left: 3px solid #004ea1;
}

.m-promotion .item-link .item2 {
    border-left: 3px solid #00a1e9;
}

.m-promotion .item-link h3 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.m-promotion .promotion-con {
    background: #fff;

}

.promotion-con .main .map_row_top {
    height: 100px;
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    align-content: space-around;
    font-size: 16px;
}
.main{
    display: flex;
    flex-direction: column;
    padding:13px;
}
.map_row_bottom {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.map_row_bottom .map_row_bottom_left {
    width: 50%;
}
.map_row_bottom .map_row_bottom_left img{
    /*height: 700px;*/
    width: 100%;
}
.map_row_bottom .map_row_bottom_right{
    height: 100%;
    width: 50%;
}
.map_row_bottom_right .map_row_right_title{
    height: 44px;
    width: 100%;
}
.map_row_bottom_right .map_row_right_title .map_row_right_title1 a{
    color: #0066C4;
}
.map_row_bottom_right .map_row_right_title .map_row_right_title1{
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    color: #0066C4;
    font-weight: 900;
    letter-spacing: -1.5px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 21px;
}
.map_row_bottom_right .map_row_right_main{
    display: flex;
    height: 245px;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}
.map_row_bottom_right .map_row_right_main .map_row_right_main1{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
}
.map_row_right_main1 .map_row_right_nav_text-2{
    width: 136px;
}
.map_row_right_main1 .map_row_right_nav_num-3{
    width: 50px;
}
.map_row_right_main1 img{
    height: 60px;
    width: 60px;
}
.map_row_right_main .map_row_right_main1 .map_row_right_nav_img-12 img{
    width: 80px;
    height: 80px;
}
.map_row_bottom_right .map_row_right_main2 a{
    color: #267CCB;
}
.map_row_bottom_right .map_row_right_main2{
    height: 32px;
    width: 100%;
    background: red;
    text-align: center;
    line-height: 32px;

    letter-spacing: 1px;
    font-size: 16px;
    background: #F2F2F2;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
}
.map_row_bottom_right .map_row_right_main3{
    height:95px;
    line-height: 25px;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: auto;
    margin-bottom: 20px;
}
.map_row_bottom_right .map_row_right_main4{
    height: 100px;
    width: 100%;
    background: #D1F1FF;
    display: flex;
    padding: 10px;
    align-items: center;
    font-size: 16px;
}
.map_row_bottom_right .map_row_right_main4 .map_row_right_foot-1{
    width: 100px;
}
.map_row_bottom_right .map_row_right_main4 .map_row_right_foot-2{
    text-align: center;
}
.map_row_right_main4 img{
    height: 50px;
    width: 50px;
}
.buttons{
    /* padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;*/
    min-width: 113px;
    height: 34px;
    border-radius: 3px;
    background: #fff;
    /*margin-left: 20px;*/
    border: 1px solid #eee;
}
.barArea{
    background-color: #0A5EB3;
    color: #fff;
}

.div_district_controller:last-child .buttons {
    width: 452px;
}
/*---------d地图结束--------------*/
/*-----------------You may concern about-----------------------*/
.m-about .item a {
    display: block;
    background: #FFFFFF url(home_point.jpg) no-repeat 22px center;
    font-size: 20px;
    color: #004ea2;
    padding: 16px 50px;
    border-bottom: 1px solid #e1e1e1;
}


/******************************************************************/


/******************************  子页面    **************************/


/******************************************************************/


/******common*******/

.u-bg-wrap {
    min-height: 600px;
    padding: 0 30px 20px;
    background-color: #fff;
}

.m-nav-local {
    padding: 10px 0 10px 30px;
    background: #fff url(address.png) 0 center no-repeat;
    font-size: 18px;
    color: #333;
    line-height: 34px;
    border-bottom: 1px solid #dedede;
}

.m-nav-local .item {
    margin-left: 5px;
    margin-right: 5px;
    color: #333;
}

@media screen and (max-width: 768px) {
    .m-nav-local {
        padding: 10px 0 10px 30px;
        background: #fff url(address.png) 0 center no-repeat;
        font-size: 0.55rem;
        color: #888;
        line-height: 34px;
        border-bottom: 1px solid #dedede;
    }
    .m-nav-local .item {
        margin-left: 0;
        margin-right: 5px;
        color: #888;
    }
}

.m-nav-local .item:hover {
    color: #333;
    text-decoration: none;
}

.m-nav-local .item.z-crt {
    color: #333;
}

.m-nav-local .item+.item:before {
    margin-right: 5px;
    content: url(add-arrow.png);
}

.m-page-search {
    border-radius: 3px;
    margin-top: 30px;
    padding-top: 10px;
}


/****切换栏目****/

.tab-wrap-left {
    display: flex;
    justify-content: center;
}

.m-page-search .tab-wrap .tab-wrap-left .item {
    /*width: 50%;*/
    /*display: inline-block;*/
    flex: 1;
    font-size: 18px;
    color: #000000;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .m-page-search .tab-wrap .tab-wrap-left .item {
        flex: 1;
        font-size: 0.6rem;
        color: #000000;
        height: 1.2rem;
        line-height: 1.2rem;
        text-align: center;
    }
}

.m-page-search .tab-wrap .tab-wrap-left .item.active {
    color: #2565b0;
    border-bottom: 1px solid #2565b0;
}


/***列表*****/

.m-news-list {
    padding: 0 20px;
    min-height: 440px;
}

.m-news-list .item {
    width: 1130px;
    line-height: 1.778;
    background: url('http://english.blcxyy.com/images/dian.jpg') left 13px no-repeat;
    padding-left: 10px;
}

.m-news-list .item a {
    display: inline-block;
    width: 1030px;
    /* height: 32px; */
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .m-news-list .item a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 0.66rem;
        color: #333;
        line-height: 1.077;
        margin-bottom: 0.64em;
    }
}

.m-news-list .item .u-txt {
    display: inline-block;
    width: 100%;
}

.j-tab-list {
    width: 1140px;
    padding: 20px 0;
    border-bottom: 1px #e3e3e3 dashed;
}


/***分页*****/

.m-paging {
    padding: 30px 0;
}

.m-paging>ul {
    display: inline-block;
    margin-bottom: 0;
}

.m-paging .item {
    display: inline;
}

.m-paging .item>a {
    text-align: center;
    display: inline-block;
    width: 40px;
    padding: 5px 0;
    font-size: 16px;
    float: left;
    margin: 0 4px;
    border: 1px solid transparent;
    background-color: rgba(242, 242, 242, 0.87);
}

.m-paging .item>a:hover,
.m-paging .item.active a {
    border: 1px solid #333333;
}

.example-page {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    margin: 0px 8px;
    border-width: 0px;
    padding: 6px 15px;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    background-color: rgb(242, 242, 242);
}


/***内容表格****/

.m-table-wrap {
    padding: 30px 0;
}

.m-table-wrap .table-data {
    width: 100%;
}

.m-table-wrap .table-data thead th {
    text-align: center;
}

.m-table-wrap .table-data thead th,
.m-table-wrap .table-data thead td,
.m-table-wrap .table-data tbody td {
    font-size: 16px;
    padding: 15px 6px;
}

.m-table-wrap .table-data tbody td a {
    font-size: 16px;
}

.m-table-wrap .table-border thead th,
.m-table-wrap .table-border tbody td {
    border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 992px) {
    .page-doc-content {
        padding: 0 8px;
        margin: 0 8px;
    }
    .m-nav-local {
        background-position: 0px 15px;
    }
    .m-paging .item>a {
        width: 1.37rem;
        line-height: 1.1rem;
        padding: 0;
        height: 1.13rem;
        font-size: 0.57rem;
        margin: 0 0.14rem;
    }
}

.Paginationer {
    display: flex;
    justify-content: center;
    padding: 25px 0px;
}

.Paginationer>li>a {
    padding: 8px 16px;
    margin-right: 4px;
    text-decoration: none;
    color: #0e6eb8;
}

.Paginationer>li:first-child,
.Paginationer>li:last-child {
    min-width: 11%;
}

.Paginationer>li:hover {
    font-weight: 700;
}

.Paginationer .Exapler a {
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
}

.break-word {
    word-break: break-word;
}


@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 0.51rem;
        margin: 0.46rem auto 0 auto;
        background: #fff;
        overflow: hidden;
    }
    .u-bg-wrap {
        min-height: 0;
        padding: 0;
    }
    .j-tab-list {
        width: 100%;
        height: 100%;
        border: none;
        padding: 0;
    }
    .m-news-list {
        padding: 0;
        min-height: 0;
    }
    .m-news-list .item {
        width: 100%;
        padding: .66rem .19rem;
        border-bottom: 1px solid #cccccc;
        background: none;
        white-space: normal;
        line-height: 1.077;
        overflow: hidden;
    }
    .m-page-search {
        margin-top: 0;
    }
}
/* 日历样式开始*/
*,
:after,
:before {
    box-sizing: border-box
}
body{
    background: #F4F6F7;
}
.cal_pull-left {
    float: left
}

.cal_pull-right {
    float: right
}

.cal_clearfix:after,
.cal_clearfix:before {
    content: '';
    display: table
}

.cal_clearfix:after {
    clear: both;
    display: block
}

.cal_calendar {
    width: 510px;
    font-size: 100%;
    margin-right: 30px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    cursor: default;
    position: relative
}

.cal_calendar .cal_header {
    height: 100px;
    position: relative;
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.cal_calendar .cal_header .cal_text {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.cal_calendar .cal_header .cal_text>span {
    text-align: center;
}

.cal_calendar .cal_header.cal_active .cal_text {
    transform: rotateX(0);
    opacity: 1;
    height: 21px;
    margin: 0px 20px;
}

.cal_months {
    width: 100%;
    height: 342px;
    position: relative
}

.cal_months .cal_hr {
    height: 1px;
    margin: 15px 0;
    background: #ccc
}

.cal_month {
    padding: 15px;
    width: inherit;
    height: inherit;
    background: #fff;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .4s ease-in-out 0s;
}

.cal_months[data-flow="left"] .cal_month {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.cal_months[data-flow="right"] .cal_month {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.cal_table {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.cal_table .cal_row {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.cal_table .head {
    background: #EFF7FF;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 5px;
}
.cal_table .head .cal_cell{
    color: #1562B1;
    width: 51px;
    height: 41px !important;
}
.cal_render,.cal_table{
    height: 100%;
}

.cal_table .cal_row.cal_head {
    color: #308ff0;
    text-transform: uppercase;
}

.cal_table .cal_row .cal_cell {
    width: 52px;
    height: 52px;
    margin: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.cal_hebody .cal_cell {
    cursor: pointer;
}

.cal_table .cal_row .cal_cell.cal_disable {
    color: #ccc
}

.cal_table .cal_row .cal_cell span {
    width: 100%;
    height: 100%;
    line-height: 56px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.cal_table .cal_row .cal_cell.cal_active {
    position: relative;
}
.cal_table .cal_row .cal_cell span{
    cursor: pointer;
}
.cal_table .cal_row .cal_cell b {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 15px;
    background: red;
    border-radius: 50%;
}

.cal_months .cal_month[data-active="true"] {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.cal_header [data-action] {
    color: inherit;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out 0s
}

.cal_header [data-action]>i {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px
}

.cal_header [data-action]>i:before,
.cal_header [data-action]>i:after {
    top: 50%;
    margin-top: -1px;
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    border-top: 2px solid;
    border-radius: 2px
}

.cal_header [data-action*="prev"] {
    left: 15px
}

.cal_header [data-action*="next"] {
    right: 15px
}

.cal_header [data-action*="prev"]>i:before,
.cal_header [data-action*="prev"]>i:after {
    left: 0
}

.cal_header [data-action*="prev"]>i:before {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cal_header [data-action*="prev"]>i:after {
    top: auto;
    bottom: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cal_header [data-action*="next"]>i:before,
.cal_header [data-action*="next"]>i:after {
    right: 0
}

.cal_header [data-action*="next"]>i:before {
    top: auto;
    bottom: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cal_header [data-action*="next"]>i:after {
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cal_header.cal_active [data-action] {
    opacity: 1
}

.cal_row .cal_Today span{
    color: #F59A23 !important;
}

.cal_row .cal_have span{
    color: black;
    background: #D4F0FF !important;
}

.cal_row .cal_active span{
    color: #FFFFFF;
    background: #105FAF !important;
}
.cal_main{
    width: 1164px;
    height: 451px;
    margin: 10px auto;
    display: flex;
}
.cal_main>div{
    height: 100%;
}
.cal_details{
    min-width: 638px;
    max-width: 638px;
    height: 98% !important;
    background: white;
}
.cal_paging{
    margin-top:16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cal_nothing{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #7F7F7F;
    font-weight: bold;
}
.cal_nothing img{
    width: 143px;
    margin: 30px 0px;
}
.cal_title{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8E0EB;
    margin-bottom: 30px;
}
.cal_data a{
    font-size: 24px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 20px 45px;
}
.cal_data a:hover{
     color: #0066CC;
 }

.cal_data ul{
    padding: 0px 2em;
}
.cal_data ul li{
    color: #333333;
    margin: 22px 0px 0px 0px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cal_data ul li span{
    font-weight: 800;
}