﻿@charset "utf-8";
/* 用户自定义样式 */
.nav_home_header{
    background-color: #b7dcf6!important;
}
/*副导航样式*/
.news_column_nav{
    background-color: #e6e6e6;
    color:#13b7f6!important;
}
/*副导航样式定制*/
.channelNav-navlStyle{
    color:#13b7f6!important;
    background-color:#e6e6e6;
    padding:0px 5px!important;
    line-height: 19px!important;
    border-radius: 2px;
    padding-top:2px!important;
	padding-bottom:1px!important;
}
/*导航登录按钮显示*/
.loginNav-login{
    display:none!important;
}
/*导航数字报显示*/
.loginNav-epaper{
    display:none!important;
}
/*新闻列表页标题字号调整*/
.news_list_group_title{
     font-size: 115%!important;
 }
.news_list_title{
    font-size: 115%!important;
}