.wrap {
    background-color: #f5f5f5;
    overflow: hidden;
}

.weizhi {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F2F3F5;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    position: relative;

}

.weizhi .search {
    top: 0;
    right: 0;
}

.channel_wrap {
    padding-top: 20px;
}

.channel_wrap .fl {
    width: 240px;
}

.channel_wrap .fl h2 {
    width: 240px;
    height: 50px;
    background-color: #0371c6;
    text-align: left;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-left: 20px;
}

.channel_wrap .fl ul {
    /* border: 1px solid #EAEAEA; */
    border-top: 0;
}

.channel_wrap .fl ul li {
    /* border-top: 1px solid #e8e8e8; */
    /* background: url(../images/icon/iconjt.png) no-repeat 90% center; */
}

.channel_wrap .fl ul li a {
    color: #333;
    display: block;
    position: relative;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    z-index: 99;
    font-size: 15px;
}

.channel_wrap .fl ul li a:hover {
    color: #0371c6;
    background-color: #F2F3F5;
}

.channel_wrap .fl ul li .active {
    color: #0371c6;
    background-color: #F2F3F5;
}

.channel_wrap .fr {
    width: 900px;
}

.channel_wrap .title {
    width: 100%;
    border-top: 1px solid #eeee;
    border-bottom: 1px solid #eeee;
}

.channel_wrap .title p {
    padding: 0 20px;
    display: inline-block;
    line-height: 48px;
    text-align: left;
    text-align: center;
    font-size: 19px;
    border-bottom: 3px solid #0371c6;
}

.channel_wrap .title span {
    float: right;
}

.channel_wrap .title span a {
    padding: 0 20px;
    display: inline-block;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    background: #f9f9f9;
    margin-top: 1px;
}

.channel_wrap .title span .active {
    background: #ff9e01;
    color: #fff;
    font-weight: 600;
}

.channel_wrap .channel_list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #eee dashed;
    padding-right: 5px;
}

.channel_wrap .channel_list li a {
    display: block;
    line-height: 45px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    font-size: 16px;
    transition: all .5s;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat 5px;
}

.channel_wrap .channel_list li a:hover {
    color: #0371c6;
    padding-left: 25px;
}

.channel_wrap .channel_list li span {
    line-height: 45px;
    color: #888;
}

.channel_wrap .page_wrap {
    margin: 30px 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel_wrap .page_wrap>a,
.channel_wrap .page_wrap>select,
.channel_wrap .page_wrap>span {
    margin: 0 2px;
    background: #fff;
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px 15px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    cursor: pointer;
}

.channel_wrap .page_wrap>a:hover,
.channel_wrap .page_wrap>.active {
    border-color: #0371c6;
    background: #0371c6;
    color: #fff;
}


.list>ul {
    padding-bottom: 20px;
    border: 1px solid #eeee;
    border-top: 0;
    margin-bottom: 10px;
}

.list>ul>li {
    width: 90%;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
}

.list>ul>li a[class=title] {
    width: 100%;
    text-indent: 25px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    border: 0;
    display: block;
    font-size: 16px;
    position: relative;
    margin: 5px 0;
    transition: all .5s;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.list>ul>li a[class=title]:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transform: rotate(45deg);
    transition: all .5s;
}

.list>ul>li a:hover[class=title] {
    color: rgba(50, 95, 215, 1);
    text-decoration: none;
    border-color: rgba(50, 95, 215, .61);
}

.list>ul>li a:hover[class=title]:after {
    border-color: rgba(50, 95, 215, 1);
}

.list-se {
    border: none;
}

.list-se>li {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.list-se>li>a {
    text-indent: 30px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 14px;
    color: #666;
    position: relative;
    transition: all .51s;
}

.list-se>li>a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    left: 15px;
    position: absolute;
    background: #ddd;
    top: 18px;
    transition: all .51s;
}

.list-se>li>a:hover {
    color: rgba(50, 95, 215, 1);
    text-decoration: none;
    background: rgba(50, 95, 215, .1);
    border-radius: 6px;
    font-weight: 600;
}

.list-se>li>a:hover::before {
    background: rgba(50, 95, 215, 1);
}

.oldModel .channel_wrap .page_wrap>a { 
    padding: 5px 10px !important;
}