/*当前位置*/

.position {
    display: block;
    width: 100%;
    height: 40px;
    background: #FAFAFA;
}

.position td {
    color: #454545;
}

.dqwz {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    font-size: 13px;
    color: #999999;
    background: url(position.png) no-repeat 0px center;
    margin: 0 auto;
}

.dqwz a {
    font-size: 13px;
    color: #454545;
}

.dqwz>table {
    height: 40px;
    line-height: 40px;
    padding-left: 36px;
}


/* 栏目页 */


/* 左侧列表 */

#cont {
    width: 1200px;
    margin: 0 auto;
    /* min-height: 650px; */
    height: auto;
    margin-top: 30px;
    overflow: hidden;
}

.cont_l {
    width: 300px;
    height: 100%;
}

.ctit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2277E6;
    color: #ffffff;
    padding-left: 45px;
    font-weight: bold;
    font-size: 17px;
}

.csec {
    background: #EFEFEF;
    width: 100%;
    min-height: 500px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.csec li {
    height: 45px;
    line-height: 45px;
    background: url(ld.png) no-repeat 25px center;
}

.csec li:hover {
    background: #A1C1EC url(l_h.png) no-repeat 25px center;
}

.csec li:hover a {
    color: #2277E6;
}

.csec li a {
    font-size: 17px;
    color: #000000;
    display: inline-block;
    width: 280px;
    border-bottom: 1px solid #E3E3E3;
    padding-left: 45px;
}


/* 右侧 */

.cont_r {
    width: 870px;
    min-height: 400px;
    border: 1px solid #DEDEDE;
    padding: 10px 25px 20px 25px;
    background: #F9F9F9;
}

.cont_r ul li {
    border-bottom: 1px dashed #eeeeee;
    overflow: hidden;
    background: url(dian.png) no-repeat left 23px;
    padding-left: 15px;
    line-height: 47px;
}

.cont_r ul li a {
    font-size: 17px;
    color: #333333;
    line-height: 30px;
}

.cont_r ul li span {
    margin-left: 32px;
    color: #999999;
}

.csec .activea {
    background: #A1C1EC url(l_h.png) no-repeat 25px center;
}

.csec .activea a {
    color: #2277E6;
}