/*-----------------Paging-------------*/
span.not-data {
    display: block;
    color: #f00;
    font-size: 24px;
    padding: 24px;
    text-align: center;
    padding: 20px;
}
.link_page ul li
{ 
	display:inline-block
}
.link_page ul li a { color:#747373; font-size:13px}
.breadcrumb>li+li:before { color: #747373 !important; padding: 0 8px !important;}
.breadcrumb>li+li:before {
    color: #747373 !important;
    padding: 0 8px !important;
}
.breadcrumb>li+li:before {
    content: "/\00a0";}
@media(max-width:768px){.paging-bound{
	width:100% !important;
	text-align:center;
	margin-bottom:10px}}
.paging-bound {
    position: relative;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.paging-bound .page-item, .paging-bound .page-preview, .paging-bound .page-next {
    display: inline;
    color: #000;
    padding: 0px;
    line-height: 90px;
    text-align: center;
    padding: 3px 10px;
    border: 1px solid #bbb1b1;
    margin-left: 5px;
    font-size: 18px;
}
.paging-bound .page-item.active {
    color: #fff !important;
    background-color: #149CE2;
}
.page-preview.disable, .page-next.disable {
    display: none;
}
/*Newsdetail*/
.news_detail .article-title.title-head
{
    padding: 0;
    margin: 15px 0 15px 0;
    font-size: 22px;
    font-family: 'roboto_c';
}
.news_detail .post-time {
    padding: 5px 0;
    margin-bottom: 7px;
}
.post-time > span {
    color: #777777;
    font-size: 12px;
    margin-right: 30px;
}
.post-time > span i {
    color: #0182C6;
}
.news_detail .brief, .news_detail .brief h1, .news_detail .brief h2, .news_detail .brief h3{
	margin:0;
	padding:0;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 5px;
	font-family: 'roboto_c';
}
.news_detail .description, .news_detail .description p {
    line-height: 26px !important;
}
.news_detail .description ul{
	padding-left:20px;
	list-style:disc !important;
}
.newslist-content .description img {
    height: auto;
    margin: 5px 0;
}
.fs-11 {
    font-size: 11px!important;
}
.body-color-opacity50 {
    color: rgba(33,38,38,.5);
}
.social1 a.social1__item {
    color: rgba(33,38,38,.5)!important;
}
.social1__item:not(:last-child) {
    margin-right: 45px;
}
.social1__item {
    display: inline-block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.28571rem;
    font-weight: 700;
}
a .social1__icon {
    font-size: 30px;
}
.news_detail h2,.news_detail h3, .news_detail h4, .news_detail h5{
	padding-left: 5px;
	border-left: 5px solid #149ce2;
	border-radius: 3px;
	font-weight: 700;	
}
/* news right*/
#newsright .block-category-other {
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#newsright .list_category .block-category-other .small .thumb-wrap {
	width: 110px;
	position: relative;
	overflow: hidden;
	height: 88px;
	margin-right: 17px;
	float: left;
}
#newsright .thumb-wrap.not-media a img, .newscategory .post_media a img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
#newsright .thumb-wrap a.lazy-loaded, .newscategory .post_media a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: inherit !important;
}
.block-category-other .small .thumb-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.thumb-wrap.not-media a:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0 );
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.desc-wrap h3 {
    margin: 0;
}
.block-category-other .var-font-title {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}
.category-preview-label 
{background: #0F5DA9;
}
.category-preview-label h2
{
	margin:0;
	padding:0;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
	margin-bottom:15px;
}
/* newslist*/
.list-blogs .blog_item_smain {
    margin-bottom: 15px;
    overflow: hidden;
}
.list-blogs .blog-item {
    margin-bottom: 5px;
    position: relative;
    z-index: 9;
}
.img1 {
    position: relative;
    overflow: hidden;
}
.img1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.img1 img {
    width: 100%;
    height: auto;
}
.img1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.img1:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3);
}
.img1:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3);
}
.blog-item-name {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0px 0px;
}
.blog-item-name a {
	font-family: 'roboto_bc';
    font-size: 16px;
    color: #000;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    line-height: 20px;
}

.blog_item_smain .info_blog { margin-top:10px}

.blog-item-name a:hover

{

	color:#D2577E

}

.list-blogs .block-category-other

{

	padding:15px;

    overflow: hidden;

    position: relative;

	    width: auto;

    z-index: 1;

    -webkit-box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);

    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);

    -ms-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);

    -o-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);

}

.list-blogs .block-category-other:before, .list-blogs .block-category-other:after

{

	content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    z-index: 1;

    left: 0;

    right: 0;

}

.list-blogs .block-category-other:before

{

	border-top: 1px solid #149CE2;

    border-bottom: 1px solid #149CE2;

    transform: scale(0,1);

}

.list-blogs .block-category-other:after

{

	    border-left: 1px solid #149CE2;

    border-right: 1px solid #149CE2;

    transform: scale(1,0);

}

.block-category-other:hover::before, .block-category-other:hover::after {

    transform: scale(1);

    -webkit-transition: all .3s ease-out 0s;

    -moz-transition: all .3s ease-out 0s;

    -o-transition: all .3s ease-out 0s;

    transition: all .3s ease-out 0s;

}

.list-blogs .entry-header {

    z-index: 9;

    position: relative;

}

.list-blogs .entry-header .entry-title {

    margin: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}

.entry-header .entry-title a {

    display: block;

    clear: both;

    color: #363636;

    font-family: 'roboto_bc';

    font-size: 18px;

	-webkit-transition: .2s ease;

    transition: .2s ease;

	margin-bottom: 10px;

}

.entry-header .entry-title a:hover {

    color: #0F75BC;

}

.post-time

{

	font-size: 14px;

    color: #3dade7;

    margin-bottom: 5px;

}

/* zipcode*/

.tve_table {

    margin: 0;

    width: 100%;

    border-spacing: 0;

    border-collapse: collapse;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

.thrv_wrapper {

    margin-top: 20px;

    margin-bottom: 20px;

    padding: 1px;

}

.thrv_wrapper table th {

    background: #454545;

    color: #fff;

    font-weight: 400;

    font-size: 20px;

        text-align: center;

    padding: 10px;

}

.thrv_wrapper table tbody tr.tve_table_row td {

    padding: 15px;

}

.thrv_wrapper table tr:nth-child(odd) td {

    background: #f8f8f8;

}

.tve_table_row td.tve_align_center, .tve_table_row th.tve_align_center {

    text-align: center;

}

.thrv_wrapper table tr td {

    color: #454545;

    font-size: 18px;

}

.thrv_wrapper.thrv_text_element, .thrv_wrapper.thrv_heading, .thrv_wrapper.thrv_paste_content, .thrv_wrapper.thrv-ct, .thrv_wrapper.thrv-page-section, .thrv_wrapper.thrv_symbol, .thrv_wrapper.thrv-plain-text {

    margin: 0;

}

/*swiftcode*/

.warning {

    border: 1px solid #FFDBDB;

    background: #FDE2E2;

    color: #AC888A;

	    margin: 15px 0;

    padding: 1em 1em;

}

/*table th, table thead td {

    border: 1px solid #e0e0e0;

    border-right: none;

    background-color: #F7F8F9;

    text-align: left;

    padding: 10px 15px;

    color: #444;

    vertical-align: top;

    font-size: 14px;

    font-weight: 600;

    border-bottom: solid 2px #ed1e24;

}

table td {

    padding: 10px 15px;

    border: #e0e0e0 1px solid;

    vertical-align: top;

}*/