@import "//at.alicdn.com/t/c/font_4860629_x9cyaexs0ip.css";
.inner-page #header{
    background: url("../img/zfkfy/bg.jpg") no-repeat center bottom;
    background-size:cover;
}
#header .top-bar .menu-top li a,
#header .top-bar .top-bar-right li a,
.jian .earth{
    color:#10233E;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
#header .top-bar .menu-top li:before{
    background:rgba(16, 35, 62, 0.2);
}
#header .top-bar .menu-top{
   margin:0 10%;
}
#header .top-bar .menu-top li:last-child:before{
    display: none;
}
#header .top-bar .menu-top li:before{
    left: auto;
    right:0;
}
#header .top-bar{
    flex-wrap: wrap;
    justify-content: center;
}
.inner-page #header .xxgk-page-title{
    margin-top: 20px;
    margin-bottom: 40px;
}
.inner-page #header .xxgk-page-title img{
    width: 650px;
}


.section-header {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}
.section-header .more-btn{
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0, -50%) skewX(-10deg);
    background: #2c5aa0;
    color: white;
    padding:3px 10px;
    font-size: 14px;
}
.section-header h2 {
    color: #2c5aa0;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.section-header h2 img{
    height: 42px;
    width: auto;
}

.news-list {
    padding:0!important;
    display: flex;
    flex-direction: column;
    max-width: 50%;
    gap: 20px;
    justify-content: space-between;
}

.news-item {
    padding: 20px;
    background: #fff;
    flex: 1;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item h4 {
    color: #333;
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.news-item h4 a {
    color: #10233E;
    text-decoration: none;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
}

.news-item h4 a:hover {
    color: #2c5aa0;
}

.news-date {
    color: #004E8F;
    font-size: 14px;
}

.news-date i {
    margin-right: 5px;
}

.carousel-section {
    margin-top: 40px;
}
.normal-slider{
    background: rgba(0, 24, 47, 0.95);
}
.normal-slider .owl-item > .item > a > .title{
    padding-bottom: 20px;
    font-size: 16px;
}
.normal-slider .owl-prev{
    left: 20px;
}
.normal-slider .owl-next{
    right: 20px;
}
.carousel-item-image {
    width: 100%;
}

.carousel-date {
    position: absolute;
    top: 20px;
    left: 0;
    background: #004E8F;
    color: white;
    padding: 5px 10px;
    z-index: 99;
    font-size: 14px;
}

.carousel-content {
    padding: 20px;
    background: #fff;
}
.carousel-content h4 {
    color: #333;
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    min-height: 68px;
    font-weight: bold;
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-word;
}

.carousel-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 68px;
}

.detail-btn {
    color: #2c5aa0;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #2c5aa0;
    padding: 5px 15px;
    display: inline-block;
}

.detail-btn:hover {
    background: #2c5aa0;
    color: white;
    text-decoration: none;
}

.owl-nav {
    margin-top: 20px;
}

.owl-nav button {
    background: #2c5aa0;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border:0;
    position: absolute;
    top: 50%;
}
.owl-nav button.owl-prev{
    left: -50px;
}
.owl-nav button.owl-next{
    right: -50px;
}
.owl-nav button:hover {
    background: #1e3d6f !important;
}
.notice-cont .normal-slider{
    margin-top: 0;
    flex:1;
    max-width: 48%;
    background:linear-gradient(to bottom, #fff, rgba(0, 24, 47, 0.55) 100%);
}
.notice-cont .normal-slider img{
	min-height: 332px;
    object-fit: contain;
}
.normal-slider .owl-item > .item > a > .title{
	background: linear-gradient(180deg, rgba(0, 24, 47, 0) 0%, rgba(0, 24, 47, 0.75) 100%);
}
.notice-cont{
    display: flex;
    align-items: stretch;
    gap: 30px;
}
.notice-cont .news-list{
    flex:1;
}
.normal-slider .owl-nav{
    display: none;
}
.normal-slider .owl-dots{
    bottom: 14px!important;
}
#kfdx{
    background: url("../img/zfkfy/kf-bg.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}
#news02{
    padding-bottom: 100px;
    padding-top: 30px;
}
@media (max-width:991px ) {
    #header .top-bar .menu-top{
        margin: 0;
        width: 100%;
    }
    .inner-page #header .xxgk-page-title img{
        width: 100%;
    }
    .notice-cont{
        flex-direction: column;
    }
    .notice-cont .normal-slider,.news-list{
        max-width: 100%;
    }
    .section-header{
        margin:0;
    }
    #news02{
        padding-bottom: 20px;
    }
    .owl-nav button.owl-prev{
        left: -10px;
    }
    .owl-nav button.owl-next{
        right: -10px;
    }
    .notice-cont .normal-slider img{
    	min-height:auto; 
    }
}
