* {
    padding: 0;
    margin: 0;
}
.swiper4{
   width:100%;
   height:625px;
}
.titlebj {
    width: 100%;
    height: 189px;
    background: url('../imgs/title.png') no-repeat center;
    background-size: 100% 100%;
}

.titlecont {
    margin: 0 260px 0 259px;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 395px;
    height: 92px;
    object-fit: contain;
    margin-top: 49px;
    margin-right: 29px;
}

.shuxian {
    width: 3px;
    height: 76px;
    background: #39436D;
    margin-top: 57px;
    margin-right: 22px;
}

.caiwuchu {
    width: 180px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 60px;
    color: #39436D;
    margin-top: 45px;
}

.xuexiao {
    width: 26px;
    height: 25px;
    object-fit: contain;
    margin-top: 14px;
}

.websiteOfTheSchool {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #0D5AA8;
    line-height: 52px;
    margin-left: 9px;
}

.search {
    width: 471px;
    height: 50px;
    background: url('../imgs/searchbj.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
}

.inputcont {
    width: 353px;
    height: 44px;
    border: none;
    outline: none;
    margin-left: 20px;
    margin-top: 1px;
    font-size: 16px;
}

.searchbtn {
    width: 99px;
    height: 50px;
    background: url('../imgs/searchbtn.png') no-repeat center;
    background-size: 100% 100%;
}

.sousuoimg {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 9px 0 0 0px;
    text-align: center;
}

.secondaryLabel {
    width: 100%;
    height: 72px;
    background: #0D5AA8;
}

.secondaryLabelCont {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.shouye {
    width: 167px;
    height: 71px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中 */
    gap: 10px;
    /* 可选：添加图片和文字之间的间距 */
}

.shouyeactive {
    width: 167px;
    height: 71px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中 */
    gap: 10px;
    background: #064D95;
}

.shouyeimg1 {
    width: 22px;
    height: 21px;
    object-fit: contain;
    background: url('../imgs/shouye.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
}

.shouyeimg2 {
    width: 22px;
    height: 22px;
    object-fit: contain;
    background: url('../imgs/jigou.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
}

.shouyeimg3 {
    width: 20px;
    height: 22px;
    object-fit: contain;
    background: url('../imgs/zhidu.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
}

.shouyeimg4 {
    width: 19px;
    height: 23px;
    object-fit: contain;
    background: url('../imgs/zhibu.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
}

.shouyeimg5 {
    width: 22px;
    height: 22px;
    object-fit: contain;
    background: url('../imgs/zhaobiao.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
}

.shouyeimg6 {
    width: 20px;
    height: 22px;
    object-fit: contain;
    background: url('../imgs/xinxigongkai.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
}

.shouyeimg7 {
    width: 20px;
    height: 22px;
    object-fit: contain;
    background: url('../imgs/fuwuzhinan.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
}

.ui-nav {
    width: 100%;
    height: 72px;
    background-color: #0D5AA8;
}

.ui-hd-bt-ul {
    width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.ui-hd-bt-li {
    width: 167px;
    height: 72px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


/* .ui-hd-bt-li:last-child::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #008FCF;
	position: absolute;
	right: 0;
} */


/* .ui-hd-bt-li::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
} */

.ui-hd-bt-li:hover {
    background: #064D95;
    color: #fff;
}

.ui-hd-bt-li:hover>.ui-hd-bt-li-a {
    color: #fff;
    display: flex;
    /*     line-height: 72px; */
}

.ui-hd-bt-li-a {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
}


/* 下拉菜单样式 */

.dropbtn {
    /* background-color: #008FCF; */
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 141px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid #1567B1; */
}

.dropdown {
    position: relative;
    display: inline-block;
}

.ui-hd-bt-li:nth-child(9) .dropdown-content {
    display: none;
    position: absolute;
    background-color: #A91719;
    min-width: 170px;
}

.dropdown-content {
    /*display: none;*/
    /*left: -13px;*/
    /*top: 60px;*/
    /*position: absolute;*/
    background: rgba(255, 255, 255, 0.8);
    min-width: 167px;
    z-index: 9;
}

.ui-hd-bt-li:nth-child(9) .dropdown-content a {
    width: 170px;
}

.dropdown-content a {
    color: #000000;
    text-decoration: none;
    display: block;
    width: 167px;
    height: 50px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    line-height: 20px;
        overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-content a:hover {
    /*     background-color: #; */
    color: #0D5AA8;
}


/* .dropdown-content a:hover::after {
    content: "";
    width: 96px;
    height: 1px;
    background: #B82426;
    display: block;
    margin: auto;
    margin-top: 15px;
    /* float: left; 


}
*/

.dropdown-content a:last-child:hover::after {
    content: "";
    width: 96px;
    height: 1px;
    background: transparent;
    display: block;
    margin: auto;
    margin-top: 5px;
    /* float: left; */
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #064D95;
    color: #fff;
    /*   border-bottom: 1px solid #A91719; */
}

.shouyewenzi {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
}

.ui-hd-bx {
    width: 100%;
    height: 620px;
}

.xinwendongtai {
    margin: 34px 260px 0;
    display: flex;
}

.xiancont {
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: space-between;
    background: url('../imgs/xinwendongtai.png') no-repeat center;
    background-size: 100% 100%;
}

.xinwen {
    width: 36px;
    height: 35px;
    object-fit: contain;
    margin-top: 10px;
}

.xinwendongtaiwenzi {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #0D5AA8;
    line-height: 35px;
    margin-left: 9px;
    margin-top: 10px;
}

.more {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #787878;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    bottom: 30px;
}
.more a{
    color: #787878;

}
.xianconttwo {
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: space-between;
    background: url('../imgs/xinwendongtaitwo.png') no-repeat center;
    background-size: 100% 100%;
}

.xiancontsrc {
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: space-between;
    background: url('../imgs/caiwuzct.png') no-repeat center;
    background-size: 100% 100%;
}

.tzgglist {
    width: 100%;
    overflow: hidden;
    padding: 29px 0 22px 0;
    border-bottom: 1px dashed #D5D5D5;
    display: flex;
}

.nianyueri {
    min-width: 66px;
    min-height: 66px;
    background: url('../imgs/nianyueri.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 20px;
}

.nianyue {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.ri {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 26px;
    color: #0D5AA8;
    line-height: 43px;
    text-align: center;
}

.tzggtitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    /* line-height: 45px; */
}

.tzggcontent {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 45px;
}

.cwzctlist {
    padding: 22px 0 23px 0;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
}

.lansesanjiao {
    width: 7px;
    height: 13px;
    object-fit: contain;
    margin-top: 8px;
}

.cwzcttitle {
    width: 294px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.cwzcttime {
    width: 93px;

    white-space: nowrap;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}

.baixian {
    width: 2px;
    height: 66px;
    background: url('../imgs/baixian.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 17px;
}

.rilitwo {
    width: 21px;
    height: 22px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: 12px;
}

.timetwo {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 45px;
}

.youqianglianjie {
    margin: 25px 260px 28px;
    background: #F5F5F5;
    height: 212px;
}

.yqljcont {
    width: 95.8%;
    /* 宽度跟随父容器 */
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* 防止换行 */
    margin: 27px auto 0;
    padding: 0 15px;
    /* 左右内边距 */
}

.jyb {
    width: 100%;
    /* 改用百分比宽度，4张图均分（100% / 4 ≈ 23%） */
    height: 100%;
    /* 高度自适应 */
    max-width: 321px;
    /* 限制最大宽度，防止过大 */
    object-fit: contain;
    /* 保持图片比例 */
}


/* .yqljcont {
    width: 1341px;
    display: flex;
    justify-content: space-between;
    margin: 27px auto 0;
}

.jyb {
    width: 321px;
    height: 75px;
} */

.bottom {
    width: 100%;
    height: 260px;
    background: url('../imgs/bottom.png') no-repeat center;
    background-size: 100% 100%;
}

.bottomone {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.bottomtwo {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.bottomsrc {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}