﻿
body {
    background: url(../images/yxzg-bg.jpg) center top no-repeat;
}

.box {
    background: url(../images/yxzg-bg.jpg) center top no-repeat;
}


.lBox {
    width: 262px;
    height: 570px;
    float: left;
}

.menuList {
    float: left;
    width: 228px;
    height: 448px;
    overflow:auto; overflow-x:hidden;
    margin-top: 90px;
    margin-left: 6px;
    display: inline;
    position: relative;
}

.listBox {
    width: 200px;
    height: auto;
    overflow:hidden;
}

.menuList ul {
    float: left;
    width: 200px;
    display: inline;
	margin-left:18px;
}

.menuList li {
    float: left;
    width: 200px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
	background:none;
	margin-left:0px;
}

.menuList li a {
        display: block;
        width: 200px;
        height: auto;
        float: left;
        padding: 5px 0px;
		background:none;
    }
.menuList li a:hover{background:none;}

    .menuList li div {
        border: 1px solid #dedede;
        padding: 3px;
        width: 121px;
        height: 76px;
        overflow: hidden;
        float: left;
        margin-left: 0px;
        display: inline;
    }

    .menuList li h1 {
        line-height: 17px;
        font-size: 14px;
        color: #666;
        font-weight: normal;
        text-align: left;
        margin-left: 5px;
        width: 60px;
        height: auto;
        display: inline;
        float: left;
        padding-top: 24px;
    }

    .menuList li span {
        float: left;
        margin-left: 7px;
        width: 80px;
        text-align: left;
        height: 20px;
        line-height: 20px;
        color: #666;
    }


    .menuList li em {
        float: left;
        display: inline-block;
        height: 9px;
        margin-left: 7px;
        width: 16px;
        background: url(../images/ico.png) 0 0 no-repeat;
        margin-top: 4px;
    }

    .menuList li.setOn {
        background: url(../images/yxzg-menu-bg.png) 0 0 no-repeat;
    }

.menuList .pages {
    position: absolute;
    left: 0px;
    bottom: 24px;
    width: 200px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}

    .menuList .pages a {
        color: #840707;
        padding: 2px 5px;
    }

        .menuList .pages a.setOn {
            color: #FFF;
            background-color: #840707;
        }

.rBox {
    float: right;
    width: 727px;
    height: 570px;
}

    .rBox .title {
        float: left;
        width: 727px;
        height: 70px;
        line-height: 70px;
    }

        .rBox .title h1 {
            line-height: 100px;
            text-indent: 75px;
        }

    .rBox .mainContent {
        float: left;
        width: 696px;
        height: 450px;
        position: relative;
    }

    .rBox .videoBox {
        position: absolute;
        width: 570px;
        height: 408px;
        top: 40px;
        left: 64px; overflow:hidden;
    }
