*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}
body{
    background-color: #f6f6f6;
}
/*banner*/
.ban1{
    width: 100%;
    height: 250px;
    background-image: url("/static/home/img/newsdetailsbanner.jpg");
    background-size: cover;
	margin-bottom:45px;
}

/*新闻详情*/
.content{
    width: 1200px;
    height: 1250px;
    background-color: white;
    box-shadow: 2px 2px 2px #d1d1d1;
    margin: 0 auto 148px;
}

.content2{
    width: 100%;
    height: 100px;
	padding-top:10px
}
.name{
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #c9161e;
    font-size: 28px;
}
.name2{
    width: 290px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #aaa;
}
.name2-left{
    float: left;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;

}
.name2-right{
    float: right;
    line-height: 42px;
}
.content-con{
    width: 950px;
    height: 970px;
    overflow: scroll;
    margin: 60px auto 0;
}
::-webkit-scrollbar{
    display: none;
}
.content-ft{
    width: 1100px;
    margin: 10px auto 0;
    height: 50px;
    line-height: 50px;
}
.content-ft-left{
    float: left;
    width: 355px;
    height: 100%;
    font-size: 16px;
    color: #aaa;
    line-height: 50px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    cursor: pointer;
}
.content-ft-right{
    float: right;
    width: 355px;
    height: 100%;
    font-size: 16px;
    color: #aaa;
    line-height: 50px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    cursor: pointer;
}