﻿* {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

a {
    text-decoration: none
}

body {
    /* background-image: url("../images/info_bg.png"); */
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.container {
    /* width: 100vw; */
    /* height: 100vh; */
}

.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%;

}

.newlist-two {
    display: flex;
    flex-wrap: wrap;
}

.new-img {
    height: 280px;
}

.new-img img {
    width: 100%;
    height: 100%;
    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;
}

.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;
}

.footer {
    height: 260px;
    width: 100%;
    background-color: #eeeeee;
    padding-left: 50px;
    padding-top: 30px;
}

.footer-title {
    display: flex;
    justify-items: center;
    align-items: center;
}

.footer-title .logo {
    /* margin-right: 15px; */
    /* border: 1px solid red; */
}

.logo img {
    width: 80%;
}

.footer-dept-name {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #5c5c5c;
    margin-right: 15px;
}

.add-tel {
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #a0a0a0;
}

.footer-add {
    margin-right: 10px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #a0a0a0;
}

.share {
    display: flex;
    margin-right: 50px;
}

.footer-icon {
    margin: 0 10px;
}

.footer-icon img {
    width: 60%;
}


/* 详情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;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    animation: 0.8s fade;
}

#myBtn img {
    width: 40px;
    height: 40px;
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }

}

#myBtn:hover {
    background-color: #555;
}