.note-list li{
	padding-bottom:80px;
	border-bottom:1px solid #d2d2d2
}
.note-list li h3{
	font-size:32px;
	font-weight:400;
	color:#009e9f;
	line-height:110px
}
.note-list li>div{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.note-list li>div .content-t{
	margin-bottom:45px
}
.note-list li>div .content-t p{
	font-size:18px;
	color:#888;
	line-height:34px
}
.note-list li>div .content-b{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.note-list li>div .content-b img{
	display:block
}
.note-list li>div .unit{
	margin-bottom:10px
}
.note-list li>div .unit h3{
	font-size:28px;
	color:#555;
	line-height:50px
}
.note-list li>div .unit p{
	font-size:18px;
	color:#888;
	line-height:34px
}
.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
}