@charset "utf-8";
.content-box {
    width: 1282px;
    min-height: 800px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px auto;
    padding: 40px;
}

.notice {
    width: 380px;
    height: 350px;
}

.notice-title {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.notice-title b {
    font-size: 22px;
    color: #333333;
    position: relative;
    margin-left: 15px;
}

.notice-title b:before {
    content: '';
    width: 5px;
    height: 24px;
    background-color: #df2928;
    position: absolute;
    left: -15px;
    top: 3px;
}

.notice-title a {
    font-size: 18px;
    color: #df2928;
}

.news-left-list {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-left-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
}

.news-left-list a p {
    flex: 1;
    width: 0;
    font-size: 18px;
    color: #333333;
}

.news-left-list a span {
    font-size: 16px;
    color: #999999;
    margin-left: 40px;
}

.news-left-list a:hover p {
    color: #df2928;
    text-decoration-line: underline;
}

.information {
    width: 380px;
    height: 350px;
}

.information-swiper {
    width: 100%;
    height: 300px;
    position: relative;
}

.information-swiper .swiper {
    width: 100%;
    height: 100%;
}

.information-swiper .swiper-slide {
    width: 100%;
    height: 300px;
}

.information-swiper .swiper-slide .img {
    width: 100%;
    height: 300px;
    position: relative;
}

.information-swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-swiper .swiper-slide .img p {
    width: 100%;
    height: 46px;
    background-color: #df2928;
    padding-right: 130px;
    line-height: 46px;
    padding-left: 13px;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.information-swiper .swiper-pagination {
    width: 115px;
    position: absolute;
    bottom: 15px;
    right: 12px;
    left: inherit;
    text-align: right;
}

.information-swiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .3;
}

.information-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.cando {
    width: 380px;
    height: 350px;
}

.news-right-list {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-right-list a {
    display: block;
    width: 124px;
    height: 140px;
    margin-top: 12px;
}
.news-right-list a .item {
    width: 124px;
    height: 140px;
    background-color: #f8f0f0;
    border-radius: 6px;
    padding-top: 40px;
}

.news-right-list a .item .img {
    width: 100%;
    text-align: center;
    height: 30px;
}

.news-right-list a .item .img i {
    font-size: 30px;
    color: #df2928;
}

.news-right-list a .item p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-top: 10px;
}
.news-right-list a .item:hover {
    background-color: #df2928;
}
.news-right-list a .item:hover .img i {
    color: #FFFFFF;
}
.news-right-list a .item:hover p {
    color: #FFFFFF;
}

.center-content {
    width: 100%;
    height: 150px;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.end-left {
    width: 388px;
    /*height: 815px;*/
}

.login-box {
    width: 100%;
    height: 458px;
    background-color: #ffffff;
    border-radius: 6px;
    /*border: solid 1px #dcdcdc;*/
    /*padding: 20px 0;*/
}

.login-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #202020;
    font-weight: bold;
    padding-top: 5px;
}

.login-tex {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #df2928;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-input {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e2e6;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    position: relative;
}


.login-input img {
    height: 21px;
}

.login-input input {
    flex: 1;
    width: 0;
    font-size: 16px;
    color: #666666;
    margin-left: 15px;
}

.login-input input::placeholder {
    color: #cecdcd;
}

.login-input .varify-input-code {
    position: absolute;
    top: 5px;
    left: 35px;
    width: 150px;
    height: 35px;
}

.login-btn {
    width: 100%;
    height: 50px;
    background-color: #df2928;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    cursor: pointer;
}

a.login-zhuce {
    display: block;
    width: 48%;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #df2928;
    font-size: 16px;
    color: #df2928;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
}

.file-box {
    width: 100%;
    height: 468px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
}

.file-title {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-title b {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.file-title a {
    font-size: 18px;
    color: #df2928;
}

.file-tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 22px 15px;
}

.file-tab .file-item {
    width: 355px;
    height: 110px;
    background-color: #f8f0f0;
    border-radius: 6px;
    margin-bottom: 18px;
}

.file-img {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.file-img i {
    font-size: 36px;
    color: #df2928;
}

.file-item p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    padding-top: 5px;
}

.file-tab .file-item:hover {
    background-color: #df2928;
}

.file-tab .file-item:hover .file-img i {
    color: #FFFFFF;
}

.file-tab .file-item:hover p {
    color: #FFFFFF;
}

.end-center {
    position: relative;
    width: 388px;
    /*height: 815px;*/
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    /*padding: 5px 0;*/
}
.end-center-num{
    position: absolute;left: 0;bottom: 20px;text-align: left;width: 100%;
    font-size: 16px;
    padding-left: 40px;
}
.end-center-num b{
    color: #df2928;
}
.end-center-num span{
    padding: 0 10px;
}
.map-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #202020;
    font-weight: bold;
    padding-top: 5px;
}

.map-tex {
    width: 100%;
    padding: 40px 40px 5px 40px;
    font-size: 18px;
    color: #202020;
}

.map-num {
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #df2928;
}

.map-num b {
    font-size: 32px;
}


.end-right {
    width: 388px;
    /*height: 815px;*/
}

.organ-content {
    width: 100%;
    height: 468px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
}

.organ-title {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.organ-title b {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.organ-title a {
    font-size: 18px;
    color: #df2928;
}

.distribution-right-inp {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*width: 441px;*/
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #e0e2e6;
    padding: 2px 0;
    margin-top: 10px;
    padding-right: 15px;
}

.distribution-right-inp span {
    font-size: 18px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    width: 109px;
    text-align: center;
}
.distribution-right-inp select {
    flex: 1;
    width: 0;
    height: 36px;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
}

.distribution-right-inp input {
    flex: 1;
    width: 0;
    height: 36px;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    border-left: 1px solid #e0e2e6;
}

.distribution-right-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
    margin-top: 10px;
}

.distribution-right-btn button {
    width: 100%;
    height: 50px;
    background-color: #df2928;
    text-align: center;
    line-height: 50px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.list-end-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.recruit-content {
    width: 388px;
    height: 344px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    margin-top: 12px;
}

.recruit-title {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruit-title b {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.recruit-title a {
    font-size: 18px;
    color: #df2928;
}

.recruit-list {
    width: 100%;
    height: 280px;
    padding: 0px 15px;
    overflow: hidden;
}

.recruit-list a {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 14px;
}

.recruit-list a:hover {
    color: #df2928;
    text-decoration-line: underline;
}

.l-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.l-name {
    width: 100%;
    font-size: 22px;
    color: #777777;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 30px;
}
.l-name b {
    color: #df2928;
}

.l-name span {
    color: #333333;
    font-size: 28px;
}

.l-box {
    width: 100%;
    padding-top: 25px;
}

.l-box a {
    display: block;
    font-size: 16px;
    background: #df2928;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.l-box span {
    display: block;
    font-size: 16px;
    border: 1px solid #df2928 ;
    color: #df2928;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer;
}

.login-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newl-item {
    width: 100%;
    height: 144px;
    background-color: #f8f0f0;
    border-radius: 4px;
    padding-top: 35px;
}

.newl-item.short {
    width: 183px;
    margin-top: 15px;
}

.l-item-img {
    width: 100%;
}

.l-item-img img {
    display: block;
    margin: 0 auto;
    width: 38px;
}

.newl-item p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    padding-top: 5px;
}























































































































































































































































































