@charset "utf-8";
/* top */
.header{
    width: 100%;
    /*height: 300px;*/
    /* background: url(zhuanti.jpg) no-repeat; */
}
.header img:first-child{
    width: 100%;
    height: 100%;
}
/*.header img:first-child+img{
    position: relative;
    margin-top: -260px;
    margin-left: 100px;
}*/
/* 栏目 */
.lm{
    width: 1000px;
    min-height: 373px;
    margin: auto;
    margin-top: 20px;
    background: #fff;
    position: relative;
}
.lm_left{
    width: 270px;
    height: 100%;
    float: left;
    border: 2px solid #e3e3e3;
    position: absolute;
}
.lmlj{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #c40111;
}
.lm_left ul{
    width: 100%;
    height: 300px;

}
.lm_left ul li{
    width: 65%;
    height: 45px;
    background: url(jiantou.jpg) no-repeat 20px center;
}
.lm_left ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #c40111;
    font-weight: bold;
}
.lm_left ul li a:hover{
    color: #FE3019;
}
/* 右边 */
.lm_right{
    width: 710px;
    height: 100%;
    float: right;
    border: 2px solid #e3e3e3;
}
.lmmc{
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #e3e3e3;
}
.lm_tit{
    background: url(19da_11.jpg) no-repeat 15px center;
    width: 260px;
    height: 100%;
    line-height: 50px;
    font-size: 21px;
    color: #c40111;
    font-weight: bold;
    padding-left: 70px;
    float: left;
}
/* 栏目列表 */
.lm_right ul{
    width: 100%;
    min-height: 300px;
    padding: 0 15px 0px 15px;
}
.lm_right ul li{
    width: 100%;
    height: 35px;
    background: url(dian.png) no-repeat left center;
}
.lm_right ul li a{
    float: left;
    line-height: 35px;
    color: #333;
    display: block;
    font-size: 15px;
    padding-left: 15px;
}
.lm_right ul li span{
    float: right;
    font-size: 15px;
    color: #999;
    line-height: 35px;

}