* {
    box-sizing: border-box;
}

body {
    background-color: #f0eff5;
}

.clear {
    clear: both;
}


/*  */

.title {
    height: 1rem;
    background-color: white;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 0.25rem;
    color: #28a7e1;
    font-size: .3rem;
}

.title>img {
    width: .5rem;
    height: .5rem;
    vertical-align: middle;
}

.title>span {
    font-size: .36rem;
    vertical-align: middle;
}

.list {
    height: 4rem;
    margin: 0 auto;
    background-color: white;
    border-bottom: 1px solid #ccc;
}

.list ul {
    width: 7rem;
    margin: 0 auto;
}

.list ul li {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    border-bottom: 1px solid #ccc;
    font-size: .3rem;
}

.list ul li a {
    width: 200px;
    font-size: .28rem;
}

.data {
    float: right;
    color: #999999;
    font-size: .24rem;
}

.list-text {
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}


/*  */


/* header start */

header {
    width: 100%;
}

.img>img {
    width: 100%;
    height: auto;
}

.navbar {
    width: 100%;
    height: .9rem;
    padding: .1rem 0;
    background-color: #1561af;
}

.navbar ul li {
    width: 25%;
    height: 0.3rem;
    line-height: 0.3rem;
    /* margin-top: 0.1rem; */
    display: list-item;
    float: left;
    text-align: center;
    color: white;
    border-right: 1px solid white;
    background-color: #1561af;
    font-size: .3rem;
}

.navbar ul li a {
    width: 100%;
    color: white;
    font-size: .24rem;
    background-color: #1561af;
}

.ul2 {
    padding-top: .1rem;
}

.last {
    border: none !important;
}


/* header end */


/* main start */

.dtxx {
    width: 100%;
    margin: 0.2rem 0;
}

.xxgk-container {
    background-color: white;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ccc;
}

.tzgg {
    margin-bottom: .2rem;
}

.loop {
    background-color: white;
    padding-top: .3rem;
}

.loopdesc {
    width: 6.9rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    text-align: left;
    background-color: #e3e3e3;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loopdesc>span {
    font-size: .28rem;
}

.div1 {
    width: 6.9rem;
    margin: 0 auto;
    padding: .2rem 0;
    display: flex;
    justify-content: space-between;
}

.div2 {
    width: 6.9rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    color: #28a7e1;
    font-size: .31rem;
    background-color: #fcfcfc;
}

.item {
    width: 2.15rem;
    height: 1.9rem;
    display: inline-block;
    padding: .25rem .2rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    background-color: #fcfcfc;
}

.item>img {
    width: 1rem;
    height: 1rem;
    /* margin-top: .4rem; */
}

.item>p {
    font-size: .28rem;
    color: #28a7e1;
}

.last-div {
    margin: 0;
}

.ztzl {
    margin-top: .2rem;
    background-color: white;
    border-bottom: 1px solid #ccc;
}

.img-container {
    width: 6.9rem;
    height: 3.1rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.img-container a {
    width: 3.25rem;
    height: 1.1rem;
}
.img-container img {
    width: 3.25rem;
    height: 1.1rem;
}
.link-container {
    width: 6.9rem;
    margin:0 auto
}
.link-container ul{width: 110%;overflow: hidden;}
.link-container ul li{float: left;width: 2.12rem;height:1.5rem;background: #ddeeff;margin-right: 0.2rem;margin-top:0.2rem;position: relative}
.link-container ul li a{float:left;width:2.12rem;height:1.5rem;background: #ddeeff}
.link-container ul li a img{display: block;margin: 0 auto;width:25%;margin-top:0.2rem}
.link-container ul li a img.small{margin-top:0.35rem}
.link-container ul li a p{text-align: center;position: absolute;bottom:0.2rem;left:50%;margin-left:-0.48rem}
.left {
    float: left;
}

.right {
    float: right;
}

.tzgg-span {
    width: 100%;
}


/* main end */


/* footer start */

footer {
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    background-color: white;
    margin-top: .2rem;
    border-top: 1px solid #ccc;
}

footer>span {
    /* font-weight: 600; */
    color: #333333;
    font-size: .28rem;
}


/* footer end */


/* swiper start */

.swiper-container {
    width: 6.9rem;
    height: 4.5rem;
}

.swiper-slide img {
    width: 100%;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: white;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #003399;
}


/* swiper end */