<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: hbjt
Author: anonymous
Description: theme for HuaiBei JianTou Group Website
Version: 0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hbjt
*/

html, body {
	margin: 0;
	padding: 0;
	font-family: SimSun, "Microsoft Yahei", Helvetica, Arial, sans-serif;
}

a:link {
	color: #666;
  	text-decoration: none;
}

a:visited {
	color: #666;
  	text-decoration: none;
}

a:hover {
	color: #666;
  	text-decoration: underline;
}

a:active {
	color: #666;
  	text-decoration: none;
}

.header {
	width: 100%;
	height: 150px;
	background-image: url("assets/images/header_bg.gif");
	background-repeat: repeat-x;
	min-width: 1000px;
}

.header-content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.header-tip {
	height: 28px;
	font-size: 12px;
	color: white;
	line-height: 28px;
}

.header #qrcode_img {
	position: absolute;
	right: 1px;
	top: 30px;
}

.header #nav_menu {
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 626px;
	height: 45px;
}

.header #nav_menu ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 45px;
	padding-left: 13px;
}

.header #nav_menu ul a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.header #nav_menu ul li{
	display: inline-block;
	padding-left: 3px;
}

.header #nav_menu .sub-menu {
	display: none;
}

.swiper-container {
	width: 1000px;
	height: 290px;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-slide {
	width: 1000px;
	height: 290px !important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.swiper-wrapper ul {
	padding: 0;
	margin: 0;
	height: 290px;
}

.swiper-wrapper ul li {
	display: inline-block;
}

.index-container {
	width: 1000px;
	margin: 0 auto;
}

.info-box {
	box-sizing: border-box;
	width: 100%;
	height: 57px;
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	margin-top: 5px;
}

.info-box div {
	display: inline-block;
	width: 108px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 52px;
	color: #5EBBF4;
	vertical-align: top;
	font-weight: bold;
}

.info-box marquee {
	display: inline-block;
	width: 855px;
}

.info-box marquee span {
	font-size: 14px;
	line-height: 52px;
	color: #666;
	padding: 0 5px;
}

.main-info-box {
	height: 360px;
	margin-top: 5px;
	font-size: 0;
}

/*.main-info-box .swiper2 {
	display: inline-block;
	width: 530px;
	height: 350px;
	vertical-align: top;
	margin-right: 6px;
}

.main-info-box .swiper2 .swiper-slide {
	width: 530px;
	height: 350px !important;
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.main-info-box .swiper2 .swiper-slide div {
	width: 530px;
	height: 350px !important;
	background-repeat: no-repeat;
	background-size:100% 100%;
}*/

.main-info-box .slide-container {
	display: inline-block;
	width: 530px;
	height: 350px;
	vertical-align: top;
	margin-right: 6px;
	position: relative;
	overflow: hidden;
}

.main-info-box .slide-container ul {
	padding: 0;
}

.main-info-box .slide-container .hd {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 5px;
}

.main-info-box .slide-container .hd li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid red;
	background-color: white;
	line-height: 18px;
	color: red;
	text-align: center;
	margin-right: 3px;
	font-size: 14px;
	cursor: pointer;
}

.main-info-box .slide-container .hd li.on {
	background-color: red;
	color: white;
}

.main-info-box .slide-container .bd li {
	display: inline-block;
}

.main-info-box .slide-container .bd li div {
	width: 530px;
	height: 350px !important;
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.main-info-box .news-box {
	display: inline-block;
	box-sizing: border-box;
	width: 464px;
	height: 350px;
	border: 1px solid #D6D6D6;
	vertical-align: top;
}

.main-info-box .news-box .tab-bar {
	width: 100%;
	height: 27px;
	background-repeat: repeat-x;
}

.main-info-box .news-box .tab-bar .tab {
	display: inline-block;
	width: 93px;
	height: 27px;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	cursor: pointer;
	border-right: 1px solid #D6D6D6;
	font-weight: bold;
}

.main-info-box .news-box .tab-content {
	font-size: 14px;
	padding: 0 20px;
}

#top-news-title {
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#top-news-title a {
	font-size: 22px;
	color: #033886;
	line-height: 55px;
	font-weight: bold;
}

.title-item {
	line-height: 28px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab-active {
	color: #fff;
	background-color: #2D8CE2;
	background-image: linear-gradient(#369CE7, #2579D9);
}

.hide {
	display: none;
}

.category-block {
	width: 100%;
	font-size: 0;
}

.category-box {
	border: 1px solid #D6D6D6;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.category-box .head-bar {
	height: 27px;
	background-repeat: repeat-x;
	font-size: 14px;
}

.category-box .head-bar span {
	display: inline-block;
}

.category-box .head-bar .head-title {
	width: 93px;
	height: 27px;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	background-color: #2D8CE2;
	background-image: linear-gradient(#369CE7, #2579D9);
	vertical-align: top;
	font-weight: bold;
}

.category-box .head-bar .head-more {
	font-size: 12px;
	float: right;
	line-height: 27px;
}

.category-box .head-bar .head-more a {
	text-decoration: none;
	color: #989896;
}

.category-box .content {
	font-size: 14px;
	padding: 0 7px;
}

.side-images {
	width: 262px;
	display: inline-block;
	padding-top: 5px;
	padding-left: 10px;
}

.line-image {
	width: 100%;
	height: 143px;
	margin: 7px 0;
}

.enterprise-show {
	width: 100%;
	height: 230px;
	border: 1px solid #D6D6D6;
	margin: 7px 0;
	box-sizing: border-box;
}

.enterprise-show .head-bar {
	height: 27px;
	background-repeat: repeat-x;
	font-size: 14px;
}

.enterprise-show .head-bar span {
	display: inline-block;
}

.enterprise-show .head-bar .head-title {
	width: 93px;
	height: 27px;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	background-color: #2D8CE2;
	background-image: linear-gradient(#369CE7, #2579D9);
	vertical-align: top;
	font-weight: bold;
}

.enterprise-show .head-bar .head-more {
	font-size: 12px;
	float: right;
	line-height: 27px;
}

.enterprise-show .head-bar .head-more a {
	text-decoration: none;
	color: #989896;
}

.enterprise-show .pic-marquee {
	font-size: 14px;
}

.enterprise-show .pic-marquee li {
	display: inline-block;
	width: 160px;
}

.enterprise-show .pic-marquee .bd {
	margin: 30px 15px;
}

.links-box {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	margin: 7px 0;
}

.links-box .tip {
	display: inline-block;
	color: #fff;
	height: 48px;
	background-color: #2D8CE2;
	background-image: linear-gradient(#369CE7, #2579D9);
	font-size: 16px;
	line-height: 48px;
	width: 93px;
	text-align: center;
}


.footer {
	width: 100%;
	height: 83px;
	background-repeat: repeat-x;
	box-sizing: border-box;
	padding-top: 10px;
	min-width: 1000px;
}

.footer-content {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
}

.footer-content &gt; div {
	display: inline-block;
	vertical-align: top;
}

.main {
	width: 1000px;
	margin: 0 auto;
}

.sidebar {
	box-sizing: border-box;
	width: 192px;
	float: left;
	font-size: 14px;
	color: #666;
}

.sidebar .part {
	width: 100%;
	border-top: 3px solid #C4261D;
	padding-bottom: 30px;
	min-height: 300px;
	margin-bottom: 7px;
	background-color: #F3F3F3;
}

.sidebar .part .part-head {
	height: 45px;
	background-image: linear-gradient(#7A7A7A, #555555);
	line-height: 45px;
	color: #fff;
	margin-top: -1px;
	padding-left: 25px;
	overflow: hidden;
}

.sidebar .part a {
	text-decoration: none;
	color: #666;
}

.sidebar .part .part-body {
	padding: 0 10px;
}

.sidebar .part .cat-item {
	border-bottom: 1px solid #DCDCDC;
	color: #666;
	line-height: 38px;
	padding-left: 30px;
}

.main-content {
	box-sizing: border-box;
	width: 800px;
	float: right;
	border: 2px solid #F5F5F5;
	padding: 5px 15px;
	color: #666;
	min-height: 650px;
}

.main-content .article-list-item-box {
	position: relative;
	color: #666;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
	line-height: 36px;
}

.main-content .article-list-item-box div.article-list-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 120px;
}

.main-content .article-list-item-box .article-post-date {
	position: absolute;
	right: 0;
	top: 0;
}

.main-content .article-title {
	text-align: center;
}

.main-content p {
	font-size: 14px;
	/*text-indent: 28px;*/
	line-height: 30px;
	margin: 5px 0;
}

.main-content img {
	max-width: 750px;
	display: block;
	margin: 0 auto;
}

.main-content table {
	width: 100%;
	border-collapse: collapse;
}

.main-content table,th,td {
  border: 1px solid black;
}

.main-content pre {
	font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 14px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
}

.main-content .pagination .nav-links {
	text-align: center;
}

.pagination .nav-links .current {
	color: black;
	font-weight: bold;
}

.banner-img {
	width:1000px;
	height:133px;
	background-repeat: no-repeat;
	background-size:100% 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.floadAd { position: fixed;z-index: 999900; display: none; }
.floadAd .item { display: block; }
.floadAd .item img { vertical-align: bottom; width:300px;height:169px;}
.floadAd .close {color: red; font-size:12px;font-weight:bold;float:right;}</pre></body></html>