body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    /* position:relative */
}
#vsb_content table p{
margin:0
}

a {
    color: #0150d3;
}

.btn-round {
    border-radius: 30px !important;
}

.btn {
    padding: .375rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-search {
    padding: 0px 7px !important;
    position: relative;
    z-index: 9;
    background: #fff;
    border-color: #fff;
}

.btn-search i {
    font-size: 25px;
    font-weight: bold;
}

.lug-bt {
    padding: 0px 20px;
    height: 40px;
}

.index-nav-block {
    background: #001268;
    margin-bottom: -28px;
    z-index: 8;
}

#search-block {
    margin: 0 10px;
    display: none;
}

#search-block input {
    border-radius: 30px 30px;
    padding: 19px;
    margin-right: -38px;
    z-index: 0;
}

.index-nav .nav-link {
    color: #fff;
    padding: 1.2rem 1.7rem;
    font-size: 16px;
}

.nav-link.active::after {
    border-bottom: 1px solid #fff;
}


.title {
    margin-bottom: 30px;
    padding: 40px 0 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ddd;
}

.title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    border-bottom: 2px solid #004ccb;
    padding-bottom: 16px;
    margin-bottom: -2px;
}

.title a {
    font-size: 14px;
    color: #004ccb;
    position: relative;
}

.title2 {
    position: relative;
    margin: 40px 0 2rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.title2 b {
    font-size: 36px;
}

.title2::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -8px;
    background: #ae2126;
}

.title2 a {
    font-size: 16px;
    text-transform: uppercase;
    color: #b48950;
    font-weight: bold;
}
.font-16{
 font-size: 16px;
}
.title-white-border {
    border-bottom: 1px solid #fff;
}

.title-white {
    border-bottom: 1px solid #fff;
}

.title-white h2 {
    color: #fff;
    background: url(../img/bg-title02.png) no-repeat left bottom;
}

.title-white a {
    color: #fff;
}

/* 首页通知公告 */
.home-body {
    background: url(../img/bg-home.jpg) center bottom no-repeat;
}

.index-box01 {
    margin: 20px 0 60px;
}

.index-box02 {
    background: rgba(217, 214, 231, .4);
    padding: 20px 0 60px;
}
.index-box04{
 padding: 20px 0 60px;
}

.index-box03 {
    background: rgba(255, 255, 255, .4);
    padding: 20px 0 60px;
}

.index-notice {
    background: #f8f7fd;
    padding-left: 30px;
    padding-right: 30px;
    border-top-right-radius: 80px;
}

.news-list-block {
    border-top: 1px solid #ddd;
}

.news-list-block ul {
    padding: 0;
    margin: 0;
}

.list-block-icon {
    margin: 10px 0 0;
    padding: 0;
}

.list-block-icon li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 10px 2rem;
    background: url(../img/icon-li.png) left center no-repeat;
    list-style-type: none;
}

.list-block-icon li a {
    color: #222;
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list-block-icon li span {
    color: #999;
font-size: 14px;
    white-space: nowrap;
}

.hot-block {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #bfcae1;
    padding-bottom: 25px;
}
.hot-block img{
 width:135px;
height:90px;
}
.hot-block .content {
    margin-left: 2rem;
}

.hot-block .content h3 {
    font-size: 18px;
    color: #004ccb;
    font-weight: bold;
}

.hot-block .content a p {
    font-size: 14px;
    color: #666;
    margin-top: 1rem;
}

.index-news .carousel-control-next,
.index-news .carousel-control-prev {
    top: 60%;
}

.news-right-block {
    display: flex;
    padding: 14px 0 24px;
    border-bottom: 1px solid #ddd;
}

.news-right-block:first-child {
    padding-top: 0;
}

.news-right-block .date {
    color: #004ccb;
    white-space: nowrap;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
}

.news-right-block .date::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #004ccb;
    bottom: -24px;
    left: 0;
}

.news-right-block .date b {
    font-size: 36px;
    display: block;
    line-height: 1;
}

.news-right-block p {
    font-size: 22px;
    margin: 0;
    line-height: 1.8;
}

.news-right-block a {
    color: #004ccb;
}

.news-right-block a:hover {
    text-decoration: none;
    color: #004ccb;
}

.hot:hover img {
    transform: scale(1.1)
}

.notice-index {
    background: url(../img/bg-notice.jpg) center/cover no-repeat;
    padding: 0 0 40px;
}

.notice-block {
    background: #fff;
    padding: 20px;
    line-height: 1.6;
    color: #333;
    margin: 20px 0;
    border-top: 3px solid #b48950;
}

.notice-block .date {
    color: #ba2d35;
    font-size: 14px;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #ddd;
}

.notice-block .date b {
    color: #b3121b;
    font-size: 24px;
    position: relative;
}

.notice-block .date b::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: #b48950;
    bottom: -2px;
    left: 0;
}

.notice-block .date:hover {
    background: #b3121b;
    color: #fff;
}

.notice-block .date:hover b {
    color: #fff;
}

.notice-block .news-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
}

.notice-block a {
    color: #333;
    font-size: 16px;
}

.notice-block a:hover {
    text-decoration: none;
    color: #c00;
}

.notice-block:hover {
    box-shadow: 1px 1px 3px 1px #b48950;
}



.title-noborder {
    border: none;
    margin-bottom: 0;
}

address {
    margin: 20px 0;
}

address span {
    font-size: 16px;
}

.address-block {
    background: #004ccb;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    line-height: 1.8;
}

.codeimg img {
    margin-left: 20px;
}

.footer .top {
    padding: 20px 0;
    background-color: #003da2;
}

.footer .top .box4 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer .top .box4 .input {
    font-size: 16px;
    flex: 1;
    color: #666;
    position: relative;
    margin-right: 40px;
    display: flex;
}

.footer .top .box4 .input select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
appearance:none;
    background-image: url(../img/icon5.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.footer .top .box4 .input img {
    position: absolute;
    right: 0;
    top: 0;
}

.back-top {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    justify-content: center;
    opacity: 0;
    padding: 10px;
    right: 1vw;
    text-align: center;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 3rem;
}

.back-top:hover {
    font-weight: bold;
}

.back-top-show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
    z-index: 2
}

.back-top-show:hover {
    text-decoration: none;
}

.back-foot {
    background: #0150d3;
    color: #fff;
    position: fixed;
    right: 0;
    top: 45%;
    writing-mode: vertical-lr;
    padding: 15px 7px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
    z-index: 888;
}

.back-foot a {
    color: #fff;
}

.back-foot:hover {
    background: #5488df;
    color: #fff;
    text-decoration: none;
}

.header {
    background: #004391;
    color: #ba2d35;
  
}


.header>.w {
    height: 160px;
    transition: height .3s
}

.header .right {
    flex-direction: column;
    flex-wrap: wrap;
}

.header .right,
.header>.w {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header_fixed {
    background: #fff;
    box-shadow: 0 3px 7px #666
}

.header_fixed>.w {
    height: 80px
}

.header_fixed .logo {
    height: 40px
}

.head-link {
    display: flex;
    align-items: center;
}

.head-link,
.head-link a {
    color: #fff;
}

.head-link span {
    padding: 0 8px;
}

.navi {
    background: #0170c0;
    position: relative;
    z-index: 9;
}

.navi ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navi ul li {
    position: relative;
    width: 50%;
    padding: 15px 0px;
    list-style-type: none;
    z-index: 8;
}

.navi ul li:last-of-type {
    margin-right: 0
}

.navi ul li:last-of-type:after {
    display: none
}

.navi ul li>a {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.navi ul li>a:hover {
    text-decoration: none;
}

.navi ul li.selected,
.navi ul li:hover {
    background-color: #004ccb;
    border: none;
}

.navi ul li.selected a,
.navi ul li:hover a {
    border: none;
}

.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2;
}

.navi ul li.selected>a:after {
    opacity: 1
}

.navbox {
    background: rgba(0, 76, 203, .7);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 80%);
    visibility: hidden;
    z-index: -1
}

.navbox,
.navbox>a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.navbox>a:hover {
    background: #004ccb;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}

.head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0 30px;
}

.logo {
    transition: height .3s;
    margin-top: 20px;
}

.logotext {
    border-left: 1px solid #ae2126;
    font-size: 36px;
    color: #ae2126;
    padding-left: 15px;
    vertical-align: middle;
    margin-left: 15px;
}

.search-box {
    z-index: 3;
    width: 260px;
    display: none;
}

.search {
    display: flex
}

.search input {
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 19px 10px;
    margin-right: -22px;
    background: rgba(255, 255, 255, .4);
}

.memu-btn {
    display: none;
    height: 35px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}

.banner-index {
    position: relative;
    z-index: 7;
}

.banner-index .swiper-pagination {
    bottom: 3rem;
}

.banner-index .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
}

.banner-index .swiper-pagination-bullet-active {
    background: #fff;
}

.banner-index .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-index .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.banner-index .carousel-indicators {
    bottom: 15px;
}

.banner-index .swiper-slide {
    display: block;
    overflow: hidden;
    padding-bottom: 30%;
    flex-shrink: 0;
}

.banner-index .swiper-button-prev,
.banner-index .swiper-button-next {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, .4);
    top: 50%;
}

.banner-index .swiper-button-prev {
    left: 4%;
}

.banner-index .swiper-button-next {
    right: 4%;
}

.banner-index .swiper-button-prev:after,
.banner-index .swiper-button-next:after {
    font-size: 30px;
    color: #ccc;
}

.footer a.down.collapsed,
.footer a.down {
    float: right;
    padding: 0;
}

.footer a.down.collapsed img {
    transform: rotate(0deg);
}

.footer a.down img {
    transform: rotate(180deg);
}

.footer .container span:last-child,
.footer .container span:nth-child(13) {
    display: none;
}

.news-img-block {
    position: relative;
    overflow: hidden;
   background:url(../img/bg4.png) no-repeat left top;  
    background-size: 70% 100%;
}
.news-img-block .swiper-slide{
 padding: 15px 15px 15px;
}

.news-img-block .imgs{
    display: block;
    overflow: hidden;
    padding-bottom: 0; 
} 

.news-img-block img {
    height: 480px;   
    width: 100%;
}

.news-img-block .swiper-pagination {
    color: #fff;
    left: auto;
    right: 0;
    width: 137px;
    bottom: 36px;
    z-index: 1;
    font-size: 16px;
}

.news-img-block .text-box .date {
    white-space: nowrap;
    font-size: 16px;
   
    
margin-right: 20px;
	padding-right: 20px;
	color: #0170c0;
	border-right: 1px solid #0170c0;
}
.news-img-block .text-box .date b{
    display: block;
    font-size:24px;
}
.news-img-block .text-box .date .more a {
    color: #004ccb;
}


.news-img-block .text-box {
    background: rgba(255, 255, 255, .8);
    right: 30px;
    left: 30px;
    bottom: 30px;
    font-size: 18px;
    text-align: left;
    padding: 30px 30px;
    color: #222;
    position: absolute;
   display:flex;
}

.news-img-block .text-box a {
    color: #222;
}

.news-img-block .text-box img {
    width: auto;
    height: auto;
    margin-left: 8px;
}

.news-mini {    
    background: #f8f7fd;
    padding: 15px 10px;
    border-bottom: 2px solid #004ccb;
   margin: 0 0 6px;
    
}

.news-mini:nth-child(2) {   
}

.news-mini a {
    color: #222;
}

.news-mini p {
    font-size: 16px;
    line-height: 1.8;
  margin: 0;
}


.news-mini .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.news-mini .date .detail {
    display: none;
}

.news-mini:hover {
    background: #004ccb;
    color: #fff;
    border-bottom: 2px solid #004ccb;
}

.news-mini:hover .detail {
    display: block;
}

.news-mini:hover a,
.news-mini:hover span {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.news-mini span {
    color: #999;
    display: block;
    
}

.news-mini .text {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 12px;
    bottom: 0;
    font-size: 16px;
}

.news-img-block .swiper-button-next,
.news-img-block .swiper-button-prev {
    top: 40%;
    color: #ddd;
    background: rgba(0, 0, 0, .4);
    width: 60px;
    height: 60px;
}

.news-img-block .swiper-button-next:hover,
.news-img-block .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 1);
}

.news-img-block .swiper-button-next:after,
.news-img-block .swiper-button-prev:after {
    font-size: 20px;
}

.news-img-block .swiper-button-next i,
.news-img-block .swiper-button-prev i {
    font-size: 35px;
}

.news-img-block .swiper-button-next {
    right: 15px;
}

.news-img-block .swiper-button-prev {
    left: 15px;
}

.head-search {
    display: flex;
}

.page-banner .text-block {
    background-color: #0150d3;
    color: #fff;
    padding: 1.5rem;
}

.page-banner .text-block .active {
    border-bottom: 2px solid #fff;
}

.page-banner .text-block {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.page-banner .text-block h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.page-banner .text-block span {
    font-size: 1.4rem;
    margin-right: 3rem;
    line-height: 4;
    padding-bottom: 1rem;
}

.page-banner .text-block span a {
    color: #fff;
    text-decoration: none;
}

.page-banner .text-block span:hover {
    border-bottom: 2px solid #fff;
}

.title-innerPage {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.title-innerPage h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #b3121b;
}

.title-innerPage a {
    padding: 0;
    font-size: 16px;
}

.title-innerPage .breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 16px;
    padding-left: 0;
}

.title-innerPage .breadcrumb a {
    color: #666;
}

.title-innerPage .breadcrumb li.active a {
    color: #0150d3;
}

.user-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 6px;
    background-color: #f1f7ff;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #b4cff4;
}

.page-left-block .tab-title {
    display: block;
    background: url(../img/topbg.png) right 15px center no-repeat #0057b6;
    color: #fff;
    background-size: 50px 50px;
    font-size: 24px;
    text-indent: 30px;
    font-weight: 700;
    line-height: 62px;
}

.page-left-block .nav {
    flex-direction: column;
    margin: 1rem 0;
}

.page-left-block .nav-tabs {
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.page-left-block .nav li {
    border-bottom: 1px solid #ddd;
}

.page-left-block .nav li .subNav {
    padding: 0 0 0 1rem;
}

.page-left-block .nav li .subNav a {
    font-size: 15px;
    padding: 7px 0 7px 30px;
}

.page-left-block .nav li .subNav a.active {
    border: none;
}

.page-left-block .nav li a {
    color: #545454;
    font-size: 18px;
    padding: 1rem 0 1rem 2rem;
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.page-left-block .nav li a.active {
    color: #0057b6;
    border-bottom: 1px solid #0057b6;
}

.page-news {
    margin: 1rem auto 0;
    min-height: 600px;
}

.news-list {
    min-height: 500px;
}

.news-list ul {
    margin: 0;
    padding: 0;
}

.news-list li {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list li p {
    margin: 0;
}

.news-list li span {
    color: #999;
    white-space: nowrap;
}

.news-list a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
}

.news-list a:hover {
    color: #004ccb;
}

.news-detail-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.news-detail-title h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-top: 2rem;
}

.news-detail-title span {
    color: #999;
    padding: 0 2rem;
    line-height: 3;
}

.news-detail-title .time {
    background-color: #e8ecf6;
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    padding: .8rem;
    margin-top: 2.5rem;
}

.news-detail .content {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 2rem 0 6rem;
    color: #5b5b5b;
}

.news-detail .content img {
    margin: auto auto;
    display: initial;
    max-width: 100%;
}

.news-detail .news-link {
    background-color: #e8ecf6;
    padding: 1rem 3rem;
}

.news-detail .news-link p {
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #666;
    margin: 0;
}

.news-detail .news-link a {
    color: #666;
}

.news-detail .news-link hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

.page-fenye {
    margin: 2rem 0 3rem;
    font-size: 1.2rem;
    color: #666;
}

.page-fenye .pagination {
    align-items: center;
}

.page-fenye .form-control {
    width: 70px;
    margin-left: 1rem;
}

.index-news {
    padding-bottom: 50px;
}

.index-news .text-block {
    background: rgba(19, 90, 206, .8);
    width: 80%;
    padding: 1rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 17px;
}

.index-news .text-block b {
    font-size: 24px;
}

.search-btn-box {
    display: none;
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.search-btn i {
    font-size: 25px;
    color: #fff;
}

.text-over1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-over2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}

.text-over3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 19%;
}

.img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}
.index-list01,
.index-list02 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.index-list01 li,
.index-list02 li {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.index-list01 li:first-child,
.index-list02 li:first-child {
    padding-top: 0;
}

.index-list01 .date {
    color: #fff;
    background: #004ccb;
    padding: 6px 8px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-right: 2rem;
}

.index-list02 .date {
    color: #004ccb;
    padding: 6px 13px 6px 0;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 2rem;
    border-right: 1px solid #ddd;
}

.index-list01 .date b,
.index-list02 .date b {
    font-size: 30px;
    display: block;
    font-weight: normal;
    line-height: 1.2;
}

.index-list01 a,
.index-list02 a {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-weight: bold;
}

.index-list01 li:hover,
.index-list02 li:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #004ccb;
}

.index-list01 li:hover a,
.index-list02 li:hover a {
    color: #004ccb;
    text-decoration: none;
}

.report-block {
    background: rgba(255, 255, 255, .4);
    padding: 0 15px 24px;
    box-shadow: 2px 2px 3px 3px #eee;
    margin-top: 20px;
}

.report-block .top {
    display: flex;
}

.report-block .top p a {
    font-size: 18px;
    color: #222;
    margin-top: 1rem;
  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.report-block .top .date {
    background: #004ccb;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-right: 1.5rem;
    border-radius: 0 0 10px 10px;
}

.report-block .top .date b {
    font-size: 24px;
    display: block;
    line-height: 1.4;
}

.report-block .bottom {
    margin-top: 25px;
    font-size: 14px;
}

.report-block .bottom label {
    display: block;
}

.report-block .bottom a {
    color: #999;
}

.report-block .bottom img {
    margin-right: 1rem;
}

.report-block a:hover {
    cursor: pointer;
}

.report-block:hover {
    cursor: pointer;
    box-shadow: #86aef2 0px 0px 8px 1px;
}

.topic-block {
    position: relative;
}

.topic-block .swiper-button-prev,
.topic-block .swiper-button-next {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, .5);
    top: 73%;
}

.topic-block .swiper-button-prev {
    left: -70px;
}

.topic-block .swiper-button-next {
    right: -70px;
}

.topic-block .swiper-button-prev:after,
.topic-block .swiper-button-next:after {
    color: #ddd;
    font-size: 24px;
}

/* 首页tab切换 */
.tab-content {
    position: relative;
    padding: 29px 0 0;
}

.home-tab {
    border-bottom: 2px solid #ddd;
    position: relative;
    margin-top: 15px;
}

.home-tab a {
    color: #222;
    padding: 16px 0;
    margin-right: 2rem;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.home-tab li a.active {
    color: #222;
    font-weight: bold;
    border-bottom: 2px solid #004ccb;
    text-decoration: none;
}

.tab-content .more {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -32px;
    color: #004ccb;
}

.topicSwiper .swiper-slide {
    text-align: center;
}

.banner-page {
    padding-bottom: 24%;
    position: relative;
    z-index: 6;
}

.banner-page .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-page .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.pic-block {
    margin-bottom: 30px;
}

.pic-block .img-block {
    display: block;
    height: 320px;
    overflow: hidden;
}

.pic-block .img-block img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.pic-block:hover {
    box-shadow: 4px 4px 4px #ccc;
}

.pic-block .img-block:hover img {
    transform: scale(1.05);
    transition: all .4s;
}

.pic-block p {
    background: #f8fafd;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
font-size: 16px;

}

.pic-block a {
    color: #666;
}

@media(max-width:1024px) {

    .index-box02,
    .index-box04 {
        padding: 20px 0 30px;
    }

    .index-box01 {
        margin: 20px 0 30px;
    }

    .index-box03 {
        padding: 20px 0 30px;
    }

    .center-block {
        margin: 10px 0;
    }

    .header .right {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .topic-block .swiper-button-next {
        right: 0;
        width: 40px;
        height: 40px;
    }

    .topic-block .swiper-button-prev {
        left: 0;
        width: 40px;
        height: 40px;
    }

    .news-mini:nth-child(2) {
        margin: 20px 0 20px 0px;
    }

    .banner-index .carousel-control-prev {
        left: 0;
    }

    .banner-index .carousel-control-next {
        right: 0;
    }

    .banner-index .carousel-control-prev,
    .banner-index .carousel-control-next {
        width: 50px;
        height: 50px;
    }

    .banner-index .carousel-control-prev-icon,
    .banner-index .carousel-control-next-icon {
        width: 13px;
        height: 22px;
    }

    .head {
        padding: 10px 0;
    }

    .notice-block {
        margin: 10px 0;
    }

    .news-mini {
        margin: 10px auto;
    }

    .banner-index .carousel-item {
        padding-bottom: 66%;
    }

    .aceg_video-dimensions {
        width: 100%;
        height: auto;
    }

    .logo {
        max-height: 40px
    }

    .logotext {
        font-size: 14px;
        padding-left: 5px;
        margin-left: 5px;
    }

    .page-news {
        margin: 1rem auto 0;
    }

    .navi {
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 60px;
        transition: all .3s;
        display: none;
        width: 100%;
        z-index: -1;
        background: rgba(0, 76, 203, 1);
        overflow-y: auto;
    }


    .navi ul,
    .navi ul li {
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        font-size: 18px;
        text-align: left;
        color: #fff;
        padding: 1rem 0;
        border: none;
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        display: block;
        z-index: 18
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: #004ccb;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1;
        padding: 0;
    }

    .navbox>a {
        padding: 0 10px;
    }

    .memu-btn,
    .search-btn-box {
        display: block
    }

    .search-box {
        background: #fff;
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 9;
        padding: 5px;
        margin: 0;
    }

    .search-item {
        display: block;
        justify-content: space-between;
    }

    .search-box input {
        flex: 1;
        border-radius: 30px;
        border-color: #ddd;
    }

    .notice-index {
        margin: 20px 0 0;
        padding: 0;
    }

    .title {
        padding: 20px 0 0;
        margin: 0 0 10px;
    }


    .footer ul {
        min-height: 180px;
        padding: 0 10px;
        margin: 0;
    }


    .page-banner .text-block span {
        line-height: 2;
        font-size: 1.2rem;
        margin-right: 1rem;
    }


    .page-banner .text-block {
        padding: .8rem;
    }

    .page-banner .text-block h3 {
        font-size: 1.5rem;
    }

    .news-detail .news-link {
        padding: 1rem;
    }

    .news-detail h3 {
        font-size: 1.5rem;
    }

    .news-detail .content img {
        margin: 1rem auto;
    }

    .page-banner .text-block .active {
        font-size: 1.2rem;
    }

    .news-right-block {
        margin-top: 1rem;
    }
}
@media (max-width: 768px) {
.news-img-block img{
 height:270px;
}
.pic-block .img-block {     
    height: 200px;   
}
.banner-index .swiper-button-prev, .banner-index .swiper-button-next{
    display: none;
}
.banner-index .swiper-pagination {
    bottom: 0rem;
}
    .news-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .top .box4 {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer .top .box4 .input {
        margin: 10px 0;
    }

    .header {
        position: fixed;
z-index: 99;
    }
.banner-index .swiper-slide{
padding-bottom:44%;
}
.news-img-block .swiper-slide{
padding-right:0;
}

    .logo {
        max-height: 28px;
        margin: 5px 0 0;
    }

    .head-link {
        display: none;
    }

    .picMarquee-left {
        height: 100px;
    }

    .news-img-block .text-box {
        font-size: 15px;
padding:15px;
right:20px;
    }

    .title h2 small {
        display: none;
    }

    .title-innerPage {
        display: block;
    }

    .banner-index .carousel-caption {
        left: 1rem;
    }

    .banner-index .carousel-caption .line {
        display: none;
    }

    .banner-index .carousel-caption {
        width: 150px;
        top: 0;
    }

    .banner-index .carousel-caption h3 {
        font-size: 14px;
        line-height: 1.2;
    }

    .banner-index .carousel-caption button {
        display: none;
    }

    .index-news .carousel-caption {
        padding-right: 80px;
    }

    .list-block-icon li {
        display: inline-grid;
    }

    .title2::before,
    .title2::after {
        display: none;
    }

    .back-top {
        display: none;
    }

}
@media (min-width:1440px) {
    .container {
        max-width: 1400px;
    }
    .news-img-block .imgs {
       
    }

}

@media (min-width: 1920px) {
    .container {
        max-width: 1400px;
    }
.banner-index .swiper-slide {   
    padding-bottom: 30%;   
}

    .banner-index .carousel-control-prev {
        left: 4%;
        width: 70px;
        height: 70px;
        bottom: 30%;
    }

    .banner-index .carousel-control-next {
        right: 4%;
        width: 70px;
        height: 70px;
        bottom: 30%;
    }

    .topic-block .swiper-button-next {
        right: -45px;
    }

    .topic-block .swiper-button-prev {
        left: -45px;
    }
    .news-img-block .imgs {    
        
    }

}

@media (min-width: 2048px) {
.news-mini:nth-child(2) {
    margin: 20px 0 20px 0px;     
}
    .container {
        max-width: 1700px;
    }
    body,
    html {
        font-size: 16px;
    }
.news-img-block .imgs {   
    
}
.news-right-block p{
    font-size: 16px;
}
.news-mini p {
    font-size: 1.3rem;    
}
.news-mini {   
    padding: 1.14rem 1rem;    
}
.news-right-block {   
    padding: 2.1rem 0 2rem;    
   }
}