@charset 'utf-8';


.find-nothing {
    font-size: 16px;
    color: grey;

}

.n-mid #pages{
    height: 155px;
}

.n-mid ._page_container {
    text-align: center;
    margin: 0;
    font-family: 微软雅黑;
    position: relative;
    top:50%;
    transform: translateY(-50%);
}


.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 {
    width: 100%;
    max-width: 1120px;
    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{
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 36px;
}

.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;
}

.search-icon{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 40px;
    top: 5px;
}


.srh__input {
    width: 700px;
    display: flex;
    margin: 0 auto;
}

.srh-item{
    padding: 15px 0;
}

.srh__input  input[type=text] {
    width: 530px;
    padding: 0 15px;
    height: 42px;
    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: #105a9a;
    color: #f6f6f6;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}

.main-list__srh .srh__select label{
    font-size: 16px;
    margin-left: 20px;
}

.srh__select input[type=radio] {
    width: 16px;
    height: 16px;
}

.main-list__title {
    position: relative;
    height: 88px;
    border-bottom: solid 2px #105a9a;
}

.main-list__title ul {
    width: 100%;
    position: absolute;
    bottom: 15px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    font-family: "NSimSun";
}

.main-list__title ul li:nth-child(1){
    width: 15%;
}
.main-list__title ul li:nth-child(2){
    text-align: left;
    text-indent: 20%;
    width: 60%;
}
.main-list__title ul li:nth-child(3){
    width: 30%;
}

.srh__select input,label{
    vertical-align:middle;
}


/*
列表数据样式
*/
.list-member {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.list-mem__num{
    width: 15%;
}
.list-mem__text{
    width: 60%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 0;
}
.list-mem__text .mem-title {
    width: 550px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    font-family: "STSong";
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.list-mem__text .mem-captions{
    font-size: 14px;
    color: #5d89b6;
    line-height: 22px;
    margin-top: 7px;
    cursor: pointer;
    font-family: "STSong";
}
.list-mem__down{
    width: 30%;
}
.list-mem__down span{
    margin: 0 25px;
    cursor: pointer;
    font-size: 14px;
    color: #5f5f5f;
}
.list-mem__down span:hover{
    color: #105a9a;
}

/*@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;*/
/*    }*/
/*}*/

