/*当前位置开始*/
.currentLocation{width: 1200px;height: 48px;background: url("dqwz.png") 20px center no-repeat;line-height: 48px;padding-left: 40px;font-size: 13px;margin: 0 auto;background-color: #fff;}
/*当前位置结束*/

/*中部内容开始*/
.main{width: 1200px;margin: 0px auto; padding: 0 20px 20px 20px;background-color: #fff;}
.main-left{width: 290px;background: #f8f8f8;}
.main-right{width: 850px;}
.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 a:hover{background: url(col-pic-hover.png) no-repeat 25px center;color: #2471cb;}
.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 span{color: #999999;}
/*中部内容结束*/