/*顶部*/
.is-banner{width: 100%;height: 735px;background: url(/eportal/imageDir/xlgl/2023/09/2023091318132286022.jpg) center top no-repeat;padding-top:40px;}
.is-banner .back{width: 116px;height: 45px;border-radius: 26px;text-align: center;line-height: 45px;background-color:#0b60c0;color: #fff;}

/*头条*/
.top-news .fl.li2{float:right;}
.top-news li{width:48%;background: #f9f9f9;padding:25px 45px 20px 40px;box-sizing:border-box;border-radius: 18px;}
.top-news li:hover{background-color:#f5f5f5;}
.top-news h6{font-size:24px;font-weight:bold;color:#555;width:73%;line-height: 40px;float: left;}
.top-news a{overflow:hidden;}
.top-news span{float:right;}

/*头条点击*/
.mf-see{position: relative;}
.mf-see i{display: block;position: absolute;}
.mf-yuan1{display: block;font-size:18px;width:80px;background: url(/eportal/imageDir/xlgl/2023/09/2023091220563141098.png) center no-repeat;color:#fff;text-align: center;position: relative;z-index: 3;padding: 22px 0;}
.mf-yuan2{width:91px;height: 91px;background: url(/eportal/imageDir/xlgl/2023/09/2023091220563181592.png) center no-repeat;z-index: 2;top:0;left:-6px;animation:scaleyuan 1.5s infinite;}
.mf-yuan3{width:106px;height: 106px;background: url(/eportal/imageDir/xlgl/2023/09/2023091220563167190.png) center no-repeat;z-index: 1;top:-7px;left:-14px;animation:scaleyuan 1.5s infinite; }


@keyframes scaleyuan {
    0% {
        transform: scale(1.05);
    }
    50% {
       transform: scale(1);
    }
    100% {
       transform: scale(1.05);
    }
}


/*列表头*/
.column-title{background:url(/eportal/imageDir/xlgl/2023/09/2023091318273396856.png) center no-repeat;height:63px;text-align:center;line-height:63px;font-size: 44px;color: #1373df;margin: 40px 0;}
.column-title span{color:#ff0000;font-size: 38px;padding-right: 12px;}
/*列表3个的*/
.column-list{margin-bottom:40px;}
.column-list li{width:32.33%;margin-right:1.5%;background: #f5f5f5;padding: 10px 10px;float: left;box-sizing: border-box;border-radius: 8px;overflow: hidden;}
.column-list li:last-child{margin-right:0}
.column-list li img{width:100%;height: 240px;object-fit:cover;background: #f5f5f5;}
.column-list h6{font-size: 18px;color:#000;line-height: 34px;overflow: hidden;font-weight: normal;text-align: center;}
.column-list li:hover{background: #1373df;transition: all .3s linear;}
.column-list li:hover h6,.column-list li:hover p{color:#fff}


/*列表4个的*/
.column-list1 li{width:100%;background: #f5f5f5;padding: 15px 20px;float: left;position: relative;margin-bottom:20px;box-sizing:border-box;}
.column-list1 li a{display: block;}
.column-list1 .is-red-line{position:absolute;height:4px;background:#1373df;width:0;transition: all 1s;bottom:0;left:0}
.column-list1 li:hover .is-red-line{width:100%}
.column-list1 h6{font-size: 18px;color:#000;line-height: 28px;height: 28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-bottom: 6px;}
.column-list1 li:hover h6{color:#1373df}

/*列表4个的*/
.column-list2 li{width:49.25%;margin-right:1.5%;background: #f5f5f5;padding:20px;float: left;margin-bottom:20px;box-sizing:border-box;}
.column-list2 li:nth-child(2n){margin-right:0;float:right;}
.column-list2 li a{display: block;}
.column-list2 h6{font-size: 18px;color:#000;line-height: 28px;height: 28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.column-list2 li:hover h6{color:#1373df}



/*轮播图*/
.news-left{width: 50%;}
.news-right{width: 48%;}

/*轮播图*/
.column-banner{height:auto;}
.lunbo{position:relative;}
.swiper-container {position:relative; overflow:hidden;width: 100%;height:390px;}
.swiper-container img {width: 100%;height: 85%;object-fit:cover;}
.swiper-container .swiper-slide span {width: 100%;height: 15%;display:block;line-height: 57px;font-size: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;background-color: #91d1ff;padding-right: 130px;box-sizing: border-box;text-indent: 0.8em;}
.swiper-container .pagination{position: absolute;bottom: 20px!important;z-index: 20;right: 8px !important;width: auto !important;left: auto !important;}
.swiper-container .pagination .swiper-pagination-bullet {width:16px;height:16px;background:#ffffff;opacity:1;float: left;}
.swiper-container .pagination .swiper-pagination-bullet-active {background:#1373df;}

/*---------自适应代码-------*/
@media only screen and (max-width:1025px) {
.is-banner {
    height: 200px;
    background-size: 100%;
    padding-top: 20px;
}

a.back.fr {
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.logo_tu{
width:120px;
}
}