/*列表及详细样式*/
.list{ width:980px;margin:0 auto; height: 780px; background: #fff;}
.list_dl{ font-size: 13px; width: 180px; float: left;height:780px;background: #4e4e4e;}
.list_dd li.on{ background: #937344;}
.list_dt{
    background: #333;
    color: white;
    width: 120px;
    padding: 0 40px 0 20px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #464646;
}
.list_dt:hover{
    background: #222;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #937344;
}
#open{
    background: #222;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #937344;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 11px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/off.png") no-repeat;
    background-size: cover;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
    background-size: cover;
}
.list_dd{
    display: none;
}
.list_li{
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    width: 120px;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}
.list_li:hover{
    background: #937344;
}

.list-r,.list-r-box,.c_rt{height: 780px;overflow: hidden;}
.list-r-box{ float: left;}
.list-r{ width: 800px; float: right;}
.c_rt{width: 90%;padding-left: 5%; padding-right: 5%; margin: 0 auto; font-size: 14px; line-height: 24px; color: #504e4b; padding-top: 10px;display: none;}
.c_rt h1{ width: 80%; margin: 0 auto; font-size: 24px; line-height: 32px; text-align: center; font-family: "微软雅黑"; font-weight: normal;}
.c_rt p{ padding-top: 20px;}
.c_rt p img{ display: block; width: auto; max-width: 100%; margin: 0 auto;}
.c_rt .list_a{ display: block; width: 168px; height: 58px; line-height: 56px; margin: 30px auto 0; background: #784b96; font-size: 20px; font-family: "微软雅黑"; color: #fff; text-align: center;}
.c_rt .fbsj{ width: 100%; text-align: center; font-size: 14px; color: #9b9b9b; padding: 10px 0 15px; font-family: "微软雅黑"; border-bottom: 1px solid #ddd;}
.list-r-box1 .active,.list-r-box2 .active,.list-r-box3 .active,.list-r-box4 .active{ display: block;}


