﻿@charset "utf-8";

*, img, a img, a:hover img {
    font-family: 微软雅黑;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    border: 0 none;
}

li {
    list-style-type: none;
}

a, a:link {
    color: #507ea4;
    text-decoration: none;
}

a:hover, .choiceOn, .choiceOn a {
    color: #0095d9;
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #00B1FD;
    text-align: left;
}

.link {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    padding-right: 60px;
}

.input-border {
    border: 1px solid #b8b8b8;
    width: 240px;
    line-height: 20px;
    font-size: 14px;
    height: 24px;
    padding-left: 2px;
    padding-top: 3px;
    *padding-top: 1px;
    padding-bottom: 2px;
}

.login-b, .login-b2, .login-b3 {
    background-image: url(imgs/b2.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 32px;
    width: 82px;
    border: 0;
    cursor: pointer !important;
}

.login-b2 {
    background-image: url(imgs/b2.gif);
    background-position: 0px -33px;
}

.login-b3 {
    background-image: url(imgs/b2.gif);
    background-position: 0px -66px;
}

/*公告功能区*/
.bottom {
    background: url(imgs/center.png) repeat-x;
    height: 111px;
    width: 100%;
}

.show-pic1, .show-pic2, .show-pic3 {
    float: left;
    height: 111px;
    width: 58px;
    display: inline;
    background-image: url(imgs/icon2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.show-pic2 {
    background-image: url(imgs/icon2.png);
    background-position: -58px 0px;
}

.show-pic3 {
    background-image: url(imgs/icon2.png);
    background-position: -116px 0px;
}

.show-word {
    float: left;
    width: 111px;
    height: 91px;
    padding-top: 20px;
    text-align: left;
    margin-right: 10px;
    display: inline;
    margin-left: 36px;
}

.show-title a {
    font-size: 14px;
    font-weight: bold;
}

.show-con {
    color: #a0a0a0;
    line-height: 18px;
    margin-top: 10px;
}

.show-line {
    float: left;
    height: 111px;
    width: 2px;
    margin-left: 15px;
    display: inline;
    background-image: url(imgs/b1.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.pronun {
    float: left;
    padding-top: 20px;
    padding-left: 18px;
    line-height: 22px;
    text-align: left;
}

.pronun a {
    color: #545454
}

.pronun a:hover {
    color: #000
}

.point {
    background-image: url(imgs/b3.gif);
    background-repeat: no-repeat;
    background-position: -20px 0px;
    width: 10px;
    float: left;
    display: block;
    height: 22px;
}

.hot a {
    color: #ba2636;
}

.hot a:hover {
    color: #d73535;
}

/*底部连接*/
.foot {
    height: 25px;
    width: 100%;
    text-align: center;
    color: #909090;
    line-height: 30px;
}

/* 设置提示文字颜色 */
::-webkit-input-placeholder {
    color: #838383;
}

:-moz-placeholder {
    color: #838383;
}

.placeholder {
    color: #ccc;
}

.form-table {
    width: 780px;
    height: 362px;
    background: url("imgs/form-bg.png");
}

.form-td {
    padding-right: 10px;
}

.form-td-1 {
    text-align: center;
    height: 50px;
}

.form-title {
    font-size: 18px;
    border-bottom: 1px dashed #CCC;
    height: 60px;
    font-weight: bolder;
    text-align: center
}

.auto-div {
    margin: auto;
    width: 240px;
    text-align: left;
}

.submit-div {
    height: 60px;
    margin: auto;
    width: 240px;
    text-align: right;
}