@charset 'utf-8';

/*
新版本布局
*/

/*.n-mid {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    background-image: linear-gradient(to bottom, #0e529b,#6e93c0, #f5f6f7, #f5f6f7);*/
/*}*/
.n-mid {
    width: 100%;
    position: relative;
    background-image: linear-gradient(to bottom, #0e529b, #6b91bf);
}

.n-mid__img{
    width: 100%;
    height: 140vh;
    position: absolute;
    top: 0;
}

.n-sea__main {
    width: 100%;
    max-width: 1122px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-item {
    text-align: center;
    font-family: "微软雅黑";
}

.main__icon {
    width: 100%;
    padding-top: 40px;
    text-align: right;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    z-index: 9999999;
}

.main__icon p{
    margin-left: 20px;
}

.main__head {
    height: 120px;
    line-height: 120px;
    padding-top: 65px;
    padding-bottom: 55px;
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 4px 2px #194e82;
}


.main__list{
    width: 100%;
    position: absolute;
    top: 490px;
    z-index: 999999;
}
.tag_list li:nth-child(5){
    margin-top: 50px;
}

.search-mn{
    position: relative;
    width: 100%;
}

.sear-icon{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 60px;
    top: 9px;
}


.sr__input {
    width: 100%;
    height: 46px;
    display: flex;
    margin: 0 auto;
}

.srh-item{
    padding-bottom: 24px;
}

.sr__input  input[type=text] {
    width:93.5%;
    padding-left: 15px;
    height: auto;
    border: solid 5px #105a9a;
    background: #f6f6f6;
    color: #202124;
    font-size: 15px;
    line-height: 42px;
    border-radius: 5px;
    margin-right: 25px;
}

.sr__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;
}

#list{
    display: flex;
    min-height: 700px;
    height:100%;
    width: 100%;
    border: 0 solid red;
}
/*文件库搜索*/
.menu_list{
    color: #FFFFFF;
    width: 100px;
}
.tag_item,
.menu_item{
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.tag_item i,
.menu_item i{
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid transparent;
}
.tag_item.current,
.menu_item.current{
    font-weight: bolder;
}
.tag_item:hover,
.menu_item:hover{
    font-weight: bolder;
}
.tag_item.current i,
.menu_item.current i{
    border-left: 10px solid #fff;
}
.tag_item i{
    margin-right: 20px;
}
#list .line{
    height: 100%;
    min-height: 600px;
    background-color: #FFFFFF;
    display: block;
    width: 2px;
    margin-top: 20px;
}
.tags-box{
    position: relative;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}
#list .tag_list{
    position: absolute;
    margin-left: 35px;
    height: 450px;
    flex: 1;
    text-align: left;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
}
.search-select{
    width: auto;
    display: inline-block;
}
.search-select span{
    font-size: 22px;
    color: #d3d9eb;
    display: inline-block;
    padding:21px  10px 6px 10px;
    cursor: pointer;
}
.search-select span a{
    color: #FFFFFF;
}
.search-select .cur{
    font-weight: bolder;
}
.top-gwy{
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    width: auto;
    float: right;
    margin-right: 20px;
}


.top-flfg{
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    width: auto;
    float: left;
    margin-left: 60px;
}
.top-flfg .topf2 {
    border-left: 5px solid;
    padding-left: 10px;
}
/*.search-bottom{*/
/*    color: #767676;*/
/*    padding: 12px 0px;*/
/*    line-height: 23px;*/
/*    background-color: rgba(255,255,255,1);*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    bottom: 0;*/
/*    font-size: 12px;*/
/*}*/
.search-bottom{
    line-height: 23px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.search-bottom .text{
    width: 100%;
    line-height: 23px;
    padding: 12px 0;
    background-color: transparent;
    color: #ffffff;
}

/*搜索*/
.n-rtg{
    float: right;
    margin-right: 24%;
    display: flex;
}
.n-rtg-r{
    display: inline-block;
    padding-left: 20px;
}
.search-box{
    border: #FFFFFF 1px solid;
    box-sizing: border-box;
    display: flex;
    padding: 0 14px;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    width: 274px;
    font-size: 16px;

}
.search-box input{
    flex: 1;
    color: #FFFFFF;
}
.search-box .icon{
    width: 20px;
    height: 100%;
}
.search-box input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.search-box input:-moz-placeholder {
    color: #FFFFFF;
}

.search-box input::-moz-placeholder {
    color: #FFFFFF;
}

.search-box input:-ms-input-placeholder{
    color: #FFFFFF;
}
.n-top .rt{
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    float: right;
}