﻿.menu {
    width: 220px;
    height: auto;
    background:rgba(255,255,255,1);
    padding-bottom: 20px;
    float: left;
    margin-left: 20px;
}

.menu .title {
    width:220px;
    height:44px;
    background:rgba(159,29,49,1);
    padding-top: 10px;
    font-size:22px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:30px;
    text-align:center;
}

.menu li a {
    width:75px;
    height:22px;
    font-size:16px;
    font-weight:700;
    color:rgba(34,34,34,1);
    line-height:22px;
}

.menu li .active {
    color:rgba(165, 27, 47, 1);
}

.menu li {
    padding-top:14px ;
    padding-bottom: 14px;
    text-align: center;
}

.memo {
    width:950px;
    height:auto;
    background:rgba(255,255,255,1);
    float: left;
    margin-left: 30px;
}

.memo .title{
    width:131px;
    height:32px;
    background:rgba(159,29,49,1);
    color: #ffffff;
    padding-top: 10px;
    text-align: center;
}

.memo .line {
    widows: 900px;;
    height:3px;
    background:rgba(164,0,0,1);
    position: relative;
}

.memo .line .nav {
    position: absolute;
    top: -30px;
    left: 145px;
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:20px;
}

.memo .list {
    padding-top: 20px;

}

.memo .list li {
    float: left;
    width:170px;
    height:236px;
    margin-left: 20px;
    text-align:center;
}

.memo .list li p {
    text-align: center;
	color:#1a1a1a;
}

.memo .list .active {
    background-color: rgba(224, 224, 224, 1);
}

.memo .list dd {
   border-bottom: 1px dashed rgba(204, 204, 204, 1);
   height: 20px;
   padding-top: 10px;
   padding-bottom: 10px
}

.memo .list dd .h {
    float: left;
	color:#1a1a1a;
	 display:block
}

.memo .list dd .time {
    float: right;
    margin-right: 20px;
}

/***
文章详细
***/

.memo .detail {
    padding: 20px;
}

.c-content {
    background:rgba(242,242,242,1);
  
}

