﻿/*@charset "UTF-8";*/
@import url(origin.css);
@import url(jquery.mmenu.all.css) screen and (max-width:768px);
ul, ul li {
	list-style:none;
	padding:0;
	margin:0
}
/*公共链接*/
a, a:link, a:active, a:visited {
	color:#666;
	outline:none
}
a:focus, a:hover {
	color:#0873c0;
	outline:none;
	text-decoration:none
}
/*手机端导航*/
.mobile_red_01 .header-bg {
	background: #dd0505;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	height:50px;
	text-align:center;
}
.mobile_red_01 .header-bg a {
	background-image: url(../images/togglemenu.png);
	width: 40px;
	height: 50px;
	top: 0;
	left: 10px;
}
/*===========多级导航菜单===========*/

/*导航大背景*/
.mobile_red_01 .widget-header {
	height:50px;
	font-size:14px;
	font-weight:bold;
	background-color:#dd0505
}
/*链接状态*/
.mobile_red_01 ul.widget-nav li {
	line-height:50px;
}
.mobile_red_01 ul.widget-nav li a {
	padding:0 50px;
	color:#fff;
	background-color:transparent;
	margin-right:0px;
	text-decoration:none;
	font-size:15px
}
.mobile_red_01 ul.widget-nav li:hover a {
	background-color:#a50101
}
.mobile_red_01 ul.widget-nav li a:hover {
	color:#fff;
	background-color:#a50101
}
/*下拉菜单样式*/

.mobile_red_01 ul.widget-nav ul.subnav {
	width:160px;
	margin-top:0px;
	border:0px solid rgba(0, 0, 0, .15);
}
.mobile_red_01 ul.widget-nav ul.subnav ul {
	width:160px;
	margin-top:0px
}
.mobile_red_01 ul.subnav li {
	line-height:45px;
	padding:0 4px;
	background-color:#a50101;
}/*调整间距常用*/
.mobile_red_01 ul.subnav li a {
	padding-left:0;
	padding-right:0;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	background-color:transparent!important;
	color: #ffffff;
	display:block
}
.mobile_red_01 ul.subnav li:hover {
	background-color:#dd0505;
	background-image: none;
}
.mobile_red_01 ul.subnav li:hover a {
	color: #ffffff
}
.mobile_red_01 ul.subnav li.dir:hover ul a {
	color: #fff;
	display:block
}
.mobile_red_01 ul.subnav li.dir:hover ul a:hover {
	color:#fff;
}
/*有分级显示三角符号*/
.mobile_red_01 ul.widget-nav ul *.dir {
	background-image: url(../images/nav-arrow-right.png)
}
.mobile_red_01 ul.widget-nav ul *.dir:hover {
	background-image: url(../images/nav-arrow-right-active.png)
}
/*===========普通面板===========*/

/*标题*/
.mobile_red_01 .widget-box {
	padding:0;
	background:#ffffff
}
.mobile_red_01 .widget-heading {
	height:45px;
	line-height:45px;
	background-color:#ffffff;
	border-bottom:1px solid #e0e0e0;
	background:url(../images/tit-bg.jpg) no-repeat 0 center
}
.mobile_red_01 .widget-heading h3 {
	height:45px;
	line-height:45px;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	padding:0 20px;
	margin-bottom:-1px
}
/*更多*/
.mobile_red_01 a.widget-more {
	text-indent:0;
	color:#565656;
	padding-right:22px;
	font-size:12px;
	background:url(../images/icon-more.png) no-repeat right center
}
.mobile_red_01 a.widget-more:hover {
	color:#a9232a;
}
/*内容*/
.mobile_red_01 .widget-body {
	padding:8px 0;
	border:0px solid #dddddd;
	border-top:0;
	background-color:#ffffff;
	width:100%
}
/*时间*/
.mobile_red_01 .news_other {
	color:#999;
	font-family: Arial;
	font-size:12px
}
/*列表*/
.mobile_red_01 .widget-list-item {
	padding-left:15px;
}
/*列表链接*/
.mobile_red_01 .widget-list-item a:link, .mobile_red_01 .widget-list-item a:visited, .mobile_red_01 .widget-list-item a:active {/*color:#383737;*/
}
.mobile_red_01 .widget-list-item a:hover {/*color:#1c81db;*/
}
/*===========选项卡===========*/

/*常规tab*/
.mobile_red_01 .widget-tabs {
	padding:0;
	background:#ffffff
}
.mobile_red_01 .widget-tabs .tab-title {
	padding-left:0px;
	margin-bottom:-1px;
	padding-top:13px;
	display: flex;
}
.mobile_red_01 .widget-tabs .tab-title > li {
	line-height:32px;
	height:32px
}
/*默认状态*/
.mobile_red_01 .widget-tabs .tab-title>li > a {
	padding:0 10px;
	line-height:32px;
	height:32px;
	font-weight:normal;
	color:#3d3e3e;
	margin-right:8px;
	background-color: transparent;
	border-bottom:0px solid #216eb6;
}
/*划过状态*/
.mobile_red_01 .widget-tabs .tab-title > li > a:hover {
	background-color:transparent;
	color: #a50101;
}
/*选中状态*/
.mobile_red_01 .widget-tabs .tab-title > li.active > a, .mobile_red_01 .widget-tabs .tab-title > li.active > a:focus, .mobile_red_01 .widget-tabs .tab-title > li.active > a:hover {
	color: #ffffff!important;
	font-weight:normal;
	outline:none;
	background-color:#c70000;
	border-bottom:0px solid #045faf
}
/*单独定义面板，默认值为普通面板*/
.mobile_red_01 .widget-tabs .widget-heading {
	border-bottom:1px solid #c70000;
	height:45px;
	line-height:45px;
	background:none
}
.mobile_red_01 .widget-tabs .widget-heading h3 {
	background:url(../images/tit-bg.jpg) no-repeat 0 center transparent
}
.mobile_red_01 .widget-tabs .widget-body {
	padding:0px;
	border:0px solid #216eb6;
	background-color:transparent;
}
/*图钉tab*/
.mobile_red_01 .widget-pills {
	padding:0;
	background:#ffffff
}
.mobile_red_01 .widget-pills .tab-title {
	padding-left:0;
	margin-bottom:-1px;
	padding-top:13px
}
.mobile_red_01 .widget-pills .tab-title > li {
	line-height:32px;
	height:32px
}
/*默认状态*/
.mobile_red_01 .widget-pills .tab-title>li > a {
	padding:0 10px;
	line-height:32px;
	height:32px;
	font-weight:normal;
	color:#3d3e3e;
	margin-right:8px;
	background-color: transparent;
	border-bottom:0px solid #216eb6;
}
/*划过状态*/
.mobile_red_01 .widget-pills .tab-title > li > a:hover {
	background-color:transparent;
	color: #dd0505;
}
/*选中状态*/
.mobile_red_01 .widget-pills .tab-title > li.active > a, .mobile_red_01 .widget-tabs .tab-pills > li.active > a:focus, .mobile_red_01 .widget-pills .tab-title > li.active > a:hover {
	color: #ffffff!important;
	font-weight:normal;
	outline:none;
	background-color:#c70000;
	border-bottom:0px solid #045faf
}
/*单独定义面板，默认值为普通面板*/
.mobile_red_01 .widget-pills .widget-heading {
	border-bottom:1px solid #c70000;
	height:45px;
	line-height:45px;
	background:#ffffff
}
.mobile_red_01 .widget-pills .widget-heading h3 {
	color:#3d3e3e;
	background:none
}
.mobile_red_01 .widget-pills .widget-body {
	padding:8px 0;
	border:0px solid #216eb6;
	background-color:transparent;
}
/*===========辅助预设===========*/
/*列表小图标*/
.mobile_red_01 .widget-list-icon {
	background-image: url(../images/newstitle.gif)
}
/*标题不换行*/
.mobile_red_01 .widget-title-nowrap {
	padding-right: 10%;
}
@media all and (max-width: 768px) {
.mobile_red_01 .widget-title-nowrap {
padding-right:0
}
}
/*底边虚线*/
.mobile_red_01 .widget-dotted {
	border-bottom:1px dotted #cccccc;
}
/*圆角预定义*/
.mobile_red_01 .widget-radius {
	border-radius:2px
}
.mobile_red_01 .widget-radius-top {
	border-top-left-radius:2px;
	border-top-right-radius:2px
}
.mobile_red_01 .widget-radius-bottom {
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px
}
/*行高*/
.mobile_red_01 .widget-lineheight {
	line-height:32px;
	height:32px;
	_height:32px;
	overflow:hidden;
}
