/*二级导航条*/
.dh{
    text-align: center;
    cursor: pointer;
}
/*给标题设置样式*/
a{
    color: black;
}
a:hover{
    color: #e30002;
}
/*导航条激活样式*/
.dhactive{
    background: #e30002;
    color: white;
    transition: 1s;
}
/*热门新闻内容超出部分隐藏*/
.list-group>li{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-group-item>div{    
    height: auto;
    text-align: center;
}
/*增加间距*/
body>.container{
    margin-top: 1%;
}
/*设置文本的各种样式*/
.zjnr>h2{
    text-align: center;
}
.zjnr>div{
    /*text-align: center;*/
}
.zjnr>p{
    text-indent: 2em;
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: left;
}
.zjnr{
    /*text-align: center;*/
}
/*相关资讯标题*/
.zxbt{
    text-align: left;
}
.zxbt{
    border-left: 3px solid #e30002;
}
/*设置版权文字样式*/
#bq>p{
    color: white;
}
.content,.content p{
	text-align:left;
}
.content img {
    display: block;
    margin: 0 auto;
}
.content a{
	color:red;

}