.margin-auto {
    margin: 0 auto;
}

#logo {
    width: 35rem;

}

.navigation {
    /*background-color: #5c636a;*/
    position: relative;
    /*top: -01rem;*/
    float: right;
}

.navigation li {
    list-style: none;
}

.navigation li a {
    text-decoration: none;
    color: black;
}

.navigation>li {
    text-align: center;
    /* width: 8rem; */
    /* margin-right: 1.5rem; */
    display: inline-block;
    position: relative;
margin-top: 1rem;

}

.navigation>li>a {
    font-size: 13.5px;
    padding-left: 10px;
    padding-right: 10px;
}

.navigation>li>ul {


    display: none;
    padding-left: 0px;
    position: absolute;
    z-index: 10;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 16px !important;
}

.navigation>li>ul>li {
    padding-left: 1rem;
    padding-right: 1rem;
    /* background-color: rgb(69, 177, 255); */
    background-color: rgba(71,72,77,1);
    color: white;
    /* border: 1px solid white; */
}

.navigation>li>ul>li a {
    color: black;
    font-size: 0.8rem;
    line-height: 2rem;
    /* border: 1px solid white; */
}

.navigation .action {
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(102, 159, 224);
}

.swiper img {
    width: 100%;
}

.news {
    height: 48rem;
    background: url(../img/webnews.jpg) no-repeat;
    background-size: auto 100%;
}

.title .span1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.title .span2 {
    font-size: 1.9rem;
    font-weight: bold;
    color: rgb(16, 68, 146);
}

.title .span3 {
    display: inline-block;
    height: 1px;
    width: 87%;
    background-color: rgba(102, 113, 126, 0.404);
    position: relative;
    top: -0.6rem;
    left: 2rem;

}

.news * {
    transition: all .5s;
}

.news {
    padding-top: 6rem;
}

.news ul {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news li {
    background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
    list-style: none;
    width: 48%;
    height: 125px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.news li:hover {
    background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;

}

.news li:hover .news-right {
    color: rgb(126, 124, 124);

}

.news-left {
    margin-left: 1rem;
    padding-top: 0.3rem;
    float: left;
}

.news-left .span1 {
    color: white;
}

.news-left .span2 {
    font-size: 3rem;
    font-weight: bold;
    color: white;
}

.news-right {

    margin-top: 0.4rem;
    padding-left: 10.5rem;
    color: rgb(235, 232, 232);
    width: 35rem;
}

.news-right .span1 {

    font-size: 1.2rem;

    height: 25px;
    width: 392px;
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-right .span2 {
    font-size: 0.9rem;
    height: 43.22px !important;

    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yjyjj dl {
    position: relative;
    margin-top: 2rem;
}

.yjyjj dt::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 30rem;
    height: 30rem;
    background: #104492;
    left: -2rem;
    top: 3rem;
}

.yjyjj dt {
    position: relative;
    float: left;
}

.yjyjj dd {
    padding-top: 1.5rem;
    padding-left: 38rem;
    padding-right: 5rem;
    width: 100%;
    height: 30rem;

    box-shadow: 0px 0px 20px rgb(54 62 69 / 60%);
}

.yjyjj dd .span1 {
    line-height: 6rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.yjyjj dd .span2 {
    line-height: 2rem;
    color: rgb(100, 100, 100);
}

.yjyjj dd img {
    display: block;
    margin-top: 2rem;
}

.xmzs .swiper-button-prev::after {
    font-size: 1rem;
}

.xmzs .swiper-button-next::after {
    font-size: 1rem;
}

.xmzs .swiper .span1 {
    font-size: 1.5rem;
    line-height: 4rem;
}

.xmzs .swiper .span2 {
    color: rgb(100, 100, 100);
    line-height: 2rem;
}

.friendship ul {
    display: flex;
    justify-content: space-between;
}

.friendship li {
    list-style: none;
}

.xwdt-li :hover .title {
    color: rgb(49, 58, 142);
}

.xwdt-li :hover img {
    transform: scale(1.1);
}

.xwdt-li  img {
    transition: all .5s;
    box-shadow: 0px 0px 8px black;
}
.xwdt-li {
    margin-bottom: 2rem;
    cursor: pointer;
}
.xwdt  , .friendship li {
    cursor: pointer;
    
}

.window{
    position: fixed;
    border: 1px solid rgb(163, 161, 161);
    width: 70%;
    height: 40rem;
    top: 15%;
    left: 50%;
    transform: translate(-50%,0%);
    background:white;
    z-index: 100;
    box-shadow: 0px 0px 20px rgb(117, 114, 114);
    padding: 3rem;
    border-radius: 5px;
    display: none;
    overflow: auto;
}
.window1{
    border-bottom: 1px solid rgb(190, 190, 190);
}
.window2{
    margin-top: 1rem;
}

.content-ul li{
 cursor: pointer;
}

.navigation *{
/*font-weight: bold;*/
    font-family: "open sans";
    color: #ffffff !important;
}



.pagination .page-link{
    color: black;
}

.page-item.active .page-link {
    background: rgb(51, 28, 177) !important;
}

.top{
    background-color: rgba(46, 76, 98, 1);
}