﻿.head {
    width: 100%;
    height: 95px;
    background: url('../images/index/headbj.png') no-repeat;
    background-size: 100% 100%;
}
.head .head-auto {
    line-height: 95px;
    font-size: 28px;
    font-family: 'MicrosoftYaHei';
    color: #FFFFFF;
}

.head .head-auto img {
    width: 56px;
    height: 43px;
    margin-left: 30px;
    margin-right: 15px;
    vertical-align: middle;
}


/* box */

.box {
    width: 100%;
    margin-top: 12px;
   font-family:'MicrosoftYaHei'
}

.box-auto {
    width: 1112px;
/*     height: 100%; */
    margin: 0 auto;
}

.notice {
    /* width: 100%; */
    height: fit-content; 
    padding: 0 10px;
}

.notice .title {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 17px;
    font-family: 'MicrosoftYaHei';
    color: #026DC6;
    letter-spacing: 1px;
}

.notice .title img {
    width: 2px;
    height: 13px;
    margin-right: 8px;
    margin-left: 5px;
    vertical-align: middle;
}

.notice .title a {
    color: #026DC6;
}

.notice .list {
    width: 100%;
    /* height: calc(100% - 40px); */
    margin-left: 4px;
}

.notice .list ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* overflow-y: auto; */
    /* list-style-type: none */
}

.notice .list li {
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
    cursor: pointer;
}

.notice .list li span {
    display: block;
}

.notice .list li div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: calc(100% - 122px);
}

.notice .list li div span:nth-child(1) {
    width: 15px;
}

.notice .list li div span:nth-child(2) {
    width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.notice .list li span:nth-last-child(1) {
    width: 110px;
    /* width: 90px; */
    margin-left: 15px;
    margin-right: 16px;
    text-align: right;
}

.footer {
    width: 100%;
    height: 77px;
    background: #F2F2F2;
    text-align: center;
    margin-top: 12px;
}

.footer p:nth-child(1) {
    height: 16px;
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    color: #999999;
    line-height: 16px;
    letter-spacing: 1px;
    margin-top: 17px;
}

.footer p:nth-child(2) {
    height: 16px;
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    color: #D0021B;
    line-height: 16px;
    letter-spacing: 1px;
    margin-top: 8px;
}