.main_title>.main_title1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 30rem;
    padding-top: 70rem;
    position: relative;
    top: 0;
}
.main_title1 h3 {
    font-size: 32px;
    color: #005ca1;
    margin: 0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    line-height: auto;
    height: auto;
    top: -35rem;
    text-align: center;
    left: 45.2%;
    width: auto;
}

/* 在"通知"后面添加圆点分隔符 */
.main_title1 .notify::after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #005ca1;
    color: #005ca1;
    font-weight: normal;
    content: "";
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
}

/* "公告"不需要再加分隔符（防止末尾多余圆点） */
.main_title1 .announce::after {
    content: none;
}
.main_title1 h3 img{
    padding-left: 20px;
    padding-top: 10px;
    height: 30px;
}
/**新闻动态**/
.main1_news_ul{
    width: 100%;
}
.main1_news_li{
    width: 100%;
    height: 50rem;
    transition: all 0.5s;
    border-bottom: 2px dashed #cbe1f2;
    padding: 20rem 0 20rem 0;
    display: inline-flex;
}
.main1_news_li a{
    width: 100%;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
}
.main1_news_li a h3{
    color: #666;
    font-size: 20px;
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
.main1_news_li a:hover h3{
    color: #015da1;
}
.main1_news_date{
    width: 80px;
    background-color: #015da1;
    height: 45px;
    display: block;
    line-height: 20px;
    padding: 10px 10px;
    text-align: center;
    margin-right: 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.main1_news_date h4,
.main1_news_date p{
    color: #fff;
    text-align: center;
}
.main1_news_date h4{
    font-size: 20px;
    padding-bottom: 5px;
}
.main1_news_date p{
    font-size: 16px;
}
.main2_title h3 {
    font-size: 32px;
    color: #ffffff;
    margin: 0;           /* 清除h3默认外边距，避免布局偏移 */
    display: inline-flex; /* 让文字与右侧图片/更多按钮保持同行对齐 */
    align-items: center;
}

/* 在"通知"后面添加圆点分隔符 */
.main2_title .notify::after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    color: #ffffff;
    font-weight: normal;
    content: "";
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
}

/* "公告"不需要再加分隔符（防止末尾多余圆点） */
.main2_title .announce::after {
    content: none;
}
.main2_title h3 img{
    padding-left: 20px;
    padding-top: 10px;
    height: 30px;
}


.main6{
    width: 100%;
    height: auto;
    max-width: 1400px;
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.main11{
    width: 100%;
    height: auto;
}
.main11_title{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #ddd;*/
}
.main11_title h3{
    font-size: 32px;
    width: calc(100% - 50px);
    text-align: left;
    color: #005dad;
    font-weight: bold;
    margin: 0;
    display: inline-flex;
    align-items: center;
}
.main11_title .notify::after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    color: #ffffff;
    font-weight: normal;
    content: "";
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
}

.main11_title .announce::after {
    content: none;
}
.main11_title h3 img{
    padding-left: 20px;
    padding-top: 10px;
    height: 30px;
}
.main11_title h3 i{
    font-size: 40px;
    padding-right: 10px;
}
.main11_title a {
    display: inline-block;

    height: 50px;
    line-height: 50px;
    padding: 0 24px;

    color: #508ab5 !important;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    background: url(../images/76.png) no-repeat center center;
    background-size: contain;
    background-color: transparent;
}
.main11_title a:hover{
    color: #005dad;
}
.main11_ul {
    width: calc(100% + 65px);
    overflow: hidden;       /* 清除浮动 */
    margin: 0 -35px;        /* 关键：向两侧各外扩 35px，抵消子元素的边距 */
}

.main11_li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 35px;        /* 左右各 35px，相邻两个 li 合起来就是 70px 间距 */
}
/* 列表容器 */
.main11_content_ul {
    display: -ms-flexbox;      /* IE10 */
    display: flex;
    -ms-flex-direction: column; /* IE10 */
    flex-direction: column;
    /* gap 没有IE前缀方案，必须用margin替代 */
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 40rem;
}

/* 列表项 */
.main11_content_li {
    width: 100%;
    padding-bottom: 30px;
}

.main11_content_li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    transition: all 0.3s ease;
    gap: 30px;
    /*background-color: #f9f9f9;*/
}

/* 悬停效果 */
.main11_content_li a:hover .main11_content_li_title{
    background-color: #eef6fc;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(1, 93, 161, 0.12);
}
.main11_content_li a:hover .main11_content_li_title p{
    color: #015da1;
}

/* 日期块 */
.main11_content_li_date {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    background-color: #015da1;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.main11_content_li_date h4 {
    font-size: 20rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.main11_content_li_date p {
    font-size: 16rem;
    margin: 2px 0 0 0;
    padding: 0;
    opacity: 0.9;
}

/* 标题区域 */
.main11_content_li_title {
    flex: 1;
    min-width: 0; /* 关键：防止flex子元素溢出导致省略号失效 */
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #f4faff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.main11_content_li_title p {
    margin: 0;
    padding: 0;
    font-size: 20rem;
    line-height: 1.5;
    color: #333;
    /* 单行省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main11_content_li_title em {
    font-style: normal;
    color: #015da1;
    font-weight: 600;
    margin-right: 6px;
    flex-shrink: 0;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .main11_content_ul{
        padding: 20rem 30rem;
    }
    .main11_content_li_date {
        width: 90px;
        height: 56px;
    }
    .main11_content_li_date h4 {
        font-size: 18px;
    }
    .main11_content_li_date p {
        font-size: 11px;
    }
    .main11_content_li_title {
        height: 56px;
        padding: 0 12px;
    }
    .main11_content_li_title p {
        font-size: 14px;
    }
}
/*.main11_content_ul{
	width: 100%;
	height: auto;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(../images/39.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.main11_content_li{
    display: flex;
    align-items: center;
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
}
.main11_content_li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #333;
	transition: color 0.3s;
	gap: 20px;
}
.main11_content_li a:hover {
	color: #015da1;
}
.main11_content_li p {
	margin: 0;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 60px);
	text-align: left;
}
.main11_content_li p em{
    font-style: normal;
    color: #015da1;
}
.main11_content_li span {
	font-size: 20px;
	color: #999;
	margin-left: 15px;
	white-space: nowrap;
}*/
@media only screen and (max-width: 1000px) {
    .main11_ul{
        width: 100%!important;
    }
    .main2_2_ul{
        width: 100%!important;
    }
    .main_title1{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 30rem;
        padding-top: 70rem;
        position: relative;
        top: 40rem;
        margin-bottom: 30rem;
    }
    .main_title1 h3 {
        font-size: 26px;
        color: #005ca1;
        margin: 0;
        display: inline-flex;
        align-items: center;
        position: absolute;
        line-height: auto;
        height: auto;
        top: -10rem;
        text-align: center;
        left: 34.2%;
        width: auto;
    }
    .main2_title img {
        width: 160rem;
    }
    .main6{
        width: 100%!important;
        padding-top: 50rem;
        padding-bottom:50rem;
    }
    .main11_ul{
        margin: 0 auto!important;
        display: block;
        padding: 0!important;
    }
    .main11_li{
        width: 100%!important;
        padding-top: 10rem;
        padding-bottom: 30rem;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .main11_title{
        padding: 20rem 30rem;
    }
    .main11_content_ul{
        padding: 20rem 30rem;
    }
    .main11_title h3{
        font-size: 26px;
    }
    .main11_content_li span{
        font-size: 16px;
    }
    .main11_title h3 i{
        font-size: 24px;
    }
    .main2_title h3{
        font-size: 28px!important;
    }
    .main11_content_li p{
        font-size: 16px;
    }
    .main11_content_li a {
        gap:15px;
    }
    .main11_content_li{
        padding-bottom: 20rem!important;
    }
    .main11_content_li_title p em{
        display: none;
    }
}