.bg {
    width: 100%;
    overflow: hidden;
}

.detail-out {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    margin-top: -350px;
    position: relative;
    z-index: 11;
    border-radius: 72px 0 0 0;
}

.detail {
    width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 500px;
}

.detail:after,
.detail:before {
    content: '';
    display: block;
    clear: both;
}

.detail>div {
    float: left;
}
.detail-li {
    background-color:#f2f2f2;
    width: 300px;
    border-radius: 0 0 0 50px;
    padding-top: 66px;
    margin-top: -50px;
}
.detail-img {
 overflow:hidden;
}
.detail-img img {
 display:block;
}

.in-ul {
    display: none;
    padding: 10px 0;
}

.out-ul>li {
    border-top: 1px solid #999999;
}

.out-ul>li.last-li {
    border-bottom: 1px solid #999999;
}


/*.li-line {
    width: 300px;
    height: 0.8px;
    background-color: #999999;

}*/

.out-ul>li:hover {
    background-image: url("../images/hover-bg.png");
    background-repeat: no-repeat;
    /*padding-right: 30px;*/
    width: 100%;
    padding-right: 30px;
    border-color: transparent;
}

.out-ul>li:hover+li {
    border-top-color: transparent;
}

.out-ul>li>a {
    width: 240px;
    height: 58px;
    display: inline-block;
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 57px;
    margin-left: 20px;
}

.in-ul {
    background-color: #FFFFFF;
}

.in-ul>li>a {
    font-size: 14px;
    color: rgb(77, 77, 77);
    line-height: 36px;
    margin-left: 5px;
}

.in-ul>li>a:hover {
    color: #782e21;
    font-weight: 600;
}

.in-ul>li {
    margin-left: 20px;
}

.arrow-l {
    background-image: url("../images/arrows-l.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.out-ul>li.on>i {
    background-image: url("../images/arrows-f.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.out-ul>li.on>a {
    color: #782e21;
    font-weight: bold;
}

.arrow-f {
    display: none;
}

.hover-a {
    color: #782e21;
    font-weight: bold;
}

.detail-l,
.detail-r {
    margin-top: 50px;
}

.detail-r {
    width: 820px;
    margin-left: 78px;
}

.r-header>.r-l,
.r-l>div {
    float: left;
    font-size: 20px;
    color: rgb(107, 25, 11);
    font-weight: bold;
    line-height: 2.5;
}
.r-header_ssjgy{ background-image: url("../images/r-header-bg_new.png")!important;}
.r-header {
    background-image: url("../images/r-header-bg.png");
    background-repeat: no-repeat;
    padding-right: 35px;
    overflow: hidden;
}

.r-header>.r-r {
    float: right;
    margin-top: 13px;
}

.v-line {
    width: 2px;
    height: 50px;
    background-color: #993333;
    margin-right: 15px;
}

.r-tl>a {
    font-size: 20px;
    color: rgb(107, 25, 11);
    font-weight: bold;
    line-height: 2.5;
}

.r-r>span>a {
    font-size: 14px;
    color: rgb(136, 136, 136);
    line-height: 2;
}

.r-body-bd {
    overflow: hidden;
}

.d-tx {
    overflow: hidden;
    padding-left: 18px;
    border-left: 1px solid #999;
}

.d-tx p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.d-tx p.d-tx-p {
    font-size: 14px;
    color: #333;
    line-height: 15px;
}

.d-tx p.d-tx-p1 {
    color: #808080;
    font-size: 13px;
    line-height: 15px;
    margin-top: 8px;
}

.d-tm-p1 {
    font-size: 24px;
    line-height: 24px;
    font-family: "Arial";
    color: #333;
}

.d-tm-p2 {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 5px;
}

.d-tm {
    color: #000000;
    width: 60px;
    float: left;
    padding-right: 39px;
}

.d-tx-p>a {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 27px;
}

.d-tx-p1>a {
    font-size: 13px;
    color: rgb(128, 128, 128);
    line-height: 20px;
}

.r-body-ln {
    height: 1px;
    background-color: #999999;
    margin-top: 30px;
}

.r-body {
    margin-top: 10px;
}

.r-body li:first-child {
    border-top: transparent;
}

.r-body li:last-child {
    border-bottom: 1px solid #999999;
}

.r-body li {
    padding-top: 29px;
    padding-bottom: 29px;
    border-top: 1px solid #999999;
}

.bd-ul>li:hover+li {
    border-top-color: transparent;
}
.last-li {
    border-bottom: 1px solid #999999;
}
.bd-ul>li:hover {
    background-color: #faede0;
    padding: 29px 15px 29px 15px;
    width: 100%;
    margin-left: -15px;
    border-radius: 8px;
    border-color: transparent;
}

.bd-ul>li:hover .d-tx-p {
    color: #6b190b;
    font-weight: bold;
}

.bd-ul>li:hover .d-tm-p1 {
    color: #6b190b;
}

.bd-ul>li:hover .d-tm-p2 {
    color: #6b190b;
}

.pagination {
    text-align: center;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #9b0c14;
    color: #fff;
    border: 1px solid #9b0c14;
}

.pagination a:hover {
    background: #9b0c14;
    color: #fff;
    border: 1px solid #9b0c14;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}
.lanmu1_name{
    position: relative;
    left: 40%;
    top: -75px;
    color: white;
    font-size: 20pt;
    font-weight: 600;
}