.cl:after,
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

.main {
    width: 1200px;
    margin: 25px auto;
}

.l_list {
    width: 225px;
    min-height: 200px;
    float: left;
    box-sizing: border-box;
}

.r_list {
    width:940px;
    min-height: 650px;
    float: right;
    box-sizing: border-box;
    margin-top: 6px;
}

.s-title {
    color: #0A5F9F;
    font-weight: 400;
    height: auto;
    line-height: 1.3;
    text-align: center;
    font-size: 22px;
    border-bottom: 2px solid #0A5F9F;
    font-weight: bold;
}
.s_list{
    margin-bottom: 30px;
}
.s_list,
.s_list2 {
    padding-left: 0;
}

.s_list li,
.s_list2 li {
    list-style: none;
}

.s_list li {
   height: 50px;
   line-height: 50px;
   border-bottom: 1px dashed #B9B9B9;
   cursor: pointer;

}
.s_list li:hover a{
    color: #4488c5;
}
.s_list .active {
    background: #fff;
    border-left: 5px solid #4688c5;
}
.s_list .active a {
    color: #4488c5;
}
.s_list li a {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../newimg/list-sy.png') no-repeat 10px center;
    padding-left: 40px;
}

.s_list2 li {
    width: 150px;
    height: 45px;
    float: left;
    border: 1px solid #85b1d4;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 45px;
    background: #fff;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    color: #8e8e8e;
}

.new-special {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #2770c2;
    margin-top: 0;
    margin-bottom: 25px;
}

.new-special-list li {
    list-style: none;
    width: 100%;
    line-height: 3;
    padding-left: 20px;
    background: url(../newimg/zwzx_03.png) no-repeat 0 center;
    font-size: 16px;
}
.new-special-list li a span{
    color: #cdcdcd;
}

.new-special-list li:nth-child(6n){
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px;
    padding-bottom: 25px;
    background: url(../newimg/zwzx_03.png) no-repeat 0 22px;
}
.new-special-list li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.new-special-list li img {
    width: 340px;
    height: 200px;
}

.n_title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 15px;
}

.n_des {
    font-size: 14px;
    color: #787c7b;
    text-indent: 2em;
    margin-top: 10px;
}
.hot-channel{
    width: 1200px;
    height: 50px;
    margin: 25px auto 0;
    background: #f3f3f3;
    padding: 15px;
    font-size: 16px;
}
.hot-channel .fl,.hot-channel .fl a{
    color: #4488c5;
}
.hot-channel span{
    cursor: pointer;
}

/* ------------------------------------------适老化-------------------------------------------------------- */
.old_model .s-title{font-size:42px !important;height:70px;line-height: 70px;}
.old_model .s_list li{height:60px;line-height: 60px;}
.old_model .s_list li a{font-size:32px !important}
.old_model .new-special-list li{font-size:32px !important;position: relative;height: 96px;}
.old_model .new-special-list li a {
    display: block;
    float: left;
    width: 100%;
    padding-right: 150px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.old_model .new-special-list li a span {
    position: absolute;
    right: 0;
}