@font-face {
    font-family: 'tyzks';
    src: url("./font/tyzks.ttf") format("truetype");
}
body
{
    color: rgba(82, 82, 82, 0.85);
    font-size: 14px;
    margin: 0px;
    background-color: #eee;
}
a
{
    text-decoration:none;
    color: #1683a8;
 /*   font-family: 'tyzks'; */
}
p {
    text-indent: 2em;
    line-height: 1.8;  /* 可选，让行距更舒服 */
    margin: 0px;
}
ul{
    list-style: none;
}
input
{
    height: 30px;
    width: 200px;
    outline: none;
    border: 1px #d4d3d3 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Arial,"宋体";
    font-size: 14px;
}
textarea
{
    border: 1px #d4d3d3 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input[type='button']
{
    text-indent: 0px;
}
.input_readonly
{
    color: #aaa;
    text-align: center;
}
/* input placeholder 提示输入字体颜色 */
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dedede;
    opacity:1;
    font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dedede;
    opacity:1;
    font-size: 14px;
}
/* 以上两个属性分别针对火狐浏览器不同版本 */

input:-ms-input-placeholder { /* IE */
    color: #dedede;
    opacity:1;
    font-size: 14px;
}

input::-webkit-input-placeholder{/* webkit内核的浏览器，如谷歌，edge */
    color: #dedede;
    opacity:1;
    font-size: 14px;
}
/* input placeholder 提示输入字体颜色  */


/* 页面标题 */
.sjz_title
{
    font-size: 16px;
    margin: 0px;
    padding: 5px 40px;
    min-height: 45px;
    background-color: #18468c;
    color: #80acdb;
}
.sjz_title_img
{
    float: left;
    height: 45px;
}
.sjz_title h3
{
    width: 300px;
    margin: 0px;
    font-size: 31px;
    float: left;
    padding: 0px 10px;
}
.sjz_title h3 a
{
    color: #80acdb;
}
.a_logout
{
    color: #1683a8;
    float: right;
    margin: 5px 50px;
}
/* 页面标题 */

/* 页面导航 */
.sjz_nvg
{
    background-color: #c3e0ff;
    padding: 5px 40px;
}
/* 页面导航 */

/* 页面中心DIV overflow: hidden;解决float不能自适应； */
.sjz_c
{
    min-height: 800px;
    overflow: hidden;
}
/* 页面中心DIV */
/* 菜单 */
.sjz_menu
{
    float: left;
    width: 16%;
    min-height: 600px;
    background-color: #eaf2ff;
}
.sjz_menu li
{
    margin: 0px 0px 10px 0px;
}
.sjz_menu a
{
    border-bottom: 1px solid #aaa;
    margin-left: 15px;
}
.menu_img_ctl_left
{
    left: 16%;
    width: 25px;
    z-index: 999;
    position: absolute;

}
.menu_img_ctl_right
{
    left: 0%;
    width: 25px;
    z-index: 999;
    position: absolute;
    display: none;
}
/* 菜单 */

/* 内容中心div */
.sjz_center
{
    float: right;
    width: 84%;
    min-height: 800px;
    background-color: #ffffff;
    border: #ddd solid 1px;
    border-radius: 10px;
    box-sizing: border-box;
}
/* 内容中心> 列表<a> 添加标签 */
.sjz_center_ad
{
    float: right;
    width: 4%;
    height: 60px;
    line-height: 60px;
}
/* 内容中心> 列表table */
.sjz_center_content
{
    width: 100%;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}

.sjz_center_content thead
{
    background-color: #eaeaea;
}
/* 内容中心> 更新div */
.sjz_center_ta
{
    width: 100%;
    min-height: 200px;
}
/* 内容中心> 更新table */
.sjz_center_ta table
{
    width: 99%;
    margin: 10px 0.5%;
    background-color: #fff;
    padding: 20px 0px;
    order-radius: 10px;
}

/* 内容中心div */

/* 内容>表头 */
.sjz_center_ta table thead
{
    text-align: center;
    font-weight: bold;
    color: #999;
}

/* 内容>表头 */


/* 页面底部 */
.sjz_bottom
{
    min-height: 100px;
    text-align: center;
    font-size: 18px;
    background-color: #18468c;
    color: #80acdb;
}
.sjz_bottom h4
{
    margin: 10px auto;
}
/* 页面底部 */



