* {
    margin:0;
    padding:0;
}
body {
    font-family: "microsoft yahei";
    color:#000;
    font-size:16px;
    background-image:url("../images/all_bg.jpg")
}
li {
    list-style:none
}
a,del,s,u {
    text-decoration:none;
    color: #000;
}
a:hover {
    color:#1e9fff;
}
.active {
    background-color: #0A81C3;
}
.icon {
    width:1em;
    height:1em;
    vertical-align:-0.15em;
    fill:currentColor;
    overflow:hidden
}
.headerShort {
    background-color:#10568a;
    width:100%;
    position:relative;
    z-index:10
}
.headerShort .lzy-logo {
    line-height:200px
}
.flex {
    display:flex;
    align-items:center
}
.headerNav {
    width:100%;
    height:60px;
    background-color:#006eab
}
.headerNav select {
    border:none;
    outline:none;
    background-color:transparent
}
.headerNav .wrapper {
    width:1200px;
    margin:auto;
    height:100%;
    justify-content:space-between
}
.headerNav .rightNav li {
    height:60px;
    line-height:60px;
    text-align:center
}
.headerNav .rightNav li a {
    font-size:20px;
    font-weight:bold;
    text-align:center;
    letter-spacing:1px;
    color:#ffffff;
    display:block;
    line-height:60px;
    padding:0 40px; /*导航菜单宽度*/
}
.headerNav .rightNav li:first-child {
    justify-content:center
}
.headerNav .rightNav li:first-child img {
    position:relative;
    top:10px
}
.headerNav .rightNav li a:hover {
    background:#0A81C3
}
.logoAndInput {
    height:200px;
    margin:0 auto;
    padding:0 6%;
    justify-content:space-between
}
.logoAndInput img {
    width:100%;
    height:100%
}
.logoAndInput .wt img {
    width: 200px;
    height: auto;
}
/*.logoAndInput .logo {*/
/*    height:auto;*/
/*    position:unset;*/
/*    display:flex;*/
/*    justify-content:space-between;*/
/*    padding-left:50px;*/
/*}*/
.logoAndInput .logo img {
    margin-left:50px;
    width: 350px;
    height: auto;
}
.logoAndInput .logo span {
    margin-top: 5px;
    font-size: 33px;
    color:#fff;
    font-weight: bold;
}
.mainSearch {
    width:1200px;
    margin:0 auto;
}
.mainSearch .header {
    margin: 10px 0 15px 0;
    display:flex;
    width:100%;
    justify-content:space-between;
}
.lzy-border {
    border:1px solid #1e9fff;
}
.theme-container {
    background:#FFFFFF;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.04);
    border-radius:8px;
    margin-bottom:20px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color:#006eab !important;
    font-size:20px;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after,.layui-tab-brief>.layui-tab-title .layui-this:after {
    border:none;
    border-radius:0;
    border-bottom:2px solid #006eab !important;
}
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.title {
    flex: 1;
    margin-right: 6px;
}
.date {
    width: 100px;
    white-space: nowrap;
    color: #bbb;
}
.news-item .small-ico {
    color:#999;
}
.layui-elem-quote {
    margin-bottom:10px;
    padding:2px 2px 2px 15px !important;
    line-height:1.8;
    border-left:5px solid #006eab !important;
    border-radius:0 2px 2px 0;
    background-color:#e4f3ff;
    color:#006eab;
    font-size:18px;
}
.lzy-links {
    margin-top:50px;
    margin-bottom:30px;
}

.link-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 20px;
    margin-bottom: 60px;
}
.link-items li {
    width: 225px;
    box-sizing: border-box;
}
.link-items li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    background: rgba(184, 223, 255, 0.8);
    text-align: center;
    transition: all 0.3s;
    padding: 0 10px;
    border-radius: 3px;
}
.link-items li a:hover,
.link-items li a.active {
    color: #fff;
    cursor: pointer;
    background: #006EAB;
}


.footer {
    background:#10568a;
    font-size:14px;
    padding-top:23px;
    color:#74acd6;
}
.ss_main {
    position:relative;
    width:1200px;
    margin:0 auto;
}
.footer-a {
    overflow:inherit;
}
.footer-b {
    line-height:50px;
    border-top:1px solid #1c5e8f;
    text-align:center;
    margin-top:22px;
}
.footer-b a,.footer-a a {
    margin:0 10px;
    color:#74acd6;
}
.flower {
    margin-top:20px;
}
.flower p {
    color:#999;
}

.header-logo-right {
    color: #fff;
}
.header-logo-right a {
    color: #ff0000;
}
.layui-tab .layui-tab-title li {
    cursor: default !important;
}