/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('baes.css');
@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');

/*** 

====================================================================
		Accordion
====================================================================

***/

.accordion {
    margin-bottom: 20px;
}
.lzjbjd{
			display:none !important;
		}
.accordion>.card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
}

.accordion>.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.accordion>.card:last-child {
    margin-bottom: 0px;
}

.accordion .card-header a {
    display: block;
    padding: 20px 50px 20px;
    text-transform: capitalize;
    background: #eee;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
}

.accordion .card-header a span {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    margin-right: 20px;
}

.accordion .card-header a::after {
    content: "";
    font-family: "", "Ionicons";
    width: 32px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 40px;
    background: url(../images/z.png);
}

.accordion .card-header a.collapsed::after {
    content: "";
    background: url(../images/y.png);
}

.accordion .card-body {
    padding: 30px 50px 30px;
    border-top: 2px solid #ddd;
    background: #eee;
    font-size: 14px;
    line-height: 30px;
    color: #444;
}

.accordion .card-body p {
    margin: 30px 0 0;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #f79328;
}

.accordion .card-body p a {
    color: #fff;
    font-size: 14px;
}

.accordion .card-header a[aria-expanded="true"] {
    color: #000;
}


/*** 

====================================================================
		News Section Inner
====================================================================

***/

.news-section-inner {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.news-section-inner:hover,
.news-section-inner.active {
    background: #eee;
}

.news-section-inner .news-date {
    padding: 20px 50px 5px;
    text-align: center;
}

.news-section-inner .news-date h1 {
    font-size: 48px;
    color: #f3980f;
    font-weight: 800;
}

.news-section-inner p {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.news-section-inner .news-content {
    padding: 0 60px;
}

.news-section-inner .news-content p,
.news-sidebar-widget .h5 h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-section-inner .news-content .text {
    font-size: 22px;
    color: #000;
}


/***

==================================================================
		Blog Details
==================================================================

***/

.sidebar-page-container {
    position: relative;
}

.sidebar-page-container .news-sec-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.sidebar-page-container .news-sec-title h1 {
    font-size: 24px;
    color: #000;
}

.page_sec_title {
    font-size: 14px;
    color: #666;
}

.page_sec_title span {
    margin: 0 20px;
}

.sidebar-page-container .lower-content {
    padding: 60px 0 20px;
    border-bottom: 1px solid #eee;
}

.sidebar-page-container .lower-content p img {
    text-align: left;
    display: block;
    margin: 45px 0;
}

.sidebar-page-container .corner_mark {
    padding: 30px 0 30px;
}

.sidebar-page-container .corner_mark li {
    font-size: 14px;
    color: #000;
}

.sidebar-page-container .corner_mark li a {
    color: #000;
}

.sidebar-page-container .corner_mark li a:hover {
    color: #f3980f;
}

.sidebar-page-container .corner_mark .mark_left {
    float: left;
}

.sidebar-page-container .corner_mark .mark_right {
    float: right;
    text-transform: uppercase;
}

.sidebar-page-container .corner_mark .mark_right a i {
    font-size: 24px;
    color: #666;
    text-overflow: unset;
}

.sidebar-page-container .corner_mark .mark_right a {
    color: #666;
    font-size: 22px;
    text-overflow: ellipsis;
}

.sidebar-page-container .corner_mark .mark_right a:hover,
.sidebar-page-container .corner_mark .mark_right a:hover i {
    color: #f3980f;
}

@media (max-width: 1199px) {
    .sidebar-page-container .news-sec-title {
        padding-bottom: 0;
    }
    .sidebar-page-container .lower-content {
        padding: 30px 0 10px;
    }
	.lzjbjd{
			display:none !important;
		}
}

@media (max-width: 991.98px) {
    .news-section-inner .news-date {
        padding: 10px 20px 0;
    }
	 .keifu {
        display: none !important;
    }
	 .lzjbjd {
        display: block !important;
        height: 236px;
        margin-bottom: 20px;
        margin-top: -10px
    }
    .lzjbjd .row {
        margin-left: 0;
        margin-right: 0;
    }
    .lzjbjd .lc {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        background: #f1f1f1;
        padding: 20px 10px;
    }
    .lzjbjd .lc h2 {
        text-align: center;
        font-size: 22px;
        color: #000;
        padding-bottom: 20px;
        font-weight: 600
    }
    .lzjbjd .lc p {
        padding: 0 i !important;
        margin: 5px 0 !important;
        font-size: 13px;
        color: #444
    }
    .wxqr {
        display: table;
        margin: 0 auto 0;
        padding-left: 25px;
    }
    .wxqr img {
        width: 70px;
    }
    .wxqr p {
        text-align: left;
    }
    .lzjbjd .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
    .news-section-inner .news-content .text {
        font-size: 18px;
    }
    .accordion .card-header a span {
        margin-right: 40px;
    }
}

@media (max-width: 640.98px) {
    .twonav-section {
        display: none;
    }
	 .keifu {
        display: none !important;
    }
	 .lzjbjd {
        display: block !important;
        height: 236px;
        margin-bottom: 20px;
        margin-top: -10px
    }
    .lzjbjd .row {
        margin-left: 0;
        margin-right: 0;
    }
    .lzjbjd .lc {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        background: #f1f1f1;
        padding: 20px 10px;
    }
    .lzjbjd .lc h2 {
        text-align: center;
        font-size: 22px;
        color: #000;
        padding-bottom: 20px;
        font-weight: 600
    }
    .lzjbjd .lc p {
        padding: 0 i !important;
        margin: 5px 0 !important;
        font-size: 13px;
        color: #444
    }
    .wxqr {
        display: table;
        margin: 0 auto 0;
        padding-left: 25px;
    }
    .wxqr img {
        width: 70px;
    }
    .wxqr p {
        text-align: left;
    }
    .lzjbjd .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
    .accordion .card-header a {
        padding: 20px 20px;
    }
    .accordion .card-body {
        padding: 20px 10px;
    }
    .news-section-inner .news-date h1 {
        font-size: 30px;
    }
    .news-section-inner .news-date {
        width: 50%;
    }
    .news-section-inner .news-content {
        padding: 0 20px;
    }
    .news-section-inner .news-content .text {
        font-size: 16px;
    }
    .accordion .card-header a::after{
        top: 20px
    }
    .accordion .card-header a span {
    margin-right: 47px;
}
}