body {
    background: #F6F6F6;
}

.banner {
    width: 100%;
    height: 293px;
    background: #ccc;
    background: url('../images/banner/banner_news.jpg') no-repeat center;
    background-size: cover;
}

.banner-download {
    background: url('../images/banner/banner_download.jpg') no-repeat center;
    background-size: cover;
}

.banner-cont {
    width: 1200px;
    margin: 0 auto;
}

.banner-cont a{
   color: white;
}

.banner-cont h2 {
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 40px;
    padding: 84px 0 18px;
}

.banner-cont h2 span {
    font-size: 36px;
    padding-left: 8px;
    margin-bottom: -4px;
}

.banner-cont p {
    color: #fff;
    font-size: 14px;
}

.file-container {
    max-width: 1200px;
    background: #fff;
    margin: -104px auto 0;
    position: relative;
    z-index: 1;
    min-height: calc( 100vh - 439px);
}

.file-left {
    width: 200px;
    padding: 20px 0 0 20px;
}

.file-room {
    border: 1px solid #E0DCDD;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}

.file-room li {
    margin: 0 auto;
    border-top: 1px solid #E5E5E5;
    box-sizing: border-box;
    color: #323232;
    font-size: 16px;
    height: 45px;
    cursor: pointer;
}


.file-room li a{
   color: #323232;
}

.file-room .actives {
    color: #8D192F;
    position: relative;
}

.file-room .actives::after {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    height: 45px;
    width: 4px;
    background: #8D192F;
}

.file-room li:first-child {
    width: 100%;
    color: #fff;
    font-size: 16px;
    background: #C33641;
    border-radius: 10px 10px 0 0;
    border-top: 0;
    pointer-events: none;
}

.file-room li:nth-child(2) {
    border-top: 0;
}

.file-tool {
    border: 1px solid #DCDCDC;
    border-radius: 10px 10px 0 0;
    margin-top: 34px;
}

.file-tool li {
    display: flex;
    align-items: center;
    border-top: 1px solid #E5E5E5;
    box-sizing: border-box;
    color: #323232;
    font-size: 16px;
    cursor: pointer;
    height: 45px;
}

.file-tool li img {
    width: 17px;
    height: 17px;
    margin: 0 5px 0 45px;
}

.file-tool li:first-child {
    color: #000;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    box-sizing: border-box;
    pointer-events: none;
}

.file-tool li:nth-child(2) {
    border-top: 0;
}



.file-right {
    flex: 1;
}

/* 科室简介 */
.department {
    padding: 20px 20px 204px 20px;
}

.department .pages {
    margin-top: 65px;
}

.search {
    position: absolute;
    right: 0;
    top: -60px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-select {
    width: 95px;
    height: 43px;
    border: 2px solid rgba(210, 210, 210, 0.52);
    border-radius: 21px;
    padding-left: 10px;
    font-size: 14px;
    margin-right: 8px;
    position: relative;
    box-sizing: border-box;
}

.search-select:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url('../images/down.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 11px;
    top: 11px;
    pointer-events: none;
}

.search-select select {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #A7A7A7;
    border-radius: 21px;
    cursor: pointer;
}

.search-input {
    width: 431px;
    height: 43px;
    border: 2px solid rgba(210, 210, 210, 0.52);
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0 12px;
    background: white;
}

.search-input input {
    flex: 1;
    border: 0;
}

.search-input div {
    width: 38px;
    height: 38px;
    background: #CFB681;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-input div img {
    width: 20px;
    height: 21px;
}

.department-list li {
    padding: 15px 0 15px 10px;
    align-items: center;
    border-bottom: 1px solid rgba(220, 220, 220, 0.54);
    box-sizing: border-box;
}

.department-list li:first-child {
    border-top: 1px solid rgba(220, 220, 220, 0.54);
}

.department-list li .department-list-cont {
    display: flex;
    align-items: center;
}

.department-list li .list-logo {
    width: 50px;
    height: 50px;
}

.department-list li .list-cont {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}

.department-list li .list-cont p {
    width: 514px;
    color: #0B0B0B;
    font-size: 14px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.department-list li .list-cont div {
    display: flex;
    align-items: center;
    color: #A2A2A2;
    font-size: 14px;
}

.department-list li .list-cont .list-time {
    padding-right: 30px;
}

.department-list li .list-cont .list-time img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.department-list li .list-cont .list-down img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.department-list li .list-btn {
    width: 100px;
    height: 33px;
    border: 1px solid #5072C7;
    box-sizing: border-box;
    display: flex;
    color: #5072C7;
    font-size: 14px;
    cursor: pointer;
}

/* 办公电话 */
.phone {
    padding: 0 70px 204px 80px;
}


/* 二课堂制度 */
.institution {
    padding: 0 70px 204px 80px;
}


/* 办事流程 */
.process {
    padding: 0 70px 204px 80px;
}