/* 0 通用 */
a,
a:link {
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #fff;}

ul,
li {
	list-style-type: none;}

table {
	table-layout: fixed;}

html,
body,
span,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
figure,
figcaption,
code,
del,
dfn,
em,
image,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
tf,
tr,
th {
	padding: 0;
	border: 0;}

.clearfix {
	*display: inline-block;
	*zoom: 1;
	*vertical-align: top;}

.left {
	float: left;}

.right {
	float: right;}

.img-general {
	max-height: 100%;
	max-width: 100%;
	width: 100%;}

/* 下划线 */
.bb1 {
	border-bottom: 1px solid #e6e6e6;}

.bb2 {
	border-bottom: 2px solid #e6e6e6;}

/* 0====================== */
body {}

/* 1====================== */
/* 1 topLine */
.navbar-topLine {
	background: #d43434;
	border-radius: 0;
	padding: 0;
	border: 0;
	margin: 0;
	min-height: 0;}

.row_topLine {
	line-height: 34px;
	height: 31px;
	align-content: center;
	color: white;}

/* 1.1 手机导航栏按钮 */
/* .ssubNav {
	font-size: 14px;
	padding: 0 20px;
	cursor: pointer;
	color: #fff;
	background: #b50729;
	cursor: pointer;
	padding-top: 8px;
	transition: all 0.4s ease-in-out 0s;
}

.navline {
	width: 19px;
	height: 2px;
	border-radius: 2px;
	background-color: #FFF;
	display: block;
	margin-bottom: 4px;
	transition: all 0.4s ease-in-out 0s;
}
 */
/* 1.2 文字样式 */
.row_topLine a {
	font-size: 14px;
	padding: 0 5px;
	color: white;}

/* 2====================== */
/* 横幅 */
.big-banner {
	background-color: #a90000;}

/* 3====================== */
/* navbar */
.navbar-mystyle {
	margin-bottom: 0px;
	/* 改navbar-defult 默认样式 */
	background-color: transparent;
	border: 0;}

/* 3.1. 导航栏样式(静态页面，生成模板后失效，换需要使用其他)*/
.navbar-mystyle .collapse {}

.navbar-mystyle .collapse .nav a:hover {
	color: rgb(0, 122, 170);}

.navbar-mystyle .collapse .nav a {
	/* 高度 */
	line-height: 53px;
	/* 间距 */
	padding: 0px 19.2px;
	/* 字体大小 */
	font-size: 18px;
	/* 字体颜色 */
	color: black;}

/* 4====================== */
/* 新闻区 */
/* 4.1 新闻区左侧新闻列表 */
.newPanel {
	padding: 6.5px 4.5px;
	margin-top: 9px;}

/* 4.1.1 标题区 */
/* 1、位置关系、大小控制、字体控制、附加效果 */
.newPanel .newTitle {
	margin-bottom: 10px;
	padding: 0 0 7px 0;
	font-size: 16px;
	color: #a90000;
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #a90000;
	overflow: hidden;}

.newTitle .titleName {
	font-weight: bold;
	border-left: 3px solid #a90000;
	padding-left: 10px;}

.newTitle .right_more {
	float: right;
	font-size: 14px;
	color: #333;}

/* 4.1.2  列表区 */
.newPanel .newList {}

.newList li {
	margin-top: 2px;
	line-height: 22px;
	border-bottom: 1px dashed #DEDEDE;}

.newList li .dot {
	display: inline-block;
	font-size: 27px;
	margin-right: 5px;}

.newList li a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

.newList li a:hover {
	color: #a90000;}

.newList li .new_Time {
	color: #646464;
	float: right;
	font-weight: bold;}

/* 4.2 新闻右侧 啥啥啥区？ */
/* 神仙按钮2 */
.blob-btn {
	width: 100%;
	z-index: 1;
	position: relative;
	padding: 10px 0;
	margin: 9px 0;
	text-align: center;
	text-transform: uppercase;
	color: black;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	outline: none;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	cursor: pointer;
	/* border: 4px solid rgb(59,142,215,.9); */
	border-radius: 2px;}

.blob-btn:hover {
	color: white;}

.blob-btn:hover:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	top: 0;}

.blob-btn__inner {
	z-index: -1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;}

.blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	-webkit-filter: url("#goo");
	filter: url("#goo");}

.blob-btn__blob {
	position: absolute;
	top: 6px;
	width: 25%;
	height: 100%;
	background: #a90000;
	border-radius: 100%;
	-webkit-transform: translate3d(0, 85%, 0) scale(1.7);
	transform: translate3d(0, 85%, 0) scale(1.7);
	-webkit-transition: -webkit-transform 0.45s;
	transition: -webkit-transform 0.45s;
	transition: transform 0.45s;
	transition: transform 0.45s, -webkit-transform 0.45s;}

@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
	.blob-btn__blob {
		-webkit-transform: translate3d(0, 85%, 0) scale(1.4);
		transform: translate3d(0, 85%, 0) scale(1.4);}
}

.blob-btn__blob:nth-child(1) {
	left: 0%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;}

.blob-btn__blob:nth-child(2) {
	left: 30%;
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;}

.blob-btn__blob:nth-child(3) {
	left: 60%;
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;}

.blob-btn__blob:nth-child(4) {
	left: 90%;
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;}

.blob-btn:hover .blob-btn__blob {
	-webkit-transform: translateZ(0) scale(1.7);
	transform: translateZ(0) scale(1.7);}

@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
	.blob-btn:hover .blob-btn__blob {
		-webkit-transform: translateZ(0) scale(1.4);
		transform: translateZ(0) scale(1.4);}
}

/* 4.X 二维码 */
.qr .panel-heading {
	color: white;
	background-color: #a90000;
	border-color: #b01818b5;}

.qr .panel-title {
	text-align: center;
	font-weight: bold;}

.qr .panel-body {
	background: transparent;}
.qr .panel-info {
	border-color: #d25757;}

/* 5====================== */
/* 5 Wow Wow Wow */
.hotColumn img {
	max-width: 100%;
	max-height: 100%;}

.hotColumn a {
	color: #000000;}

.h5,
h5 {
	font-size: 16px;}

/* 6====================== */
/* 友情链接 */
.friendLink a {
	font-size: 17px;
	color: #000000;
	margin: 0 20px;
	display: inline-block;
	line-height: 31px;}

/* 7====================== */
/* footer */
.footer {
	background: #d33030;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 12px;}

.footer_wrap {
	width: 100%;
	padding-top: 23px;
	position: relative;
	color: #fff;}

.footer_wrap a {
	color: #fff;}

.footer .f_left {
	padding-left: 10px;
	line-height: 30px;}

/* ====================媒体查询大本营*/

@media (max-width: 1200px) {

	/* 3.1. 导航栏样式(静态页面，生成模板后失效，换需要使用其他)*/
	.navbar-mystyle .collapse .nav a {
		line-height: 50px;
		padding: 0px 10.2px;
		font-size: 17px;}

	/* 4.X 牛逼按钮 */
	.blob-btn {
		padding: 8px 0;}

	/* 4.X 二维码 */
	.qr .panel-body {
		padding: 0;}
}

@media (max-width: 992px) {

	/* 3.1. 导航栏样式(静态页面，生成模板后失效，换需要使用其他)*/
	.navbar-mystyle .collapse .nav a {
		line-height: 46px;
		padding: 0px 5.9px;
		font-size: 14px;}
}

@media (max-width: 768px) {
	.navbar-mystyle .navbar-toggle {
		border-color: #ddd;}
.slide_x .box{overflow:hidden;position:relative;width:485px;height:304px;}
}