﻿/*html { filter:progid:dximagetransform.microsoft.basicimage(grayscale=1); } */

body
{
    margin-top: 0px;
    font-size: 12px;
    font-family: Arial,宋体;
    line-height: 18px;
}
/*黑色*/
a:link
{
    text-decoration: none;
    color: #000;
}
a:visited
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    text-decoration: none;
    color: red;
}
a:active
{
    text-decoration: none;
    color: #000;
}
/*白色*/
.white a:link
{
    text-decoration: none;
    color: #fff;
}
.white a:visited
{
    text-decoration: none;
    color: #fff;
}
.white a:hover
{
    text-decoration: none;
    font-weight: bolder;
}
.white a:active
{
    text-decoration: none;
    color: #fff;
}
/*绿色*/
.green a:link
{
    text-decoration: none;
    color: #3B9708;
}
.green a:visited
{
    text-decoration: none;
    color: #3B9708;
}
.green a:hover
{
    text-decoration: none;
    font-weight: bolder;
}
.green a:active
{
    text-decoration: none;
    color: #3B9708;
}
/*蓝色*/
.blue a:link
{
    text-decoration: none;
    color: #03719B;
}
.blue a:visited
{
    text-decoration: none;
    color: #03719B;
}
.blue a:hover
{
    text-decoration: none;
    font-weight: bolder;
}
.blue a:active
{
    text-decoration: none;
    color: #03719B;
}

.clear
{
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}
.title
{
    /* 自适应宽度的块(通用块),需要在调用时设置宽度 */
    width: 100%;
    line-height: 25px;
    color: #000000;
    background: url(../images/mbox-tbg.png) right top no-repeat;
}
.title strong
{
    float: left;
    color: #000000;
    background: url(../images/mbox-tbg.png) left top no-repeat;
    padding-left: 10px;
    padding-right: 4px;
    line-height: 25px;
}
.more
{
    float: right;
    position: relative;
    line-height: 25px;
    padding-right: 12px;
    color: #000000;
}
.title ul
{
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    border-left: 1px solid #99c0eb;
    border-right: 1px solid #99c0eb;
    padding-left: 3px;
    border-bottom: 1px solid #99c0eb;
}
.title li
{
    list-style-type: none; /*通用块格式结束 */
}
/*栏目样式开始，非li*/
.colum
{
    /* 自适应宽度的块(通用块),需要在调用时设置宽度 */
    width: 100%;
    line-height: 25px;
    color: #000000;
    background: url(../images/mbox-tbg.png) right top no-repeat;
}
.colum strong
{
    float: left;
    color: #000000;
    background: url(../images/mbox-tbg.png) left top no-repeat;
    padding-left: 10px;
    padding-right: 4px;
    line-height: 25px;
}
.colum .more
{
    float: right;
    position: relative;
    line-height: 25px;
    padding-right: 12px;
    color: #000000;
}
.columcontent
{
    line-height: 18px;
    border-left: solid 1px #B1C3D1;
    border-right: solid 1px #B1C3D1;
    border-bottom: solid 1px #B1C3D1;
    margin-top: -1px;
    padding-top: 2px;
    padding-left: 6px;
    padding-bottom: 2px;
}
.columcontent a
{
    background-repeat: no-repeat;
    padding-left: 12px;
}
.columcontent_fenlei
{
    line-height: 18px;
    border-left: solid 1px #B1C3D1;
    border-right: solid 1px #B1C3D1;
    border-bottom: solid 1px #B1C3D1;
    margin-top: -1px;
    padding-top: 2px;
    padding-left: 6px;
    padding-bottom: 2px;
}
.columcontent_fenlei a
{
    background-repeat: no-repeat;
    padding-left: 2px;
}
/*栏目样式结束，非li*/
.fenye
{
    /* 分页控件格式*/
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
    padding-left: 12px;
    background-color: #F5F8EF;
    border-top: solid 1px #B1C3D1;
    border-bottom: solid 1px #B1C3D1;
    text-align: center;
    overflow: hidden;
}
.boxoff
{
    height: 10px;
    overflow: hidden;
    background: url(../images/boxoff.gif) left 15px repeat-x;
    margin: 4px auto;
    padding-top: 10px;
}
.shouye
{
    border: none;
    background-image: url(../images/voteshouye.gif);
    height: 30px;
    width: 177px;
    display: block;
    margin-left: 760px;
}

