.ndelindex1{
    padding: 0.6rem 1.5rem 1.1rem;

}

.ndelindex1>h5 {
    font-size: .35rem;
    color: #333;
    text-align: center;
    margin: 0;
    line-height: 1.4;
    padding-bottom: 0;
}
.ndelindex1>p{
    font-size: .17rem;
    color: #666;
    text-align: center;
    margin: 0;
     margin: .3rem 0 .5rem;
}
.ndelcon{
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: .5rem 0;
}
.ndelcon>p{
    font-size: .17rem;
    color: #444;
    margin: 0;
    line-height: .3rem;
   
}
.ndelcon>img{
    width: 100%;
    margin-bottom: .2rem;
}
.fh{
    color: #333;
    font-size: .2rem;
    display: inline-block;
    text-align: center;
    width: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-top: .5rem;
    border: 1px solid #f2f2f2;
    height: .5rem;
    line-height: .5rem;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.fh:hover{
    background: #006bb7;
    border: 1px solid #006bb7;
    color: #fff;
}
@media (max-width: 768px) {
.ndelindex1 {
    padding: 30px 20px;
}
.ndelindex1>h5 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 0;
    line-height: 1.1;
    padding-bottom: 0;
}
.ndelindex1>p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 0;
    margin: 10px 0;
}
.ndelcon>p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 20px;
    margin-bottom: .2rem;
}
.ndelcon>p {
    text-indent: 0 !important;
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 20px;
    /* margin-bottom: 20px !important; */
}
.ndelcon img{
    width: 100% !important;
    margin-top: 20px;
    height: auto !important;
}
.fh {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 100px;
    position: relative;
    left: 50%;
    color: #333;
    margin-left: -50px;
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
}