﻿/*
    版权所有 旗帜信息(www.qzsoft.cn) by qzcgx 2020.05.08
 */
html, body {
    height: 100%;
}

body {
    /*margin: 0px;
    background-color: #f4f4f4;
    font-family:'Microsoft YaHei';
    box-sizing:border-box;*/
}
table{
    margin:0px auto;
    width:100%;
}
td,img{
    vertical-align:top;
}

.divback {
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background: url('../../image18/back_main.jpg');
    background-repeat: no-repeat;
    /*background-position: center top;*/
    background-size: 100% 100%;
}

.STYLE1 {
    font-size: 12px;
    text-align: left;
    line-height: 25px;
    padding-left: 16px;
}

.style3 {
    color: #000000;
}

.STYLE6 {
    color: #000000;
    font-size: 12px;
}

input {
    vertical-align: middle;
}

.btnGroup input {
    width: 76px;
    height: 26px;
    cursor: pointer;
    border-width: 0;
    margin: 0 6px;
}

.btnGroup {
    padding-top: 9px;
    text-align: center;
}

.divNoticeTheme{
    /*width:1200px;*/
    height:60px;
    background-color:#ffffff;
    /*border:1px solid #3498db;*/
    font-size: 14px;
    /*border-radius: 5px;*/
    box-shadow: 0 0 5px white;
    overflow: hidden;
    color: #333;
    margin-top:100px;
}
.divNoticeTheme table{
    height:100%;
}
.divNoticeTheme table td{
    vertical-align:middle;
}
.titleNotice{
    font-size:18px;
}
.divItemTheme{
    width:386px;
    height:480px;
    background-color:#ffffff;
    /*border:1px solid #3498db;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0 0 5px white;*/
    border-top:4px solid #2094e7;
    font-size: 14px;
    overflow: hidden;
    color: #333;
    margin-top:21px;
}
.divItemTheme table{
    width:95%;
    height:100%;
    margin:0px auto;
}
.divItemTheme table tr:first-child td{
    height:40px;
    border-bottom:1px solid #dedede;
    vertical-align:middle;
}
.divItemTheme table tr:last-child td{
    height:90px;
}
.divItemTheme table dl dd{
    line-height:40px;
    margin:0px auto;
    font-size:14px;
    color:#333333;
}
.divItemTheme table dl{
    max-height:300px;
    /*overflow-y:auto;*/
}

.divItemTheme table dl::-webkit-scrollbar {
    width: 8px;
}
.divItemTheme table dl::-webkit-scrollbar-track {
    background-color:whitesmoke;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.divItemTheme table dl::-webkit-scrollbar-thumb {
    background-color:lightgray;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

.divItemTheme table dl dd a{
    font-size:14px;
    font-weight:700;
    color:#0d3fa0;
    text-decoration:none;
}
.divItemTheme table dl dd a:hover{
    text-decoration:underline;
}
.titleItem{
    font-size:20px;
}
.linkButtonItem{
    width:180px;
    height:48px;
    line-height:48px;
    background-color:#4171d0;
    font-size:18px;
    color:#ffffff;
    margin:15px auto;
    text-align:center;
    text-decoration:none;
    display:block;
}
.linkButtonItem:hover{
    background-color:#ff0000;
}
.formDivItem{
    line-height:50px;
}
.formDivItem img{
    vertical-align:middle;
}
.formDivItem table tr:first-child td{
    border:none;
}
.formButtonItemLogin{
    width:122px;
    height:38px;
    line-height:38px;
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
    margin:15px 15px 0px;
    text-align:center;
    text-decoration:none;
    display:block;
    float:right;
}

.formButtonItemRegister {
    width:122px;
    height:38px;
    line-height:38px;
    background-color: #2fce54;
    border-color: #357ebd;
    color: #fff;
    margin:15px 20px 0px 15px;
    text-align:center;
    text-decoration:none;
    display:block;
}
.formButtonItemLogin:hover,.formButtonItemRegister:hover{
    background-color:#ff0000;
}
.divAdviceTheme{
    margin-top:30px;
    text-align:center;
    color:#9a9a9a;
}
.divStatisticsTheme{
    text-align:center;
    color:#9a9a9a;
}



/*
    版权所有 旗帜信息(www.qzsoft.cn) by cgx 2020.05.08
 */
