﻿.note-list {
   
    margin-top: -50px;
}
.note-list li{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:34px 0 28px;
	border-bottom:2px solid #009e9f
}
.note-list li:last-child{
   
	border-bottom:none;
	padding-bottom:0
}
.row{
        margin-right: -60px !important
}
section.desc.container.mt-5 div:last-child li:last-child .note-list-p{
    margin-top:-442px;
    
}
section.desc.container.mt-5 div:last-child li:last-child {
     
    margin-left: 6%;
    width: 93%;
    margin-top: -15px;
}
section.desc.container.mt-5 div:first-child li:first-child {
 
    border: none;
}
.note-list li p:first-child{
	color:#009e9f;
	font-size:24px;
	width:auto;
	margin-right:auto;
	
}
 
.note-list li p:nth-child(2){
	color:#555;
	font-size:16px;
	line-height:34px;
	width:860px
}
.header .nav .menu {
    width: 300px;
	height: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    visibility: hidden;
    z-index: 2;
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: -80px;
    top: 110px;
    
}

.header .nav .menu-item {
    height: 54px;
    width: 100%;
    border-top: 1px solid #ccc;
	margin-left: 0;
}

.header .nav .menu-txt {
    color: #333;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    font-size: 15px;
    background: #eee
}

.header .nav .menu-txt,
.header .nav .menu-txt:hover {
    -webkit-transition: background 1s;
    transition: background 1s
}

.header .nav .menu-txt:hover {
    background: #009e9f;
    color: #fff
}
