.tabs nav { box-shadow: 0 0 1px #ccc; }
.tab-container .divcenter { box-shadow: 0px 0px 1px #ddd; }
.tab-container .divcenter img { transition: .45s ease; }
.tab-container .divcenter:hover img { -ms-transform: scale(1.1); transform: scale(1.1); }
.tab-container .desc { background-color: #fff; padding: 18px; }
.tab-container .item { transition: .45s ease; }
.tab-container .item:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, .1); }
.tab-container .item h4,
.tab-container .item .time { margin-bottom: 10px !important; }
.tab-container .item h4 a { color: #555; font-size: 16px;}
.tab-container .item h4 a:hover { color: #0089c8; }
.tab-container .item .time { font-size: 12px; color: #999; }
.tab-container .item .more { font-size: 12px; color: #555; }
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom: 0 !important; }
.tabs.tabs-bb ul.tab-nav li.active a { border-bottom: 2px solid #0089c8 !important; }

.content-text p,
.content-text img { margin-bottom: 20px !important; }
.news-content .action { border-bottom: 1px solid #ddd; padding-bottom: 5px; }
.news-content .action li { display: inline-block; }
.fenxiang { border-bottom: 1px solid #ddd; padding-bottom: 30px; }
.more-news>div { margin-bottom: 5px; }
.more-news a { color: #555; }
.more-news a:hover { color: #0089c8; }

@media (max-width: 767px){
	.news-content .title h2{ font-size: 16px; }
	.news-content .time{ font-size: 12px; }
	.news-content p,
	.more-news a{ font-size: 12px; }
	/* .more-news > div{ max-width: 100%; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis;  } */
}