body {
    color: #666;
    background: #EDF6FB;
    font-size: 20px, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}

.header {
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #A3CEF8;
    overflow-x: hidden
}

.nav {
    width: 100%;
    box-shadow: 0 3px 3px 0 #CCC;
    /* position: fixed; */
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    transition: 0.3s
}

.logo-sm {
    padding: 10px 0px 0px 5px;
}

.logo-sm h3 {
    padding-left: 5px;
    color: white;
    display: inline-block;
}

.logo-sm img {
    width: 40px;
    height: 40px;
}

.nav.scroll {
    background: #FFF;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s
}

.nav .layui-container {
    position: relative;

    transition: all 400ms ease-out;
}


.nav .nav-list button {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav .nav-list button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #2db5a3;
    margin-bottom: 6px;
    transition: 0.5s;
}

.nav .nav-list button span.spa1 {
    transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
    width: 100%;
    position: absolute;
    right: 0;
    top: 61px;
    background: transparent;
}

.nav .layui-nav .layui-nav-item {
    display: block;
    padding: 0px 4px;

}

.nav .layui-nav * {
    font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
}

.layui-nav .layui-nav-item a {
    color: #fff;
}

.nav .layui-nav .layui-nav-item:hover {
    background-color: #254d80;
    /* color: #2db5a3; */
}

@media screen and (min-width: 768px) {
    .nav {
        background-color: #4088D2;
        /* max-height: 80px; */
    }

    .nav.index {
        background: rgba(255, 255, 255, 0.3);
    }

    .nav .nav-list button {
        display: none;
    }

    .nav .layui-nav {
        width: auto;
        position: absolute;
        top: 0;
        padding: 0 5px;
        border-radius: 0;
        margin: 0;
    }

    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        margin: 0 18px;
    }

}

.contentbody {
    background-color: white;

    margin-top: 18px;
}

.layui-carousel-ind ul {
    float: right;
    margin-top: 13px;
    border-radius: 0px;
}

.swiper-title {
    width: 100%;
    position: absolute;
    background-color: #1F1B1A;
    opacity: 0.7;
    line-height: 30px;
    bottom: 0px;
}

.swiper-title span {
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
}

.swiper-slide-img {
    width: 100%;
    height: 100%;
}

.li_list img {
    width: 130px;
    height: 90px;
}

.li_list .lead_tit {
    display: inline-block;
    position: absolute;
    padding-left: 8px;
    font-size: 21px;
    line-height: 28px;
    max-height: 60px;
    overflow: hidden;

}
@media only screen and (max-width: 500px) {
    .li_list .lead_tit {
        display: inline-block;
        position: absolute;
        padding-left: 8px;
        font-size: 16px;
        line-height: 20px;
    
    }
}
.li_list .lead_tit a {
    display: inline-block;
    position: absolute;
    padding-left: 8px;

}

.li_list p {
    position: absolute;
    padding-left: 140px;
    margin-top: -30px;
}

.li_list2 {
    font-size: 18px;
    padding-top: 10px;
}

.li_list2 .inputtime {
    float: right;
}

.navimport {
    background-color: #F3F4F8;
}

.footer-bottom {
    height: 220px;
    background-color: #707070;
    margin-top: 10px;
}

.foot_img img {
    width: 150px;
    height: 150px;
    margin: 25px 0px 0px 20px;
}

.foot_img p {
    color: #fff;
    text-align: center;
}

.footnav {
    margin: 10px auto;
    height: 15px;
    padding-top: 15px;

    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    color: aliceblue;
    line-height: 30px;
}

.footnav a {
    color: aliceblue;
    font-size: 15px;

}

.layui-breadcrumb span[lay-separator] {
    color: gray;
    padding: 8px;
}

.navimport {
    line-height: 40px;
    padding: 1px 10px;
}

.grey-bottom {
    border-bottom: 2px solid #BABABA;
}

.blue-bottom {
    border-bottom: 2px solid #1176DC;
}

.navimport .bldiv {
    background-color: #0066CB;
    width: 4px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.navimport span {
    font-size: 18px;
    font-weight: bold;
    padding-left: 3px;
}

.navimport a {
    float: right;
    color: #7090C4;
}

.list-style ul {
    padding: 0px 8px;
}

.list-style ul li {
    line-height: 34px;
    font-size: 16px;
    padding-top: 8px;
}
.bannerimg {
    padding: 0px;
}

.bannerimg img {
    padding-top: 10px;
    width: 100%;
    object-fit: cover;
}

.ggdiv {
    margin-top: 6px;
    background-color: #ED6942;
    padding: 40px;
}

.ggcx {
    color: #fff;
    font-size: 38px;

}

.jztxlist {
    text-align: center;
    overflow: hidden;
}

.jztxlist img {
    height: 180px;
    text-align: center;
}

.jztxlist h3 {
    text-align: center;
    font-weight: bold;
    padding: 6px;
}

.jztxlist p {
    line-height: 20px;
    font-size: 13px;
    padding-bottom: 25px;
}

.seach-btn p {
    text-align: center;
    vertical-align: middle;

}

.hr-blue {
    color: #0066CB;
    border: 2px solid #0066CB;
}

.notice {
    height: 123px;
    background-color: #fff;
    margin-top: 15px;
}

.activity {
    height: 40px;
    background-color: #fff;
}

.userimg img {
    width: 80px;
    height: 80px;
}

.proficient li {
    position: absolute;
    padding-left: 8px;
}

.proficient li p {
    display: inline-block;
}

.diy-nav * {
    font-size: 22px;
}

/*列表页*/
.layui-location {
    margin-top: 13px;
}

.article-item {
    padding: 20px 0px;
    position: relative;
    border-bottom: #CCC 1px dotted;
    overflow: hidden;
}

.article-item figure {
    float: left;
    width: 25%;
    overflow: hidden;
    margin: 0px 0px;
}

.article-item figure img {
    width: 100%;
    margin: 0px 0px;
    max-height: 110px;
}



.article-item ul {
    float: right;
    line-height: 22px;
    width: 72%;
    color: #756F71;
    margin-right: 0px;
}

.article-item h3 {
    font-size: 16px;
    font-weight: bold;
    transition: all .5s;
    margin: 0px 0px 10px 0px;
}

.article-item p {
    margin-top: 15px;
}

/*分页*/
.layui-laypage {
    text-align: center;
    overflow: hidden;
    display: block;
}

#pages {
    text-align: center;
    margin-bottom: 10px;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages li a {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li span {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li.active {
    text-align: center;
    background: #f90712;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}