img {
    width: auto;
    height: auto;
}

li {
    list-style: none;
}

.col {
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

html {
 font-size: 16px !important;
}
/* .row {
    margin: 0;
} */

body {
    min-width: 1200px;
    overflow: auto;
}

a {
    /*color: #333 !important;*/
    text-decoration: none !important;
}
a:hover {
    /*color: #134694;*/
    text-decoration: none;
}

.logo {
    background: url('../images/bg.png');
    background-size: 100% 100%;
    overflow: hidden;
}

.logoImg {
    width: 60%;
    float: left;
    background: url('../images/1-logo.png') no-repeat;
    background-size: 53%;
    background-position: 0% 50%;
    padding: 5rem;
}

.logoInput {
    float: left;
    width: 30%;
    position: relative;
}

.logoInput .search-area input {
    border-radius: 1rem;
    /*background: url('../images/search.png') no-repeat;*/
    background-position: 95% 50%;
    border: 2px solid #0b4a9d;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-72%, -50%);
}

.logoInput .search-area input::placeholder {
    color: #0b4a9d;
    padding: .7rem;
}

.logoInput .search-area .iconsousuo1 {
    color: #999;
    font-size: 20px;
    position: absolute;
    top: 65px;
    right: -42px;
    color: #0b4a9d;
}


/* 导航条  */


/* .navbars ul {
    list-style: none;
     
    margin: 0;
} */

.nav-link {
    /*display: block;*/
    padding: 0.5rem 0rem;
    text-align: center;
}

.navbars li {
    float: left;
    width: 11.1%;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
}

.navbars .active {
    /* position: absolute; */
    height: 113%;
    top: -.25rem;
    background: url('../images/navSelected.png') no-repeat;
     /* background-size: 100% 100%; */
}

.navbar-dark li .nav-link, .navbar-dark li .nav-link a {
    color: #fff;
    line-height: 1.5rem;
}

.schoolMenuList{
    display: none;
    background: url(../images/activeBg.png) repeat-y;
    width: 120px;
    margin-left: 7px;
}

.information {
    height: 580px;
}


/* .active ul li .nav-link {
    color: #fff;
} */


/* 学校动态 标题  */

.binnerTitle .col{
    padding: 2rem 0 .3rem 0;
    width: 50%;
}

.binnerTitle .col a{
    color: #333;
}


.binnerTitle .col a:hover{
    /*padding: 2rem 0 .3rem 0;
    width: 50%;*/
    text-decoration: none;
}

.more {
    text-align: right;
    font-size: .9rem;
    line-height: 2.5rem;
    cursor: pointer;
}

.dynamic {
    font-size: 1.4rem;
}

.dynamic img {
    margin-right: 0.5rem;
    margin-bottom: -0.4rem
}

.dynamic span {
    font-size: 1.4rem;
    color: #4676af;
}


/* 学校动态bottom线  */

.line {
    height: 1px;
    background: #ccc;
}

.line span {
    display: inline-block;
    height: 3px;
    background: #4676af;
}


/* 学校动态布局  */

.schoolDynamicCon {
    padding: 0 0 1rem 0;
}

.schoolDynamicCon .col {
    width: 50%;
    padding: 2rem 0 0 0;
    position: relative;
}

.schoolDynamicCon .col:first-child {
    padding-right: 2%;
}

.schoolDynamicCon .col .dynamicSwiper .swiper-wrapper .swiper-slide p {
    position: absolute;
    bottom: 2%;
    color: #fff;
    width: 80%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1rem;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.dynamicIcon {
    padding-top: 1rem;
}


/* 学校动态表格 */

.group-item {
    /* display: flex; */
    padding-left: 1.4rem;
    overflow: hidden;
    cursor: pointer;
}

.group-item:hover .group-item-context a {
    color: #4676af;
    font-weight: 500 !important;
    font-size: 1.1rem;
    text-decoration: none;
}

.group-item:hover .group-item-date {
    color: #4676af;
    font-weight: 500 !important;
    font-size: 1rem;
}

.group-itemImg {
    width: 2%;
    float: left;
    position: relative;
    height: 1rem;
}

.group-itemImg img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, 150%);
}


/* ie9  flex布局可能不兼容问题  */

.list-group {
    position: relative;
    top: -1.2rem;
}

.list-group-item {
    float: left;
    width: 96%;
    overflow: hidden;
    font-size: 1.2rem;
    padding: 1.1rem 0rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.group-item:last-child .list-group-item {
    /* display: none; */
    border-bottom: none
}

.group-item-context {
    float: left;
    width: 79%;
    font-size: 1.1rem;
    text-align: left;
    font-weight: 400;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #333;
}

.group-item-active .group-item-context a {
    color: #4676af;
    font-weight: 500 !important;
    font-size: 1.1rem;
}

.group-item-active .group-item-date {
    color: #4676af;
    font-weight: 500 !important;
    font-size: 1rem;
}


.group-item-date {
    float: left;
    width: 21%;
    font-size: 1rem;
    font-weight: 400;
    text-align: right;
    color: rgb(139, 139, 139);
}

.binnerTitle {
    overflow: hidden;
}

.center {
    background: url('../images/backgroundImage.png') no-repeat;
    background-size: 100% 100%;
}

.medias {
    margin: 0;
    margin-left: 3%;
    margin-bottom: .5rem;
    display: flex;
}

.notice {
    margin: 0;
    margin-right: 3%;
    margin-bottom: .5rem;
    display: flex;
}

.notice .dynamic {
    float: left;
    width: 73%;
}

.medias .dynamic {
    float: left;
    width: 73%;
}

.notice .more {
    float: left;
    width: 27%;
    text-align: right;
}

.medias .more {
    float: left;
    width: 25%;
    text-align: right;
}

.noticeLine {
    width: 97%;
    height: 1px;
    background: #ccc;
    margin-bottom: .8rem;
}

.noticeLine span {
    display: inline-block;
    height: 3px;
    background: #4676af;
    width: 25%;
}

.card {
    margin-bottom: 1.1rem;
    box-shadow: 0 0 3px 3px #ececec;
    margin-top: 1.1rem;
    cursor: pointer;
    width: 100%;
    height: 120px;
    border-bottom: 3px solid #ececec;
}

.card:hover h5 a{
    color: #0b4a9d;
    border-bottom: 3px solid #0b4a9d;
}

.cardActive {
    color: #0b4a9d;
    border-bottom: 3px solid #0b4a9d;
}

.card-date {
    width: 21%;
    float: left;
    padding: 1.30rem
}

.card-date p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #4676af;
    padding: 0 !important;
    margin: 0 !important;
}

.card-date div {
    text-align: center;
    color: #4676af;
    font-size: 1.1rem;
    font-weight: 500;
}

.card-body {
    width: 78%;
    float: left;
}

.card-body h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.card-text {
    overflow: hidden;
    display: -webkit-box;
    /* 仅适用Chrome浏览器内核 */
    -webkit-line-clamp: 2;
    /* 需要在第n行换行 */
    -webkit-box-orient: vertical;
    word-break: break-all;
    /* 遇到英文也进行换行 */
    font-size: .9rem;
    line-height: 1.65rem;
    color: #726b6b;
}

.noticeList {
    display: flex;
    margin: 1rem 0 0.1rem 0;
    width: 100%;
    cursor: pointer;
    padding-top: 0.3rem;
    max-height: 4.7rem;
}

.noticeList .listItem-date {
    width: 15%;
    background: url('../images/dateUnActive.png') no-repeat;
    background-size: 100%;
    background-position: 50%;
    margin-right: 4%;
}

.noticeList .listItem-body .itemText {
    color: #333;
}

.noticeList .listItem-date p {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    margin-top: 0.1rem;
     /*position: absolute;
    top: 5%;*/
}

.noticeList .listItem-date div {
    text-align: center;
    color: #fff;
    margin-top: -0.1rem;
     /*position: absolute;
    top: 59%;*/
}

.noticeList .listItem-body {
    width: 85%;
    margin-top: 0.7rem;
    box-sizing: border-box;
    font-size: 1.1rem;
}


/* .itemText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 1.1rem;
} */

.noticeList:hover .listItem-date {
    background: url('../images/dateActive.png') no-repeat;
    background-size: 100%;
    background-position: 50%;
    margin-right: 4%;
}

.noticeList:hover .listItem-body .itemText a {
    font-size: 1.1rem;
    color: #0b4a9d;
}

.noticeListActive .listItem-body {
    width: 85%;
}

.noticeListActive .listItem-body .itemText {
    color: #0b4a9d;
}

.noticeListActive .listItem-date {
    width: 15%;
    background: url('../images/dateActive.png') no-repeat;
    background-size: 100%;
    background-position: 50%;
    margin-right: 4%;
}

.LinkList {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 1rem;
}

.linkItem {
    cursor: pointer;
}

.linkItemActive {
    color: #0b4a9d;
}

.website {
    display: flex;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    padding: .5rem 1rem;
    font-size: .9rem;
    margin: .7rem 0 1.4rem;
}

.websiteName {
    width: 50%;
}

.websiteName a {
    color: #212529;
}

.websiteName a:hover {
    color: #0b4a9d;
    text-decoration: none;
}

.LinImg {
    overflow: hidden;
    margin-top: 1rem;
    width: 100%;
    margin-left: 2.5%;
}

.imgItem {
    float: left;
    width: 18%;
    padding-right: 1.5%;
}

.imgItem img {
    /* width: 100%; */
    height: auto;
}

.sceneryImg {
    margin-bottom: 3rem;
    margin-top: 2rem;
    overflow: hidden;
    position: relative;
    left: -.1rem;
}

.sceneryImg p {
    text-align: center;
}

.sceneryImg div img {
    width: 100%;
}

.sceneryItem {
    padding: 0.5%;
    position: relative;
    cursor: pointer;
}

.sceneryItem p {
    position: absolute;
    bottom: -0.3rem;
    color: #fff;
    padding: 0.1rem 0;
    font-size: .9rem;
    text-align: center;
    width: 96%;
    background-color: rgb(236, 145, 63);
    opacity: .9;
    display: none;
}

.sceneryItem:hover p {
    display: block;
}

.serve {
    background: url('../images/background-image.png') no-repeat;
}

.serveCont {
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: .8rem;
}

.sreveSwiper {
    position: relative;
    left: 1.3rem;
    width: 97.6%;
    float: right;
    overflow: hidden;
}

.sreveTit p span {
    color: #0b4a9d;
}

.sreveItem {
    width: 100%;
    text-align: center;
    margin-top: .6rem;
    cursor: pointer;
}

.sreveItem a p {
    /* margin-top: 65%; */
    color: #212529;
    line-height: 2.8rem;
    text-align: center;
}

.sreveItem a:hover {
    /* margin-top: 65%; */
    color: #212529;
    text-decoration: none;
}

.sreveItem a:hover p {
    /* margin-top: 65%; */
    color: #212529;
}

.sreveItem img {
    margin: auto;
}

.sreveTit {
    width: 1.6rem;
    float: left;
}

.sreveTit p {
    margin-top: -5% !important;
    font-size: 1.4rem;
}

.sreveItem img:nth-child(2) {
    display: none;
}


/* .sreveItem:hover p {
        color: #0b4a9d;
    } */


/*     
    .sreveItem:hover img:first-child {
        display: none;
    }
    
    .sreveItem:hover img:nth-child(2) {
        display: block;
    } */

.fotter-l,
.fotter-r {
    width: 50%;
    margin: 2rem 0;
}

.fotter-l div:first-child {
    margin-bottom: 1.4rem
}

.fotter-l p {
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
}

.fotter-r {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.fotter-r div {
    width: 25%;
    position: relative;
    color: #fff;
}

.fotter-r div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
}

.fotter-r div:first-child img {
    transform: translate(-50%, -45%) !important;
}

.fotter-r div p {
    margin-top: 75%;
    text-align: center;
}