.information-banner {
    margin-top: 65px;
    height: 450px;
    padding-top: 1px;
    background: url(../images/information.png) no-repeat center top;
}
.detail-content{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-left{
    width: 800px;
    height: auto;
    float: left;
}
.content-left h3{
    text-align: center;
}
.tit-nav{
    border-bottom: 1px solid #696969;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.tit-nav a{
    display: block;
    font-weight: 600;
    padding: 5px 20px;
    position: relative;
}
.nav-active{
    color: #bc3733 !important;
}
.nav-active::after{
    content:"";
    position: absolute;
    bottom: -9px;
    left: 42px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #bc3733;              
} 

.information-item{
    margin: 0;
    padding: 0;
    float: left;
}
.information-item a{
    margin-top: 25px;
    float: left;
    display: block;
}
.information-img{
    width: 250px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.information-img img{
    width: 100%;
    height: 100%;
}
.information-font{
    width: 520px;
    height: 150px;
    float: left;
    margin-left: 30px;
}

.information-font-tit{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}
.information-font-info{
    height: 90px;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}
.information-font-end{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #7e7e7e;
}
.information-font-source{
    float: left;
}
.information-font-time{
    float: right;
}









/* right */
.content-right{
    width: 320px;
    height: auto;
    float: right;
}
.r-list-tit{
    width: 30px;
    height: 3px;
    margin-top: 20px;
    background-color: #bc3733 ;
}
.item-title{
    font-size: 20px;
    font-weight: 600;
    color: #343434;
}
.content-right ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.content-right ul li{
    width: 152px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 16px;
    text-align: center;
    background-color: #efecec;

}
.content-right ul li:hover{
    border: 1px solid #bc3733;
    color: #bc3733;
}
.content-right ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
a:hover, a:visited, a:link, a:active {
    color: #343434;
    outline: none;
    text-decoration: none;
 }
 

.item-list{
    margin-bottom: 10px;
    height: 80px;
    display: block;
}

 .three-img{
     width: 110px;
     height: 100%;
     overflow: hidden;
     float: left;
 }
 .three-img img{
    width: 100%;
}
.three-info{
    width: 200px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    padding: 5px 10px;
}
.three-tit{
    font-size: 16px;
    font-weight: 600;
}
 
#hot-tag{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	
}
#hot-tag li{
	width: auto;
	padding: 0 15px;
	margin: 0 10px 10px 0;
}

.news-pager{
	padding-top: 40px;
	clear: both;
}
