*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    text-decoration: none;
}
body{
    min-height: 100vh;
    background-color: #F2F8FC;
}
.topbanner{
    width: 100%;
    margin-bottom: 23px;
}
.content{
    width: 1463px;
    margin: 0 auto;
}
.newBoxs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}
.newBox{
    width: 32%;
    background-color: #fff;
    height: 458px;
}
.newBox1{
    width: 49%;
    background-color: #fff;
    height: 458px;
}
.newBox .title{
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #1CB278;
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newBox .title i{
    font-size: 16px;
    color: #000;
}
.newBox .newList{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 23px;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 23px;
    position: relative;
}
.newBox .newList:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.zhuanshengben .img1{
    width: 100%;
    height: 159px;
    margin-bottom: 23px;
}
.zhuanshengben .img2{
    width: 100%;
    height: 466px;
    margin-bottom: 23px;
}
.zhuanshengben .img3{
    width: 100%;
    height: 323px;
    margin-bottom: 23px;
}
.zhuanshengben .img4{
    width: 100%;
    height: 264px;
    margin-bottom: 23px;
}
.imgs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}
.imgs a{
    width: 49%;
}
.imgs a img{
    width: 100%;
    height: 100%;
}
.titles{
    margin-top: 23px;
    margin-bottom: 23px;
    text-align: center;
}
.titles strong{
    font-size: 26px;
    font-weight: bold;
    color: #1CB278;
}
.titles div{
    font-size: 18px;
    color: #999;
    margin-top: 10px;
}
.titles .tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}
.titles .tabs .tab{
    font-size: 18px;
    color: #fff;
    width: 50%;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 0;
    background-color: rgb(156, 209, 165);
    font-weight: bold;
}
.titles .tabs .tab.active{
    background-color: #1CB278;
    color: #fff;
}
.newBox .title.blue{
    color: #0674C7;
}
.msgBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.msgList{
    width: 32%;
    background-color: #fff;
    height: 211px;
    margin-bottom: 23px;
}
.msgList .msgTitle{
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #0674C7;
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.msgList .msgContent{
    font-size: 16px;
    line-height: 1.5;
    padding: 0 23px;
}
.smallTitle{
    font-size: 16px;
    color: #fff;
    background-color: #F88065;
    padding:  15px;
    text-align: center;
    margin-bottom: 23px;
}
.tabContents .tabContent{
    display: none;
}
.tabContents .tabContent.active{
    display: block;
}
.tabContents .tabContent table{
    width: 100%;
    border-collapse: collapse;
}
.tabContents .tabContent table tr td{
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #ccc;
    width: 25%;
}
.tabContents .tabContent table tr td a{
    font-size: 16px;
    color: #000;
}
.breadcrumb{
            line-height: 40px;
            font-size: 18px;
        }
        .breadcrumb a{
            color: #000;
            text-decoration: none;
        }
        .list-content{
            margin-top: 20px;
        }
        .list-item{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 18px;
            padding: 10px 0;
        }
        .list-item a{
            color: #000;
            text-decoration: none;
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .list-item span{
            color: #999;
            flex: 0 0 100px;
        }
        .detail{
            margin-top: 20px;
        }
        .detail>h1{
            width: 80%;
            margin: 0 auto;
            text-align: center;
            font-size: 24px;
        }
        .detail>.small{
            font-size: 16px;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 10px;
            margin-bottom: 20px;
        }