@charset "UTF-8";
/***************banner****************/
.slideBox {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 20px;
}
.slideBox .bd li img{
    /*object-fit: cover;*/
    width: 100%;
    height: 500px;
}
.slideBox .hd {
    padding: 0 80px;
}
.slideBox .hd a {
    position: absolute;
    top:50%;
    margin-top: -55px;
    left: 80px;
    width: 54px;
    height: 110px;
    background-image: url(../image/icon-jt.png);
    background-size: auto;
    background-position: 0 0;
    display: none;
}
.slideBox .hd a:last-child {
    background-position: -54px 0;
    left: auto;
    right: 80px;
}
.slideBox:hover .hd a {
    display: block;
}

/***************新闻公告****************/
.news-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.new-title {
    border-bottom: 1px solid #ddd;
    line-height: 49px;
    font-size: 22px;
    font-weight: bold;
    color: #0590db;
}
.new-title img {
    vertical-align: -4px;
    margin-right: 10px;
}
.new-title a {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: 49px;
}
.news {
    flex: 1;
    margin-right: 40px;
}
.news-items {
    display: flex;
    padding: 24px 0 9px 0;
}
.news-items:nth-child(even) {
    flex-direction: row-reverse;
}
.news-items:nth-child(even) .n-img{
    margin: 0;
    margin-left: 40px;
}
.news-content {
    width: 460px;
    border-top: 3px solid #0590db;
    padding-top: 20px;
}
.news-items .n-img{
    height: 265px;
    width: 460px;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
    border-top: 3px solid #0590db;
}
.news-items .n-img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-items .n-img:hover img{
    transform: scale(1.1);
}
.news-items .n-img p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.n-title {
    margin-bottom: 18px;
    font-size: 16px;
    color: #0590db;
}
.n-date {
    margin-bottom: 15px;
    font-size: 15px;
    color: #999;
}
.n-text{
    margin-bottom: 14px;
    line-height: 2;
    min-height: 112px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.n-btn {
    display: block;
    width: 110px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    color: #0590db;
    background: #f5f5f5;
    border-radius: 4px;
}

.news-list {
    flex: 1;
    width: 0;
    border-top: 3px #0590db solid;
    padding-top: 5px;
}
.news-list .new-title {
    margin-top: -7px;
}
.news-list ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.news-list ul li a {
    font-size: 16px;
    color: #001529;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 20px;
    margin-right: 5px;
}
.news-list ul li a:hover {
    color: #0590db;
}
.news-list ul li::before {
    position: absolute;
    color: #0590db;
    content: '∴';
    transform: rotate(-90deg);
    left: 0;
    top: 12px;
}
.news-list ul li time{
    font-size: 14px;
    color: #ccc;
    line-height: 45px;
    white-space: nowrap;
}
.news-list ul li .text {
    font-size: 14px;
    display: none;
}
.news-list ul li:first-child {
    border-bottom: 1px #dadee5 solid;
    margin-bottom: 5px;
    display: block;
}

.news-list ul li:first-child a {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #0590db;
    padding-left: 0;
    float: inherit;
}

.news-list ul li:first-child::before,
.news-list ul li:first-child time{
    display: none;
}
.news-list ul li:first-child .text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #001529;
    opacity: 0.5;
    margin: 5px 0 10px 0;
    line-height: 24px;
    height: 48px;
}

.news-right {
    width: 400px;
}
.news-right .notice {
    background: #f5f5f5;
    padding: 24px;
}
.notice ul li {
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
}
.notice ul li:first-child {
    margin-top: 0;
}
.notice ul li .n-date {
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    float: left;
    margin-right: 20px;
}
.notice ul li .n-date p{background: #0590db;font-size: 18px;color: #fff;font-weight: bold;}
.notice ul li .n-date span{display: block; font-size: 12px; color: #0590db;}
.notice ul li a {
    line-height: 30px;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: -1px;
}

/*******************广告轮播**********************/
.thBox {
    height: 110px;
    position: relative;
    margin: 20px 0 40px 0;
}
.thBox .bd li img{
    object-fit: cover;
    width: 100%;
    height: 110px;
}
.thBox .hd {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}
.thBox .hd ul li{
    background-color: #fff;
    color: #0590db;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    float: left;
    margin: 0 5px;
    border-radius: 2px;
    text-align: center;
}
.thBox .hd ul li.on {
    background-color: #0590db;
    color: #fff;
}

/***************************首页列表*********************************/
.list-box {
    display: flex;
}
.list-box .list {
    margin-right: 40px;
}
.list {
    width: 460px;
}
.list ul {
    padding: 10px 0;
}
.no-data{
    margin: 40px auto;
    text-align: center;
}
.no-data-text {
    font-size: 18px;
    font-weight: normal;
    color: #5b6481;
}
.list ul li {
    display: flex;
    justify-content: space-between;
}
.list ul li::before{
    content: '∴';
    margin-right: 10px;
    color: #0590db;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: 10px;
}
.list ul li a{
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    line-height: 36px;
    margin-right: 5px;
}
.list ul li time {
    padding-left: 10px;
    font-size: 15px;
    color: #999;
    line-height: 36px;
}
.special {
    flex: 1;
}
.special .special-content {
    height: 320px;
    padding-top: 18px;
}
.special .special-content li {
    height: 90px;
    margin-bottom: 14px;
}
.special .special-content li a img {
    width: 100%;
    height: 100%;
}

.modular {
    background: #fff;
}
.modular ul {
    display: flex;
}
.modular ul li{
    text-align: center;
    line-height: 48px;
    flex: 1;
}
.modular ul li:not(:last-child) {
    background: url(../image/bg-line.png) right center no-repeat;
}
.modular ul li a{
    display: block;
    padding: 30px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.modular ul li img{
    display: inline-block;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    transition: .3s;
}
.modular ul li a:hover img {
    transform: rotateZ(360deg);
}

.school {
    margin:10px 0 20px 0;
    position: relative;
}
.school .bd {
    padding-left: 12px;
    margin: 20px 33px 20px 20px;
    min-height: 250px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.school .bd ul {
    padding-bottom: 10px;
}
.school .bd li {
    width: 260px;
    height: 230px;
    text-align: center;
    margin-right: 25px;
    float: left;
}
.school .bd ul li img{
    object-fit: cover;
    width: 100%;
    height: 180px;
}
.school .bd li a {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.school .bd li p {
    line-height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0 4px 11px 3px #ccc;
    margin-top: -10px;
}
.school .hd {
    position: absolute;
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.school .hd a {
    width: 24px;
    height: 48px;
    background-image: url(../image/icon-jt.png);
    background-size: cover;
    background-position: 0 0;
}
.school .hd a:last-child {
    background-position: -24px 0;
}

.friend-link {
    font-weight: bold;
    color: #0590db;
    line-height: 30px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 20px;
}
.friend-link span {
    margin-right: 20px;
}
.friend-link .text {
    margin-right: 20px;
    padding: 5px 10px;
    background: #f6f7f8;
    border-radius: 4px;
    margin-bottom: 20px;
}
.friend-link .text a {
    font-weight: normal;
    font-size: 14px;
}

/*******************************/
.list-content {
    display: flex;
    justify-content:space-between;
    padding: 20px 0;
}
.list-menu {
    margin-right: 20px;
    width: 260px;
    background: #f8f9f9;
}
.list-menu-title {
    background: #0590db;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 20px;
}
.list-menu ul{
    padding: 10px 0;
}
.list-menu ul li a{
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    border-left: 2px transparent solid;
    width: 100%;
    margin: 5px 0;
}
.list-menu ul li.active a{
    color: #0590db;
    border-left: 2px #0590db solid;
    background: #fff;
}
.list-content .list {
    flex: 1;
    width: 0;
}
.list-content .list li {
    border-bottom: 1px #ddd dashed;
    margin: 5px 0;
    padding: 5px 0;
}
.list-content .list li:last-child {
    border: 0;
}
.list-content .list ul li a {
    width: calc(100% - 130px);
}

.location {
    border-bottom: 2px #0590db solid;
    line-height: 58px;
}
.location img {
    margin-right: 10px;
    vertical-align: -4px;
}

.pagination {
    border-top: 1px #ddd solid;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
}
.pagination div a{
    margin: 4px;
    height: 28px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    min-width: 32px;
    text-align: center;
}
.pagination div:hover a{
    border: 1px solid #0590db;
    color: #0590db;
}
.pagination .next a,
.pagination .prev a{
    padding: 0 10px;
}
.pagination div.active a {
    color: #fff;
    border: 1px solid #0590db;
    background-color: #0590db;
}


.details {
    color: #454545;
    width: 1200px;
    margin: 40px auto;
    box-shadow: 0px 0px 7px 1px rgba(92, 136, 189, 0.15);
    padding: 40px;
    border-radius: 4px;
}
.details .title{
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    color: #0590db;
    margin: 20px 0;
    text-align: center;
    word-break: break-all;
}
.details .text {
    padding: 10px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.details .text span {
    margin-right: 40px;
}
.details .text .fontsize a {
    margin: 0 3px;
}
.details .content {
    /*text-indent: 2em;*/
    margin: 40px 0 20px 0;
    line-height: 32px;
    overflow: hidden;
    position: relative;
}
.details .content table,
.details .content table td{
    border: 1px solid
}
.details .content img{
    display: block;
    margin: 20px auto;
    width: 700px !important;
    height: auto !important;
    object-fit: cover;
}
.details .content audio,
.details .content video{
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto ;
}
.details .content table{
    margin: 0 auto 20px auto !important;
}
.details .content * {
    font-size: inherit !important;
}
.next-news {
    margin-bottom: 20px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
    font-size: 14px;
}
.next-news .item{
    line-height: 28px;
    margin-bottom: 10px;
    color: #454545;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.next-news .item span{
    font-weight: bold;
}
.next-news .item a{
    font-weight: normal;
}
.next-news .item a:hover{
    text-decoration: underline;
}

.file {
    margin-bottom: 15px;
}
.file a{
    color: #0590db;
    line-height: 40px;
    font-size: 18px;
    word-break: break-all;
    margin-top: 5px;
    display: inline-block;
}
.file a:hover {
    text-decoration: underline;
}
.get_top{
    width: 64px;
    margin: 20px 0;
    padding: 1px 5px;
    border: 1px solid #aaa;
    position: relative;
    left: calc(50% - 600px );
    border-radius: 10px;
    overflow: hidden;
}
.get_top a{
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.mobile-nav {
    display: none;
}
@media screen and (max-width: 1400px) {
    .container {
        width: 1200px;
    }
    .news-card .swiper,
    .news-card .swiper img{
        width: 400px;
    }
    .news-right{
        width: 340px;
    }
    .list,
    .news-content,
    .news-items .n-img{
        width: 400px;
    }
    .news-items:nth-child(even) .n-img {
        margin-left: 30px;
    }
    .list-box .list,
    .news,
    .news-card .swiper,
    .news-items .n-img{
        margin-right: 30px;
    }
    .header-log {
        background: url(../image/list_header.png) no-repeat;
        background-position-x: 67%;
        background-size: cover;
    }
}
@media screen and (max-width: 1200px){
    .container {
        width: 100%;
    }
    .news-card {
        width: 830px;
        flex: inherit;
    }
    .news-right{
        flex: 1;
        width: 0;
    }
}
@media screen and (max-width: 1000px){
    .header {
        margin-bottom: 20px;
    }
    .header .header-text{
        border-bottom: 2px #0590db solid;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .news-card {
        width: auto;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .news-list {
        width: 100%;
        margin-top: 20px;
    }
    .slideBox,
    .slideBox .bd li img{
        height: 200px;
    }
    .slideBox .hd {
        padding: 0 30px;
    }
    .slideBox .hd a {
        width: 24px;
        height: 48px;
        background-size: cover;
        display: block;
        margin-top: -24px;
        left: 20px;
    }
    .slideBox .hd a:last-child {
        background-position: 24px 0;
        right: 20px;
    }
    .new-title {
        font-size: 18px;
    }
    .new-title img {
        margin-top: -4px;
    }
    .news-container {
        display: block;
    }
    .news,
    .news-items .n-img,
    .list-box .list{
        margin: 0px !important;
    }
    .list,
    .news-content,
    .news-items .n-img{
        width: 100%;
        display: block;
    }
    .news-items {
        display: block;
    }
    .n-title {
        margin: 15px 0;
        line-height: 28px;
    }
    .n-text {
        min-height: auto;
    }
    .news-right {
        width: 100%;
    }
    .thBox .bd li img {
        object-fit: initial;
    }
    .list-box {
        display: block;
        padding: 0 15px;
    }
    .list ul li a {
        font-size: 14px;
        line-height: 28px;
    }
    .list ul li time {
        font-size: 14px;
        line-height: 28px;
    }
    .list ul li::before {
        vertical-align: 8px;
    }
    .friend-link {
        padding: 0 15px;
        justify-content: space-between;
    }
    .friend-link span{
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .friend-link .text {
        width: 47%;
        margin-right: 10px;
    }
    .friend-link .text:nth-child(odd) {
        margin-right: 0;
    }
    .friend-link .text a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .modular ul li img {
        display: block;
        margin: 0 auto;
    }

    .school {
        padding: 0 15px;
    }
    .school .hd {
        padding: 0 15px;
        margin-left: -15px;
    }
    .school .bd {
        margin: 20px 0;
        overflow: hidden;
        padding-left: 0;
    }

    .list-content {
        margin-top: 0;
        padding: 0 15px;
    }
    .list-menu {
        display: none;
    }
    .content-details {
        padding: 0 15px;
    }
    .footer .container {
        padding: 20px 15px;
    }
    .footer-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-text span {
        text-align: center;
    }
    .modular ul {
        flex-wrap: wrap;
    }
    .news-card .swiper,
    .news-card .swiper img {
        width: 100%;
    }
    .news-list ul li:first-child .text {
        height: auto;
    }
    .details .content img,
    .details .content video{
        width: 100% !important;
    }
}
@media screen and (max-width: 800px){
    .header .nav {
        display: none;
    }
    .header .mobile-nav {
        flex-basis: 100%;
        background: #f8f9f9;
        position: absolute;
        top: 115px;
        z-index: 999;
        left: 0;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }
    .header .mobile-nav.active{
        display: block;
    }
    .header-log {
        height: 71px;
        background: rgb(218,218,218);
    }
    .header .bar {
        display: block;
        position: absolute;
        bottom: 22px;
        right: 15px;
    }
    .header .nav {
        display: none;
    }
    .header .mobile-nav ul li {
        padding: 5px 0;
        position: relative;
        text-align: left;
    }
    .header .mobile-nav ul li span {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 48px;
        left: 0;
        top: 0;
        z-index: 999;
    }
    .header .mobile-nav ul li span:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        transition: 0.3s all;
        position: absolute;
        top: 21px;
        right: 15px;
    }
    .header .mobile-nav ul li a {
        color: #2c3147;
        text-align: left;
        line-height: 36px;
        font-size: 14px;
        margin-left: 0;
        padding-left: 16px;
    }
    .header .mobile-nav ul li a:hover {
        background:none;
        color: #0590db;
    }
    .header .search {
        margin: 10px 0 10px 10px;
    }
    .header .mobile-nav ul {
        display: block;
    }
    .header .mobile-nav ul li a::after {
        display: none;
    }
    .header .mobile-nav ul li .nav-menu {
        position: inherit;
        left: 0px;
        margin: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        background: #fff;
    }
    .header .mobile-nav ul li .nav-menu.on {
        max-height: 600px;
    }
    .header .mobile-nav ul li .nav-menu .items a {
        padding-left: 25px;
    }
    .header-text ul li a,
    .header-text ul li span {
        margin-left: 6px;
        padding-left: 6px;
        white-space: nowrap;
    }
    .header .logo img {
        height: 51px;
        width: auto;
        object-fit: cover;
    }
    .header .search input {
        width: 71%;
    }
    .footer .code .code-box {
        font-size: 12px;
    }
    .location {
        line-height: 34px;
        padding-bottom: 5px;
    }
    .main-content {
        min-height: calc(100% - 325px);
    }
    .details {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
    }
    .details .title {
        font-size: 28px;
    }
    .details .text {
        justify-content: center;
        align-items: baseline;
        flex-direction: column;
    }
    .details .text span {
        margin-right: 10px;
    }
    .news-card .swiper,
    .news-card .swiper img {
        width: 100%;
    }
    .modular ul li {
        width: 33.33%;
        padding: 0;
    }
    .details .content table {
        width: auto;
    }
    .details .content table td{
        word-break: break-word;
    }
}
@media screen and (max-width: 645px){
    .modular ul li:nth-child(3) {
        background: none;
    }
}
@media screen and (max-width: 414px){
    .modular ul li:nth-child(3) {
        background: none;
    }
    .modular ul li a {
        padding: 10px 30px;
    }
}
@media screen and (max-width: 320px){
    .modular ul li {
        width: 50%;
    }
    .modular ul li:nth-child(3) {
        background: url(../image/bg-line.png) right center no-repeat;
    }
    .modular ul li:nth-child(even) {
        background: none;
    }
    .friend-link .text {
        width: 46%;
    }
    .header .search input {
        width: 70%;
    }
}

