html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "宋体";
    font-size: 12px;
    color: #595959;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}
.f14{
	font-size:14px;
}
img,
input,
select {
    vertical-align: middle;
}

a {
    font-size: 14PX;
    color: #000;
    text-decoration: none;
}

.clearfix {
    clear: both;
}

.hide {
    display: none;
}
.mt5{
	margin-top:5px;
}

/*header部分*/

#header {
    width: 996px;
    margin: 0 auto;
}

.banner {
    width: 996px;
    height: 178px;
    overflow: hidden;
    text-align: center;
}

.men {
    background: #0176c5;
    height: 50px;
    font-family: "微软雅黑";
}

.whmenu {
    height: 50px;
}

.whmenu ul {
    list-style-type: none;
}

.whmenu ul li {
    width: 94px;
    height: 50px;
    text-align: center;
    float: left;
    line-height: 50px;
    position: relative;
    z-index: 22;
}

.whmenu ul li:hover {
    background: #fff;
}

.whmenu ul li:hover>a {
    color: #0176c5;
}

.whmenu ul li .sub {
    position: absolute;
    top: 50px;
    left: -2px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #ededed;
    background: #c8e7f3;
    display: none;
}

.whmenu ul li .sub a {
    text-decoration: none;
    color: #0176c5;
    padding: 0 4px;
    font-size: 13px;
}

.whmenu ul li .sub a:hover {
    text-decoration: underline;
}

.whmenu ul li .sub1 {
    min-width: 260px;
}

.whmenu ul li .sub2 {
    min-width:350px;
}

.whmenu ul li .sub3 {
    min-width: 200px;
}

.whmenu ul li .sub4 {
    min-width: 170px;
}

.whmenu ul li .sub5 {
    min-width: 200px;
}

.whmenu ul li:hover .sub {
    display: block;
}

.whmenu ul li>a {
    display: block;
    width: 94px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.ser {
    width: 234px;
    height: 32px;
    padding: 9px 5px;
    background: #0163ba;
}

.ser .inn {
    width: 198px;
    height: 31px;
    background: #fff;
    line-height: 30px;
    padding: 0 2px;
    float: left;
    border: none 0;
    outline: none;
}

.ser .btn {
    width: 32px;
    height: 31px;
    background: url('../../img/community/mz_btn.jpg') no-repeat;
    border: none 0;
    cursor: pointer;
}

.dwe {
    height: 44px;
    overflow: hidden;
    line-height: 44px;
}

.dwe .time {
    float: left;
    margin-right: 30px;
    background: url(../../img/community/d2.gif) no-repeat 16px 18px;
    padding-left: 24px;
    color: #252323;
}

.dwe .time em {
    color: #0176c5;
    padding-left: 10px;
}


/*页脚部分*/

#footer {
    width: 996px;
    margin: 10px auto auto;
}

.ewm {
    position: fixed;
    right: 20px;
    bottom: 50px;
    color: #ef3020;
}

.ewm .pic {
    border: 1px solid #ef3020;
}

.ewm .tit {
    color: rgb(239, 48, 32);
    line-height: 22px;
    font-weight: bold;
}

.ewm .name {
    text-align: center;
    color: rgb(239, 48, 32);
    line-height: 20px;
}

.ewm .pic {
    background: rgb(255, 255, 255);
    padding: 4px;
    border: 1px solid rgb(238, 21, 5);
    border-image: none;
    width: 76px;
    height: 76px;
}

.link {
    background: rgb(214, 214, 214);
    width: 100%;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
}

.link .tlink {
    width: 100px;
    padding-left: 22px;
    font-size: 14px;
}

.link .sel {
    width: 190px;
    line-height: 20px;
    margin-top: 15px;
    margin-right: 20px;
    display: block;
}

.copyright {
    background: #0176c5 url(../../img/community/red.png) no-repeat 28%;
    height: 97px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 24px;
    overflow: hidden;
    padding-top: 26px;
    margin-top: 10px;
}


/*表格分页样式*/

.table-paging {
    padding: 15px;
}

.table-paging input {
    height: 12px;
    line-height: 12px;
    margin-bottom: 2px;
}
input[name="to_page"]{
	margin: 0 5px;
    width: 30px;
    text-align: center;
}