body{
    /*background: #f4f4f4;*/
}
.nav-box{
    display: flex;
    justify-content: space-around;
    margin: 10px auto;
}
.nav-item{
    width: 18%;

    height: auto;
    font-size: 0;
    text-align: center;
}
.nav-item img{
    width:100%
}
/*.nav-01{*/
/*    background: url('../images/nav-01.png') center 0 no-repeat;*/
/*    background-size:100% auto;*/
/*}*/
/*.nav-02{*/
/*    background: url('../images/nav-02.png') center 0 no-repeat;*/
/*    background-size:100% auto;*/
/*}*/
/*.nav-03{*/
/*    background: url('../images/nav-03.png') center 0 no-repeat;*/
/*    background-size:100% auto;*/
/*}*/
/*.nav-04{*/
/*    background: url('../images/nav-04.png') center 0 no-repeat;*/
/*    background-size:100% auto;*/
/*}*/
/*.nav-05{*/
/*    background: url('../images/nav-05.png') center 0 no-repeat;*/
/*    background-size:100% auto;*/
/*}*/
/*.nav-06{*/
/*    background: url('../images/nav-06.png') center 0 no-repeat;*/
/*    background-size:100% auto;*/
/*}*/
.header{
    position: relative;
    border-bottom: 1px solid #efefef;
}
.header img{
    width: 100%;
}
.header .logo{
    display: block;
}
.btn-search{
    display: block;
    width: 30px;
    height: 100%;
    background: url('../images/icon-search-blue.png') center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
}
.btn-menu{
    display: block;
    width: 30px;
    height: 100%;
    background: url('../images/icon-menu.png') center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
}

.search-box {
    background: #ededed none repeat scroll 0 0;
    position: relative;
    padding: 0 10px;
    /*display: none;*/

}
.search-box .input-search {
    border: 1px solid #dddddd;
    border-radius: 20px;
    margin: 10px 3px;
    text-align: center;
    line-height: 30px;
    width: 100%;
}
.search-box a.temp {
    color: #004ea2;
    font-size: 1rem;
    display: block;
    width: 18%;
    text-align: center;
    line-height: 3.5rem;
    float: right;
}
.search-box .icon-search {
    background: rgba(0, 0, 0, 0) url("../images/icon-search-blue.png") no-repeat scroll 0 center;
    background-size: 100% auto;
    height: 25px;
    position: absolute;
    left: 88%;
    top: 14px;
    display: block;
    vertical-align: middle;
    width: 25px;
}
.footer{
    background: url(../images/footer.jpg) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 10px;
    line-height: 28px;
}
.footer .code-box{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.footer .code-item{
    width: 40%;
    text-align: center;
}
.footer img{
    width:100%;
    padding: 5px;
    border:1px solid #fff
}
.footer .un-item{

}
.footer .un-item span{
    width: 80px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.footer .un-item p{
    width:calc(100% - 80px);
    display: inline-block;
    font-size: 14px;
}

    /*弹出窗口*/
.popBox{
    display: block;
    width:100%;
    height:100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top:0;
    left:-100%;
    z-index: 999;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;

}
.popBox.open{
    left:0;
}
.popBg{
    background: url("../images/trans50.png") 0 0 repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.popBox-content{
    position: relative;
    width: 75%;
    height: 100%;
    z-index: 10;
    overflow-y: scroll;
    background: #ffffff ;
}
.popBox-content .return{
    position: absolute;
    background: url("../images/icon-back.png")no-repeat center center/100% 100%;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
}
.popBox-content .item-list{
    margin-top: 65px;
}
.popBox-content .item-list .item{
    background: #0856a0;
    color: #fff;
    border-top: 1px solid #eeeeee;
    font-size: 1.2rem;
    line-height: 2.3rem;
    padding-left: 20px;
    position: relative;
    display: block;
}
.popBox-content .item-list .second-list li{
    list-style: disc inside;
    color: #0856a0;
    font-size: 12px;
    padding-left: 33px;
}
.popBox-content .item-list .second-list li a{
    display: inline-block;
    color: #666666;
    font-size: 1rem;
    line-height: 2.3rem;
    padding-left: 10px;
}
.popBox-content .item-list .item.open{
    color: #ffffff;
    background-color:#0856a0;
}
.popBox-content .item i{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.popBox-content .item-list .item .s-01{
    background:url("../images/s-01.png") 0 0 no-repeat ;
    background-size:100% auto;
}
.popBox-content .item-list .item .s-02{
    background:url("../images/s-02.png") 0 0 no-repeat ;
    background-size:100% auto;
}
.popBox-content .item-list .item .s-03{
    background:url("../images/s-03.png") 0 0 no-repeat ;
    background-size:100% auto;
}
.popBox-content .item-list .item .s-04{
    background:url("../images/s-04.png") 0 0 no-repeat ;
    background-size:100% auto;
}
.popBox-content .item-list .item .s-05{
    background:url("../images/s-05.png") 0 0 no-repeat ;
    background-size:100% auto;
}
.popBox-content .item-list .item .s-06{
    background:url("../images/s-06.png") 0 0 no-repeat ;
    background-size:100% auto;
}


.popBox-content .second-list{
    display: none;
}

.banner.swiper{
    --swiper-pagination-color: #f29200;
    overflow: hidden;
    position: relative;
}
.banner.swiper.red{
    --swiper-pagination-color: #de2d25
}
.banner .swiper-pagination{
    text-align: right;
    width: 100px;
    left: auto;
    right: 10px;
}
.banner .swiper-pagination-bullet{
    width: 16px;
    border-radius:10px;
    margin: 0 2px!important;
}

.banner .title{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: -webkit-linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* Firefox 3.6 - 15 */
    background: linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* 标准的语法 */
    line-height: 22px;
    height: 32px;
    padding: 0 100px  0 10px;
    color: #fff;
}
.banner img{
    width: 100%;
    height:238px;
    display: block;
    object-fit: cover;
    object-position: center;

}

.board-item{
    padding:10px;
    color:#fff;
    text-align: center;
    border-radius:4px;
    margin: 10px 0;
    height:70px;
    line-height: 25px;
    font-weight: bold;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}

.board .board-item:nth-child(1){
    background: url('../images/xuanchuan.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.board .board-item:nth-child(2){
    background: url('../images/xuanchuan2.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.board .board-item:nth-child(3){
    background: url('../images/xuanchuan3.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.board .board-item:hover{
    color:#fff;
}
.title-box{
    color: #0756a0;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    margin: 20px 0;
}
.title-box .btn-more{
    background: #0756a0;
    color: #fff;
    font-size: 14px;
    border-radius:20px;
    padding: 0 10px ;
    line-height: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 4px;
    font-weight: normal;
}

.title-box.temp{
    color: #de2d25;
}
.title-box.temp .btn-more{
    background: #de2d25;
}
.title-01, .title-02, .title-03, .title-04{
    background: url('../images/s-07-blue.png') center  no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.title-02{
    background: url('../images/s-03-red.png') center  no-repeat;
    background-size: 100% auto;
}
.title-03{
    background: url('../images/s-04-blue.png') center  no-repeat;
    background-size: 100% auto;
}
.title-04{
    background: url('../images/s-08-blue.png') center  no-repeat;
    background-size: 100% auto;
}
.news-list{
    overflow: hidden;
    padding-bottom:50px;
    position: relative;
    --swiper-pagination-color: #f29200;
}
.news-list.red{
    --swiper-pagination-color: #de2d25;
}
.news-item{
    display: block;
    padding: 10px 0;
}
.news-item dl{
    display: flex;
    justify-content: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.news-item  dt{
    min-height: 70px;
    width: 112px;
    float: left;
}
.news-item  dt img{
    height: 70px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.news-item  dd{
    margin-left: 10px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    width:calc(100% - 112px);
}
.news-con .title{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    font-weight: normal;
}
.news-con .handle{
    text-align: right;
}
.news-con .handle span{
    color: #b3bac2;
    font-size:12px;
}
@media screen and (max-width: 362px) {
    .news-item dd{
        width:calc(100% - 90px);
    }
}
.news-con .handle .i-thumb{
    background: url('../images/i-thumb.png') 0 center  no-repeat;
    background-size: 18px 18px;
    padding-left: 18px;
    color: #666;
}
.news-con .handle .i-eye{
    background: url('../images/i-eye.png') 0 center no-repeat;
    background-size: 16px 16px;
    padding-left: 18px;
}
.news-list .swiper-pagination .swiper-pagination-bullet,
.news-list2 .swiper-pagination .swiper-pagination-bullet{
    bottom: 0;
    width: 30px;
    border-radius:10px;
}
.news-list2{
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    --swiper-pagination-color: #f29200;
}
.news-item2{
    margin: 20px 0;
    display: block;
}
.news-item2::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.news-list2 .time{
    display: inline-block;
    width: 60px;
    height: 50px;
    font-size: 13px;
    color: #0756a0;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: top;
    margin-right: 5px;
    flex-shrink: 0;
    line-height: 25px;
    float: left;
}
.news-list2 .time i{
    display: block;
    width: 100%;
    height: 25px;
    font-size: 14px;
    color: #fff;
    background: #0756a0;
    font-style: normal;
    line-height: 25px;
}
.news-list2 h3{
    font-weight: normal;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}
.news-list2 .handle{
    text-align: right;
}
.news-list2 .handle .i-eye{
    background: url('../images/i-eye.png') 0 0 no-repeat;
    background-size:20px 20px;
    padding-left: 30px;
}

.picture-list{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    margin: 20px 0;
}
.picture-list a{
    display: block;
    position: relative;

}
.picture-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.picture-list .icon-picture{
    background: url('../images/icon-img.png') 0 0 no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height:40px;
    vertical-align: middle;
    display: inline-block;
}
.picture-list .icon-videos{
    background: url('../images/icon-videos.png') 0 0 no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height:40px;
    vertical-align: middle;
    display: inline-block;
}
.picture-list p{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: -webkit-linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* Firefox 3.6 - 15 */
    background: linear-gradient(transparent, rgba( 0, 0, 0, 0.4)); /* 标准的语法 */
    width: 100%;
    padding: 5px 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    box-sizing: border-box;
    padding-right: 60px;
}

.picture-list .swiper-pagination-current{
    color: #f29200;
    font-weight: bold;
    font-size: 16px;
}
.picture-list .swiper-pagination-fraction{
    color:#fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 60px;
    left: auto;
    bottom: 10px;
    line-height: 32px;
}
#map{
    margin-top: 40px;
}
.hot-point h2{
    font-size: 18px;
    color: #0756a0;
    font-weight: bold;
    margin: 10px 0 -10px;
    background: url('../images/s-02-blue.png') 0 0 no-repeat;
    background-size:32px auto;
    padding-left: 35px;
    line-height: 36px;
}
.ul-list1 li a {
    display: -webkit-box;
    font-size: 14px;
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ul-list1 li p {
    color: #888888;
    display: block;
    font-size: 0.8rem;
    margin-top: 5px;
}
.ul-list1 li p span{
    float: right;
}
.ul-list1 li{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.ul-list1 a i{
    color: #f29200;
}
.bread{
    /*border-bottom: 1px #ededed solid;*/
    padding: 10px;
    position: relative;
    background: #f4f4f4;
}
.bread:nth-child(2){
    padding-top: 0;
}
.bread img{
    width: 13px;
    height: auto;
}
.bread a, .bread span{
    display: inline-block;
    color: #0756a0;
    font-size: 16px;
}
.bread.red a, .bread.red span{
    color: #de2d25;
    font-size:18px;
}
.bread.red img{
    width: 10px;
}
.bread .i-back{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.two-nav{
    margin-bottom: 5px;
    display: flex;
    justify-content: space-around;
    padding:0 10px ;
    background: #fff;
    border-bottom: #ededed solid 1px;
}
.two-nav a{
    display: inline-block;
    padding:10px 0;
}
.two-nav .cur{
    color: #0756a0;
    border-bottom: #0756a0 solid 1px;

}
@media screen and (max-width: 404px) {
    .two-nav a{
        font-size: 14px;
    }
}
@media screen and (max-width: 375px){
    .two-nav a{
        font-size: 16px;
        width: 14%;
        text-align: center;
    }
}
.two-nav2{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding:10px 10px 0 10px;
    border-bottom: #ededed solid 1px;
    background: #fff;
}
.two-nav2 a{
    display: inline-block;
    padding:5px 0;

    text-align: center;
}
.two-nav2 .cur{
    color: #0756a0;
    border-top: #0756a0 solid 3px;
    border-bottom: #0756a0 solid 3px;
}
.two-nav3, .two-nav4{

    display: flex;
    justify-content: space-between;
    border: solid 1px #ededed;
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin:0 10px 10px;
}
.two-nav4{
    margin:0;
    margin-bottom: 10px;
    background: #f4f4f4;

}
.bread .two-nav4{
    margin-top:-10px;
}
.two-nav3 a,
.two-nav4 a{
    display: inline-block;
    padding:5px 0;
    text-align: center;
    width: 50%;
    background: #fff;
    color: #0756a0;
}
.two-nav4 a{
    color: #555;
}
.two-nav3 a{
    line-height: 34px;
}
.two-nav3 a:first-child{
    border-radius: 6px 0 0 6px;

}
.two-nav3 a:last-child{
    border-radius: 0 6px 6px 0;

}
.two-nav4 a{
    width: 23%;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 0;
}
.two-nav3 .cur, .two-nav4 .cur{
    color: #fff;
    background: #0756a0;
}

.article-title{
    font-size: 18px;
    text-align: center;
    color:#333;
    padding-bottom: 15px;
    padding-top: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    background: #fff;
}
.article-title.red{
    color: #de2d25;
}
.article-detail{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.article-detail .title{
    font-size: 18px;
    text-align: center;
    color:#333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.article-detail p{
    font-size: 16px;
    color:#666;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 15px;
    text-justify: inter-ideograph;
}
.article-detail p span {
    font-size: 14px!important;
    color:#666!important;
    line-height: 1.8em!important;
    font-family: "microsoft YaHei"!important;
}
.article-detail  span {
    font-size: 14px!important;
    color:#666!important;
    line-height: 1.8em!important;
    font-family: "microsoft YaHei"!important;
    text-justify: inter-ideograph;
}
.article-detail video{
    width: 100% !important;
    height: auto !important;
}
.article-detail p video{
   text-indent: -2em;
    display: block;
}
.article-detail p img{
    text-indent: -2em;
    display: block;
}
.article-detail img{
    max-width:100%;
    height:auto!important;
}
.in-item{
    display: flex;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    margin: 20px 0;
    padding: 10px;
    box-sizing: border-box;
    justify-content: left;
    border-radius: 4px;
    position: relative;
    align-items: center;
}
.in-item img{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 10px;

}
.in-item h3{
    line-height: 24px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #333;
}
.in-item p{
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.in-item div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.temp1 .in-item div{
    width:calc(100% - 120px);
}
.in-item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 50px;
    display: block;
    background: #d0d0d0;
    border-radius: 0 10px 10px 0;
}
.in-item:hover{
    color: #0756a0;
}
.in-item:hover:before{
    background: #0756a0;
}
.in-item span{
    display: block;
}
.in-item .btn-download{
    background: #0756a0;
    display: inline-block;
    position: absolute;
    right: -55px;
    top: 28px;
    color:#fff;
    border-radius: 10px;
    padding: 2px 8px;
}
.in-box.temp .in-item:nth-child(1n):before{
    background: #0756a0;
}
.in-box.temp .in-item:nth-child(2n):before{
    background: #f29200;
}
.in-box.temp .in-item:nth-child(3n):before{
    background: #51a2f1;
}
.in-box.temp .in-item:nth-child(4n):before{
    background: #42cea7;
}
.in-box.temp .in-item:nth-child(5n):before{
    background: #fd6c57;
}
.in-box.temp .in-item:nth-child(6n):before{
    background: #7570ee;
}
.c-email, .c-phone, .c-place{
    background: url('../images/c-email.png') 0 0 no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.c-phone{
    background: url('../images/c-phone.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.c-place{
    background: url('../images/c-place.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.about_map{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.about_map .item{
    margin-bottom:20px;
    font-size: 14px;
    color:#666;
    line-height: 1.8em;
    margin-left: 20px;
}
.about_map .i_map1,.about_map .i_map2,.about_map .i_map3{
    background: url('../images/c-email.png') 0 center no-repeat;
    background-size:20px auto;
    display: block;
    vertical-align: middle;
    margin-right: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color:#222;
}
.about_map .i_map2{
    background: url('../images/c-phone.png') 0 center no-repeat;
    background-size:20px auto;
}
.about_map .i_map3{
    background: url('../images/c-place.png') 0 center no-repeat;
    background-size:20px auto;
}
.about_map img{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.history-box {
    padding: 10px;
    position: relative;
}
.history-box:before{
    content: '';
    position: absolute;
    height: 62%;
    width:2px;
    background: #1565c0;
    display: block;
    top:21%;
    left: 50%;
}
.history-box .item{
    display:flex;
    justify-content: space-around;
    margin: 20px 0;
    position: relative;
    text-align: center;
}
.history-box .item:before{
    content: "";
    width: 20px;
    height:20px;
    background: #1565c0;
    border-radius:50%;
    border: 4px solid #cce4ff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
}
.history-box .left, .history-box .right{
    width: 50%;
    padding :0 20px;
}
.history-box h3{
    margin-bottom: 10px;
}
.history-box .left h3{
    text-align: right;
}
.history-box .right h3{
    text-align: left;
}
.history-box h4{
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color:#555
}
.history-box p{
    color: #999;
    font-size: 14px;
}
.history-box img{
    width: 90%;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 0 auto;
}
.pic-list{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.pic-list.swiper{
    overflow: hidden;
    width: 100%;
    height:300px;
    position: relative;
}
.pic-list a{
    display: block;
}
.pic-list h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.pic-list img{
    width: 100%;
    display: block;
    height:205px;
    object-fit: cover;
}
.pic-item{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.pic-item .temp{
    position: relative;
}
.pic-item .temp .handle{
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.2);
    padding:5px 50px 5px 5px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.video{
    background: url('../images/i-player.png') 0 0 no-repeat rgba(255,255,255,0.4);
    background-size: 100% auto;
    width:40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.pic-item .handle{
    font-size: 14px;
    color: #999;
    text-align: right;
    padding: 5px 10px;
}
.pic-list .icon-time{
    background: url('../images/icons-time1.png') 0 center no-repeat;
    background-size: 15px auto;
    padding-left: 23px;
    margin-left: 10px;
}
.pic-item .p-eye{
    background: url('../images/p-eye.png') 0 center no-repeat;
    background-size: 15px auto;
    padding-left: 23px;
    margin: 0 5px;
}
.pic-item .p-thumb{
    background: url('../images/p-thumb.png') 0 center no-repeat;
    background-size: 15px auto;
    padding-left: 23px;
    margin: 0 5px;
}
.pic-item .p-comment{
    background: url('../images/p-comment.png') 0 center no-repeat;
    background-size: 15px auto;
    padding-left: 23px;
    margin: 0 5px;
}
.pic-item .num{
    position: absolute;
    right: 10px;
    bottom:5px;
    font-size: 14px;
}
.pic-item .num i{
    font-size:16px;
}

.title-top {
    background: #004ea2;
    color: #fff;
    position: relative;
}
.title-top.bg-black {
    background: #000;
}
.title-top.bg-white{
    background: #f4f4f4;
}
.title-top h2 {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    line-height: 2rem;
    padding: 5px 0;
}
.title-top div {
    position: absolute;
    left: 10px;
    top: 5px;
}
.title-top a {
    color: #fff;
    font-size: 0.9rem;
    line-height: 2rem;
    padding: 3px;
}
.title-top.bg-white h2{
    color:#0756a0;
}
.title-top.bg-white a{
    color:#555;
}
.icon-left {
    background: url("../images/i-back2.png") 0 0 no-repeat;
    display: inline-block;
    width: 10px;
    height: 15px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 3px;
}
.bg-black {
    background: #000 none repeat scroll 0 0;
}
.title-top.bg-white .icon-left{
    background: url("../images/i-back.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.pic-list1{
    width: 100%;
}
.pic-list1 .swiper-slide img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.pic-list1 .swiper-slide p{
    padding:15px 10px 10px 10px;
    background: #000;
    width: 100%;
    height: 82px;
    box-sizing: border-box;
    line-height: 1.8em;
    color:#fff;
    font-weight: bold;
    font-size: 16px;
}
.pic-list1 .swiper-slide p span{
    font-weight: normal;
    font-size: 14px;
}

.read-btn {
    color: #666;
    line-height: 26px;
    margin: 10px 0;
    padding: 0 10px;
}
.read-btn p {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /*max-height: 50px;*/
    border-bottom:1px dashed #ddd;
    padding: 10px 0;
    color: #999;
}
.read-btn p:last-child{
    border: none;
}
.read-btn a {
    color: #666;
}
.c-read{
    font-size: 18px;
    color:#0756a0;
    margin-bottom: 10px;
}


.video-detailbox .discuss-detail {
    position: relative;
    background: #000;
    margin-top: 0;
    padding: 7px 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.video-detailbox .pic-list1 p{
    display: -webkit-inline-flex;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 55px!important;
    height: 78px!important;
}
.fix-bottom .discuss-detail {
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: -1px;
    z-index: 10;
    width: 100%;
}
.discuss-detail a {
    display: block;
    min-width: 25%;
    color: #fff;
    float: left;
    vertical-align: middle;
    font-size: 0.9rem;
    text-align: center;
}
.discuss-detail a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.discuss-detail .p-eye{
    background: url('../images/p-eye.png') 0 0 no-repeat;
    background-size:20px 20px;
}
.discuss-detail .p-thumb{
    background: url('../images/p-thumb.png') 0 0 no-repeat;
    background-size:20px 20px;
}
.discuss-detail .p-comment{
    background: url('../images/p-comment.png') 0 0 no-repeat;
    background-size:20px 20px;
}
.video-detailbox .num{
    position: absolute;
    right: 10px;
    top:16px;
    font-size: 14px;
    color: #fff;
}
.video-detailbox .num i{
    font-size:16px;
}

.video-title {
    font-size: 1rem;
    line-height: 2rem;
    margin: 10px 0;
}
.icon-down {
    background: url("../images/select-down.png") center center no-repeat;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    width: 30px;
    height: 37px;
    display: block;
    float: right;
}
.video-con {
    font-size: 0.8rem;
    line-height: 1.5rem;
}
.tips{
    margin-top: 20px;
    text-align: right;
    font-weight: normal;
}
.tips .icon-time{
    background: url('../images/icons-time1.png') 0 center no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
    margin-right:5px;
}
.tips .icon-eye{
    background: url('../images/i-eye.png') 0 0 no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
    font-size: 14px;
    color: #999;
    margin-right:5px;
}
.tips .icon-thumb{
    background: url('../images/i-thumb.png') 0 0 no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
    font-size: 14px;
    color: #999;
    margin-right:5px;
}
.tips .icon-message{
    background: url('../images/i-message.png') 0 0 no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
    font-size: 14px;
    color: #999;
}
.topic{
    color: #666;
    line-height: 26px;
    margin: 10px 0;
}
.topic p{
    display: inline-block;
}
.topic span{
    border: solid 1px #1d5296;
    border-radius:20px;
    color: #1d5296;
    padding: 1px 5px;
    margin: 5px 3px;
    display: inline-block;
}
.flex-c{
    display: flex;
    justify-content: center;
}
.share-item{
    width: 50px;
    height:50px;
    margin: 4px;
}

.icons-nav {
    display: block;
    font-size: 1rem;
    position: relative;
    text-align: center;
}
.icons-nav i {
    border-radius: 50%;
    display: block;
    height: 100%;
    padding-top: 100%;
    width: 100%;
}
.icon-07 {
    background: rgba(0, 0, 0, 0) url("../images/icon-07.png") no-repeat scroll 0 0 / 100% auto;
}
.social-share{
    display: inline-flex;
    justify-content: center;
 align-items: center;
}
.social-share .social-share-icon{
    width:50px!important;
    height:50px!important;
}
.social-share .icon-qq:before,
.social-share-icon.icon-wechat:before,
.social-share-icon.icon-weibo:before{
    content: '' !important;
}
.social-share-icon.icon-qq, .social-share .icon-qq:hover{
    background: url('../images/share-05.png') 0 0 no-repeat!important;
    background-size: 100% auto!important;
}
.social-share-icon.icon-wechat,.social-share-icon.icon-wechat:hover{
    background: url('../images/share-02.png') 0 0 no-repeat!important;
    background-size: 100% auto!important;
}
.social-share-icon.icon-weibo, .social-share-icon.icon-weibo:hover{
    background: url('../images/share-03.png') 0 0 no-repeat!important;
    background-size: 100% auto!important;
}

.sub-banner3 {
    background: #fae0de;
    padding: 10px;
    position: relative;
    margin: 10px 0 0;
    --swiper-theme-color:#de2d25;
    --swiper-navigation-size:26px;
}
.sub-banner4 {
    background: #fae0de;
    padding: 10px;
    position: relative;
    margin: 0;
}
.sub-banner3 .swiper-container{
    margin: 0 20px;
    height: 100px;
}
.sub-banner3 .swiper-container .swiper-wrapper{
    height: 100px;
}
.sub-banner3 .swiper-slide{
    text-align: center;
}
.sub-banner3 .date{
    background: url('../images/calender-default.png')  0 0 no-repeat;
    display: block;
    background-size:100% auto;
    width: 100%;
    height: 100px;

}
.sub-banner3 .date .month{
    color: #fff;
    font-size: 16px;
    display: block;
    padding-top: 14%;
}
.sub-banner3 .date .day{
    color: #de2d25;
    font-weight: bold;
    display: block;
    font-size: 22px;
    padding-top: 5%;
}
.sub-banner3  .swiper-slide.swiper-slide-active .date{
    background: url('../images/calender-cur.png')  0 0 no-repeat;
    background-size:100% auto;
    width: 100%;
}
.sub-banner3 .swiper-slide.swiper-slide-active  .date .month{
    font-size: 18px;
    padding-top: 6%;
}
.sub-banner3 .swiper-slide.swiper-slide-active  .date .day{
    color: #f29200;
    font-size: 28px;
    padding-top: 5%;
}
.sub-banner3 .swiper-button-next, .sub-banner3 .swiper-button-prev{
    width:18px;
    height: 35px;
    display: block;
    position: absolute;
    right: 10px;
    top: 55px;

    z-index: 4;
}

.sub-banner4 .news-list h3, .sub-banner4 dl.it dd .tips{
    color: #1d2087;
}
.sub-banner4 .news-list{
    padding-bottom: 0;
}
.sub-banner4 .news-list dl{
    margin-bottom: 0;
}
.entry-box {
    position: relative;
    margin-bottom: 10px;
}
.entry-box img{
    width: 100%;
}
.entry-box .btn-entry{
    display: inline-block;
    position: absolute;
    bottom: 20%;
    right:10%;
    background: #fff;
    color: #0b0f85;
    font-size: 18px;
    padding: 5px 10px;
    border-radius:10px;
}
.contact-box{
    border:1px #efefef solid ;
    border-radius:10px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    padding: 10px;
    display: flex;
    margin-bottom: 30px;
    justify-content: left;
    align-items: center;
}
.contact-box img{
    width: 100px;
}
@media screen and (max-width: 408px){
    .contact-box{
        display: block;
        text-align: center;
    }
}
.i-address, .i-phone{
    background: url('../images/i-address.png')  0 4px  no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
    color: #333;
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
}
.i-phone{
    background: url('../images/i-phone.png')  0 2px no-repeat;
    background-size: 20px 20px;
    margin-bottom: 0;
}

.banner2{
    background:url('../images/img-banner2.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 20px 15px;
}
.banner2 img{
    width: 150px;
}
.banner2 h3{
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.banner2 p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}
.title-old{
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.title-old span{
    color: #0756a0;
    font-size: 24px;
    border-bottom: 2px solid #0756a0;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    padding-bottom: 3px;
}
.title-old .btn-more{
    background: #0756a0;
    color: #fff;
    font-size: 14px;
    border-radius:20px;
    padding: 0 10px ;
    line-height: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 20px;
    font-weight: normal;
}
.class-item{
    border: solid 1px #efefef;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    display: block;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
}
.class-item img{
    width: 100%;

}
.class-item h2{
    color: #0756a0;
    font-size: 18px;
    line-height: 28px;
}
.class-item h3{
    color: #333;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}
.class-in{
    margin: 10px 0;
    font-size: 14px;
    color: #888;
}
.class-in p{
    line-height: 28px;
}
.class-in span{
    color: #444;
    display: inline-block;
    width: 70px;

    margin-right: 10px;
    text-align: justify;
    text-align-last: justify;
}
.class-in span:before,
.class-in span:after {
    content: '';
    display: inline-block;

}

.class-in span:before {
    margin-right: -0.2em; /* 调整这个值使"个字"和"四个字"两端对齐 */
}

.class-in span.c-time,
.class-in span.c-place,
.class-in span.c-person,
.class-in span.c-money,
.class-in span.c-num,
.class-in span.c-txt
{
    margin-right: 0;

}
.class-in .red{
    color: #cc3333;
}
.class-item .handle{
    text-align: right;
}
.class-item .handle .i-eye{
    background: url('../images/i-eye.png') 0 center no-repeat;
    background-size: 18px 18px;
    padding-left: 23px;
    color: #666;
    margin-right: 10px;
}
.class-item .handle .i-thumb{
    background: url('../images/i-thumb.png') 0 center no-repeat;
    background-size: 18px 18px;
    padding-left: 23px;
    color: #666;
    margin-right: 10px;
}
.class-item .handle .i-share{
    background: url('../images/i-share.png') 0 center no-repeat;
    background-size: 18px 18px;
    padding-left: 23px;
    color: #666;
}
.class-item .handle .i-message{
    background: url('../images/i-message.png') 0 center no-repeat;
    background-size: 18px 18px;
    padding-left: 23px;
    color: #666;
}
.class-in .c-time, .class-in .c-place, .class-in .c-person,
.class-in .c-money, .class-in .c-num,.class-in .c-txt{
    padding-left: 25px;
    width: 85px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 24px;
}

.class-in .c-time{
    background:url('../images/class-time.png') 0 center no-repeat;
    background-size: 20px 20px;
}
.class-in .c-place{
    background:url('../images/class-place.png') 0 center no-repeat;
    background-size: 20px 20px;
}
.class-in .c-person{
    background:url('../images/class-person.png') 0 center no-repeat;
    background-size: 20px 20px;
}
.class-in .c-money{
    background:url('../images/class-money.png') 0 center no-repeat;
    background-size: 20px 20px;
}
.class-in .c-num{
    background:url('../images/class-num.png') 0 center no-repeat;
    background-size: 20px 20px;
}
.class-in .c-txt{
    background:url('../images/class-txt.png') 0 center no-repeat;
    background-size: 20px 20px;
}
.class-item .star1{
    background: url('../images/star1.png') 0 0 no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.class-item .star2{
    background: url('../images/star2.png') 0 0 no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.pagenumber{
    margin: 10px 0;
    text-align:center

}
.pagenumber span{
    display:inline-block;
    text-align: center;
    border: solid 1px #ddd;
    line-height: 24px;
    margin: 5px;
    width: 25px;
    box-sizing: border-box;
    font-size:14px;
}
.pagenumber a{
    display: inline-block;
    text-align: center;
    margin: 0!important;
    width: 24px;
    line-height: 24px;
    box-sizing: border-box;
    font-size:14px;
}
    .pagenumber span.pn, .pagenumber span.pn a{
        width: 54px;
    }
.pagenumber .isNow{
    background: #0856A0;
    color: #fff;
    border-color: #0856A0;
}
.red .pagenumber .isNow{
    background: #de2d25;
    border-color: #de2d25;
}
.pic-temp .pic-list1 .swiper-slide  p{
    background: #fff;
    color: #555;
}
.pic-temp.video-detailbox .num{
    color: #999;
}
.pic-eye{
    background: url('../images/i-eye.png') 0 center no-repeat;
    background-size: 20px 20px;
    padding:10px 0 10px 30px;
    color: #999;
    display: inline-block;
}
.pic-thumb{
    background: url('../images/i-thumb.png') 0 center no-repeat;
    background-size: 20px 20px;
    padding:10px 0 10px 30px;
    color: #999;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.pic-keyword span{
    display: inline-block;
    color: #999;
    margin: 5px;
    border-bottom: 1px solid #ddd;
    padding:0 3px 0 3px;
    font-size: 12px;
}
.pic-temp .swiper-pagination.swiper-pagination-fraction{
    top: 205px;
  text-align: right;
    padding-right: 10px;
    height: 20px;
}
.pic-title{
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    line-height: 28px;

}