.new-fea-temp#scroll{
   margin: 0 auto;
}
.new-fea-temp.topband{
   margin: 0;
   background: linear-gradient(to bottom, #9ce9ff, #9ce3ff00) !important;
}
.new-fea-temp.topband nav {
    margin: 0;
}
.new-fea-temp .clickband {
    margin: 20px 0 40px;
}
.new-fea-temp p{
   font-size: 15px;
   line-height: 32px;
   margin: 0 0 15px;
}
.new-fea-temp ul{
   font-size: 15px;
   line-height: 32px;
   margin: 0 0 15px 10px;
}
.new-fea-temp ul li{
   list-style: disc outside;
   margin: 0 0 5px;
}
.new-fea-temp ul li.nomark::marker {
    font-size: 0;
}
.new-fea-temp .breadcrumb ul li {
    list-style: none;
}
.new-fea-temp p strong,.new-fea-temp p b{
   font-weight: 600;
}
.new-fea-temp b{
   font-weight: 600;
}
.new-fea-temp ul li strong {
    display: block;
    font-weight: 400;
    font-size: 17px;
    color: #006798;
}
.new-fea-temp ul.flex {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9fdff;
    margin: 30px 0;
    width: fit-content;
}
.new-fea-temp ul.flex li {
    width: 44%;
    margin: 2% 2% 2% 4%;
    cursor: default;
}
.new-fea-temp ul.flex li ul li {
    width: auto;
}
.new-fea-temp ul.flex.ellipsis li p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.new-fea-temp ul.flex.ellipsis li:hover p {
    -webkit-line-clamp: initial;
}
.new-fea-temp h1 {
    margin: auto !important;
    max-width: 700px;
    line-height: 55px;
    font-weight: 500;
    color: #025178;
    letter-spacing: normal;
}
.new-fea-temp h2{
   font-size: 30px;
   line-height: 44px;
   margin: 0 0 15px;
   border-top: 1px solid #eee;
   padding-top: 40px;
   color: #003650;
   font-weight: 400;
}
.new-fea-temp p + h2, .new-fea-temp ul + h2 {
    margin-top: 40px;
}
.new-fea-temp h3,.new-fea-temp h3 a{
   font-size: 24px;
   line-height: 40px;
   margin: 0 0 10px;
   font-weight: 300;
    color: #006798;
}
.new-fea-temp p + h3, .new-fea-temp ul + h3 {
    margin-top: 30px;
}
.new-fea-temp img{
    max-width: 100%;
    max-height: 500px;
}
.new-fea-temp ul.slp {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}
.new-fea-temp ul.slp h3{
    line-height: normal;
    border-bottom: 1px solid #eee;
    padding: 0 0 16px;
}
.new-fea-temp ul.slp .nomark {
    background-color: #f9fdff;
    padding: 20px;
    width: calc(50% - 50px);
}
.new-fea-temp ul.slp .nomark li{
    margin:0 0 20px 10px;
}
.new-fea-temp .flex.picture {
    display: flex;
    grid-gap: 20px;
    align-items: center;
}

.new-fea-temp .flex.picture .inner:first-child{
    width: 30%;
}
.new-fea-temp .flex.picture .inner:last-child{
    width: 70%;
}
.new-fea-temp .inline-flex.picture {
    display: inline-flex;
    grid-gap: 20px;
    align-items: center;
    width: 48%;
}

.new-fea-temp .inline-flex.picture .inner:first-child{
    width: 50%;
}
.new-fea-temp .inline-flex.picture .inner:last-child{
    width: 50%;
}
.new-fea-temp .note {
    background-color: #eefaff;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}
.new-fea-temp .note p {
    margin: 0;
}