@charset 'utf-8';


.find-nothing {
    font-size: 16px;
    color: grey;
}

.n-mid #pages{
    height: 84px;
}

.n-mid ._page_container {
    text-align: center;
    font-family: 微软雅黑;
    position: relative;
    top:20%;
    transform: translateY(-40%);
}


.listRig {
    text-align: right;
    float: right;
}

.listRig .down-word {
    background: url(../images/down-word.png) no-repeat left center;
    padding-left: 18px;
    margin-right: 15px;
    color: #295eab;
    cursor: pointer;
}

.listRig .down-pdf {
    background: url(../images/down-pdf.png) no-repeat left center;
    padding-left: 18px;
    margin-right: 15px;
    color: #295eab;
    cursor: pointer;
}

h3 {
    display: inline;
}

/*
新版本布局
*/

.n-mid {
    width: 100%;
    position: relative;
    background-image: linear-gradient(to bottom, #0e529b,#6e93c0, #f5f6f7, #f5f6f7);
}

.n-mid__img{
    width: 100%;
    height: 140vh;
    position: absolute;
    top: 0;
}

.n-mid__main {
    max-width: 1122px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-item {
    text-align: center;
    font-family: "微软雅黑";
}

/*.mid__head {*/
/*    width: 1122px;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    background-image: linear-gradient(to bottom, #0e529b,#2f69a8);*/
/*}*/

.main__icon {
    padding-top: 40px;
    text-align: left;
    font-size: 18px;
    color: #b5c3ce;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.main__icon p{
    margin-left: 20px;
}

.main__head {
    /*height: 220px; */
    /* line-height: 220px; */
    padding-top: 65px;
    padding-bottom: 55px;
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 4px 2px #194e82;
}

.main__desc{
    /*height: 65px;*/
    /*line-height: 65px;*/
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fafafb;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__desc p{
    margin: 0 10px;
}

.main__list{
    height: 100%;
    background-color: #ffffff;
    box-shadow: 4px 0px 4px 0 rgba(0,0,0,0.2),
                -4px 0px 4px 0 rgba(0,0,0,0.2);
    padding:39px 39px 0 39px;
}

.main__list .list{
    border-bottom: solid 1px #e1dfdf;
}

.main-list__srh {
    height: 140px;
    background-color: #f5f5f5;
    padding: 40px 0 0 0;
}

.search-mn{
    position: relative;
    width: 100%;
}

.search-icon{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 40px;
    top: 5px;
}


.srh__input {
    width: 78%;
    height: 46px;
    display: flex;
    margin: 0 auto;
}

.srh-item{
    padding-bottom: 24px;
}

.srh__input  input[type=text] {
    width:93.5%;
    padding-left: 15px;
    height: auto;
    border: solid 2px #105a9a;
    background: #f6f6f6;
    color: #202124;
    font-size: 15px;
    line-height: 42px;
    border-radius: 10px;
    margin-right: 25px;
}

.srh__input .search-btn {
    width: 110px;
    line-height: 46px;
    background-color: #105a9b;
    color: #f6f6f6;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}

.main-list__srh .srh__select{
    margin-right: 100px;
}

.main-list__srh .srh__select label{
    font-size: 16px;
    margin-left: 20px;
}

.srh__select input[type=radio] {
    width: 16px;
    height: 16px;
}


.srh__select input,label{
    vertical-align:middle;
}


/*@media screen and (max-width: 959px){*/
/*    .n-mid__main {*/
/*        min-width: 1122px;*/
/*        max-width: 1122px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 960px) and (max-width: 1679px) {*/
/*    .n-mid__main {*/
/*        min-width: 1122px;*/
/*        max-width: 1122px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1680px) and (max-width: 1920px) {*/
/*    .n-mid__main {*/
/*        min-width: 1122px;*/
/*        max-width: 1122px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1921px){*/
/*    .n-mid__main {*/
/*        min-width: 1122px;*/
/*        max-width: 1122px;*/
/*    }*/
/*}*/


/*部门列表*/
#department{
    display: flex;
    flex-direction: column;
    min-height: 939px;
    height:auto;
    width: auto;
    background-color: #ffffff;
}
#department label{
    background: rgb(21,100,206);
    margin: 48px auto 0 39px;
    padding: 15px 24px 12px 24px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "Microsoft YaHei";
}
#department span{
    width: 100%;height: 2px;background: rgb(21,100,206);
}
#department ul{
    margin: 0px auto -5px 39px;
    max-width: 1083px;
    width: 100%;
    height: auto;
    text-align: left;
    list-style-type:square;
    list-style-position: inside;
}
#department ul li{
    margin-top: 25px;
    float:left;
    /*width:161px;*/
    width: 24%;
    border: 0px solid red;
    line-height: 24px;
    letter-spacing: -1px;
    text-indent: -0.7em;/*em是相对单位，可根据自己实际情况来调节*/
    padding-left: 0.7em;/*em是相对单位，可根据自己实际情况来调节*/
    word-wrap: break-word;
    /*font-size: 16px;*/
}
#department ul li a{
    font-family: "Microsoft YaHei";
    margin-left: -0.7em;
}
#department ul li:hover{
    cursor: pointer;
}
#department ul li::marker{
    color: rgb(168,188,207);
}



