@charset "gb2312";
/* CSS Document */
.main {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.main_lf {
    width: 695px;
    min-height: 500px;
    float: left;
    border: 1px solid #d2d2d2;
    margin: 10px 0px 30px 0px;
    overflow: hidden;
}

.main_ri {
    width: 294px;
    height: auto;
    float: right;
    margin-top: 10px;
}

.i_mainlfmtit {
    height: 75px;
    margin-left: 25px;
}

.i_titk {
    width: 43px;
    height: 55px;
    float: left;
    background: #008e4c;
    margin-top: 20px;
    margin-right: 25px;
}

.i_titcon {
    width: 552px;
    height: auto;
    border-bottom: 1px solid #008e4c;
    float: left;
}

    .i_titcon h1 {
        height: auto;
        font-size: 18px;
        color: #020202;
    }

    .i_titcon p {
        color: #000000;
        font-size: 12px;
    }


.i_mainlfmcon {
    width: 695px;
    line-height: 25px;
    margin: 25px 0px;
    clear: both;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.hot {
    width: 126px;
    height: 126px;
    float: left;
    margin: 10px 10px;
}

.hot_video {
    width: 127px;
    height: 95px;
    position: relative;
    border: 1px solid #bbbbbb;
}

.hot h3 {
    width: 130px;
    height: 30px;
    margin: 0px;
    text-align: center;
    overflow: hidden;
}

    .hot h3 a {
        font-size: 12px;
        color: #000;
    }

.hot_video_title {
    background: #008E4C;
    height: 40px;
    line-height: 40px;
    width: 294px;
}

    .hot_video_title span {
        float: left;
        padding-left: 15px;
        color: #fefefe;
    }

    .hot_video_title a {
        font-size: 12px;
        float: right;
        padding-right: 10px;
        color: #fefefe;
    }

.hot_video_main {
    width: 294px;
    height: 460px;
    padding-top: 10px;
    border: 1px solid #d4d4d4;
}

    .hot_video_main ul li {
        line-height: 33px;
        margin-left: 13px;
    }

        .hot_video_main ul li a {
            color: #000000;
        }

.play_ico {
    position: absolute;
    left: 42px;
    top: 28px;
    z-index: 2;
}
