.breadcrumb-wrapper{
    background: #F4F4F4;
    padding: 30px 0;
}
.bcid-cat{
    font-size: 16px;
    font-weight: bold;
}
.location{
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}
#innerpage-wrap{
    background: #fff;
    padding: 45px 0;
    clear: both;
}
.blog-article{
    width: 100%;
    margin-bottom: 20px;
}
.blog-article figure{
    display: flex;
    justify-content: center;
}
.blog-article .post-summary{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
    color: #666;
    font-weight: 400;
}
.entry-header{
    background: none;
    box-shadow: none;
    padding-top:0 ;
    border: none;
}
h2.post-title{
    font-size: 18px;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 1.4;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.blog-article .post-meta{
    margin-right: 20px;
    color: #a5aaae;
    font-size: 12px;
    float: left;
    border-right: 2px solid #d7dee0;
}
.blog-article .post-meta ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 110px;
    display: flex;
    flex-direction: column;
}
.blog-article .post-meta ul li {
    margin: 0 0 6px;
    padding: 4px 0;
    text-transform: uppercase;
    background: none;
}
.blog-article .post-meta ul li:before{
    font-family: 'iconfont';
    padding-right: 17px;
    font-size: 14px;
    color: #8C9194;
}
.blog-article .post-meta ul li.date:before{
    content: "\eb40";
}
.blog-article .post-meta ul li time{
    background: none;
    margin-left: -3px;
}
.blog-article .post-meta ul li.tags:before {
    content: "\e611";
}
.blog-article .post-meta ul li.author:before {
    content: "\e662";
}
.entry-content{
    flex: 1;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.blog-article .read-more-link {
    text-transform: uppercase;
    line-height: 23px;
    color: #7d8489;
    font-size: 13px;
}
.blog-article .read-more-link:after{
    content: "\eb0b";
    font-family: 'iconfont';
    color: #f16543;
    padding-left: 8px;
}
.sidebar .widget{
    margin-top: 0;
    margin-bottom: 35px;
}
.widget .title2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}
.sidebar .widget .title2 {
    color: #525659;
    text-transform: uppercase;
    font-weight: 600;
}
.s-contact {
    color: #555;
    line-height: 1.6;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget .title2 {
    color: #525659;
    text-transform: uppercase;
    font-weight: 600;
}
.widget .tabbed .block.current {
    display: block;
    padding: 22px 0 0;
    border-top: 1px solid #d3dae0;
}
.widget .widget-list {
    padding-left: 0;
}

.widget ul {
    list-style: none;
    margin: 0;
}
.widget .tabbed .widget-list li {
    padding: 0 0 15px;
    margin-bottom: 15px;
    background: none;
    border-bottom: 1px solid #E8E9EF;
    line-height: 1.0;
    font-size: 14px;
    color: #6e7375;
}
.widget-list li {
    overflow: hidden;
}
.widget-list li figure {
    margin-right: 15px;
    float: left;
    margin-bottom: 0;
}
.widget-list li figure img {
    width: 106px;
    height: auto;
}
.sidebar .widget ul li .s-desc {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}
.widget-list li .comments {
    background: none;
    margin-right: 0;
    padding-left: 0;
    padding-top: 3px;
    margin-bottom: 0;
}
.widget-list li span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase
}
.widget .tabbed .widget-list li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.blog-post-wrap .bp-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: normal;
    color: inherit;
    text-align: center;
}
.blog-post-wrap .bp-desc {
    text-align: center;
    display: block;
    margin: 20px 0;
    font-size: 14px;
}
.page-content {
    line-height: 1.6;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.widget .tagcloud {
    overflow: hidden;
    margin-left: -4px;
    margin-right: -4px;
}
.widget .tagcloud span {
    display: block;
    float: left;
    padding: 6px 15px;
    color: #84898b;
    background-color: #ecf0f3;
    font-size: 14px;
    margin: 4px;
    text-decoration: none;
}
.com-cnt img {
    max-width: 100%;
    margin: 20px 0;
}
img {
    vertical-align: middle;
}
.blog_w{
    width:89%;
}
.blog-wrap{
    display: block;
    margin-bottom: 30px;
}
.entry-box{
    display: flex;
}
.see-more{
    padding-top: 10px;
    text-align: right;
    cursor: pointer;
}
.see-more:hover .read-more-link{
    color: #f16543;
}
.news-detail-text{
    margin: 0;
    color: #000;
    margin-bottom: 3px;
}
.news-detail-title{
    display: flex;
    justify-content: space-between;
}
.news-detail-title a{
    font-size: 14px;
    color: var(--theme-blue);
    font-weight: 500;
}
.news-pages{
    display: flex;
    justify-content: center;
}
.com-cnt p{
   /* font-size: 18px;
   line-height: 36px;
   text-indent:2em; */
   font-size: 14px;
   line-height: 24px;
   color: #333;
   margin: 25px 0;
}

/* 标签切换样式 */
.tabs-content{
    clear: both;
    overflow: hidden;
    position: relative;
    /* border-bottom: 2px solid var(--theme-blue); */
}
.nav-tabs {
    border: none;
}
.nav-tabs > li {
    margin-bottom: 0px;
}
.nav-tabs > li > .nav_links {
    padding: 10px 25px;
    border: none;
    font-weight: bold;
    border-radius:4px;
    font-size: 16px;
}
.nav > li > .nav_links:hover,
.nav > li > .nav_links:focus {
  background-color: transparent;
  color: var(--theme-blue);
  border:none
}
.nav-tabs > li.active > .nav_links{
    background-color: var(--theme-blue)!important;
    border: none!important;
    color: #fff!important;
}
.nav-tabs > li.active > .nav_links:hover,
.nav-tabs > li.active > .nav_links:focus{
    background-color: transparent;
    border: none;
}
.tabs_parent li.active{
    border-bottom-color: #3197e9;
}

@media screen and (min-width: 768px)  {
    .location{
        text-align: right;
        margin-top: 0;
    }
}