/* 通用列表页 */
.news_list li {
    position: relative;
    border-bottom: 1px solid #c8c8c8;
}
.news_list li .dot {
    width: 17px;
    height: 17px;
    background: url(list_pot.png);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 43%;
    margin-top: -3px;
    left: 10px;
    position: absolute;
}
.news_list.news_list4 li:nth-of-type(2n){
    background: none;
}
.news_list4.news_list li a {
    line-height: 50px;
    height: 50px;
    padding-right: 150px;
    padding-left: 40px;
}
.news_list4.news_list li .time {
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 14px;
}
.news_list li:hover a, .news_list li:hover .time {
    color: #1e75dd;
}
.news_list li:hover a .dot {
    background: #1e75dd;
}
.containner .right_content {
    width: 865px;
}
/*  左侧导航  */
.left_menu {
    width: 265px;
}
.channel_title {
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 100%;
    background: url(left_topbg.png) no-repeat bottom center;
    background-size: 100% 100%;
    font-size: 20px;
    color: #0460cd;
    font-weight: 600;
}
.left_menu_ul li.list_item {
    font-size: 0;
    position: relative;
    width: 265px;
    height: 60px;
    background: #eff5fd;
    text-align: center;
    margin-bottom: 0;
}
.left_menu_ul li.list_item > a {
    background: #fff;
    font-size: 18px;
    padding: 10px 15px;
    line-height: 24px;
    width: 80%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #0460cd;
}
.left_menu_ul li.list_item .toggle_i {
    width: 20px;
    height: 60px;
    background: url(active_icon.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 15px;
}
.left_menu_ul li.list_item .toggle_i.open{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.left_menu_ul li.list_item .list_item_dl{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}
.left_menu_ul li.list_item .list_item_dl a{
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    background: #dfedf8;
}
/*导航选中当前状态*/
.left_menu_ul li.list_item:hover > a,
.left_menu_ul li.list_item.selected > a {
    background: #0460cd;
    color: #fff;
    font-weight: 700;
}

.line_title{
    padding: 10px 0;
    border-bottom: 2px solid #0460cd;
    position: relative;
}
.line_title a{
    padding-left: 0;
}
.line_title > a{
    color: #0460cd;
    font-weight: 600;
}
.line_title > a img{
    margin-right: 10px;
}
.line_title a:before {
width: 0;
}
.line_title .crumbs {
    line-height: normal;
    padding-left: 20px;
    background: #fff;
    font-size: 16px;
    margin: 10px 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.line_title .crumbs a{
    font-weight: normal;
    color: #000;
    font-size: 16px;
}
@media screen and (max-width: 900px) {
    .containner .right_content {
        width: 100%;
    }
    .line_title .crumbs{
        display: none;
    }
    .left_menu_ul li.list_item{
        width: 100%;
        height: auto;
    }
    .left_menu_ul li.list_item > a{
        font-size: 14px;
        line-height: 16px;
    }
}