@charset "GB2312";

div.list-left ul {margin-top: 30px;}
div.list-left ul li{height: 40px;}
div.list-left ul li a{color: #737373;font-size: 16px;font-weight: bold;text-decoration: none;}
div.list-left ul li a:hover{color: #188d44}

div.list-right{padding-left: 0;margin-bottom: 30px;}
div.list-right a{color: #000;text-decoration: none;}
div.list-right ul{margin-top: 20px;}
div.list-right ul li{height:33px;}
div.list-right ul li a{color:#000;height:24px;line-height:22px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
div.list-right ul li p{text-align:right;margin:0;color:#000;height:24px;line-height:22px;font-size:14px;padding:0}
div.line{
    height:1px;
    width:auto;
    margin-left: 30px;
    background-color:#737373;
}
div.line-blod{
    width: 200px;
    height:4px;
    background-color:#188d44;
    padding-left: 5px;
}
.v-line{
    width: 100%;
    padding-left: 30px;
    border-left: 1px dashed #737373
}
#notice{
    margin-top: 30px;
}
.m-top{
    margin-top: 20px;
}
.m-left-right-0{
    margin-left: 0px;
    margin-right: 0px;
}
.title1{
    font-size: 18px;
    color:#188d44;
    font-weight: bold;
}
.title-right{
    text-align: right;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.bottom-right a{
	text-decoration:underline;
}


