﻿@charset "utf-8";

body {
    text-align: center;
    margin: 0px;
    background-color: #f7f5f8;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.content1 {
    text-align: left;
    font-size: 16pt;
    line-height: 40px;
    text-indent: 2em;
    background-color: #fff;
    width: 798px;
    padding: 25px;
}

.content1 a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.content1 a:hover {
    color: #C15A3A;
    text-decoration: dashed;
    cursor: pointer;
}

.content1 h3,
h4,
h5,
h6 {
    text-align: center;
}


.style_dh {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    line-height: 82px;
    color: #ffffff;
    font-weight: bold;
}

.bj {
    background-repeat: repeat;
}

.nav {
    background-color: #004287;
    background: linear-gradient(to bottom, #4d9ae7,#0068B7);
    height: 120px;
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_1 {
    width: 798px;
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 2px;
}

.nav_1 a {
    padding-right: 43px;
    padding-left: 43px;
    border-left-width: 1px;
    height: 50px;
    line-height: 50px;
    border-left-style: solid;
    border-left-color: #dcdcdc;
    display: block;
    float: left;
    /*margin-top: 18px;*/
}

.foot {

    height: 94px;
    line-height: 94px;
    background-position: center;
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 10px;
}

.back_btn {
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    margin: 15px;
    background-color: rgb(255, 152, 0);
    color: #fff;
    font-weight: 800;
}


.back_btn a:hover {
    border-radius: 10px;
    background-color: #004287;
    color: #fff;
}

.dialog {
    font-size: 14px;
    border: 2px solid #84a2d8;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 30%);
    background: #f0f0f0;
    z-index: 1000;
    padding: 15px;
    display: none;
}

.btndiv {
    /*height: 60px;*/
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding:100px 0px 20px 0px;
}
 

#lbxAgreeTime { 
 
    /*height: 52px;
    font-size: 14px;
    text-indent: 85px;*/
    /*background: url('/images/js1.gif') no-repeat 0 5px, url('/images/js3.gif') no-repeat 82px 5px;*/
}