.release-box
{
    z-index: 999999;
    margin-bottom: 3px;
}
.release-notes-banner{   
	padding-top: 35px;
	position: relative;
	width: 100%;
	height: 100px;
	background: url(../Content/images/icon/home-release-notes.png)  no-repeat top center;
	background-size:100% 100%;
}

.release-notes-title{
	width: 700px;
	margin: 0 auto;
	color: #fff;
	font-family: "Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft Yahei",sans-serif;
    -webkit-font-smoothing: antialiased;
	text-align: center;
}

.release-notes-title-doc{
	font-size: 20px;
}

.release-notes-title-position{
	font-size: 40px;
}

.release-notes-title img{
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}
.release-num
{
    padding-top:10px;
    text-align:center;
    font-size: 12px;
    color: #323232;
}
.release-num span:nth-child(even)
{
    margin-right:30px;
}
.release-content-wrap
{
    width: 1000px;
    height: 387px;
    overflow: auto;
    background-color: #fff;
}
.release-section
{
    padding-top: 21px;
    padding-left: 20px;
    color:#323232;
}
.release-section>p{
    border-left: 4px solid #6090df;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 8px;
    font-size: 14px;
    height: 20px;
}
.release-content
{
    font-size:13px;
}
.release-section .release-content .description {
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
}
.release-section .release-content .description img
{
    display:block;
    width:800px;
    margin:0 auto;    
}
.release-footer
{
    height:40px;
    line-height: 40px;
    background-color: #fff;
}
.no-pop-tip
{
    padding-left:20px;
    font-size:13px;
    color: #323232;
}
.no-pop-tip label
{
    margin: 0 0 0 5px;
    font-weight: normal;
    cursor:pointer;
}

#knxCheckbox_ckShowReleaseNotes
{
    display: inline-block;
}








