body{
    border-top: 10px solid rgb(255,255,255);
}
.nav_top{
    width: 100%;
    height: 127px;
    padding-top: 73px;
    background: url("/static/img/banner3.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.top_con{
    width: 1200px;
    margin: auto;
}
.top_con img{
    width: 155px;
    margin-left: 78px;
}
.domain{
    background: rgb(248,248,248);
}
.domain_con{
    width: 1120px;
    padding: 90px 40px 40px;
    margin: auto;
    background: rgb(255,255,255);
}
.search{
    width: 718px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgb(0,77,156);
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
}
.search_left{
    width: 548px;
    padding: 4px 20px;
}
.search_left input{
    border: none;
    width: 100%;
    height: 40px;
    outline: none;
    font-size: 20px;
    text-align: left;
}
.search_btn{
    width: 130px;
    height: 100%;
    background: rgb(0,77,156);
    text-align: center;
    line-height: 48px;
    color: rgb(255,255,255);
    font-size: 20px;
    cursor: pointer;
}
.jifen_list{
    min-height: 530px;
    margin: 50px auto;
}
.jifen_con{
    width: 1120px;
    background: rgb(250,250,250);
    padding: 17px 0;
    color: rgb(51,51,51);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jifen_con span:first-child{
    width: 250px;
    text-align: center;
}
.jifen_con span:nth-child(2){
    width: 430px;
    padding-left: 60px;
}
.jifen_con span:nth-child(3),.jifen_con span:nth-child(4){
    width: 190px;
    text-align: center;
}
.jifen_item{
    width: 1120px;
    border-bottom: 1px solid rgb(243,243,243);
    /*padding: 17px 0;*/
    height: 60px;
    color: rgb(51,51,51);
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jifen_item span:first-child{
    width: 250px;
    text-align: center;
}
.jifen_item span:nth-child(2){
    width: 490px;
}
.jifen_item span:nth-child(3),.jifen_item span:nth-child(4){
    width: 190px;
    text-align: center;
}
.jifen_item span:nth-child(4){
    color: rgb(0,77,156);
}

.jifen_con span:first-child {
    width: 250px;
    text-align: center;
    /* 添加以下样式实现自动换行 */
    word-wrap: break-word;        /* 允许长单词换行 */
    word-break: break-all;        /* 强制在字符内换行 */
    white-space: normal;          /* 允许正常换行 */
    line-height: 1.4;             /* 调整行高使多行文本更美观 */
    padding: 8px 5px;             /* 添加上下内边距使多行文本显示更好 */
}

.jifen_item span:first-child {
    width: 250px;
    text-align: center;
    /* 添加以下样式实现自动换行 */
    word-wrap: break-word;        /* 允许长单词换行 */
    word-break: break-all;        /* 强制在字符内换行 */
    white-space: normal;          /* 允许正常换行 */
    line-height: 1.4;             /* 调整行高 */
    padding: 8px 5px;             /* 添加上下内边距 */
}

.box {
    margin: 120px auto 0;
    height: 30px;
    display: flex;
    align-items: center;
}

.page {
    margin: auto;
}

.bottom{
    width:100%;
    height: 206px;
    background: rgb(18,29,59);
    padding-top: 30px;
}
.bot_con{
    width: 746px;
    margin: auto;
}
.link{
    font-size: 16px;
    color: rgb(255,255,255);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link>span:first-child{
    margin-right: 48px;
}
.logo{
    display: flex;
    justify-content: left;
}
.logo_left>img{
    width: 52px;
    height: 63px;
    margin-top: 54px;
}
.logo_right{
    width: 700px;
}
.statement{
    width: 154px;
    font-size: 14px;
    color: rgb(155,157,159);
    margin: 43px auto 30px;
    display: flex;
    justify-content: space-between;
}
.copyright{
    width: 480px;
    padding: 0 135px;
    font-size: 14px;
    color: rgb(155,157,159);
    display: flex;
    justify-content: left;
    line-height: 28px;
    margin-top: 10px;
}
.copyright>span:first-child{
    margin-right: 16px;
}
.M-box3 {
    margin: auto;
}
