@charset "UTF-8";

/***************banner****************/
.slideBox {
    width: 100%;
    height: 560px;
    min-height: 560px;
    position: relative;
    margin-bottom: 20px;
}
.slideBox .bd li img{
    object-fit: cover;
    width: 100%;
    height: 560px;
}
.slideBox .hd {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 15px;
}
.slideBox .hd ul {
    display: flex;
    justify-content: center;
}
.slideBox .hd li {
    border-radius: 100%;
    margin: 0 10px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    cursor: pointer;
}
.slideBox .hd li.on {
    border-color: #ff9e20;
}
.slideBox a {
    width: 54px;
    height: 110px;
    background-image: url(../image/icon-jt.png);
    background-size: auto;
    background-position: 0 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -55px;
}
.slideBox a.prev{
    left: 80px;
}
.slideBox a.next {
    background-position: -54px 0;
    left: auto;
    right: 80px;
}

/***************新闻公告****************/
.news-container {
    display: flex;
    justify-content: space-between;
}
.new-title {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 49px;
    font-size: 22px;
    font-weight: bold;
    color: #1989fa;
}


.new-title span:hover{
    opacity: 1;
}
.new-title span.active{
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    opacity: 1;
    border-radius: 4px 4px 0 0;
    padding: 0 15px;
}
.new-title img {
    vertical-align: middle;
    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: 20px 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 #1989fa;
    padding-top: 20px;
}
.news-items .n-img{
    height: 265px;
    width: 460px;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
    border-top: 3px solid #1989fa;
}
.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: #1989fa;
}
.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: #1989fa;
    background: #f5f5f5;
    border-radius: 4px;
}

.news-right {
    flex: 1;
}
.news-right .notice {
    background: #f5f5f5;
    /*background: #f8f9f9;*/
    padding: 26px;
}
.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: #1989fa; font-size: 20px; color: #fff;}
.notice ul li .n-date span{display: block; font-size: 12px; color: #1989fa;}
.notice ul li a {
    line-height: 30px;
}

/*******************广告轮播**********************/
.tyBox {
    height: 110px;
    position: relative;
    margin: 20px 0 40px 0;
}
.tyBox .bd li img{
    /*object-fit: cover;*/
    width: 100%;
    height: 110px;
}
.tyBox .hd {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}
.tyBox .hd ul li{
    background-color: #fff;
    color: #1989fa;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    float: left;
    margin: 0 5px;
    border-radius: 2px;
    text-align: center;
}
.tyBox .hd ul li.on {
    background-color: #1989fa;
    color: #fff;
}

/***************************首页列表*********************************/
.list-box {
    display: flex;
}
.list-box .list {
    margin-right: 40px;
}
.list {
    width: 460px;
}
.list ul {
    padding: 10px 0;
}
.no-data{
    margin-top: 20px;
    text-align: center;
}
.no-data img {
    width: 240px;
    height: 240px;
}
.no-data-text {
    font-size: 18px;
    font-weight: normal;
    color: #5b6481;
}
.list ul li::before{
    content: '∴';
    margin-right: 10px;
    color: #1989fa;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: 10px;
}
.list ul li a{
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    line-height: 36px;
}
.list ul li time {
    float: right;
    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 {
    width: 1400px;
    margin: 0 auto;
    /*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 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 p {
    line-height: 48px;
    border: 1px solid #ddd;
    padding: 0 10px;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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: #1989fa;
    line-height: 30px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 20px;
}
.friend-link .text {
    margin-right: 20px;
    padding: 5px 10px;
    background: #f8f9f9;
    border-radius: 4px;
    margin-bottom: 20px;
}
.friend-link .text a {
    font-weight: normal;
}

/*******************************/
.list-content {
    display: flex;
    justify-content:space-between;
    margin: 20px 0;
}
.list-menu {
    margin-right: 20px;
    width: 260px;
    background: #f8f9f9;
}
.list-menu-title {
    background: #1989fa;
    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: #1989fa;
    border-left: 2px #1989fa 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: 90%;
}

.location {
    border-bottom: 2px #1989fa solid;
    line-height: 58px;
}
.location img {
    margin-right: 10px;
    vertical-align: -4px;
}

.pagination {
    border-top: 1px #ddd solid;
    margin-top: 20px;
    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 #1989fa;
    color: #1989fa;
}
.pagination .next a,
.pagination .prev a{
    padding: 0 10px;
}
.pagination div.active a {
    color: #fff;
    border: 1px solid #1989fa;
    background-color: #1989fa;
}


.details {

}
.details .title{
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    color: #1989fa;
    margin: 20px 0;
    text-align: center;
}
.details .text {
    padding: 10px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.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;
    max-width: 100%;
}
.details .content table{
    margin: 0 auto 20px auto !important;
}
.next-news {
    margin-bottom: 20px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
}
.next-news .item{
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.next-news .item a{
    font-weight: normal;
}
.next-news .item a:hover{
    text-decoration: underline;
}

.file {
    margin-bottom: 40px;
}
.file a{
    color: #1989fa;
    line-height: 40px;
    font-size: 18px;
}
.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;
}
