/* 公共样式 2019.9 更新 */

/* 公共样式_初始化 */

body {
    margin: 0px;
}

body,
input,
textarea {
    font-size: 12px;
    font-family: "microsoft yahei", "黑体";
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

form {
    margin: 0px;
    display: inline
}

.wrap {
    table-layout: fixed;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.lineh1 {
    line-height: 160%;
}

.lineh2 {
    line-height: 200%;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.zoom {
    zoom: 1;
}

iframe {
    display: block;
}

label,
input,
select,
button,
textarea {
    vertical-align: middle;
    outline: none;
    -webkit-appearance: none;
}

.hand {
    cursor: pointer;
}

.txtleft,
.txtl {
    text-align: left
}

.txtright,
.txtr {
    text-align: right
}

.txtcenter,
.txtc {
    text-align: center
}

.b {
    font-weight: bold;
}

.nob {
    font-weight: normal;
}

div {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
}
/* 针对Webkit内核的浏览器（如Chrome和Safari） */
::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
    height: 6px; /* 滚动条高度 */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* 滚动条轨道背景色 */
    border-radius: 10px; /* 滚动条轨道圆角 */
    background-clip: padding-box; /* 确保背景和圆角正确应用 */
}

::-webkit-scrollbar-thumb {
    background: rgba(144, 147, 153, 0.8); /* 滚动条滑块颜色 */
    border-radius: 10px; /* 滚动条滑块圆角 */
    transition: background 0.3s; /* 颜色变化过渡效果 */
    background-clip: padding-box; /* 确保背景和圆角正确应用 */
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(144, 147, 153, 1); /* 鼠标悬停时滚动条滑块颜色 */
}

/* 针对Firefox */
/* Firefox的滚动条自定义较为有限，但可以尝试以下代码 */
* {
    scrollbar-width: thin; /* 设置滚动条宽度 */
    scrollbar-color: rgba(144, 147, 153, 0.8) rgba(0, 0, 0, 0.1); /* 设置滚动条滑块颜色和轨道背景色 */
}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

/* 公共样式_表单相关 */

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input[type=radio] {
    -webkit-appearance: radio;
}

body,
a {
    color: #333;
}

a {
    text-decoration: none;
}

a:hover {
    color: #2a69cf;
    text-decoration: underline;
}

.chks {
    width: 15px;
    height: 15px;
    margin: 0 5px 2px 0;
}

.inps {
    border: 1px solid #bbb;
    padding: 0 4px;
}

.buts,
.buts2 {
    border: 0;
    padding: 0 10px;
    overflow: visible;
    cursor: pointer;
}

.butsyuan {
    border-radius: 8px;
}

/* 公共样式_高度 */
.hbi100 {
    height: 100%;
}

.h26 {
    height: 26px;
    line-height: 26px;
}

.h28 {
    height: 28px;
    line-height: 26px;
}

.h35 {
    height: 35px;
    line-height: 32px;
}

/* 公共样式_空白行及分隔线 */

.k1 {
    height: 1px;
    width: 100%;
    overflow: hidden;
}

.k2 {
    height: 2px;
    width: 100%;
    overflow: hidden;
}

.k3 {
    height: 3px;
    width: 100%;
    overflow: hidden;
}

.k5 {
    height: 5px;
    width: 100%;
    overflow: hidden;
}

.k10 {
    height: 10px;
    width: 100%;
    overflow: hidden;
}

.k20 {
    height: 20px;
    width: 100%;
    overflow: hidden;
}

.k30 {
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.k50 {
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.heng {
    border-top: 1px dashed #ccc;
    height: 1px;
    overflow: hidden;
    margin: 5px 0;
}

/* 公共样式_字色、字体、字号 */

.red,
.red a,
.red a:hover,
a.red,
a:hover.red {
    color: #c00;
}

.blue,
.blue a,
.blue a:hover,
a.blue,
a:hover.blue {
    color: #173ee8;
}

.lv,
.lv a,
.lv a:hover,
a.lv,
a:hover.lv {
    color: #69AB13;
}

.ceng,
.ceng a,
.ceng a:hover,
a.ceng,
a:hover.ceng {
    color: #EF6300;
}

.bai,
.bai a,
.bai a:hover,
a.bai,
a:hover.bai {
    color: #fff;
}

.hui,
.hui a,
.hui a:hover,
a.hui,
a:hover.hui {
    color: #b0b0b0;
}

.yahei {
    font-family: "microsoft yahei", "黑体";
}

.songti {
    font-family: "宋体";
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

/* 公共样式_常用背景色 */

.bgbai {
    background: #fff;
}

.bghei {
    background: #000;
}

.bghui {
    background: #f4f4f4;
}

.bgred {
    background: #c00;
}

.bgblue {
    background: #173ee8;
}

.bglv {
    background: #69AB13;
}

.bgceng {
    background: #EF6300;
}

/* 公共样式_文章正文页 */

.cwnews {
    text-align: center;
    padding: 30px;
}

.cwnews .title {
    padding-bottom: 20px;
}

.cwnews .click {
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
    padding: 5px 0;
}

.cwnews .click,
.cwnews .click a,
.cwnews .click a:hover {
    color: #505050;
}

.cwnews .content {
    line-height: 160%;
    padding: 20px 0;
    text-align: left;
}

.wrap {
    table-layout: fixed;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 公共样式_内外边距 */

.body1 {
    padding: 5px;
}

.body2 {
    padding: 10px;
}

.body3 {
    padding: 20px;
}

.mtop {
    margin-top: 5px;
}

.mtop2 {
    margin-top: 10px;
}

.mdown {
    margin-bottom: 5px;
}

.mdown2 {
    margin-bottom: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml15 {
    margin-left: 15px;
}

.ml10 {
    margin-left: 10px;
}

.mr5 {
    margin-right: 5px;
}

/* 公共样式_宽度 */

.wbi100 {
    width: 100%;
}

.wbi90 {
    width: 90%;
}

.wbi80 {
    width: 80%;
}

.wbi70 {
    width: 70%;
}

.wbi60 {
    width: 60%;
}

.wbi50 {
    width: 50%;
}

.wbi40 {
    width: 40%;
}

.wbi30 {
    width: 30%;
}

.wbi20 {
    width: 20%;
}

.wbi10 {
    width: 10%;
}

.wpx50 {
    width: 50px;
}

.wpx100 {
    width: 100px;
}

.wpx130 {
    width: 130px;
}

.wpx200 {
    width: 200px;
}

.wpx600 {
    width: 600px;
}

.li50 li {
    width: 50%;
    float: left;
}

.li33 li {
    width: 33%;
    float: left;
}

.li25 li {
    width: 25%;
    float: left;
}

.li20 li {
    width: 20%;
    float: left;
}

.li16 li {
    width: 16%;
    float: left;
}

/* 公共样式_flex布局 */
.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.ac {
    align-items: center;
}

.as {
    align-items: start;
}

.ae {
    align-items: flex-end;
}

.jfs {
    justify-content: flex-start;
}

.jca {
    justify-content: space-around;
}

.jcb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.jce {
    justify-content: flex-end;
}

.flex1  {
    flex: 1;
}

.fd {
    display: flex;
    flex-direction: column;
}

/* 公共样式_分页样式 */

#cmspage {
    cursor: pointer;
    text-align: right;
}

#cmspage,
#cmspage input {
    font-family: "arial";
}

#cmspage a,
#cmspage b,
#cmspage input {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    margin-left: 6px;
    background: #fff;
    border: 1px solid #d6d6d6;
}

#cmspage .n1 {
    margin-left: 0;
}

#cmspage .n2 {
    margin-right: 0;
}

#cmspage input {
    width: 20px;
    padding: 0 3px;
    text-align: center;
}

#cmspage b {
    border: 0;
    background: #fff;
}

#cmspage a:hover {
    color: #fff;
    background: #aaaaaa;
}

/* 公共样式_分页样式(手机版) */

#wappage {
    font-family: "arial";
    text-align: center;
}

#wappage a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d6d6d6;
    font-size: 14px;
}

#wappage a.n {
    border-left: 0;
}

#wappage a:hover {
    color: #fff;
    background: #823A90;
}

/* 公共样式_自定义 */

.all {
    width: 1366px;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.none {
    display: none !important;
    opacity: 0;
}

.overflow {
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more, .more a {
    font-size: 14px;
    color: #428ffa;
    cursor: pointer;
}
.more:hover, .more a:hover {
    color: #283eeb;
    text-decoration: underline;
}

.footbg {
    min-width: 1366px;
    margin: 0 auto;
    background-color: #f6f5f8;
}

.pics1 {
    border: 1px solid #c9c9c9;
    padding: 4px;
}

.bian1 {
    border: 1px solid #ccc;
}

.bian2 {
    border: 1px dashed #ccc;
}

.biantop {
    border-top: 0;
}

.biandown {
    border-bottom: 0;
}

#xitab table,
#xitab table tr,
#xitab table tr td {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
}

#xitab table tr td {
    padding: 4px;
}

#xitab table tr.tr1 td {
    background: #d4d4d4;
}

/* 去除选择下拉后的底色背景 */

:-webkit-autofill {
    -webkit-text-fill-color-: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}