.main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}
.centerContent{
    display: flex;
    width: 100%;
}
.banner{
    margin-bottom: 20px;
}
.left{
    width: 834px;
    background: #FFF;
    display: block;
    margin-right: 20px;
}
.right{
    width: 350px;
    background: #FFFFFF;
    display: block;
}
.topNav {
    height: 40px;
    max-width: 100%;
    margin-bottom: 20px;
}
.topNavBox{
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    height: 100%;
}
.topNavBox > span{
    font-size: 14px;
    padding-left: 15px;
}
.searchBanner{
    width: 100%;
    background: url("/statics/images/searchBanner.png") no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 20px;
}
.searchTitle{
    font-weight: bold;
    font-size: 48px;
    color: #F02F2F;
    line-height: 36px;
    -webkit-text-stroke: 1px #FFFFFF;
    padding: 22px;
}
.searchInputBox{
    width: 619px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchInputBox input{
    border: none;
    width: 560px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 5px 0 0 5px;
    padding-left:10px;
}
.searchInputBox button{
    width: 72px;
    height: 42px;
    border: none;
    background: #F02F2F;
    border-radius: 0 5px 5px 0; 
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}
.searchInputBox img{
    width: 15px;
    height: 15px;
}
.searchHot{
    padding: 20px;
}
.searchHot span,.searchHot span a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.searchHot span.hot{
    color: #F02F2F;
}
.leftTopBanner{
    width: 834px;
    height: 90px;
    background: url("/statics/images/leftTopBanner.png") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftTopBanner span{    
    font-size: 42px;
    color: #F02F2F;
    -webkit-text-stroke: 1px #FFFFFF;
}
.majorListBox{
    width: 834px;
    box-sizing: border-box;
    border: 1px solid #FEDEE1;
}
.majorItem{
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    margin: 0 20px;
}
.majorItem:last-child{
    border: none;
}
.link-content p{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.link-content span{
    width: 115px;
    height: 21px;
    background: #F5F6F7;
    border-radius: 2px;
    width: 98px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 3px 7px;
}
.majorTitle span{
    width: 125px;
    white-space: nowrap;
    height: 23px;
    border-radius: 12px;
    border: 1px solid #BBBABA;
    font-size: 12px;
    color: #666666;
    line-height: 23px;
    padding: 0 5px;
    text-align: center;
    margin-left: 15px;
    background: #fff;
    box-sizing: border-box;
}
.majorTitle{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.majorItem a{
    background: #F02F2F;
    border-radius: 16px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 25px;
}
.majorTips{
    width: 436px;
    height: 35px;
    background: #FEF2F2;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
.majorTips span{
    font-size: 14px;
    color: #F02F2F;
    line-height: 30px;
}
.item-container {
    background-color: #fff;
    border: 1px solid #EDEDED;
    margin: 0 auto;
    margin-bottom: 20px;
}

.item-header {
    margin-top: 20px;
}

.item-list {
    list-style-type: none; /* 去掉默认的列表样式 */
    padding: 0;           /* 去掉内边距 */
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    transition: background-color 0.3s; /* 添加过渡效果 */
}
.item img {
    width: 40px;
    height: 40px;
    margin: 0 14px 0 10px;
}
.item a{
    display: flex;
    align-items: center;
}
.item:hover {
    background-color: #e9ecef; /* 悬停时改变背景颜色 */
}

.item-number {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff; /* 高亮编号 */
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
    line-height: 20px;
}
.red{
    background: #F02F2F;
}
.grey{
    background: #CBCAC9;
}

.item-text {
    font-size: 16px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    max-width: 210px;
}
.news-title {
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    margin-left: 40px;
    font-size: 18px;
}

.news-title::before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: red;
    position: absolute;
    left: -20px;
    top: 0;
}
.item-news-text{
    position: relative;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    max-width: 285px;
}
.item-news-text::before {
    content: '·';
    position: absolute;
    color: #F63A3A;
    font-size: 26px;
    top: -10px;
    left: 0px;
}
.searchTips{
    color: #F02F2F;
    font-size: 16px;
    margin: 20px 0;
}
.association{
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 5px 20px;
    width: 510px;
    border: 1px solid #999;
    border-radius: 8px;
    font-size: 16px;
}
.association li{
    padding: 15px 0;
    cursor: pointer;
}
.pages{
    padding: 25px;
    margin: 0 auto;
}
.pages ul{
    padding: 0;
    display: flex;
    justify-content: center;
}
.pages li{
    font-size: 14px;
    color: #888888;
    margin: 0 5px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.pages a{
    padding: 12px;
    color: #888888;
}
.pages span{
    padding: 12px;
}
.pages .active,.pages li:hover{
    border: 1px solid #F02F2F;
    background: #F02F2F;
    color: #fff;
}
.pages a:hover{
    color: #fff;
}