/*# sourceMappingURL=normalize.min.css.map */

body {
    color: #333;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style:  none;
    padding: 0;
    margin: 0;
}

.m-title {
    display: block;
    text-align: center;
}

.m-title  h3{
    margin: 0;
    padding: 0;
    padding-top: 50px;
    font-size: 32px;
}

.m-title p {
    font-size: 14px;
    color: #999;
    text-transform:  uppercase;
}

.em12 {
    font-size: 1.2em;
}


.red {
    color: #fb2122;
}

.bg-red {
    background-color: #fb2122;
}

.fw6 {
    font-weight: 600;
}

.tar, .text-align-right {
    text-align: right;
}

.w1200 {
    width: 1200px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.fc-000 {
    color: #000;
}

.fw-b {
    font-weight: bold;
}

.ddd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jx h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
}

.jx p { 
    font-size: 14px;
    line-height: 1.7;
    margin-top: 0;
}



#mbx {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}










#pageNav{ margin:20px 0;}

#pageNav ul{width: 680px;height: 32px;display:block; margin:0 auto;}

#pageNav ul li{float: left; display: inline; height: 32px; line-height: 32px; padding: 0 10px;color:#000;font-size:15px; margin: 0 5px; border:1px solid #dedede; font-size:16px;}

#pageNav ul li a{color:#000;font-size:16px; }

#pageNav ul li.thisclass{background:#09f;border:1px solid ##218EC1;color:#fff; font-size:16px;}

#pageNav ul li.thisclass a{color:#fff;}
#pageNav ul li a:hover, a:focus {
    color: hsl(209, 93%, 48%);
    text-decoration: none;
}





table
{
    border-collapse: collapse;
    margin: 0 auto;
    text-align:left;
    width: 100%;
}
table td, table th
{
    border: 1px solid #ccc;
    color: #666;
    height: 30px;
	padding-left:20px;
}
table thead th
{
    background-color: #CCE8EB;
    width: 100px;
}
table tr:nth-child(odd)
{
    background: #fff;
}
table tr:nth-child(even)
{
    background: #none;

}