.content {
    width: 100%;
    background: #fafafa;
}

.hotNews {
    width: 100%;
    margin: 0.15rem 0;
    background: #fff;
    box-shadow: 0 0 10px #c4c4c4;
    padding: 0.16rem;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.hotNews .bit {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.25rem;
    border-radius: 0.1rem;
    color: #fff;
    background: #005bac;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
    line-height: 0.24rem;
}

.hotNews .newsList {
    width: calc(92% - 0.7rem);
}

.hotNews .newsList h1 {
    line-height: 0.44rem;
    font-size: 0.24rem;
    overflow: hidden;
    color: #005aab;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hotNews .newsList p {
    font-size: 0.17rem;
    color: #777777;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*  */
.new-release {
    background: #fff;
    padding: 0.15rem 0.18rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 10px #d7d7d7;
    overflow: hidden;
}

.new-release .left {
    width: 54%;
}

.new-release .right {
    width: 42.5%;
    padding-bottom: 0.2rem;
}

.new-release .left .swiper-slide {
    position: relative;
}

.new-release .left img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 4rem;
}

.new-release .left .swiper-slide .dw {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0.52rem;
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 0.2rem;
    font-size: 0.18rem;
}

.new-release .left .swiper-slide .dw p {
    width: 74%;
    overflow: hidden;
    margin-top: 0.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-release .left .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1;
    width: 0.18rem;
    height: 0.05rem;
    border-radius: 0.05rem;
}

.new-release .left .swiper-pagination-bullet-active {
    background: #0063af !important;
    width: 0.18rem;
    height: 0.05rem;
}

.new-release .left .swiper-pagination {
    width: 20%;
    right: 0;
    left: inherit;
    bottom: 0.18rem;
}

.Menubox1 {
    width: 100%;
    position: relative;
    text-align: center;
/*    border: 1px solid #cbcbcb; */
    height: 0.46rem;
}

.Menubox1 li {
    width: 25%;
    background: #f7f7f9;
    cursor: pointer;
    height: 0.52rem;
    line-height: 0.52rem;
    font-size: 0.2rem;
    color: #333;
    position: relative;
    float: left;
}

.Menubox1 li.hover {
    background: #005aab;
    color: #fff;
    font-weight: bold;
}
.Menubox1 li.hover a{color: #fff;}

.in-news2 {
    width: 100%;
    margin-top: 0.1rem;
}

.in-news2 li {
    position: relative;
    line-height: 0.48rem;
    font-size: 0.18rem;
    color: #000000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.in-news2 li a {
    color: #000;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition-duration: 0.5s;
    cursor: pointer;
}

.in-news2 li a:hover {
    color: #005aab;
    animation: push 1s ease-in-out
}

@keyframes push {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.in-news2 li span {
    width: 18%;
    font-size: 0.16rem;
    color: #333333;
	text-align: right;
}

.homeggw {
    width: 100%;
    margin: 0.16rem 0;
	height:1.04rem;
}

.homeggw img {
    display: block;
    width: 100%;
}

.homeList {
    width: 100%;
    box-shadow: 0 0 10px #e7f2f8;
    background: #fff;
    padding: 0.35rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homeNewsbox {
    width: 48%;
}

.titBox {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    height: 0.54rem;
    line-height: 0.54rem;
    background: linear-gradient(#fcfcfc, #f4f8fb, #eaf2f9);
    position: relative;
}

.titMore {
    position: absolute;
    right: 0.1rem;
    line-height: 0.54rem;
    top: 0;
    font-size: 0.16rem;
    display: inline-block;
}

.titBox h1 {
    width: 2.11rem;
    height: 0.54rem;
    font-weight: normal;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.54rem;
    padding-right: 0.4rem;
    background: url(../images/homeNews-bg.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.titBox h1 .iconfont {
    font-size: 0.32rem;
}

.newsTab {
    /* width: calc(100% - 2.11rem); */
}

.newsTab ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* padding: 0 0.2rem; */
}

.newsTab li {
    cursor: pointer;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.18rem;
    color: #333;
    position: relative;
    margin-right: 0.2rem;

}

.newsTab li.hover {

    font-weight: bold;
}

.in-news1 {
    width: 100%;
    margin-top: 0.1rem;
}

.in-news1 li {
    position: relative;
    line-height: 0.48rem;
    font-size: 0.18rem;
    color: #000000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0.15rem;

}

.in-news1 li:hover {
    animation: push 1s ease-in-out
}

.in-news1 li:after {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0.21rem;
    background: #9cbcd4;
}

.in-news1 li a {
    color: #000;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition-duration: 0.5s;
    cursor: pointer;
}

.in-news1 li a:hover {
    color: #005aab;
}

.in-news1 li a span {
    color: #005aab;
    display: inline-block;
}

.in-news1 li p {
    width: 20%;
    font-size: 0.15rem;
    color: #333333;
    text-align: right;
}

.aqkjBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.15rem 0;
}

.aqkjBox .left {
    width: 68%;
    box-shadow: 0 0 10px #e7f2f8;
    background: #fff;
    padding: 0.35rem;
}

.aqkjBox .right {
    width: 30.5%;
    box-shadow: 0 0 10px #e7f2f8;
    background: #fff;
    padding: 0.15rem;
}

.aqkjBox .newsTab ul {
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 0 0.2rem;
}

.aqkjBox .newsTab ul li {
    margin-right: 0.4rem;
}

.in-news3 {
    width: 100%;
    margin-top: 0.17rem;
}

.in-news3 li {
    width: 100%;
    background: #f1f5f8;
    margin-bottom: 0.17rem;
    border-radius: 0.1rem;
    padding: 0.17rem 0.25rem;
}

.in-news3 li:last-child {
    margin-bottom: 0;
}

.in-news3 li h1 {
    line-height: 0.38rem;
    font-size: 0.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.in-news3 li p {
    line-height: 0.32rem;
    color: #777777;
    font-size: 0.17rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.safeList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.safeList dl {
    width: 50%;
    margin-bottom: 0.1rem;
}

.safeList dl dt {
    width: 1.03rem;
    height: 1.03rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #f1f5f8;
}

.safeList dl dt .iconfont {
    font-size: 0.5rem;
    color: #005aab;
    transition-duration: .5s;
}

.safeList dl:hover .iconfont {
    transform: rotateY(180deg);
}

.safeList dl dd {
    width: 90%;
    margin: 0 auto;
    font-size: 0.16rem;
    line-height: 0.2rem;
    text-align: center;
    color: #555555;
	padding-top: 0.1rem;
}

.safeList dl:hover dd {
    color: #005aab;
}

.dcbgBox {
    width: 100%;
    box-shadow: 0 0 10px #e7f2f8;
    background: #fff;
    padding: 0.3rem 0.25rem 0.5rem 0.25rem;
    display: flex;
    margin-top: 0.17rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dcbgBox .homeNewsbox {
    width: 32%;
}

.dcbgBox .in-news1 li a {
    width: 75%;
}

.dcbgBox .in-news1 li:hover {
    animation: push 1s ease-in-out
}

.ebook {
    width: 30%;
    border: 2px solid #3db4ff;
    border-radius: 0.1rem;
    padding: 0.15rem;
    background: linear-gradient(#f8fafc, #d4ebfd, #b3e0fd, #a4dbfd);
}

.ebook .bit {
    display: block;
    border-radius: 0.1rem;
    background: #0067b9;
    padding: 0 0.15rem;
    color: #fff;
    line-height: 0.32rem;
    font-size: 0.18rem;
    display: table;
    margin-bottom: 0.16rem;
}

.ebook .ebookList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ebook .ebookList .left {
    width: 62%;
    border: 1px solid #a6c3d7;
}

.ebook .ebookList .left img {
    display: block;
    width: 100%;
}

.ebook .ebookList .right {
    width: 38%;
    border: 1px solid #a6c3d7;
    background: #fff;
    padding: 0.1rem 0;
	display: flex;
	    flex-wrap: wrap;
	    align-items: center;
}

.ebook .ebookList .right li {
    width: 100%;
    line-height: 0.46rem;
    padding-left: 0.15rem;
    font-size: 0.17rem;
    color: #999999;
    cursor: pointer;
}

.ebook .ebookList .right li.hover {
    color: #000;
}

.hzhbBox {
    width: 100%;
    margin-top: 0.15rem;
}

.hzhbList {
    width: 100%;
    margin-top: 0.17rem;
}

/*  */
.CbContainer1{position: relative;}
.titMore1 {
    position: absolute;
    right: 0.1rem;
    line-height: 0.54rem;
    top:-0.65rem;
    font-size: 0.16rem;
    display: inline-block;
}
.aqkjBox .titMore1{top: -0.7rem;}
.scroll-list {
    overflow: hidden;
    /* 隐藏超出部分 */
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

/*  */
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
    .hotNews .newsList h1 {
        line-height: 30px;
        font-size: 17px;
    }

    .hotNews .newsList p {
        font-size: 15px;
        line-height: 24px;
    }

    .hotNews .bit {
        width: 60px;
        height: 60px;
        font-size: 17px;
        line-height: 22px;
    }

    .hotNews .newsList {
        width: calc(92% - 60px);
    }

    .new-release .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .new-release .left .swiper-slide .dw {
        width: 100%;
        height: 40px;
        line-height: 30px;
        font-size: 15px;
    }

    .new-release .right {
        width: 100%;
    }

    .Menubox1 {
        height: 36px;
    }

    .Menubox1 li {
        width: 25%;
        background: #f7f7f9;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        color: #333;
        position: relative;
    }

    .Menubox1 ul {
        display: flex;
    }

    .in-news2 li {
        line-height: 32px;
        font-size: 15px;
    }

    .homeNewsbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .in-news1 li {
        line-height: 32px;
        font-size: 15px;
    }

    .newsTab li {
        display: none;
    }

    .titBox h1 {
        width: 160px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .titBox {
        height: 40px;
        line-height: 40px;

    }

    .aqkjBox .left {
        width: 100%;
    }

    .aqkjBox .right {
        width: 100%;
    }

    .safeList dl dt {
        width: 80px;
        height: 80px;
    }

    .safeList dl dd {
        width: 80%;
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .safeList dl dt .iconfont {
        font-size: 34px;
    }

    .in-news3 li h1 {
        line-height: 28px;
        font-size: 16px;
    }

    .in-news3 li p {
        line-height: 24px;
        font-size: 15px;
    }

    .dcbgBox .homeNewsbox {
        width: 100%;
    }

    .titMore {
        line-height: 40px;
    }

    .ebook {
        width: 100%;
        margin-bottom: 10px;
    }

    .ebook .bit {
        line-height: 40px;
        font-size: 17px;

    }

    .ebook .ebookList .right li {
        width: 100%;
        line-height: 36px;
        font-size: 16px;
    }

    .ebook .ebookList .left {
        width: 52%;
        border: 1px solid #a6c3d7;
    }

    .ebook .ebookList .right {
        width: 48%;
    }

    .addlist {
        width: 100%;
    }

    .addlist li {
        width: 100%;
        line-height: 28px;
        font-size: 15px;
    }
}