.section {
    width: 100%;
    min-width: 1200px;
    color: #222;
}

.secbox {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #EAEAEA;
    padding-bottom: 40px;
    background: #fff;
}

.news_notice {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.noticecon {
    width: 800px;
    height: auto;
    margin: 0 auto;
}

.noticename {
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
}

.notice-t {
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    border-bottom: 1px dashed #dddddd;
}

.noticeintro {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.4px;
    text-align: justify;
    line-height: 24px;
    padding: 30px 20px;
  
}
.noticeintro strong{
    font-weight:bold;
}
.noticeintro em{
    font-style:italic
}
.noticeintro p{
	text-indent: 2em;
	margin-bottom: 20px;
	text-align: left;
}