@charset "UTF-8";
/* 头部start */
.header .header-top {
    display: flex;
    align-items: center;
}
.header .logo-img {
    height: 80px;
    width: 300px;
}
.header .logo-img a{
    background: url(../images/logo/logo.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    margin: 10px 0;
}
.header .school-name{
    font-size: 26px;
    font-weight: 700;
    color: #0b6cb8;
    margin-left: 20px;
}
.header .header-right-link ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.header .header-right-link li a{
    display: inline-block;
    padding: 0 10px;
    color: #0b6cb8;
}
.header .header-nav{
    background-color: #0b6cb8;
}
.header .navbar-brand {
    display: none;
}
.header .header-nav ul li a{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.header .navbar-default{
    border: none;
}
.header .navbar-default{
    background-color: #0b6cb8;
}
.header .navbar-default .navbar-nav >.active > a{
    background-color: transparent;
    background-color: #0a5894;
    color: #fff;
}
.header .navbar-default .navbar-nav a:hover {
    background-color: transparent;
    background-color: #0a5894;
    color: #fff;
}
.header ul.navbar-nav{
    width: 100%;
}
.header ul.navbar-nav li {
    width: 20%;
}
/* 头部end */


/* 轮播图start */
.home-swiper{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.home-swiper .swiper-slide {
    position: relative;
}
.home-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
}
.home-swiper .home-paga-item {
    padding-right: 20px;
}
.home-swiper .home-paga {
    bottom: 20px !important;
    width: 100%;
}
.home-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0;
    margin: 0 3px;
    background: rgba(0, 0, 0);
}
.home-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
.home-swiper .home-paga-next {
    width: 50px !important;
    height: 50px !important;
    right: 3% !important;
    background: url(../images/public/banner_right.png) no-repeat center center !important;
}
.home-swiper .home-paga-prev {
    width: 50px !important;
    height: 50px !important;
    left: 3% !important;
    background: url(../images/public/banner_left.png) no-repeat center center !important;
}
.home-swiper .swiper-pagination-span {
    height: 100%;
    line-height: 30px;
}
/* 轮播图end */


/* mian1start */
.main1 {
    margin-top: 20px;
}
.main1 .title-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.main1 .news-l{
    margin-right: 0;
}
.main1 .news-r{
    margin-left: 0;
}

.main1 .title-item .title-left{
    font-size: 18px;
    color: #0b6cb8;
    font-weight: 700;
    position: relative;
    padding: 5px 10px;
}
.main1 .title-item a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.main1 .title-item .title-left::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #0b6cb8;
}
.main1 .news-ul{
    margin: 20px 0;
    min-height: 150px;
    overflow: hidden;
}
.main1 .news-ul li a{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #333;
    padding: 0 10px;
}
.main1 .news-ul li a .title{
    width: 80%;
}
.main1 .news-ul li a i{
    margin: 0 5px 0 0;
}
.main1 .news-ul li a:hover{
    color: #0b6cb8;
    text-decoration: none;
}
.no-news {
    line-height: 30px;
    color: #333;
    padding: 0 10px;
}
/* mian1end */


/* 底部start */
.footer {
    padding: 20px 0;
    background-color: #0b6cb8;
    color: #fff;
}
.footer .text{
    text-align: center;
    line-height: 24px;
}
/* 底部end */


@media screen and (max-width: 990px){
    .header .school-name{
        font-size: 22px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .main1 .news-l {
        margin-right: 0;
        margin-left: 0;
    }
    .main1 .news-r {
        margin-left: 0;
        margin-right: 0;
    }
    .header .header-right-link li a {
        display: inline-block;
        padding: 0 5px;
        font-size: 12px;
        color: #0b6cb8;
    }
}


@media screen and (max-width: 767px){
    .header .school-name{
        font-size: 20px;
    }
    .header .header-right-link li a {
        padding: 0 5px;
        font-size: 14px;
    }
    .header .header-right-link ul {
        display: flex;
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
    }
    .header ul.navbar-nav {
        width: 100%;
        margin: 7.5px 0;
    }
    .header ul.navbar-nav li {
        width: 100%;
    }
    .header .header-nav ul li a {
        text-align: left;
    }
    .main1 .news-l {
        margin-right: 0;
        margin-left: 0;
    }
    .main1 .news-r {
        margin-left: 0;
        margin-right: 0;
    }
}


@media screen and (max-width: 480px){
    .header .header-top {
        display: flex;
        flex-wrap: wrap;
    }
    .header .school-name{
        font-size: 22px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .header .header-right-link {
        display: none;
    }
    .header ul.navbar-nav {
        width: 100%;
        margin: 7.5px 0;
    }
    .header ul.navbar-nav li {
        width: 100%;
    }
    .main1 .news-ul li a {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .main1 .news-ul li a .title {
        width: 100%;
    }
    .main1 .news-ul li a .addtime {
        margin-left: 20px;
    }
}
