/*main style start*/
.main_left{
    width:242px;
    height:338px;
    margin-top:10px;
    float:left;
}

.list{
    height:80px;
    border:1px solid #ff9933;
    font-size:16px;
    line-height:40px;
    text-align:center;
    color:white;
    background:#ff9933;
}

.list img{
    float:left;
    margin-left:30px;
    margin-top:12px;
}



.menu_1{
    color:white;
    font-size:16px;
    line-height:40px;
    position:relative;
    top:5px;
    left:-30px;
}

.menu_2{
    color: white;
    font-size: 14px;
    left: -30px;
    line-height: 20px;
    position: relative;
    top: 5px;
}

#div1 li{
    font-size:12px;
    border:1px solid #ccc;
    border-top:none;
    padding:26px;
    cursor:pointer;
}

#div1 li img{
    position: relative;
    top:2px;
    margin-right: 10px;
}

.main_right{
    float:left;
    margin-left:30px;
    margin-top:10px;
    float:left;
    width:740px;
}

.main_right h5{
    line-height:26px;
    border-bottom:1px dashed #ccc;
}

.main_right h5 span{
    color:#ff9933;
}

.main_right h5 div{
    float:left;
}

.main_right h5 b{
    float:right;
}

.main_right h5 b a{
    color:blue;
}

#div1 li.active {
    background:#ccc;
}

.text h3{
    font-weight:bold;
    font-size:16px;
    text-align:center;
    margin-top:16px;
}

.text h6{
    width:85%;
    padding-left:100px;
    float:left;
    margin:20px 0 10px;
    color:#ccc;
    position:relative;
}

.text h6 span{
    position:absolute;
    right:100px;
}

.text p{
    text-indent:2em;
    margin-top:10px;
    line-height:20px;
}

.text div{
    float:left;
    margin:12px 2px 2px 8px;
}

.title{
    text-align:center;
}

.dashed_botline {
    background: rgba(0, 0, 0, 0) url("../images/dashed_bg.gif") repeat-x scroll 0 100%;
    padding:1px 0px 0px;

}
.dashed_botline1{
    margin-top: 10px;
}
.news_info_list{
    height: 24px;
    line-height:24px;
}
.news_info_list a{
    color: #00adee;
}
/*main style end*/