.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;
}

.s-title {
    color: #fff;
    font-weight: 400;
    background: #4688c5;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
}
.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: 56px;
   text-align: center;
   background: #f3f3f3;
   line-height: 56px;
   border-bottom: 1px solid #e8e8e8;
   border-left: 5px solid #f3f3f3;
   cursor: pointer;

}
.s_list li:hover{
    background: #fff;
    border-left: 5px solid #4688c5;
    
   
}
.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%;
}

.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(../img/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(../img/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;
}

.oldModel .hot-channel{font-size: 32px;height: 70px;}
.oldModel .s-title{font-size: 36px;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.oldModel .s_list li a{font-size: 32px;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.oldModel .new-special-list li{font-size: 32px;line-height: 2;height: 56px;position: relative;}
/* .oldModel .new-special-list li a span{float: none;} */
.oldModel .new-special-list li a {
    display: block;
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.oldModel .new-special-list li a span {
    position: absolute;
    right: 0;
}

.oldModel .l_list{
    width: 100%;
    min-height: auto;
}

.oldModel .l_list .special{
    display: flex;
    flex-wrap: wrap;
}

.oldModel .s_list li{
    padding:  0 10px;
}

.oldModel .r_list{
    width: 100%;
}