﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    line-height: 180%;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666;
    background-color: #fff;
}
a
{
    text-decoration: none;
    color: #333;
}
ul, dl, ol
{
    list-style: outside none none;
}
.fullwidth
{
    width: 100%;
    clear: both;
    overflow: hidden;
    display: flex;
}
.ayel a
{
    color: #f50;
}
.header
{
    width: 100%;
    clear: both;
    list-style: outside none none;
    font-size: 1em;
    padding-top: 20px;
}
.header h1
{
    text-align: center;
    color: #2d9dd8;
    line-height: 50px;
}
.nav p
{
    text-align: center;
    line-height: 50px;
    color: #333;
}
.nav p a
{
    padding: 0 5px;
}
.nav p a:link, .nav p a:visited
{
    color: #000;
}
.nav p a:hover, .nav p a:active, .nav p a.cur
{
    color: #f50;
}
.banner
{
    clear: both;
    text-align: center;
    height: 224px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url('../image/banner1.jpg');
}
.page_left
{
    width: 30%;
    float: left;
}
.page_right
{
    width: 69%;
    border-left: 1px solid #ccc;
    float: left;
}
.page_left .tit_sider
{
    text-align: left;
    font-weight: bold;
    padding-right: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.sider-ubox, .tit_sider
{
    padding-left: 20px;
}
.sider-ubox ul
{
    list-style: outside none none;
    border-top: 1px solid #ccc;
    padding-right: 10px;
}
.sider-ubox ul li
{
    line-height: 170%;
    padding-top: 8px;
    padding-right: 10px;
    text-align: left;
    background: rgba(0,0,0,0) url('../image/ico-y.jpg') no-repeat scroll left 20px;
}
.sider-ubox ul li a
{
    display: block;
    padding-left: 10px;
    color: #888;
}
.sider-ubox ul li a:hover, .sider-ubox ul li a:active, .sider-ubox ul li a.cur
{
    color: #f50;
    text-decoration: underline;
}
.pagenewsshow h2
{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    line-height: 50px;
    border-bottom: 1px dotted #ccc;
    color: #000;
}
.pagenewsshow .info_page
{
    padding: 10px;
}
.pagenewsshow .date
{
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.pagenewsshow .date span
{
    color: #f70;
}
.urllist
{
    border-top: 1px dotted #ccc;
    padding: 10px;
}
.urllist a
{
    color: #225cd7;
    display: inline-block;
    margin-right: 1em;
}
.footer
{
    background-color: #2a9cd7;
    color: #fff;
    font-size: 12px;
}
.footer a
{
    color: #fff;
    display: inline-block;
    padding: 5px;
}
.footer p
{
    text-align: center;
    padding: 10px;
    line-height: 180%;
}
