*{
    font-family: '微软雅黑';
}
ul,li{
    list-style: none;
    padding:0;
    margin:0;
}
@media (max-width:1200px){
	p{
        margin-bottom: .8rem;
    }
}
@media (max-width:768px){
    p{
        margin-bottom: .6rem;
    }
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.layout{
    max-width: 1349px;
    margin:0 auto;
}
@media (max-width:1200px){
    .layout{
        max-width: 92%;
    }
}
@media (max-width:768px){
    .layout{
        max-width: 98%;
    }
}

header{
    position: relative;
}
header h1{
    position: absolute;
    left:50%;
    top:46%;
    transform: translateX(-50%) translateY(-50%);
    width:67.6797%;
    max-width: 913px;
    font-size:48px;
    font-weight: bolder;
    color:#ffffff;
    line-height: 1.3;
    text-align: center;
}
header img{
    width:100%;
}
@media (max-width:1200px){
	header h1{
        font-size:36px;
        width:80%;
    }
}
@media (max-width:768px){
	header h1{
        font-size:30px;
        width:90%;
    }
}
@media (max-width:550px){
    header h1{
        font-size:22px;
        width:96%;
    }
}
main{
    background: url(bj001_20251029.png) repeat-x 0 0;
    padding-top:50px;
}
@media (max-width:1200px){
    main{
        padding-top:40px;
    }
}
@media (max-width:768px){
    main{
        padding-top:32px;
    }
}
@media (max-width:550px){
    main{
        padding-top:24px;
    }
}
.main{
    max-width: 1200px;
    margin: 0 auto;
}

.banner-sider{
    background: #f2f1f0;
    display: flex;
}
@media (max-width:550px){
	.banner-sider{
        flex-direction: column;
        flex-wrap: wrap;
    }
}
.banner-pic{
    width:64.5%;
}
@media (max-width:550px){
	.banner-pic{
        width:100%;
    }
}
.banner-pic a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.banner-img {
    position: absolute;
    width:100%;
    height:100%;
    transition: all .3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-pic a:hover .banner-img {
    width:110%;
    height:110%;
}
.banner-txt{
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.banner-news{
    width:77.82%;
    margin-top:11%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height:100%;
}
@media (max-width:1200px){
	.banner-news{
        width:85%;
        margin-top:6%;
        height:95%;
    }
}
@media (max-width:768px){
    .banner-news{
        margin-top:0;
        height:90%;
    }
}
@media (max-width:550px){
    .banner-news{
        padding:14px 14px 20px 14px;
        width:100%;
    }
}
.banner-t{
    font-size:30px;
    color:#15477c;
    line-height:1.6;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
@media (max-width:1200px){
	.banner-t{
        font-size:24px;
        line-height:1.4;
    }
}
@media (max-width:768px){
    .banner-t{
        font-size:20px;
    }
}
.banner-t:hover{
    text-decoration: none;
    color:#0b1d30;
}
.banner-desc,
.banner-time{
    font-size:14px;
    color:#666666;
    line-height: 1.8;
}
.banner-time{
    margin-top:12px;
    padding-left: 2px;
}
@media (max-width:768px){
	.banner-time{
        margin-top:6px;
    }
}
.banner-desc{
    margin-top:22px;
    padding-left:4px;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
@media (max-width:1200px){
	.banner-desc{
        margin-top:16px;
    }
}
@media (max-width:768px){
    .banner-desc{
        margin-top:8px;
    }
}
@media (max-width:550px){
    .banner-desc{
        margin-top:6px;
    }
}
.banner-more{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex:1;
}
@media (max-width:550px){
	.banner-more{
        display: none;
    }
}
.banner-more span:first-child{
    width:198px;
    height:57px;
    background: #15477c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    color:#ffffff;
    font-size:16px;
    font-weight: bold;
}
@media (max-width:1200px){
	.banner-more span:first-child{
        width:140px;
        height:44px;
        font-size:15px;
        padding-left: 20px;
    }
}
@media (max-width:768px){
    .banner-more span:first-child{
        width:120px;
        height:36px;
        font-size:14x;
        padding-left: 16px;
    }
}
.banner-more span:last-child{
    width:57px;
    height:57px;
    background: #15477c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:1px;
    transition: all .3s;
}
@media (max-width:1200px){
	.banner-more span:last-child{
        width:44px;
        height:44px;
    }
}
@media (max-width:768px){
    .banner-more span:last-child{
        width:36px;
        height:36px;
    }
}
.banner-more:hover span:first-child{
    color:#cacaca;
}
.banner-more:hover span:last-child{
    margin-left:10px;
}
#banner_swiper .swiper-pagination{
    text-align: right;
    padding-right:25px;
}
#banner_swiper .swiper-pagination-bullet{
    width:14px;
    height:14px;
    transition: all .3s;
}
#banner_swiper .swiper-pagination-bullet-active{
    background: #0e4090;
    width:34px;
    border-radius: 10px;
}
@media (max-width:1200px){
	#banner_swiper .swiper-pagination-bullet{
        width:10px;
        height:10px;
    }
    #banner_swiper .swiper-pagination-bullet-active{
        background: #0e4090;
        width:26px;
        border-radius: 8px;
    }
}
@media (max-width:768px){
    #banner_swiper .swiper-pagination-bullet{
        width:8px;
        height:8px;
    }
    #banner_swiper .swiper-pagination-bullet-active{
        background: #0e4090;
        width:20px;
        border-radius: 4px;
    }
}

/* tbox */
.tbox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:48px 0;
}
.tbox::after{
    content: '';
    width:100%;
    height:3px;
    background: #15477c;
    position: absolute;
    left:0;
    top:50%;
    z-index: -1;
}
.tbox a{
    height:57px;
    background: #15477c;
    width:38.26%;
    max-width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:30px;
    color:#ffffff;
    font-weight: bold;
}
@media (max-width:1200px){
    .tbox{
        margin:40px 0;
    }
	.tbox span{
        height:50px;
        font-size:24px;
    }
}
@media (max-width:768px){
    .tbox{
        margin:36px 0;
    }
	.tbox a{
        width:32.26%;
        height:44px;
        font-size:20px;
    }
}
@media (max-width:550px){
    .tbox{
        margin:26px 0;
    }
	.tbox a{
        height:36px;
        font-size:18px;
    }
}

/* 最新消息 */
.news-sider{
    width:100%;
    height:300px;
    background: #f2f1f0;
    padding:26px;
    margin-top:36px;
}
@media (max-width:1200px){
	.news-sider{
        height:260px;
        margin-top: 30px;
    }
}
@media (max-width:768px){
    .news-sider{
        height:auto;
        margin-top: 20px;
        padding:20px;
    }
}
@media (max-width:550px){
    .news-sider{
        margin-top: 16px;
        padding:16px;
    }
}
.news-t a{
    font-size:30px;
    line-height: 1.6;
    color:#000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width:1200px){
	.news-t a{
        font-size:24px;
        line-height: 1.4;
    }
}
@media (max-width:768px){
    .news-t a{
        font-size:20px;
    }
}
@media (max-width:550px){
    .news-t a{
        font-size:17px;
    }
}
.news-t a:hover{
    color:rgba(13, 110, 253,1 );
}
.news-desc{
    margin-top:35px;
    font-size:18px;
    color:#000000;
    text-indent: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width:1200px){
	.news-desc{
        margin-top:25px;
        font-size:16px;
    }
}
@media (max-width:768px){
    .news-desc{
        margin-top:15px;
        font-size:15px;
    }
}
@media (max-width:550px){
    .news-desc{
        margin-top:10px;
        font-size:14px;
    }
}
.news-more{
    margin:36px 20px 0 0;
    display: flex;
    justify-content: flex-end;
}
@media (max-width:1200px){
	.news-more{
        margin:26px 16px 0 0;
    }
}
@media (max-width:768px){
    .news-more{
        margin:20px 0 0 0;
    }
}
@media (max-width:550px){
    .news-more{
        margin-top:10px;
    }
}
.news-more a{
    width:98px;
    height:32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15477c;
    font-size:14px;
    color:#ffffff;
}
.news-more:hover a{
    color:#000000;
}

/* 视频 */
.video-main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width:1070px;
    margin:0 auto;
}
@media (max-width:1200px){
	.video-main{
        width:100%;
    }
}
@media (max-width:768px){
    .video-main{
        flex-direction: column;
    }
}
.video-l{
    width:73.45%;
    max-width: 786px;
    line-height: 0;
}
@media (max-width:1200px){
	.video-l{
        width:74.45%;
    }
}
.video-r{
    width:210.93%;
    max-width: 244px;
    height:100%;
}
@media (max-width:1200px){
	.video-r{
        width:21.93%;
    }
}
@media (max-width:768px){
	.video-l,.video-r{
        width:100%;
        max-width: 100%;
    }
    .video-r{
        padding-top:16px;
    }
    #video_swiper2{
        height:auto !important;
    }
}
.video-tv{
    position: relative;
    cursor: pointer;
}
@media (max-width:550px){
	.video-tv img{
        width:40px;
        height:40px;
    }
}
.video-tv::after{
    content: '';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    transition: all .3s;
}
.video-tv:hover::after{
    background: rgba(0, 0, 0, 0);
}
.video-tv a{
    position: absolute;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.video-tv video{
    width:100%;
    height:100%;
}
#video_swiper2{
    height:454px;
    padding-right:16px;
}
.video-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
.video-img img{
    transition: all .2s;
}
.video-img:hover img{
    transform: scale(1.1);
}
.video-img::after{
    content: '';
    position: absolute;
    z-index: 1;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}
.swiper-slide-thumb-active  .video-img::after{
    background: rgba(0, 0, 0, 0);
}



/* 图片报道 */
.pictrue-main{
    display: flex;
    justify-content: space-between;
    align-items: normal;
}
@media (max-width:960px){
	.pictrue-main{
        align-items: flex-start;
    }
}
@media (max-width:768px){
	.pictrue-main{
        align-items: normal;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.pictrue-l{
    width:795px;
    max-width: 66.12%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pictrue-r{
    width:30.03%;
    max-width: 361px;
    display: flex;
    flex-direction: column;
}
@media (max-width:1200px){
	.pictrue-r{
        width:31.03%;
    }
}
@media (max-width:768px){
	.pictrue-r,.pictrue-l{
        width:100%;
        max-width: 100%;
    }
    .pictrue-r{
        padding:0 10px;
    }
}
.pictrue-box{
    background: #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
    max-width: 380px;
    width:47.67%;
    margin-bottom: 20px;
}
@media (max-width:1200px){
	.pictrue-box{
        width:48.67%;
        margin-bottom: 16px;
    }
}
@media (max-width:380px){
    .pictrue-box{
        width:100%;
        margin-bottom: 16px;
    }
}
.pictrue-box a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pictrue-box a span{
    padding:8px 6px;
    font-size:16px;
    color:#000000;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width:1200px){
	.pictrue-box a span{
        padding:6px;
    }
}
.pictrue-img{
    position: relative;
    overflow: hidden;
}
.pictrue-pic{
    position: absolute;
    width:100%;
    height:100%;
    left:50%;
    top:50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    transform: translateX(-50%) translateY(-50%);
}
.pictrue-box:hover .pictrue-pic{
    width:110%;
    height:110%;
}
.pictrue-box:hover a span{
    color:rgba(13, 110, 253,1 );
}
.pictrue-r ul li{
    margin-bottom:23px;
    line-height: 1.6;
}
@media (max-width:1200px){
	.pictrue-r ul li{
        margin-bottom:16px;
    }
}
@media (max-width:768px){
    .pictrue-r ul li{
        margin-bottom:10px;
    }
}
@media (max-width:550px){
    .pictrue-r ul li{
        margin-bottom:6px;
    }
}
.pictrue-r ul li a{
    font-size:16px;
    color:#000000;
}
.pictrue-r ul li a:hover{
    color:rgba(13, 110, 253,1 );
}
.pictrue-more{
    flex:1;
    align-items: center;
}


/* 背景 */
.flag{
    padding-bottom: 118px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}
@media (max-width:1200px){
	.flag{
        padding-bottom: 40px;
    }
}
@media (max-width:768px){
    .flag{
        padding-bottom: 30px;
    }
}
.flag-main{
    display: flex;
    justify-content: space-around;
    padding-top:34px;
}
@media (max-width:768px){
    .flag-main{
        padding-top: 20px;
    }
    .flag-sider{
        padding:0 16px;
    }
}
.flag-sider a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flag-img{
    position: relative;
    border:1px solid #cecece;
    overflow: hidden;
}
.flag-pic{
    position: absolute;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}
.flag-sider a p{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:26px;
}
@media (max-width:1200px){
	.flag-sider a p{
        margin-top:20px;
    }
}
@media (max-width:768px){
    .flag-sider a p{
        margin-top:10px;
    }
}
.flag-sider a p span{
    font-size:18px;
    color:#000000;
    line-height:1.6;
}
@media (max-width:1200px){
	.flag-sider a p span{
        font-size:16px;
    }
}
@media (max-width:768px){
    .flag-sider a p span{
        font-size:15px;
    }
}
.flag-sider a:hover p span{
    color:rgba(13, 110, 253,1 );
}
.flag-sider a:hover .flag-pic{
    width:110%;
    height:110%;
}



/* 底部 */
footer{
    margin-top:-44px;
    background: #15477c;
    height:403px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom:10px;
}
@media (max-width:1200px){
	footer{
        margin-top:0;
        height:300px;
    }
}
@media (max-width:768px){
    footer{
        padding:50px 0;
        height:auto;
    }
}
@media (max-width:550px){
    footer{
        padding:40px 0;
    }
}
.footer-text{
    text-align: center;
}
.footer-text,.footer-text a{
    font-size:18px;
    line-height: 1;
    color:#ffffff;
}
@media (max-width:1200px){
	.footer-text,.footer-text a{
        font-size:16px;
    }
}
@media (max-width:768px){
    .footer-text,.footer-text a{
        font-size:14px;
    }
}
.footer-text a{
    margin:0 10px;
}
@media (max-width:1200px){
	.footer-text a{
        margin:0 6px;
    }
}
@media (max-width:768px){
    .footer-text a{
        margin:0 4px;
    }
}
.footer-text a:hover{
    color:#eeeeee;
    text-decoration: underline;
}
@media (max-width:550px){
    .footer-text{
        padding:0 10px;
    }
	.footer-text p{
        line-height: 1.4;
        margin-bottom: .5rem;
    }
}
.footer-pic{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px;
    text-align: center;
}
.footer-pic a{
    margin:0 25px;
}
@media (max-width:1200px){
	.footer-pic a{
        margin:0 15px;
    }
}
@media (max-width:768px){
    .footer-pic a{
        margin:0 6px;
    }
    .footer-pic a img{
        width:90%;
    }
}
@media (max-width:550px){
    .footer-text a{
        margin:0 2px;
    }
    .footer-pic a{
        margin:0;
    }
    .footer-pic a img{
        width:80%;
    }
}