@import url('common.css');


.top-img {
    height: 20rem;
}

.top-img img {
    width: 100%;
    max-height: 100%;
}


.nav {
    height: 4rem;
    background: #F8F8F8;
    font-size: 1.4rem;
    line-height: 4rem;
}

.nav>div {
    text-align: right;
}

.nav a {
    color: #999;
    padding-left: 3rem;
    background: url("../image/home.png") no-repeat;
    padding-right: 0.4rem;
}

.nav span {
    padding-left: 0.4rem;
}

.content {
    margin: 4rem 0 10rem 0rem;
min-height: 48.5rem;
}

.menu {
display:none;
    width: 28rem;
    height: 56rem;
    background: url('../image/list-menu.png');
    float: left;
    border: 1px #111 dashed;
    float: left;
}

.menu h2 {
    font-size: 2.4rem;
    margin: 3rem 2rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 3rem;
}

.menu ul {
    margin-top: 0.4rem;
    font-size: 2rem;
    font-weight: bold;
    color: #111111;
}

.menu li {
    padding-left: 5.1rem;
    margin-bottom: 5.8rem;

}

.menu .active {
    color: #77161B;
    border-left: 3px solid #77161B;
}

.list {
    float: left;
    /*width: 140rem;*/
width:100%;
    margin-left: 4rem;
    margin-bottom: 4rem;
}

.list h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #111111;
    margin-top: 1rem;
    padding-bottom: 3.1rem;
    border-bottom: 1px solid #EEEEEE;
}

.list h2 span {
    color: #77161B;
    font-size: 1.4rem;
    margin-left: 0.8rem;
}


.info {
    margin-top: 4.8rem;
}

.info-title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #111;
}

.maker {
    text-align: center;
}

.info .time {
    font-size: 1.2rem;
    padding-left: 2.5rem;
    color: #77161B;
    background: url('../image/slices/shijian.png') no-repeat 0.7rem;
}

.info-content {
    margin-top: 4.7rem;
    font-size: 1.8rem;
    color: #444;
    margin-bottom: 4rem;
}
.info-content img{
max-width:100%
}
.wp_articlecontent{
    /*max-width: 140rem;*/
}