* {
    margin: 0;
    padding: 0
}
html,body {
    font-size: 16px;
}
li {
    list-style: none
}

a {
    text-decoration: none
}

body {
    /* background-image: url("../images/bj.png"); */
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.container {
    /* width: 100em; */
    /* height: 100em; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.head_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.head_box_left {
    width: 200px;
}

.head_box_left .logos{
    width: 100%;
}
.head_box_left .logos img{
    width: 100%;
}
.head_box_right {
    width: 70%;
}

.head_box_right .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_box_right .top .ipt{
    width: 270px;
    border: 1px solid #BFBFBF;
    padding: 10px 20px;
    border-radius: 50px;
    padding-left:25px;
}
.ipt_box {
    position: relative;
}

.head_box_right .top .ipt_box .icons{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}


.part_body {
    width: 100%;
    padding-bottom: 50px;
    background: white;
    z-index: 99;
    display: flex;
}
.part_body_left {
    width: 300px;
    height: 400px;
    margin-left: 10%;
    /* background-color: #4c4948; */
    display: block;

    background-image: url("../images/left_menubg.png");
    background-repeat: no-repeat;
}

.part_body_left .title {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #ffffff;
}

.part_body_left .title-p {
    padding-top: 50px;
    text-align: center;
}

.part_body_left .navigation ul {
    color: #ffffff;
    text-align: right;
    margin-right: 80px;
    padding-bottom: 40px;
}

.part_body_left .navigation ul li {
    margin: 20px 0;
}

.part_body_left .navigation .icon {
    margin-right: 25px;
}


.part_body_right {
    width: 60%;
}
.top-title {
    margin: 20px 10px;
    display: flex;
    align-items: center;
}

.dept-name {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #5c5c5c;
    margin-right: 15px;
}

.dept-name-right {
    font-size: 10px;
    letter-spacing: 0px;
    color: #5c5c5c;
}

.nav-heather {
    padding: 0 10px;
}

.nav-heather ul {
    display: flex;
    justify-content: space-between;
}

.nav-heather ul li a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0px;
    color: #323232 !important;
}

.breadcrumb {
    margin: 0 20px;
    height: 50px;
    border: solid 1px #bfbfbf;
    display: flex;
    align-items: center;
}

.breadcrumb-p {
    margin-left: 10px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #949494;
}

.newlist {
    margin: 20px 20px;
    display: flex;
    justify-content: space-between;
}

.newlist-left {
    width: 48%;
}

.newlist-right {
    width: 48%;
}

.top-img {
    height: 320px;
}

.top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-title {
    background-color: #898989;
    padding: 10px 20px;
}

.new-title-p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.new-time-p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #bfbfbf;
}

.new-div {
    width: 32%;
    background: #ffffff;
    margin-right: 10px;
}

.new-title-two {
    padding: 10px;
    box-sizing: border-box;
}

.newlist-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.new-img {
    height: 525px;
}
.new-img img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}

.two-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.two-time {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #bfbfbf;
}

.pagination {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

.pagination-num {
    width: 36px;
    height: 36px;
    border: solid 2px #868a8e;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    flex-wrap: nowrap;
}

.skip {
    width: 36px;
    height: 36px;
    border: solid 2px #868a8e;
}

/* 详情css */
.detail-title {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #3c7ee3;
    text-align: center;
}

.detail-time {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #bfbfbf;
    text-align: center;
}

.detail-form {
    margin-right: 10px;
}


.text-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    flex-wrap: wrap;
    padding: 1em;
    min-height: 45em;
    margin-bottom: 20px;
}

.text-item {
    width: calc(50% - 20px);
    height: 5em;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 1em;
}

.text-item .date {
    width: 4em;
    height: 100%;
    background-color: #a0a0a0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.text-item .date .day {
    font-size: 1.2em;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-item .date .line {
    width: 100%;
    height: 5px;
    background: #fff;
}

.text-item .date .year-month {
    font-size: 0.8em;
    line-height: 2em;
}

.text-item-title {
    height: 100%;
    flex: 1;
    font-size: 1em;
    font-weight: 400;
    color: #191b1a;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 1em;
}
/* .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 100px;
    height: 200px !important;
} */
