body{background: #f5f5f5;}
/*当前位置开始*/
.currentpath{background: #ededed;margin-top:3px;}
.currentpath-content{height: 40px;line-height: 40px;width: 1000px;margin: auto;background: url(currentpath.png) no-repeat 1px center; padding-left: 20px;}
.currentpath-content,.currentpath-content a{font-size: 13px;color: #454545;}
.currentpath-content a:hover{color:#3788e4;}
/*当前位置结束*/

/*中部内容开始*/
.main{width: 1000px;margin: 20px auto 25px;}
.main-left{width: 210px;background: #ebebeb;}
.main-right{width: 770px;}
.main-left h1{text-align:center;height: 50px;line-height: 50px;font-size: 17px;color: #FFFFFF;background: #2471cb;}
.main-left li a{display: block;height: 46px;line-height: 46px;border-bottom: 1px solid #e3e3e3;font-size: 17px;color: #333333;padding-left: 45px;background: url(col-pic.png) no-repeat 25px center;}
.main-left li.col-active a{background: url(col-pic-hover.png) no-repeat 25px center;color: #2471cb;}
.main-left li dt.col-active a{background: url(col-pic-hover.png) no-repeat 25px center;color: #2471cb;}
.main-left li a:hover{background: url(col-pic-hover.png) no-repeat 25px center;color: #2471cb;}
.main-left li dl dd{padding-left: 2em;color: #0068b7;border-bottom: 1px dashed #d4d4d4;height: 42px;line-height: 42px;overflow: hidden;}
.main-left li dd a{font-size:14px;color: #0068b7;}
.main-left li .col-active a{background: url(col-pic-hover.png) no-repeat 25px center;}
.main-right{min-height: 500px;}
.main-right-title{line-height: 50px;font-size: 16px;font-weight: bold;color: #606060;background: #e9e9e9;}
.main-right-title li{padding: 0 20px;height: 50px;}
.main-right-title-active{border-top: 2px solid #1d79cc;background: #FFFFFF;}
.main-right-list{background: #f9f9f9;padding: 10px 24px 24px;}
.main-right-list li{font-size: 17px;line-height: 45px;background: url(list-pic.png) no-repeat left center;padding-left: 13px;border-bottom: 1px dashed #e8e8e8;}
.main-right-list li a {display: block; width: 580px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.main-right-list li span{color: #999999;}
/*中部内容结束*/