body{
    line-height: 1;
    font-size: 14px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #000000;
}
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    min-width:1200px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
}
}
@media (max-width: 767.98px){
    .banner .container{
        padding: 0;
    }
    #index-xwdt-lbt{
        height: 250px;
    }
    #index-xwdt-lbt .carousel-item {
        height: 250px;
    }
    #index-xwdt-lbt img{
        height: 250px;
        object-fit: cover;
    }
    .h-500{
        height: 250px !important;
    }
    .lbt{
        display: none;
    }
    .content {
        padding: 10px 0 !important;
    }
    .lb {
        height: 310px;
        overflow: hidden;
    }
    .content .card {
        margin-bottom: 30px;
    
    }
    .index-yqlj{
        flex-direction: column;
    }
    .index-yqlj li{
        width: 100%;
        margin-bottom: 5px;
    }
}
.container{
min-width:1200px;
}

.header{
    height: 155px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff url(../imgs/head.jpg) no-repeat center top;
    background-size: 120% 100%;
}

.header .logo{
   margin-top: 15px;
}
a{
    text-decoration: none;
    color: #000;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
}
a:hover{
    text-decoration: none;
    color: #1c7cc5 !important;
}
.nav {
    background: #1c7cc5;
}

.nav .bg-light {
    background: #1c7cc5 !important;
    padding-right: 0;
}

.nav .navbar-brand {
    color: #fff;
    font-size: 18px;
}

.nav .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding:10px 28px;
}

.nav .navbar-nav .nav-link:hover{
    color: rgba(255, 255, 255, 0.5) !important;
}
.nav .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.nav .navbar-light .navbar-toggler-icon{
    background-image: url(/_upload/tpl/04/12/1042/template1042/assets/css/"data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav .btn-outline-dark {
    color: #fff;
    border-color: #fff;
}

.nav .btn-outline-dark:hover, .nav .btn-outline-dark:not(:disabled):not(.disabled):active, .nav .btn-outline-dark:active{
    color: #1c7cc5;
    background-color: #fff;
    border-color: #fff;
}
.nav .navbar-brand:hover{
    color:rgba(255, 255, 255, 0.5) !important;
}

.nav .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 124, 197, 0.5);
}
.nav .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 124, 197, 0.5);
}
.nav .navbar-light .navbar-nav .nav-link:hover{
    color: rgba(255, 255, 255, 0.5);
}

.nav .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.h-500 {
    height: 450px;
}


.nav .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover{
    color: rgba(255, 255, 255, 0.5);
}

.nav .dropdown-item{
    padding: 10px;
    text-align:center
}


.nav .dropdown-item:focus,.nav .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #1c7cc5;
}
.banner .carousel-control-next,.banner .carousel-control-prev{
    background: rgba(0,0,0,.3);
    width: 60px;
    height: 120px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    border: 0;
    transition: all .5s;
}


.content{
    padding: 20px 0;
    display: block;
}

.content .card{
    border: 0;
}

.content .card .card-body{
    padding: 0;
}

.content .card .card-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: #85c42b solid 1px; */
}

.content .card .card-title span{
    font-size: 18px;
    color: #1c7cc5;
    font-weight: bold;
}

.content .card .card-title>span::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    background: #85c42b;
}
.content .card .card-title .more{
    font-size: 15px;
    color: #85c42b !important;
    text-decoration: none;
    font-weight: 600;
}
.content .card .card-title .more small{
    font-weight: bold;
    font-size: 18px;
}
.content .card .card-title .more span{
  color:#85c42b;
}
.content .card .card-title .more span::after{
display:none;
}

.content .card .card-title a{
    font-size: 14px;
    color: #1c7cc5;
    text-decoration: none;
}

#index-xwdt-lbt{
    width: 100%;
    height: 400px;
}

#index-xwdt-lbt .carousel-item {
    height: 400px;
    width: 100%;
}

#index-xwdt-lbt img{
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
    transition: all .5s;
}

#index-xwdt-lbt img:hover{
    transform: scale(1.1);
}

.carousel-caption{
    bottom: 0;
    padding:15px 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    font-size: 16px;
    left: 0;
    right: 0;
    text-align: left;
    padding-left: 10px;
}

.lb ul{
    padding: 0;
    margin: 0;
    list-style: square none;
}

.lb ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13.5px 0;
    border-bottom: 1px solid #edf7fe;
    transition: all .5s;
    width: 100%;
}

.lb ul li::before{
    content: "";
    background: url(/_upload/tpl/04/12/1042/template1042/assets/imgs/news_biao.png) no-repeat 0px center;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
}

.lb ul li a{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* font-weight: 600; */
}

.lb ul li a:hover{
    color: #1c7cc5;
    transform: translate(5px, 0px);
}

.lb ul li a span{
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-right: 10px;
    text-align: left;
    font-size: 15px;
}

.lb ul li a time{
    width: 100px;
    text-align: right;
    color: #9C9C9C;
}
.index-xwdt {
    background: #edf7fe;
    margin-right: 0;
}
.index-xwdt .card{
    background: #edf7fe;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 10px;
}
.index-tzgg {
    padding: 0;
    margin: 0;
    list-style: square none;
}

.index-tzgg li {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 7.53px 0;
    border-bottom: 1px solid #f1f1f1;
    transition: all .5s;
    width: 100%;
}

.index-tzgg li .time{
    margin-right: 13px;
    background-color: #1c7cc5;
    padding: 0 8px;
}

.index-tzgg li .time h4 {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding-top: 5px;
    border-bottom: 1px solid #85c42b;
}

.index-tzgg li .time h6 {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.index-tzgg li a {
        color: #333333;
        display: block;
        font-size: 16px;
        line-height: 24px;
        transition: all 0.5s linear;
        padding-top: 3px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        text-decoration: none;
}

.index-tzgg li a:hover {
    color: #1c7cc5;
    transform: translate(10px, 0px);
}
.index-zxzx .card{
    border: 0;
}

.index-zxzx ul{
    padding: 0;
    margin: 0;
    /* border: 1px solid #1c7cc5; */
    display: block;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    background: #edf7fe;
padding-left: 60px;
}

.index-zxzx ul li{
    display: block;
    float: left;
    padding: 10px;
    
}
.index-zxzx ul li em{
    width: 5px;
    height: 5px;
    background: #1c7cc5;
    display: inline-flex;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 3px;
}
.index-zxzx ul li h6{
    font-weight: bolder;
}
.index-zxzx ul li h6 span{
    color: #0090ff !important;
    font-size: 15px;
     padding-left: 40px;
}

.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}

.clear {
    clear: both;
}

.index-yqlj{
    margin-top: 36px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.index-yqlj li{
    width: 276px;
    height: 96px;
    border: 1px #e2e2e2 solid;
}

.index-yqlj li a{
    text-decoration: none;
}

.index-yqlj li:first-child{
    margin-left: 0;
}

.index-yqlj li a img{
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
}
.u-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.u-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    transition: all .5s;
    width: 100%;
    list-style-type: circle;
}
.u-list li::before{
    content: "";
    background: url(/_upload/tpl/04/12/1042/template1042/assets/imgs/news_biao.png) no-repeat 0px center;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
}
.u-list li a{
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    /* letter-spacing: .01px; */
}

.u-list li a:hover{
    color: #1c7cc5;
    transform: translate(5px, 0px);
}

.u-list li a span{
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-right: 10px;
    text-align: left;
    font-size: 15px;
}

.u-list li a time{
    width: 100px;
    text-align: right;
    color: #9C9C9C;
}

.footer{
    background: #1c7cc5;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.index-mtksy{
    padding: 0;
    margin: 0;
    list-style: square none;
}

.index-mtksy li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.53px 0;
    border-bottom: 1px solid #fff;
    transition: all .5s;
    width: 100%;
}

.index-mtksy li::before{
    content: "";
    background: url(/_upload/tpl/04/12/1042/template1042/assets/imgs/news_biao.png) no-repeat 0px center;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.index-mtksy li a{
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
}

.index-mtksy li a:hover{
    color: #1c7cc5;
    transform: translate(5px, 0px);
}

.index-mtksy li a span{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-right: 10px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #9C9C9C;
    text-indent: 2em;
}

.index-mtksy li a h5{
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.pfAdv{ } 
.plCloseDiv{ width:16px; height:16px; background-image:url(/_upload/tpl/04/12/1042/template1042/assets/imgs/close.png); background-repeat:no-repeat; position:absolute; top:-15px; right:0; cursor:pointer;} 
.plCloseA{ color:#102a49; font-size:14px; font-family:""; text-decoration:none; }

.qrCode{
    width: 160px;
    height: 160px;
    text-align: center;
    display: block;
}

.footer .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 350px;
    margin: 0 auto;
}

.footer .box em{
    display: block;
    width: 2px;
    background: #fff;
    height: 80px;
}

.cate{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #e4e4e4;
}

.cate h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    background: #1c7cc5;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.cate ul{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.cate ul li{
    width: 100%;
    display: block;
    border-bottom:  1px solid #f1f1f1;
}

.cate ul li a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
}
.cate>div{
    width: 100%;
}

.cate .selected > a{
    color: #1c7cc5 !important;
    background-color: #edf7fe;
    font-weight: 600;
}
.cate ul li a:hover{
    color: #1c7cc5 !important;
    background-color: #edf7fe;
}

.cate ul li .act{
    background-color: #1c7cc5;
    color: #fff;
}

.category .card{
    border: 0;
}

.category .card .card-body{
    padding: 0;
}

.category .card .card-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #c9c9c9 solid 1px; 
}

.category .card .card-title span{
    font-size: 18px;
    color: #1c7cc5;
    font-weight: bold;
}

.category .card .card-title .possplit{
font-size:12px
}
.content .card .card-title span::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    background: #85c42b;
}
.category .card .card-title .more{
    font-size: 14px;
    color: #85c42b !important;
    text-decoration: none;
    font-weight: 600;
}
.category .card .card-title a{
    font-size: 14px;
    color: #1c7cc5;
    text-decoration: none;
}
.cate-title::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    background: #85c42b;
}
.category .location{
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #666 !important;
}

.category .location a{
    color: #666 !important;
    text-decoration: none;
}

.cate .p21{
    width: 100%;
}

.cate li.selected > a{
    color: #1c7cc5 !important;
    background-color: #edf7fe;
    font-weight: 600;
}
.article{
    width: 100%;
    padding: 10px 0;
    display: block;
}

.article .title{
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.article .meta {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    gap: 15px;
}

.article .meta span{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article .detail *{
    max-width: 100%;
}

.article .title{
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px !important;
    text-align: center;
    color: #182880;
    border-bottom: 1px solid #ececec;
}