.center {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 888;
}

.tablexqys {
    padding-top: 100px;
    overflow: hidden;
}


.button-select {
    width: 250px;
    height: 100%;
    flex-direction: column;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
}

.button-select .form_ul {
    width: 100%;
    padding: 50px 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.button-select .form_ul .layui-icon-close {
    position: absolute;
    top: 0;
    right: 0;
}

.form_div {
    width: 482px;
    height: 100%;
    flex-direction: column;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}


.logo {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.form_div .form_ul {
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

.form_div .form_ul .form_title {
    height: 104px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 26px;
    color: #27B7AA;
    flex-direction: column;
}

.form_div .input_ul {
    padding: 30px 43px 71px 43px;
}

.form_div .input_ul .input_li {
    padding: 14px 0;
}

.form_div .input_ul .input_li input {
    flex: 1;
    height: 38px;
    background: #f4f4f4;
    padding: 0 10px;
    border-radius: 2px;
}

.form_div .input_ul .input_li .li_name {
    width: 90px;
    font-size: 20px;
    color: #1a1a1a;
    text-align: right;
    margin-right: 20px;
}

.login1 {
    width: calc(48%);
    height: 44px;
    border-radius: 19px;
    border: 0;
    margin-left: 32%;
    background-color: #2D84FF;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.herder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1530px;
    margin: 0 auto;
}

.head-logo {
    width: 333px;
    height: 65px;
    margin-right: 20px;
}

.head-tabs {
    display: flex;
}

.head-tabs .tab {
    width: 113px;
    text-align: center;
    height: 85px;
    line-height: 85px;
    font-size: 18px;
    cursor: pointer;
    color: #666666;
    position: relative;
    letter-spacing: 1px;
}

.li_notice_line {
    border: 2px solid red;
    width: 18px;
    position: absolute;
    bottom: 18px;
    margin: 0 auto;
    border-radius: 25px;
    left: 50%;
    margin-left: -9px;
    display: none;
}

.head-tabs .active,
.head-tabs .tab:hover {
    /*background: #2D84FF;*/
    color: #2A85FC;
    font-weight: bold;
}

.head-tabs .tab:hover .li_notice_line {
    border-color: #2A85FC;
    display: block;
}

.my-search {
    width: 134px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    margin-left: 20px;
}

.my-search img {
    width: 21px;
    height: 21px;
    margin-right: 7px;
}

.my-search input {
    width: 100px;
    font-size: 16px;
}

.my-search input::placeholder {
    color: #BEBDBD;
}

.login {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #629EF4;
    margin-left: 34px;

}

.login span {
    cursor: pointer;
}

.login span:hover {
    font-weight: bold;
}

.login img {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.carousel-img {
    height: 500px;
    width: 100%;
    /*object-fit: contain;*/
}

.content-info {
    width: 1320px;
    margin: 0 auto;
}

.title-item {
    text-align: center;
    position: relative;
    line-height: 80px;
}

.title-item .zh {
    text-align: center;
    padding-bottom: 19px;
    font-size: 35px;
    font-weight: bold;
    color: #001E39;
    z-index: 3;
    position: absolute;
    top: -11px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    letter-spacing: 5px;
}

.title-item .en {
    font-size: 31px;
    font-weight: 500;
    color: #D0D2D3;
}

.title-item .line {
    border: 3px solid #2D84FF;
    width: 100px;
    margin: 0 auto;
}

/*.title-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.title-item .left {
    display: flex;
    align-items: flex-end;
}

.title-item .left .zh {
    display: flex;
    align-items: flex-end;
    padding-bottom: 19px;
    border-bottom: 4px solid #4269FF;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
}

.title-item .left .zh img {
    width: 39px;
    height: 39px;
    margin-right: 20px;
    margin-bottom: 6px;
}

.title-item .left .en {
    font-size: 18px;
    font-weight: 500;
    color: #9393AD;
    padding-left: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C5CDEC;
}*/

.title-item .more {
    font-size: 26px;
    color: #161515;
    cursor: pointer;
}

.title-item .more img {
    width: 31px;
    height: 30px;
    margin-left: 13px;
    margin-bottom: 4px;
}

.item-info1 {
    margin: 75px auto 10px;
}

.yw-list {
    width: 256px;
    text-align: center;
    height: 285px;
    opacity: 0.8;
    border-radius: 16px;
    /*cursor: pointer;*/
    /*border: 1px solid red;*/
}

.yw-list img {
    width: 140px;
    height: 78px;
    margin-top: 55px;
}

.yw-list .img-show {
    display: none;
}

.yw-list .img-hide {
    display: inline;
}

.yw-list .name {
    font-size: 23px;
    /*font-weight: bold;*/
    color: #3B3D49;
    margin-top: 18px;
    margin-bottom: 35px;
}

.yw-list .btn {
    width: 146px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #3160CA;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

.yw-list:hover {
    background: linear-gradient(119deg, #3288FC, #725FFB, #3088FF, #2769FE, #3A8DFF);
    box-shadow: 6px 13px 29px 0px rgba(82, 135, 254, 0.33);
}

.yw-list:hover .img-hide {
    display: none;
}

.yw-list:hover .img-show {
    display: inline;
}

.yw-list:hover .name {
    color: #FFFFFF;
}

.yw-list:hover .btn {
    display: block;
}


.dis-sb {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
}

#notice_content {
    display: flex;
    width: 1320px;
    margin: 40px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
#notice_content>div {
    margin: 25px 0;
    border: 1px solid #F2F2F2;
    padding-bottom: 15px;
}
#notice_content .w45 {
    width: 45%;
}
#notice_content .w53 {
    width: 53%;
}
#notice_content .notice_content_title {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #F2F2F2;
}
#notice_content .notice_content_title span {
    display: inline-block;
}
#notice_content .notice_content_title .title_01 {
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
}
#notice_content .notice_content_title .title_02 {
    font-size: 18px;
    line-height: 24px;
    color: #555;
    cursor: pointer;
}
#notice_content .notice_content_title .title_02 img {
    width: 25px;
    height: 24px;
    margin-left: 5px;
    margin-top: -4px;
}
#notice_content .notice_content_bottom {
    padding: 20px 15px;
    /*border: 1px solid red;*/
    position: relative;
}
#notice_content .notice_content_bottom .top{
    position: absolute;
    width: 48px;
    background: url('../images/index/new/top.png') no-repeat;
    background-size: 100% 100%;
    height: 48px;
}
#notice_content .notice_content_bottom ul {
    font-size: 16px;
}
#notice_content .notice_content_bottom ul li {
    display: flex;
    line-height: 46px;
    cursor: pointer;
}
#notice_content .notice_content_bottom ul li.bg_grey {
    background-color: #F6F6F6;
}
#notice_content .notice_content_bottom ul li .circle{
    background-color: #A2ABBA;
    width: 6px;
    height: 6px;
    border-radius: 25px;
    margin: 20px;
}
#notice_content .notice_content_bottom ul li .notice_content_bottom_content {
    display: flex;
}
#notice_content .notice_content_bottom ul li .title{
    color: #686868;
    flex: 10;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 1px;
}
#notice_content .notice_content_bottom ul li .time{
    color: #A3A3A3;
    flex: 1;
    min-width: 115px;
    max-width: 115px;
    text-align: right;
    padding-right: 6px;
}
#notice_content .notice_content_bottom ul li:hover div {
    color: #2886F7;
}
#notice_content .notice_content_bottom ul li:hover .circle {
    background-color: #2886F7;
}


.notice-info {
    margin-top: 25px;
    border-radius: 30px 30px;
    /*background: url('../images/index/bg.png') no-repeat;*/
    /*background-size: 100% 538px;*/
    /*background-position: top center;*/
}

.notice-title {
    z-index: 99;
    opacity: 1;
    padding-top: 80px;
    padding-bottom: 90px;
}

.shadow-content {
    position: relative;
}

.notice-content {
    width: 1320px;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(80, 80, 80, 0.08);
    border-radius: 30px;
    padding: 37px 60px;
    box-sizing: border-box;
    z-index: 99;
    position: relative;
}

.shadow {
    width: 1236px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 1px 3px 10px 0px rgba(80, 80, 80, 0.02), 0px 12px 40px 0px rgba(80, 80, 80, 0.08);
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: -618px;
}



.notice-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 28px;
    margin-bottom: 28px;
    color: #2B2B2B;
    cursor: pointer;
    position: relative;
}

.notice-item .top{
    position: absolute;
    width: 48px;
    background: url('../images/index/new/top.png') no-repeat;
    background-size: 100% 100%;
    height: 48px;
    top: -23px;
    left: -10px;
}

.notice-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.notice-item .time {
    flex: 0 0 135px;
}

.notice-item .time .month {
    font-size: 26px;
    font-weight: 500;
    color: #818181;
}

.notice-item .time .year {
    font-size: 18px;
    font-weight: 500;
    color: #A7A7A7;
    margin-top: 17px;
}

.notice-item .desc {
    flex: 1 1 0;
    font-size: 24px;
    font-weight: 500;
}

.notice-item .img {
    flex: 0 0 22px;
    height: 26px;
    background: url('../images/index/row.png') no-repeat;
    background-size: 100% 100%;
}

.notice-item:hover {
    color: #2D84FF;
}

.notice-item:hover .time .month {
    color: #2D84FF;
}

.notice-item:hover .time .year {
    color: #99C3FF;
}

.notice-item:hover .img {
    background: url('../images/index/row-a.png') no-repeat;
}



.footer {
    /*margin-top: 15px;*/
    /*background: #F8FBFF;*/
    background: url('../images/index/new/bottom.png') no-repeat;
    background-size: 100% 100%;
    color: white;
}

.link-top {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.2);
}

.link-top .title {
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-bottom: 24px;
}

.link-list a {
    display: inline-block;
    margin-right: 54px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.link-list .active {
    color: #448EF7;
}

.user_div {
    width: 175px;
    position: relative;
    cursor: pointer;
}

.user_div .user-name {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    max-width: 175px;
    text-overflow: ellipsis;
}

.copyright {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    /*color: rgba(123, 123, 123, 0.59);*/
    color: white;
}

.head-tabs li {
    position: relative;
}
.li_notice {
    padding-top: 5px;
    position: absolute;
    left: 0;
    top: 85px;
    display: none;
    z-index: 777;
}
.head-tabs li:hover .li_notice {
    display: block;
}

.buffer {
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
    z-index: 777;
    cursor: pointer;
}
.li_notice-content {
    padding: 10px 20px;
    line-height: 40px;
    font-size: 16px;
    /*color: #2D84FF;*/
    color: black;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    width: 120px;
    text-align: center;
    font-weight: normal;
}
.li_notice-content>div:hover {
    background-color: #6ca4fc;
    color: white;
}
.buffer-content {
    font-size: 16px;
    color: #2D84FF;
    background: #FFFFFF;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);

    width: 120px;
    text-align: center;
}

.buffer-content>div:hover {
    color: #FFFFFF;
    background: #2D84FF;
}

.user_div:hover .buffer {
    display: block;
}

.top-bar {
    font-size: 18px;
    font-weight: 500;
    color: #2B2B2B;
    padding: 50px 0;
}

.top-bar span {
    color: #2D84FF;
}

.no-content {
    width: 1200px;
    margin: 0 auto;
}


.no-list-info {
    border-bottom: 1px solid rgba(231, 231, 231, 0.8);
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.no-list-info .title {
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.no-list-info .list-head {
    display: flex;

}

.no-list-info .tag-a {
    width: fit-content;
	padding: 0 5px;
	height: 30px;
    background: #FC8E1E;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 30px;
}

.no-list-info .tag-b {
    width: fit-content;
	padding: 0 5px;
	height: 30px;
    text-align: center;
    line-height: 30px;
    background: #E8F7FF;
    border-radius: 6px;
    font-size: 16px;
    color: #1F8BEE;
}

.no-list-info .time {
    font-size: 16px;
    color: #9A9A9A;
    cursor: pointer;
}

.no-list-info .time img {
    margin-right: 20px;
    margin-top: -5px;
}

* {
    font-family: Source Han Sans CN;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    background: #CCD2D5;
    border-radius: 6px;

}