.noticePage {
    min-height: 810px;
    min-width: 1100px;
    height: auto;
    background: #2a293e;
   padding: 60px 0 30px 0;
}


.wrapper {
    width: 1100px;
    margin: 0 auto;
}

.noticeDetail {
    background: #eff2f5;
    padding: 0 40px;
}

.noticeDetail_head{
	padding: 40px 0 14px 20px;
	border-bottom: 1px solid #e3e5f1;
	font-size: 16px;
	color: #41a5fe;
}

.noticeDetail_head a {
    color: inherit;
}

.noticeDetail_head a:hover {
    color: inherit;
    text-decoration: underline;
}

.notice_title {
    padding: 20px 0;
    border-bottom: 1px solid #e3e5f1;
}

h5 {
    font-size: 26px;
    color: #333;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}

.notice_subtitle {
    color: #999;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.notice_subtitle span {
    line-height: 100%;
}

.notice_releaseFrom {
    margin-left: 20px;
}

.noticeDetail_content {
    padding: 30px 20px 0;
    font-size: 14px;
    min-height: 500px;
    height: auto;
}

.noticeDetail_foot {
    padding: 40px 10px 60px;
    border-top: 1px solid #e3e5f1;
}

.noticeFoot_jump {
    font-size: 12px;
    color: #41A5FE;
    line-height: 100%;
}

.noticeFoot_jump:hover{
	cursor: pointer;
}

#footer {
	min-width: 1100px;
    height: 100px;
    background: #232335;
    color: #8c8cbe;
    text-align: center;
    line-height: 100px;
}

.noticeDetail_content ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e2e1ec;
}

.noticeDetail_content ul li:hover {
    background: #dedee9;
    width: 980px;
    margin-left: -20px;
    padding: 0 20px;
}

.noticePageNum {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.noticePageNum i {
    color: #b8b8b9;
}

.noticePageNum a {
    color: #000;
}

.goPageNumInput {
    width: 20px;
    background: none;
    text-align: center;
}

.goPageNumInput:focus {
    border: none !important;
    outline: none;
    box-shadow: none !important;
}

#naticeUl li {
    display: flex;
    justify-content: space-between;
    color: #999;
}

#naticeUl li a {
    color: #333;
}
