#container{
    font-size:0.17rem;

}


#container .main_content{
    margin-top:0.15rem;
    position:relative;
    width:9.8rem;
    height:8.4rem;
    text-align:center;
    margin-bottom:0.5rem;
    border:0.02rem solid #ccc;
}


#container .main_content .source{
    margin-bottom:0.24rem;
    text-align:center;
    color:#666;
    font-size:14px;
}

#container .main_content .title{
    font-size:0.3rem;
    margin:0.2rem auto;

}

#container .main_content .big_pic{
    position:relative;
    margin:0 auto;
    width:8.6rem;
    height:5.5rem;
    overflow: hidden;
}

#container .main_content .big_pic li{
    display:none;
}


#container .main_content .big_pic li img{
    width:8.6rem;
    height:5.5rem;
}

#Num{
    width:0.7rem;
    height:0.7rem;
    line-height:0.7rem;
    bottom:1.7rem;
    position:absolute;
    color:#fff;
    background:#666;
    z-index: 999;
    left:0.6rem;
    font-size:0.25rem;
}



#container .main_content .big_pic .text{
    width:7.7rem;
    height:0.5rem;
    position:absolute;
    bottom:0;
    left:0.7rem;
    text-align:left;
    padding:0.1rem;
    z-index: 999;
    background:rgba(0,0,0,0.4);
    color:#fff;
}

#container .main_content .webPre, #container .main_content .webNext{
    position:absolute;
    width:4.9rem;
    height:5.5rem;
    background:red;
    z-index:998;
    opacity:0;
}

#container .main_content .webPre{
    left:0;
    cursor:url(../img/mouse_left.cur),auto;
}


#container .main_content .webNext{
    right:0;
    cursor:url(../img/mouse_right.cur),auto;
}


#container .main_content .small_pic{
    height:1.4rem;
    background:#ddd;
    margin-top:0.1rem;
}



#container .main_content .small_pic .arrow{
    position:absolute;
    color:#fff;
    width:0.2rem;
    height:1.2rem;
    line-height: 1.2rem;
    font-size:0.3rem;
    margin-left:0.12rem;
    background:#666;
    border-radius:0.05rem;
    margin-top:0.1rem;
    float:left;
    cursor:pointer;
}

#container .main_content .small_pic .arrow_right{
    right:0.1rem;
}

#container .main_content .small_pic .pic{
    margin-left:0.3rem;
}

#container .main_content .small_pic .pic li{
    width:1.7rem;
    height:1.2rem;
    margin-left:0.1rem;
    margin-top:0.1rem;
    float:left;
    overflow:hidden;
}

#container .main_content .small_pic .pic li img{
    width:1.7rem;
    height:1.2rem;
}


#container .main_content .small_pic .pic .active{
    border:0.02rem solid #f60;
}