/*@media screen and (min-width: 300px) and (max-width: 820px) {*/
/*    #selectItem {*/
/*        margin-top: 0.5rem !important;*/
/*    }*/

/*    #main {*/
/*        width: 6.25rem !important;*/
/*        height: 2rem !important;*/
/*    }*/

/*    li {*/
/*        height: 2rem !important;*/
/*        line-height: 2rem !important;*/
/*    }*/

/*    #content {*/
/*        line-height: 2rem !important;*/
/*    }*/

/*    #selectImg svg {*/
/*        height: 1rem !important;*/
/*        width: 1rem !important;*/
/*    }*/

/*    #selectImg {*/
/*        top: 0.5rem !important;*/
/*    }*/

/*    #selectImg.active svg {*/
/*        height: 1rem !important;*/
/*        width: 1rem !important;*/
/*    }*/

/*    input {*/
/*        width: 12rem !important;*/
/*    }*/

/*    #selectItem ul {*/
/*        background: #F0F4F9;*/
/*    }*/

/*    .announcement-l {*/
/*        z-index: 1;*/
/*    }*/

/*    .t-r svg {*/
/*        height: 1rem !important;*/
/*        width: 1rem !important;*/
/*        top: 0.5rem !important;*/
/*    }*/

/*    .l-t {*/
/*        font-size: 40px !important;*/
/*    }*/

/*    .l-b {*/
/*        font-size: 12px !important;*/
/*    }*/

/*    .m-t {*/
/*        font-size: 14px !important;*/
/*    }*/

/*    .m-b {*/
/*        font-size: 12px !important;*/
/*        line-height: 1.5 !important;*/
/*    }*/

/*    .announcement-r {*/
/*        font-size: 12px !important;*/
/*    }*/

/*    .announcement-main {*/
/*        padding-left: 0.5rem !important;*/
/*        padding-right: 0.5rem !important;*/
/*    }*/

/*    .announcement-m {*/
/*        width: 12.0875rem !important;*/
/*    }*/

/*    .main-top {*/
/*        padding-right: 0.5rem !important;*/
/*    }*/

/*    #content {*/
/*        font-size: 12px !important;*/
/*    }*/

/*    #selectItem {*/
/*        position: absolute;*/
/*        width: 3.25rem;*/
/*    }*/

/*    li {*/
/*        font-size: 12px !important;*/
/*    }*/

/*    input::-webkit-input-placeholder {*/
/*        font-size: 12px !important;*/
/*    }*/
/*}*/

.l-t {
    font-size: 1rem;
    color: #144297;
    font-family: 'Alibaba PuHuiTi-Regular';
}

.l-b {
    font-size: 0.3rem;
    color: #728ec1;
    margin-top: -0.2rem;
    font-family: 'Alibaba PuHuiTi-Regular';
}

.announcement-r {
    font-family: 'Alibaba PuHuiTi-Regular';
}

.announcement-container:hover{
    border-bottom: 1px solid #144297;
}

.announcement-r {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #144297;
    font-size: 0.2rem;
    font-family: 'Alibaba-PuHuiTi-Medium';
    z-index: 1;
}

.announcement-r:hover {
    cursor: pointer;
}

.announcementBox {
    background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
}

.announcement-m {
    width: 10.0875rem;
    padding-top: 0.2rem;
    z-index: 1;
}

.m-t {
    font-weight: 500;
    color: #333;
    font-size: 0.3rem;
    font-family: "Alibaba-PuHuiTi-Medium";
}

.m-b {
    font-size: 0.2rem;
    color: #666666;
    font-weight: 400;
    font-family: "Alibaba-PuHuiTi-Regular";
    padding-top: 0.125rem;
    line-height: 0.375rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.announcement-main {
    padding-top: 0.75rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    padding-bottom: 1rem;
}

.announcement-container {
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
    padding-top: 0.4rem;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    background: #fff;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5875rem;
    position: relative;
    box-sizing: border-box;
}

.announcement-container img {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*height: 2.5rem;*/
    /*display: none;*/
    border: 0.01rem solid #eee;
    width: 3rem;
    height: 3rem;
    margin:0 0.3rem;
}
.announcement-container:hover img{
    display: block;
}
.main-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 3.25rem;
    padding-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.t-r svg {
    height: 0.25rem;
    width: 0.25rem;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
}

input::-webkit-input-placeholder {

    color: #728EC1;
    font-size: 0.2rem;
}

input {
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 1px solid #d9e3ef;
    border-radius: 0.75rem;
    padding-left: 0.375rem;
    height: 0.75rem;
    color: #144297;
    width: 5rem;
}

.t-r {
    position: relative;
    padding-left: 0.125rem;
    display: flex;
}

.t-r input {
    box-sizing: border-box;
}

.main-top {
    padding-right: 3.25rem;
    display: flex;
    justify-content: end;
}

#main {
    position: relative;
    width: 2.25rem;
    height: 0.75rem;
}

#content {
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 0.75rem;
    padding-left: 0.3125rem;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #144297;
    cursor: pointer;
    border-radius: 0.7625rem;
    box-sizing: border-box;
}

#selectImg {
    position: absolute;

    top: 0.2025rem;
    right: 0.25rem;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    display: flex;
}

#selectImg svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg.active svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg.active{
    position: absolute;
    top: 0.2025rem;
    right: 0.3125rem;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}


#selectItem {
    display: none;
    z-index: 50;
    width: 100%;
    position: relative;
    margin-top: 0..2rem;
}
#selectItem.active{
    display: block;
}
#selectItem ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0.25rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    ;
    margin-top: 0.2rem;
}

#selectItem ul li {
    height: 0.75rem;
    line-height: 0.75rem;
    width: 100%;
    background: #F0F4F9;
    color: #144297;
    cursor: pointer;
    font-size: 0.2rem;
    padding-left: 0.3125rem;
}

/* .li {
    background: #144297 !important;
    color: #fff !important;
} */

#selectItem ul li:hover {
    background-color: #D9E3EF;
}

/* * {
    padding: 0;
    margin: 0;
} */

.container-title {
    display: flex;
    justify-content: center;
    padding-top: 0.75rem;
}

.container-title-background {
    font-size: 1.375rem;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #f0f4f9;
    position: relative;
}

.container-title-above {
    position: absolute;
    font-family: 'Alibaba PuHuiTi-Bold';
    top: 0.85rem;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.5rem;
    color: #144297;
    text-shadow: 0.053333rem 0.053333rem 0.08rem rgba(0,0,0,.2);
}












@media (max-width: 1042px) {
     .container-title-background{
        font-size: 0.68rem;
        white-space: nowrap;
    }
    .container-title-above{
        top: 50%;
        transform: translateY(-50%);
    }
    #selectItem {
        position: absolute;
        width: 100%;
        top: 70%;
    }
    #selectImg svg {
        height: 0.4rem !important;
        width: 0.4rem !important;
    }

    #selectImg1 svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    input {
        width: 100%;
    }

    #selectItem ul {
        background: #F0F4F9;
    }

    .main-top {
        padding: 0.4rem !important;
        justify-content: center;
    }

    .t-r svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    #main {
        width: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .t-r{
        width: calc(100% - 3rem);
    }
    #content {
        font-size: 12px !important;
    }

    li {
        font-size: 12px !important;
        height: auto !important;
        line-height: 2 !important;
        padding: 0.2rem 0;
    }

    input::-webkit-input-placeholder {
        font-size: 12px !important;
    }

    #selectItem ul {
        background: #F0F4F9;
    }

    .announcement-main {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
    .announcement-container{
        padding: 0.4rem;
        box-sizing: border-box;
        padding-bottom: 0.8rem;
    }
    .announcement-r{
        font-size: 12px !important;
        position: absolute;
        right: 0.4rem;
        bottom: 0.3rem;
    }
    .announcement-m{
        width: 80%;
    }
    .announcement-m .m-t{
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
    .announcement-m .m-b{
        font-size: 12px;
        line-height: 1.5
    }
}




