
.contain-backgroup{
    width: 100%;
    height: 80%;
    background-color: #f2f2f2;
}
.contain-backgroup1{
    width: 100%;
    height: 80%;
    background-color: #f2f2f2;
}


.contain-backgroup-inner{
    margin-left: 8rem;
    width: 90%;
    height: 10rem;
    background-color: white;

}

.contain-backgroup-innerBottom{
    margin-left: 8rem;
    margin-top: 2rem;
    width: 90%;
    background-color: white;
}

.notice-main-inner {
    margin-left: 8rem;
    width: 90%;
    height: 10rem;
    background-color: white;
}

.toggle-m {
    border-radius: 1rem 1rem 0px 0px;
    width: 100%;
    height: 9rem;
    display: flex;
    align-items: center;
    background-size: cover;
    background-image: url(${tenders.path}/th_project/img/title1.jpg);
    background-repeat: no-repeat;
    padding: 0 1rem;
}

.l-min {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.r-min {
    width: 32.2rem;
    height: 4.5rem;
    background: #FFFFFF;
    border-radius: 2rem;
    border: 0.1px solid #4877F7;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.r-min input {
    padding-left: 1rem;
    width: 27rem;
    height: 100%;
    background: transparent;
    border-radius: 2rem 0 0 2rem;
    border: none;
    color: #333;
    font-size: 1.6rem;
}

.r-min a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex: 1;
    height: 100%;
    color: #0033a0 !important;
    font-size: 1.6rem;
    position: relative;
}

.r-min a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0.1rem;
    height: 2rem;
    background: #EBEBEB;
}

.t-m {
    padding: 1rem 0 1.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.t-m .span1 {
    margin-left: 0.5rem;
    line-height: 2.2rem;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 800;
}

.t-m .span2 {
    line-height: 2rem;

    font-size: 2rem;
    color: #88a4df;
    font-weight: 800;
    text-transform: uppercase;
}

.toggle-item-list {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 !important;
}

.toggle-item-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 3rem;
    position: relative;
}

.notice-title{
    font-size: 2rem;
    font-weight: bold;
    color: black
}

.toggle-item-list li.active::before {
    background-size: 100% 100%;

    background-image: url(${tenders.path}/th_project/img/nav_2.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.toggle-item-list li.active:first-child::before {
    background-size: 100% 100%;
    background-image: url(${tenders.path}/th_project/img/nav_1.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.toggle-item-list li.active a {
    font-size: 1.8rem;
    color: #0033a0 !important;
}

.toggle-item-list li a {
    line-height: 2rem;
    cursor: pointer;
    font-size: 1.6rem;
    color: #fff !important;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
}

.toggle-item-list li.active a::after {
    width: 2.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #0033a0;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
}

.data-box {
    flex: 1;
    width: 97%;
    margin-left: 2rem;
}

.height-1 {
    display: none;
}

.data-table-body-list-box {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.nomessages {
    margin-top: 10rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.nomessages img {
    width: 14rem;
    height: 10rem;
}

.data-table-body-list {
    display: flex;
    flex-direction: column;
}
ul{
    margin-bottom: 0 !important;
}
.data-table-body-list .all {
    margin: 1rem auto;
    color: #0033A0;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.data-table-body-list li {
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    height: 8rem;
}

.data-table-body-list li .l-m {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.data-table-body-list li .l-m .t-mi {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.data-table-body-list li .l-m .t-mi span {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #333;
    font-weight: bold;
}

.data-table-body-list li .l-m .b-m {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.data-table-body-list li .l-m .b-m .type1 {
    height: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    background: #0033A0;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: bold;
}

.data-table-body-list li .l-m .b-m .type2 {
    height: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #0033A0;
    padding: 0.5rem;
    background: #dae4fd;
    border-radius: 0.5rem;
    font-weight: bold;
}

ul{
    margin-bottom：0;
}

.data-table-body-list li .l-m .t-mi a {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: bold;
}

.data-table-body-list li .r-m {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.data-table-body-list li .r-m span {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #999;
}

.data-table-body-list li .r-m button {
    line-height: 1.4rem;
    font-size: 1.4rem;
    width: 6rem;
    height: 2.7rem;
    background: #0033A0;
    border-radius: 0.4rem;
    color: #fff;
}
.data-table-body-list li:nth-child(2n){
    background: #f8fbff;

}



.r-min {
    width: 89.2rem;
    height: 4.5rem;
    background: #FFFFFF;
    border-radius: 2rem;
    border: 0.1px solid #4877F7;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.r-min input {
    padding-left: 1rem;
    width: 70rem;
    height: 100%;
    background: transparent;
    border-radius: 2rem 0 0 2rem;
    border: none;
    color: #333;
    font-size: 1.6rem;
}

.r-min a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex: 1;
    height: 100%;
    color: #0033a0 !important;
    font-size: 1.6rem;
    position: relative;
}

.r-min a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0.1rem;
    height: 2rem;
    background: #EBEBEB;
}
.title-notice{
    height: 3rem;
    margin-bottom: 1rem;
}
.title-notice-span{
    font-size: 2rem;
    font-weight: bold;
    color: black;
}

.search-zt{
    float: left;
    border-collapse: separate;
    border-spacing: 2rem;
}

.search-title{
    font-size: 1.5rem;
    color: black;
    font-weight: bold;
}
.search-gd{
    font-size: 1.5rem;
    color: #62b0ff;
    font-weight: bold;
}

.search-content {
    font-size: 1.5rem;
    color: black;
}
.search-content a{
    border-collapse: separate;
    border-spacing: 2rem;
    margin-right: 1rem;
    color: black;
}
.search-content a:active{
    color: #62b0ff;
}
.search-tr{
    margin-bottom: 2rem;
}