﻿@charset "utf-8";
.cont-l,
.cont-r{
    float: left;
}
.cont-l{
    width: 240px;
    height: 564px;
    border-right: 1px solid #C1C1C1;
    box-sizing: border-box;
    float: left;
}
.cont-l h2{
    width: 220px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    background: #3D75AE;
    text-align: center;
    color: white;
}
.cont-l ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px dashed #C1C1C1;
}
.cont-l ul li a:hover{
    background:#5E92C6;
    color: white;
}
.cont-r{
    float: right;
    width: 930px;
    margin-left: 10px;
}
.cont-r h3{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #C1C1C1;
}
.cont-r ul li{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #C1C1C1;
    background: url(../images/d.gif) 0 center no-repeat;
}
.cont-r ul li a{
    display: block;
    padding-left: 15px;
    width: 600px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-r ul li a:hover{
    text-shadow: 0 1px 1px #666;
}
.cont-r ul li i{
    float: right;
    padding-right: 5px;
    font-style: normal;
    color: #666;
}
/**page style**/
.page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 10px;
}
.page .page_ghj {
    float: left;
    padding-right: 15px;
}
.page a {
    height: 33px;
    line-height: 33px;
    padding: 0px 15px;
    border: 1px solid #e2e2e2;
    border-right: none;
    font-size: 13px;
    text-align: center;
    float: left;
    color: #333;
}
.page a:last-child {
    border-right: 1px solid #e2e2e2;
}
.page a:first-child {
    height: 35px;
    line-height: 35px;
    border: none;
}
.page .current {
    background: #0068b9;
    color: #FFF;
}
.page a:nth-child(2) {
    border-radius: 3px 0px 0px 3px;
}
.page a:last-child {
    border-radius: 0px 3px 3px 0px;
}
.collectState{
    float:left;
}
/* 适老化 */
.oldModel .cont-l h2{
    font-size:28px;
}
.oldModel .cont-l ul li a{
    font-size:28px;
}
.oldModel .cont-l ul li a b{
     font-size:28px;
    font-weight:normal;
}
.cont-r h3{
    height:60px;
    line-height:60px;
}
.oldModel .cont-r h3 a,.oldModel .cont-r h3 span{
    font-size:32px;
}
.oldModel .cont-r ul li{
    height:60px;
    line-height:60px;
}
.oldModel .cont-r ul li a{
    font-size:28px!important;
}
.oldModel .cont-r ul li i{
    font-size:28px;
}
.oldModel .page a:first-child,.oldModel .page a,.oldModel .page .page_ghj{
    font-size:28px;
}
.oldModel .stl_yes li span{
        font-size: 28px!important;
}