ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #0091e8;
}
.navbar-toggler-icon{
    color: #cfcfcf
}
header {
    height: 100px;
    width: 100%;
    background: #b60f0f;
}
.logo {
    padding-top: 15px;
}
nav{
    background: #6f0d0d;
    border-bottom: 1px solid #fff;
}
.navbar {
	padding:0;
}
.navbar-nav {
    width: 100%;
	justify-content:space-between;
}
.dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
nav .nav-item{
	width:100%;
	padding:8px 0;
	text-align:center;
}
nav .nav-item:hover{
    background-color:#cd605b;
}
.nav-link {
    padding: 0;
}

.dropdown:hover>.dropdown-menu {
    display: block;
   }
nav a{
    font-size: 1.2em;
    color: #fff;
}
nav a:hover {
    color: rgb(255, 238, 0);
}
.banner {
    background: #efefef;
}
.bgcolor{
    background-color: #efefef;
}
/*轮播图*/
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 4px;
	padding-left:1%;
    padding-bottom: 0px;
	background: rgb(116 116 116 / 50%);
    width: 99%;
    color: #fff;
    text-align: left;
}
.carousel-caption h3{
    font-size:1.2em;
}
.newslist li{
    line-height: 36px;
}
.newslist a{
    color: rgb(34, 34, 34);
    text-decoration: none;
}
.newslist a:hover{
    color: #f00;
}

.breadcrumb {
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    padding-left: 0;
}
.tt {
    margin: 15px 0;
}
.tt h3{
    border-bottom: 1px rgb(236, 236, 236) solid;
    padding-bottom: 2px;
}
.tt .tit {
    border-bottom:#af0000 3px solid;
    font-size: 0.8em;
}

.news_title {
    display: block;
    float: left;
   
    text-overflow:ellipsis;
    white-space:normal;
    overflow:hidden;
    display: block;
}
.news_meta {
    display: block;
    width: 25%;
    float:right;
    text-align: right;
    color: #838383;
}
.artlist h5 a{
    color: #303030;
}
.artlist h5 a:hover{
    color: #0091e8;
}
.artlist p a{
    color: #7a7a7a;
    font-size: 0.8em;
}
.artlist p a:hover{
    color: #0091e8;
}
.index-more {
    font-size: 0.5em;
    color: rgb(143, 143, 143);
}
.foot-link {
    width: fit-content;
    margin: 0 auto;
}
.foot-link li{
    float: left;
    border-left: 0px solid rgb(235, 235, 235);
    border-right: 0px solid rgb(235, 235, 235);
    padding: 0 20px;
    margin:15px 0;
}
.foot-link a{
    color: #333;
    text-decoration: none;
    
}

footer{
    padding:30px 0;
    background: #b60f0f;
}
footer *{
    color:rgb(226, 226, 226);
}