﻿a,
body,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
html,
i,
img,
li,
ol,
option,
p,
select,
span,
table,
tbody,
td,
tfoot,
thead,
tr,
ul,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, "Arial Narrow", HELVETICA;
}

:root {
    --red: #0e68b1;
    --font-gray: #3f3f3f
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

img,
input {
    outline: 0;
    border: none
}

a {
    outline: 0;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: var(--red)
}

li {
    list-style: none
}

em,
i {
    font-style: normal
}

table,
td {
    border-collapse: collapse
}

.fl {
    float: left
}

.fr {
    float: fl;
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.ex-btn ul li a:after,
.ip-view ul li a:after,
.tzyx-bd ul li a:after,
.tzyx-bd ul li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ""
}



@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1690968540143') format('woff2'),
        url('iconfont.woff?t=1690968540143') format('woff'),
        url('iconfont.ttf?t=1690968540143') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* css初始化结束 */


.w1200 {
    margin: 0 auto;
    padding-bottom: 20px;
}


/* tabs 切换页 */

.formmods {
    border-bottom: 1px solid #cccccc29;
    padding-bottom: 30px;
}

* {
    margin: 0;
    padding: 0;
}

.tab_list ul {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 100.5%;
}

.tab_list ul li {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 19.9%;
    height: 85px;
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: aliceblue;
    margin-bottom: 20px;
    color: #626161;
    flex-direction: column;
    padding-top: 9px;
    cursor: pointer;
}

.tab_list ul li:hover {
    background-color: #0e68b1;
    color: #fff;
    flex-direction: column;
}


.tab_list ul li:hover div {
    color: #fff;
}

.tab_list ul li span {
    display: block;
    font-size: 74px;
}

.tab_list ul li div {
    color: #0e68b1;
}

.tab_list ul li .iconfont {
    font-size: 38px;
}

.tab_list ul .current {
    background-color: #0e68b1;
    color: #fff;
    flex-direction: column;
}

.tab_list ul .current div {
    color: #fff;
}

.item {
    display: none;
}

.title {
    display: inline-block;
    height: 40px;
    background: #256DC3;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    padding: 0 15px;
}
.tborder{
    border-bottom: 3px solid #256DC3;
    margin-top: 15px;
}

.artlists .list {
    width: 48%;
    border-right: 1px solid #ccc;
    margin-right: 49px;
}

.artlists .list:last-child {
    border: none;
    margin-right: 0;
}

.artlists .list ul li {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}

.artlists .list ul li .timer {
    float: right;
    margin-right: 51px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.mores {
    display: inline-block;
    padding: 12px 36px;
    border: 1px solid #ccc;
    float: right;
    margin: 0 auto;
    margin-top: 20px;
}

.mores:hover {
    background-color: #0e68b1;
    transition: all .3s ease;
}

.mores:hover a {
    color: #fff;
}


.infomod .intitle {
    margin-top: 88px;
    margin-right: 40px;
}

.intitle img {
    width: 229px;
}

.listmod .content {
    text-indent: 3em;
}

.hotnews {
    display: block;
    width: 1029px;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

.hotnews h2 {
    padding: 10px 0;
}

.hotnews .pic {
    width: 327px;
    height: 142px;
    background-color: #0e68b1;
    margin-right: 68px;
}

.hotnews .content {
    line-height: 1.5em;
}

.hotlist ul li {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}

.hotlist ul li .timer {
    float: right;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-size: 18px;
}

.hotlist ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #a7a7a7;
    margin-right: 10px;
    vertical-align: middle;
}

/* tabs 切换页 end */
.item .form {
    width: 1300px;
    height: 460px;
}

.item .forml {
    width: 700px;
    height: 460px;
}

.item .formr {
    width: 577px;
    height: 460px;
}

.item #forml1 {
    width: 577px;

}

.item #formr1 {
    width: 720px;

}

.infomod {
    padding-top: 1px;
}

.pic img {
    width: 100%;
}

.hotnews h2 a {
    color: #0e68b1;
}

.hotnews .more a {
    color: #0e68b1;

}

.hotlist {
    margin-top: 20px;
}

.infobox{
    display: flex;
}

.infobox img{
    width: 50%;
}
.item{
    display: flex;
}