.wrapB{
    margin: 0 auto;
}
/* top */
.top{
    height: 160px;
    width: 100%;
    background: url(../img/banner.png) no-repeat;
}
.topBox{
    width: 1000px;
    height: 160px;
}
.topBox .list_logo{
    float: left;
    width: 281px;
    height: 61px;
    margin-top: 48px;
}
.searchBox{
    float: right;
    width: 300px;
    height: 36px;
    margin-top: 20px;
    position: relative;
}
.search_txt{
    width: 300px;
    height: 36px;
    background: #fff;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 36px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
}
.search_btn{
    width: 15px;
    height: 15px;
    position: absolute;
    right:12px;
    top: 11px; 
}
/*nav*/
.nav{
    width:100%;
    height:50px;
    background: #c70f02;
}
.nav ul{
    width:910px;
    margin:0 auto;
}
.nav ul li{
    width:151px;
    height:50px;
    line-height:50px;
    font-size: 18px;
    color: #ffffff;
    float: left;
    text-align: center;
}
.nav ul li a{
    color: #ffffff;
    display: block;
    width: 151px;
    height: 50px;
}
.nav ul li a:hover{
    background: #b80e02;
    font-weight: bold;
}
/* content */
.contentBox{
    width: 1000px;
    margin-top: 20px;
    padding-bottom: 60px;
}
.leftNav{
    width: 238px;
    /* height: 310px; */
    border: 1px solid #c61919;
    border-radius: 4px;
}
.leftNavTitle{
    width: 238px;
    height: 50px;
    line-height: 50px;
    background: #d21f22;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-indent: 40px;
}
.leftNav ul{
    width: 200px;
    margin: 20px auto 0;
}
.leftNav ul li{
    width: 198px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background: #f1f1f1;
    color: #333;
    font-size: 16px;
    text-indent: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.leftNav ul li a{
    color: #333;
}
.leftNav ul li.on{
    background: url(../img/mark.png) 0 0 no-repeat #f1f1f1;
    color: #D21F22;
}
.leftNav ul li.on a{
    color: #D21F22;
}
/* rightInfo */
.rightInfoBox{
    width: 728px;
    height: auto;
    padding-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.rightInfo{
    width: 628px;
    margin: 10px auto 0;
}
.rightInfoTitle{
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.newsTitle{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
    padding-top: 10px;
}
.newsType{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-top: 10px;
}
.newsType_source{
    margin-left: 20px;
}
.fenxiangdao{
    color: #999999!important;
    line-height: 20px!important;
    font-size: 14px!important;
}
.bds_weixin{
    margin-left: 5px;
    background: url(../img/weixin.png) no-repeat!important;
}
.bds_qzone{
    margin-left: 5px;
    background: url(../img/kongjian.png) no-repeat!important;
}
.bds_tsina{
    margin-left: 5px;
    background: url(../img/weibo.png) no-repeat!important;
}
.bds_sqq{
    margin-left: 5px;
    background: url(../img/qq.png) no-repeat!important;
}
.rightInfoCon p{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding-top: 15px;
    /* text-indent: 2em; */
    text-align: justify;
}

.rightInfoCon img{
    max-width: 100%;
    margin: 15px auto 0;
    height: auto;
}
/* footer */
.footerBox{
    width:100%;
    height:175px;
    border-top:3px solid #CD3333;
    background: #e8e8e8;
    position: relative;
}
.footer{
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height:32px;
    margin-top: 25px;
}
.footer a{
    color: #333;
}
.footer a:hover{
    color: #CD3333;
}
.footerImg{
    width:205px;
    height:70px;
    position: absolute;
    /* right:70px; */
    right: 20%;
    top:50%;
    margin-top: -35px;
}
.footerImg a{
    display: block;
    float: left;
    margin-left: 10px;
}
.footerImg .red{
    width:50px;
    height:56px;
}
.footerImg .jiucuo{
    width:104px;
    height:50px;
}

/* 适老化 */
.oldModel .leftNav{width:100%;overflow: hidden;float: none;}
.oldModel .leftNav ul{width:100%;overflow: hidden;}
.oldModel .leftNavTitle{font-size: 30px !important;}
.oldModel .leftNav ul li{height: 50px;line-height: 50px;font-size: 28px;float: left;}
.oldModel .leftNav ul li a{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.oldModel .rightInfoBox{width:100%;float:none;margin-top:20px;margin-left: 0;}
.oldModel .rightInfo{ width:95%; }
.oldModel .newsTitle{font-size: 40px!important;font-weight: normal;line-height: 1.6;margin-bottom:20px;text-align: center;}
.oldModel .newsType{font-size: 28px;}
.oldModel .rightInfoCon p{font-size: 32px;line-height: 1.6;}
.oldModel .fenxiangdao{font-size: 28px !important; }

.oldModel .rightInfoCon *{ line-height:2!important; }

.rightInfoCon table{width: auto!important;margin: 0 auto;border: 1px solid #000;border-spacing:0;border-collapse:collapse;max-width: 628px!important}
.rightInfoCon table tr,.rightInfoCon table td{border: 1px solid #000;word-break: break-all;}