
.focus-content{
    margin: 78px auto;
    width: 1440px;
}
.nav{
/*    margin-top: 50px;*/
    padding-top: 72px;
    padding-bottom: 50px;
    /*margin-bottom: 100px;*/
    width: 1360px;
  /*  border-style: solid;*/
    /*border-bottom-color: black;
    border-bottom-width: thick;*/
/*    border-top: rgb(200,0,29) solid 2px;*/

}

.bread-item{
    float: left;
}

.nav a:hover {
    color: rgb(200,0,29);
    /*background-color: #0b5ed7;*/
}
.title1{
    width: 1440px;
    height: 54px;
    line-height: 54px;
    color: rgb(200, 0, 29);
    font-size: 36px;
    text-align: center;
}

.title2-box{
    width: 1440px;
    padding: 50px;
}

#first-title{
    display: block;
    width: 1440px;
    height: 84px;
        border-top-style: dashed;
        border-top-width: 1px;
        border-top-color: black;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: black;
}

.title2-box a{
    display: block;
    width: 1440px;
    height: 84px;

/*    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: black;*/
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: black;

}

.title2{
    float: left;
    width: 1275px;
    height: 84px;
    line-height: 84px;
    font-size: 22px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    text-overflow: ellipsis; /* 超出部分显示为省略号 */
    color: rgb(51,51,51);
}

.date{
    float: right;
    width: 165px;
    height: 84px;
    line-height: 84px;
    color: rgb(153, 153, 153);
    font-family: 微软雅黑;
    font-size: 18px;
}

/*.title2{
    !*height: 20px;*!
    float: left;
    width: 575px;
    height: 47.5px;
    line-height: 47.5px;
    !*   text-align: left;*!
    white-space: nowrap; !* 确保文本在一行内显示 *!
    overflow: hidden; !* 隐藏超出容器的部分 *!
    text-overflow: ellipsis; !* 超出部分显示为省略号 *!
    color: rgb(51,51,51);
    font-size: 18px;
}
.item a :hover{
    color: rgb(200, 0, 29);
}

.d{
    float: right;
    width: 95px;
    height: 47.5px;
    line-height: 47.5px;
    vertical-align: center;
    text-align: right;
    color:rgb(153, 153, 153);
    font-size: 14px;
}*/

.title2-box a div:hover{
   /* background-color: #0b5ed7;*/
    color: rgb(200,0,29);
}

.container{
    padding-bottom: 25px;
    border-bottom: rgb(200,0,29) solid 3px;
}