	   
body {
  padding-top:70px;
   font-family: "Microsoft YaHei", 微软雅黑, 微软雅黑, 宋体, sans-serif;

}

ul,li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
h5{
	font-size: 16px;
    color: #404040;
    line-height: 16px;
    padding: 0px 0px 15px 0px;
    font-weight: bold;
}
.p-left>h5 span{
	border-left: 3px #f34540 solid;
    padding-left: 10px;
}
.left-new{
	padding: 25px 0;
	border-bottom: 1px solid #eeeeee;
}
.tag{
	text-align: center;
}
li a{
	color: #404040;
}
h3{
	font-size: 16px;
    margin: 10px 0px 5px 0px;
    font-weight: bold;
}
.column>li a{
	color: #888888;
	font-size: 12px;
}
.column>li:last-chlid{
	list-style-type: disc;
	 color:  #888888;

}
.column li a:hover {
    color: #f34540!important;
}
.column>li{
	list-style-type: disc;
	 color:  #888888;

}


.column {
    padding: 0 20px!important;
}
.p-4 .mb-3{
	border-bottom: 1px #eeeeee solid;
}
ol.list-unstyled.mb-0.title>li h2{
	font-size: 24px;
	font-weight: bold;
	    font-family: "Microsoft YaHei", 微软雅黑, 微软雅黑, 宋体, sans-serif;

}

ol.list-unstyled.mb-0.title>li a{
  font-size: 18px!important;
    font-family: "Microsoft YaHei", 微软雅黑, 微软雅黑, 宋体, sans-serif;
}
ol.list-unstyled.mb-0.title>li a:hover{
	color: red;
	text-decoration-line: none;

}
ol.list-unstyled.mb-0.title>li a h4{
	font-weight: bold;
   font-size: 20px!important;
    font-family: "Microsoft YaHei", 微软雅黑, 微软雅黑, 宋体, sans-serif;	
}
ol.list-unstyled.mb-0.title>li{
	line-height: 38px;
}
.mb-3 {
   /*  margin-bottom: 1rem !important;*/
   /* border-bottom: 1px #eeeeee solid;*/
}
.bg{
	position: relative;
    /* margin-bottom: 50px; */
    width:100%;
    padding:0 10px;
    display: block;
    
    left: 100px;
    margin: 50px auto;
    right: 0px;
    text-align: center; 
}
.bg>p{
	color: #ffffff!important;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	margin-left: 20px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.7);
	width: max-content;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
	  border-radius:10px;

}
.bgimg{
	margin-top: -40px;
}


.newsdata{
	list-style: none;
	padding: 0px;
	margin: 0px;

}
.newsdata li{
	list-style: none;
	padding: 0px;
	margin: 0px;

}
.mb-1 {
    font-size: 20px !important;
}
.mb-auto>span{
	margin-right: 10px;
    font: normal 12px / 21px "SimSun";
    color: #ff9999;
    padding: 3px 7px;
    border: 1px solid #ff9999;
    border-radius: 2px;
}
.row.flex-md-row.mb-4.position-relative {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
a:hover{
   text-decoration-line: none;
   color: red;
}
.p-left>h5{
	border-bottom:1px  solid #eeeeee;
}
.p-right>h5{
	height: 41px;
	line-height: 41px;
	border-top: 1px  solid #eeeeee;
}
.p-right>h5>span{
	border-top: 1px #f34540 solid;
    font-size: 16px;
    font-weight: bold;
    float: left;
    position: relative;
    margin-top: -1px;
   
}
a{
	color: #404040;
}
.p-right>ul>a{
	color: #404040;

}
.p-right>ul>a>li{
	height: 30px;
    line-height: 30px;
    position: relative;	
    margin: 10px 0;
}
.p-right-tp a{
	height:100px;
	display:block;
	margin-bottom: 20px;
}
.p-right-tp>a>.bg1{
	position: relative;
	
    width: 100%;
    height: 40px;
    display: block;
    background-image: linear-gradient(transparent, black);
    background-size: auto 100%;
   
}
.bg1>p {
   color: #ffffff !important;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-right-tp>a>img{
	width:100%;
	height: 100%;
	
}
.p-right>ul	li em{
	overflow: hidden;
	white-space: nowrap;
	float: left;
    font-size: 14px;
    width: 20px;
}
.p-right>ul	li:hover{  	
   color: #f34540!important;
   background: #f6f6f6;
}
.p-right>ul	li:before{
	 content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    background: #f34540;
    width: 3px;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.p-right>ul li:hover:before {
    height: 30px;
    top: 0;
    bottom: 0;
}
.p-right>ul	li p{
	overflow: hidden;
	white-space: nowrap;
	float: left;
    font-size: 14px;
    width: 160px;
    margin: 0px;
    font-family: "\5B8B\4F53", "å®‹ä½“", Arial, sans-serif;
}
.p-right>ul	li span {
    font-family: Arial;
    font-size: 14px;
    float: right;
    color: #f34540;
    margin-right: 5px 
}
.footer_media {
    margin-top: 68px;
    overflow: hidden;
    border-top: 3px #f34540 solid;
    padding-top: 10px;
    
}

.footer_media h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 8px;
   margin: auto;
}
.footer_media li{
	border-right: 1px dotted #dddddd;
	text-align: center;
	height: 60px;
	margin: 20px   0; 
}
.footer_media li:last-child{
	border-right: 0px;
}
.clearfix:after {
    visibility: hidden;
    content: ".";
}
 .clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}
.text-dark {
    color: #f34540 !important;
}
.blog-header {
    line-height: 1;
    border-bottom: 2px solid #f34540!important;
}
.text-muted {
    color: #000000 !important;
}
.nav-scroller {
	/*height: 50px;*/
	border-bottom: 1px solid #eeeeee ;
}
/******************/
.art-right-title h4{
	
    font: 700 18px / 20px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    color: #404040;
}
.art-right-title ul li{
	padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.art-right-title ul li:last-child {
    border-bottom: none;
}
.art-right-title ul li p{
	font: 16px / 24px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    color: #404040;
}
.art-right-title ul li span{
	margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.art-right-title ol li{
	    border-bottom: 1px solid #eee;
	     padding: 12px 10px;
}
.art-right-title ol li:last-child {
    border-bottom: none;
}
.art-right-title ol li a{
   color: #555;
  
}
.art-right-title>.pic{
	position: relative;
}
.art-right-title>.pic>a>img{
	display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: .4s;
}
.art-right-title>.pic>a>p{
	position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    z-index: 10;
    font: 700 16px / 20px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #ffffff;
}
.post-next{
	float: left;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
    text-align: top;
    background: #fff;

}
.post-next i{
	color: #e10000;
    font-style: normal;
    font-weight: 700;

}
.post_next h3 a {
    color: #404040;
}
h2.blog-post-title{
	color: #000000;
	padding-top: 26px;
    font: 700 38px / 48px MicrosoftYaHei Bold, MicrosoftYaHei, Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}
.blog-post-next{
	margin-top: 60px;
    border-top: 1px solid #eee;
}
.hot-news nav{
    height: 50px;
    border-top: 4px solid #eee
}
.hot-news nav  a{
   border-top: 4px solid #eee;
   margin: -4px 36px 0 0;
   color: #999;
   font: 20px / 40px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}
.hot-news nav .active {
    border-top:4px solid #db1011;
    font-weight: 700;
    color: #404040;
}
p.card-text.hot-card{
	margin-top: 30px;
    margin-right: 4px;
    font: 12px / 1 Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    color: #999;
}
.blog-post p{
   font-size: 18px;
   margin: 34px 0;
}
.blog-post-meta { 
    margin-top: 18px; 
    font-size: 16px!important;
}
/*********************/
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-dark {
    height: 70px;
	    background-color: #973BCB;
    background-image: repeating-linear-gradient(45deg, #e834a4, #8629bb, #6a2492, #bf15ac, #e433a1);
}
nav.navbar.navbar-expand-md a{
	font-size: 18px!important;
}
.nav-til{
	text-align: center;
	padding:14px 0;
    line-height: 13px;
	margin:auto!important;
}
.nav-til a{
	color: #252525;
	font-size: 12px;
	border-right: 1px solid #ddd;
	padding: 0 7px 0 7px;

}

.nav-til a:last-child{
	font-size: 12px;
	border-right: 0px;

}

.nav-second>a{
  padding:0.5rem 1rem!important;
  position: relative; /* 设置定位 */
  float: left; /* 左浮动 */
  margin-right: 15px; /* 设置右外边距 */

}
.nav-second>a:first-child{
  padding-left:0.5rem!important;
}
.nav-second>a:after {
  content: ''; /* 生成内容为空 */
  position: absolute; /* 绝对定位 */
  width:1px; /* 宽度100% */
  height:50%; /* 高度1px */
  background: #ebebeb; /* 背景色 */
  top:30% ; /* 顶部对齐 */
  right:-0.4rem; /* 左侧偏移 */
  transform: rotate(30deg);
}

.nav-second>a:last-child {
  margin-right: 0; /* 最后一个链接不设置右外边距 */
}
.nav>a:last-child:after {
  display: none; /* 最后一个链接的伪元素不显示 */
}
.nav-second>a:hover{
  color: #f34540!important;
}
/*************/
.load-more{
	width: 100%;
	height: 60px;
    padding: 14px 0;
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #404040;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.load-more i{
    font-size: 25px;
    font-style: normal;
    transition: transform .3s, -webkit-transform .3s;
}
.nav-third{
    background: #f7f9fa;
    margin-top: 35px;
    border-top: 1px solid #f04343;
} 
.nav-third	 a:hover{
    background: #f04343;
    font-weight: bold;
    color:#ffffff!important;
}
.nav-third	 a:hover li{
    display: block;
}

.nav-third .current {
    background: #f04343;
    font-weight: bold;
    color:#ffffff!important;
}
.totop {
    position: fixed;
    left: 50%;
    margin-left: 550px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    background: #ddd;
    cursor: pointer;
}
.p-3{
	padding: 1rem 0!important;
}
.slide-til{
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #eeeeee;
	padding: 10px  0;
	margin:0;
}
.bd-placeholder-img.lb{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.lbbg{
    position: absolute;
    left: 0;
    bottom: 0;
}
.carousel-item {
    padding-bottom: 50%;
}
.mb-1.nr{
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-right>ul	li p{
    width: 180px;
}
.active{
    color:red !important;
}
.daohang{
    color:#404040;
    cursor: pointer;
}
.post-page-numbers :hover{
    text-decoration-line: none;
    color: red;
}
.reda :hover .red{
    color:red;
}
.daohang:hover{
    color:red !important;
}
.list-unstyled li :hover a{
    color:red !important;
}
.py-3 .container .biaoti:hover{
    color:#f34540 !important;
}
.blog-post img{
    max-width:100%;
}

img{
	width:100%;
}


.bg.lbbg{    overflow: hidden;
    border-radius: 0 10px 10px;}