@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
ul li{
	list-style: none;
}
img {
	border: none;
}
body {
	font-size: 14px;
	color: #333;
	line-height: 180%;
	font-family: "Microsoft YaHei" ! important;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #8c1515;
}
.container{
	width: 1200px;
	margin: auto;
}
.summary{
	padding: 8px 0;
	font-size: 14px;
	color: #999;
}
.summary_ds {
	padding: 8px 0;
	font-size: 14px;
}
.date{
	color: #999999;
}
.more{
	float:right;
	font-size: 14px;
	margin-right: 10px;
}
.menu{
	text-align: center;
}
.menu li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.menu li {
    float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}
.menu li a{
	display: block;
	color: #FFF;
	padding: 5px 34px;
    line-height: 37px;
    font-size: 16px;
font-weight:bold;
}
.menu li a:hover{
	color: rgba(255, 153, 0, 1);
	background:rgba(144, 21, 26, 1);
	text-decoration: none;
}
.menu dl {
    font-size: 14px;
    background: rgba(121, 0, 5, 1);
    position: absolute;
    top: 47px;
    left: 0px;
    z-index: 9999;
    min-width: 160px;
	overflow: hidden;
    margin: 0;
}
.menu dl dd{margin:0;}
.menu dl dd a{color:#fff; padding: 5px 10px; line-height: 37px;display: block;text-align: center;}
.menu dl dd a:hover{background:rgba(144, 21, 26, 1);}
.searchstyle219806 input{
margin-top:5px;
}
.searchstyle219806 .querystyle219806{
background-color: rgba(255,255,255, 1);
background-image: none;
border: 1px solid rgba(204,0,0,0.6);
padding: 0 10px;
color: rgba(253,155,0,1);
height: 22px;
font-size: 14px;
}
.search_btn{
padding: 5px;
}
.search_hr{
border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
margin-top: 20px;
margin-bottom: 10px;
border-top: 1px dashed #DDD;
}
.listFrame{
margin: 20px 0;
}
.keywordfontcolor219807{
font-size: 16px!important;
color: #ff0000!important;
}
.white{
	color: #FFF;
}
.white_link li{
	float: left;
	padding: 10px;
}
.white_link_h a, .white_link a{
	color: #FFF;
}
.white_link_h a:hover, .white_link a:hover{
	text-decoration: underline;
}
.title{
	border-bottom: 1px solid #E7E7E7;
}
.title h2 {
	display: inline-block;
    height: 40px;
    font-size: 20px;
    color:#90151A;
	margin: 0;
	font-weight: 700;
    border-bottom: 2px solid #90151A;
}
.title .more{
	display: inline-block;
	float: right;
}
#pager {
  text-align: center;
  margin: 30px 0;
}
#pager .pager_btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 3px;
  border: thin solid #ddd;
}
#pager input {
  display: inline-block;
  padding: 6px 12px;
  margin: 3px;
  border: thin solid #ddd;
  width: 40px;
  height: 25px;
}
#pager .p_fun_d,
#pager .p_no_d,
#pager .p_dot {
  display: inline-block;
  padding: 6px 12px;
  margin: 3px;
  border: thin solid #ddd;
  cursor: not-allowed;
}
#pager .p_no_d {
  color: #ffffff;
  background-color: #bb0303;
}
#pager .p_fun > a,
#pager .p_no > a,
#pager .p_goto > a {
  display: inline-block;
  padding: 6px 12px;
  margin: 3px;
  border: thin solid #ddd;
}
#pager .p_fun > a:hover,
#pager .p_no > a:hover,
#pager .p_goto > a:hover {
  background-color: #bb0303;
  color: #ffffff;
}
.news{
	width: 100%;
}
.news li {
    width: 100%;
    font-size: 14px;
    color: #90151A;
    float: left;
    list-style-position: inside;
    list-style-type: disc;
}
.news li a{
	display: inline-block;
	padding: 7px 10px;
	line-height: 26px;
}
.news li span {
	display: block;
    padding: 7px 10px;
    color: #90151A;
    float: right;
}
.notice{
	margin-bottom: 20px;
}
.notice li{
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}
.square_time:hover {
	background-color: rgba(187, 3, 3, 0.8);
	color: #FFF;
}
.square_time {
	float: left;
	display: inline-block;
	padding: 7px;
	margin-right: 8px;
	background-color: #90151A;
	color: #FFF;
	min-height: 35px;
}
.square_time .d {
	font-size: 24px;
	display: block;
	text-align: center;
}
.square_time .ym {
	display: block;
	text-align: center;
	float: left;
}
.hits {
    float: none;
    display: block;
    width: 100%;
    padding-top: 5px;
    font-size: 12px;
    color: #999999;
}
.media:first-child {
    margin-top: 15px;
}
.media {
    min-height: 121px;
    border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.media .media-left {
    padding-right: 15px;
}
.media-middle {
    vertical-align: middle;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
h4.media-heading{
	color: #90151A;
	font-size: 16px;
}
.media img{
	width: 200px;
	height: 125px;
}
h4.media-heading:hover{
	text-decoration: underline;
}
.links{
	float: right;
	margin-left: 0;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.links h2{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.links li{
	float: left;
	width: 50%;
}
.links li a{
	display: block;
	color: rgba(255, 255, 255, 0.9);
	line-height: 26px;
	height: 36px;
}
.links li a:hover{
	text-decoration: underline;
}
.weixin{
	position: fixed;
	float: right;
	width: 50px;
	bottom: 60px;
	cursor: pointer;
	margin-left: 1240px;
}
.wx_code{
	position: absolute;
	margin-top: -75px;
	margin-left: 50px;
	display: none;
	text-align: center;
	color: #90151A;
}
.wx_open{
	display: block;
}
.second-banner {
	background: url(/images/second_banner-1.jpg) no-repeat top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	height: 30vw;
}
.breadcrumb{
	float:right;
	font-size: 14px;
	margin-right: 10px;
}
.sub_nav{
	text-align: center;
}
.sub_nav h2{
	height: 50px;
	background: #90151A;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	margin-top: 12px;
}
.sub_nav ul{	
	background: #f2f2f2;
}
.sub_nav ul li{
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
}
.sub_nav ul li:hover{
	background: #e6e6e6;
}
.list .media-heading{
	font-size: 16px;
	font-weight: normal;
}
.detail hr {
	border: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px dashed #DDD;
}
.post_title{
	font-size: 25px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	padding-bottom: 10px;
	
}
article{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
article p {
    padding: 8px 0;
	text-align: justify;
}