.nav li:nth-of-type(1) a{
    background: #fff;
    color: #000;
}
.nav li:nth-of-type(1) a:hover{
    background: #9936ff;
    color: #fff;
}
.media_con{
    border: 1px dashed #9d6f35;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    width: 1190px;
    margin: auto;
}
.media_con .mtbd-list a{
    color: #333;
    font-size: 16px;
    line-height: 36px;
}
.media_con .mtbd-list a:hover{
    color: #9d6f35;
    text-decoration: underline;
}
.media_con .xian{
    width: 100%;
    height: 1px;
    background: #fff;
    border-bottom: 1px dotted #9d6f35;
    margin: 10px 0;
}
.mtbd-list{
    box-sizing: border-box;
}
.ljhg_wrap {
    width: 100%;
    height: auto;
}

/* .mtbd-list:nth-of-type(2){
    display: none !important;
} */
#pageMain li {
    list-style: none;
    line-height: 22px;
}

#pageBox {
    padding: 20px 0 0 0;
    text-align: center;
}

#pageBox span {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #3a87ad;
    border: 1px solid #3a87ad;
    /* padding: 5px 10px; */
    border-radius: 5px;
    margin: 0 10px;

}

#pageNav {
    display: inline-block;
}

#pageNav a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #3a87ad;
    text-decoration: none;
    margin: 0 5px;
    border: 1px solid #fff;
    
}

#pageNav a.active, #pageNav a:hover {
    /* background: #3a87ad; */
    color: #fff;
    border: 1px solid #3a87ad;
    background: #3a87ad;
    border-radius: 5px;
}

#prev:hover {
    cursor: pointer;
}

#next:hover {
    cursor: pointer;
}




















