.Subpage-header-image {
    position: relative;
    text-align: center;
}

.Subpage-header-image img {
    max-width: 100%;
    height: auto;
}

.Subpage-header-image h1 {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    border-bottom: 2px solid #ffffff;
    padding-bottom: 20px;
    color: #ffffff;
}


.NewTitA{font:bold 20px/20px "\5FAE\8F6F\96C5\9ED1"; color:#000}
.Newtxt{font:12px/16px "\5FAE\8F6F\96C5\9ED1"; color:#333; }
.Newdat{font:14px/16px Tahoma, Geneva, sans-serif; color:#666; font-weight:100; }
.New-btn {
            display: block;
            width: 158px;
		  height: 62px;
            margin: 5px auto;
            padding:0 5px;
            background-color: #FFFFFF;
            color: #0269F4;
            border: 1px solid #0269F4;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
        }