.t_font_bold {
    font-weight: bold;
}
.t_font_bold a {
    font-weight: bold;
}
.t_font_bold a:hover {
    font-weight: bold;
}

.t_font_italic {
    font-style: italic;
    font-style: oblique;
}
.t_font_italic a {
    font-style: italic;
    font-style: oblique;
}
.t_font_italic a:hover {
    font-style: italic;
    font-style: oblique;
}

/** 红 **/
.t_color_red {
    color: Red;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 23px);
}
.t_color_red a {
    color: Red;
    text-decoration: none;
}
.t_color_red a:hover {
    color: Red;
    text-decoration: underline;
}
table tr td .divlistrow a span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 23px);
}

/** 蓝 **/
.t_color_blue {
    color: blue;
}
.t_color_blue a {
    color: blue;
    text-decoration: none;
}
.t_color_blue a:hover {
    color: blue;
    text-decoration: none;
}
.t_color_blue a:link {
    color: blue;
    text-decoration: none;
}

/** 黑 **/
.t_color_black {
    color: black;
}
.t_color_black a {
    color: black;
}
.t_color_black a:hover {
    color: black;
}

/** 黄 **/
.t_color_yellow {
    color: yellow;
}
.t_color_yellow a {
    color: yellow;
}
.t_color_yellow a:hover {
    color: yellow;
}

/** 紫 **/
.t_color_darkviolet {
    color: darkviolet;
}
.t_color_darkviolet a {
    color: darkviolet;
}
.t_color_darkviolet a:hover {
    color: darkviolet;
}

/** 绿 **/
.t_color_lime {
    color: lime;
}
.t_color_lime a {
    color: lime;
}
.t_color_lime a:hover {
    color: lime;
}

/** 灰 **/
.t_color_gray {
    color: gray;
}
.t_color_gray a {
    color: gray;
}
.t_color_gray a:hover {
    color: gray;
}

.ulside {
    width: 300px;
    overflow: hidden;
}
.ulside li {
    width: 50%;
    float: left;
    display: block;
    color: Red;
}
.ulside li a {
    color: #0066cc;
    font-size: 15px;
    text-decoration: none;
}
.ulside li a:hover {
    color: Red;
    text-decoration: none;
}
.ulside li a:link {
    color: #0066cc;
    text-decoration: none;
}
.ulside li a:visited {
    color: Red;
    text-decoration: none;
}

/** 标题列表样式 **/
.ul_title {
    display: block;
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.ul_title li {
    float: left;
    width: 100%;
    list-style-type: none;
    height: 25px;
    border-bottom: 1px dashed #cde0ee;
}
.ul_title li a:first-child {
    /*padding-left: 5px;*/ /*padding-right: 5px;*/
}
.ul_soft_title {
    display: block;
    list-style-type: none;
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
}
.ul_soft_title li {
    float: left;
    width: 100%;
    list-style-type: none;
    height: 27px;
    border-bottom: 1px dashed #cde0ee;
}
.ul_soft_title li {
    float: left;
    width: 100%;
    list-style-type: none;
    height: 27px;
    border-bottom: 1px dashed #cde0ee;
}

.ul_channel_title {
    padding: 2px 0 0 0;
    margin: 0px;
    display: block;
    list-style-type: none;
    width: 100%;
}
.ul_channel_title li {
    float: left;
    width: 100%;
    list-style-type: none;
    height: 25px;
    padding-left: 5px;
    overflow: hidden;
}
.ul_channel_title div {
    float: left;
    width: 350px;
    overflow: hidden;
    height: 25px;
}
.ul_channel_title > div {
    float: left;
    width: 350px;
    overflow: hidden;
    height: 25px;
}
.sp_date {
    display: block;
    float: right;
    color: #999999;
    padding-right: 10px;
}

.ul_sidemenu_main {
    width: 220px;
    overflow: hidden;
}
.ul_sidemenu_main > li {
    width: 100%;
    float: left;
    display: block;
}
.ul_sidemenu_main > li a {
    color: #0066cc;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}
.ul_sidemenu_main > li a:hover {
    color: #0066cc;
    text-decoration: none;
}
.ul_sidemenu_main > li a:link {
    color: #0066cc;
    text-decoration: none;
}
.ul_sidemenu_main > li a:visited {
    color: #0066cc;
    text-decoration: none;
}

.ul_sidemenu_sub {
    width: 220px;
    overflow: hidden;
    padding-bottom: 100px;
}
.ul_sidemenu_sub > li {
    width: 50%;
    float: left;
    display: block;
    color: #0a628f;
    background: none;
}
.ul_sidemenu_sub > li a {
    color: #0a628f;
    font-size: 15px;
    text-decoration: none;
}
.ul_sidemenu_sub > li a:hover {
    color: #0a628f;
    text-decoration: none;
}
.ul_sidemenu_sub > li a:link {
    color: #0a628f;
    text-decoration: none;
}
.ul_sidemenu_sub > li a:visited {
    color: #0a628f;
    text-decoration: none;
}

.divrow {
    float: left;
    padding-left: 5px;
    width: 280px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.tr-cel-space > td:nth-child(2) {
    padding: 0px 5px 5px 5px;
}
.tr-cel-space > td {
    width: 32%;
    valign: top;
    vertical-align: top;
}

.ul_img {
    padding: 10px 0 0 0;
    margin: 0px;
    display: block;
    width: 100%;
    padding-lef: 10px;
}
.ul_img > li {
    width: 20%;
    float: left;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    color: #0a628f;
    background: none;
}
.ul_img > li a {
    display: block;
    height: 20px;
    overflow: hidden;
}

.divlistrow {
    font-size: 16px;
    float: left;
    /* padding-left: 5px; */
    width: 570px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.divlistrow a:visited {
    color: #444444;
} /* 已被访问过的链接 */

/*分页 begin*/
.page_list {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    float: left;
}
.page_list a {
    text-decoration: none;
    font-size: 12px;
    font-family: 'Verdana';
    color: #666;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0px 8px;
    margin-right: 4px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dedede;
}
.totole_page {
    background-color: #159aea;
    color: #666;
}
.page_list span {
    border: 1px solid #dedede;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Verdana';
    background: #159aea;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0px 8px;
    margin-right: 10px;
}
.page_list div {
    float: left;
}
.page_list div.jump {
    display: block;
    float: left;
    width: 80px;
    height: 32px;
    margin-right: 1px;
    padding-left: 5px;
    background-position: 5px -88px;
    border: none;
}
.page_list > a:hover,
.page_list > a.current {
    background-color: #dedede;
    color: #333;
    text-decoration: none;
}
.page_list a:hover,
.page_list a.current {
    background-color: #dedede;
    color: #333;
    text-decoration: none;
}
/*分页 end*/
