/*通用*/

body {
    font-family: 微软雅黑;
}

ul,
li,
div,
p,
ol {
    margin: 0px;
    padding: 0px;
}

.w1100 {
    width: 1100px;
}

.center {
    margin: 0 auto;
}


/*mid-nav*/


/*当前位置*/

.dqwz-bg {
    width: 100%;
    height: 40px;
    background-color: #ededed;
}

.dqwz {
    height: 40px;
    background: url("dqwz_img.png")1px no-repeat;
    color: #454545;
    font-size: 13px;
}

.dqwz a {
    color: #454545;
}

.m-l-22 {
    margin-left: 22px;
}


/*当前位置结束*/


/*主体*/

.main-fl-bg {
    width: 280px;
    min-height: 800px;
    background-color: #efefef;
}

.main-fl-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #ffffff;
    background-color: #427fda;
    font-weight: bold;
    padding-left: 40px;
}

.main-fl-box {
    width: 100%;
    padding-top: 20px;
}

.main-fl-box li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #efefef;
}

.main-fl-box li>div {
    width: 100%;
    height: 45px;
    background: url("tylm_pic_03.png")20px no-repeat;
    padding-left: 40px;
}

.main-fl-box li>div>a {
    color: #000000;
    font-size: 17px;
    font-weight: lighter;
}

.main-fl-box-li {
    width: 100% !important;
    height: 45px;
    line-height: 45px;
    background-color: #b6ccec !important;
}

.main-fl-box-li>div {
    width: 100%;
    height: 45px;
    background: url("tylm_pic_04.png")20px no-repeat !important;
    padding-left: 40px;
}

.main-fl-box-li>div>a {
    color: #1d79cc !important;
    font-size: 17px;
    font-weight: lighter;
}


/*右部分*/

.main-fr-bg {
    width: 795px;
    height: 800px;
    background-color: #f9f9f9;
    border: solid 1px #dedede;
}

.main-fr-tit {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
}

.main-fr-tit li {
    color: #606060;
    font-size: 16px;
    line-height: 48px;
    float: left;
    width: 95px;
    text-align: center;
    border-top: solid 2px #e9e9e9;
    background-color: #e9e9e9;
}

.main-fl-tit-li {
    color: #1d79cc !important;
    font-size: 16px;
    line-height: 48px;
    float: left;
    width: 95px;
    text-align: center;
    border-top: solid 2px #1d79cc !important;
    background-color: #ffffff !important;
}

.main-fr-box {
    width: 100%;
}

.main-fr-box li {
    width: 96%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: url("tylm_pic_02.png")1px no-repeat;
    border-bottom: dashed 1px #e8e8e8;
    padding-left: 15px;
}

.main-fr-box li>a {
    color: #333333;
    font-size: 17px;
}

.main-fr-box li>span {
    color: #999999;
}


/* 适老化 */

.old_type .dqwz-bg {
    height: 80px;
}

.old_type .dqwz {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
}

.old_type .m-l-22 {
    margin-left: 44px;
}

.old_type .main-fl-tit {
    font-size: 30px;
}

.old_type .main-fl-box li {
    height: 60px;
    line-height: 60px;
}

.old_type .main-fl-box-li {
    height: 60px;
    line-height: 60px;
}

.old_type .main-fl-box li>div {
    height: 60px;
}

.old_type .main-fl-box-li>div {
    height: 60px;
}

.old_type .main-fl-box li>div>a {
    font-size: 23px;
}

.old_type .main-fl-box-li>div>a {
    font-size: 23px;
}