/* 检索结果 */
.is_fixed{
    position: fixed!important;
    top: 10px;
    z-index: 999;
    background: white;
}
.d_height{
    height:48px !important;
    margin-top:1px !important;
}
.z_height{
    height:50px !important;
}
.list_zy {
    background: #ffffff;
}

.list_zy .main_col .s_res {
    margin-bottom: 50px;
}

.list_zy .fixe_btmgwc {
    box-sizing: border-box;
    width: 87px;
    height: 87px;
    background: url(../../static/img/rt_bottom.png) no-repeat center;
    position: fixed;
    bottom: 20%;
    right: 30px;
    padding-top: 58px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
    box-shadow: 0 0 15px 5px #ECEFF1;
}
.fixe_btmgwc_big{
    transform: scale(.8);
    transition-duration:.2s;
}
.list_zy .fixe_btmgwc span {
    box-sizing: border-box;
    padding: 0px 10px;
    background-color: #ffc300;
    border-radius: 9px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.list_zy .fixe_btmgwc span b,
.list_zy .fixe_btmgwc span u {
    font-weight: normal;
    text-decoration: none;
}

.list_zy .plyy_box_fr {
    float: right;
}

.list_zy .plyy_box_fr .el-select {
    float: left;
    box-sizing: border-box;
    width: 150px;
    height: 34px;
    background-color: #f8f9fa;
    /* border: solid 1px #eeeeee; */
    border-radius: 0px;
    margin-left: 10px;
    color: #565d6a;
}

.list_zy .plyy_box_fr .el-select input__inner {
    box-sizing: border-box;
    background-color: #f8f9fa;
    border: solid 1px #eeeeee;
    border-radius: 0px;
    width: 150px;
    height: 34px;
    color: #565d6a;
    line-height:31px;
}

.list_zy .plyy_box_fr button {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 34px;
    background-color: #f8f9fa;
    border: solid 1px #eeeeee;
    margin:0 10px;
    text-align: center;
    font-size: 15px;
    color: #565d6a;
    text-decoration: none;
    border-radius: 0px;
    padding: 0px 0px;
}

.list_zy .plyy_box_fr .el-dropdown {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    background-color: #f8f9fa;
    border: solid 1px #eeeeee;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
    color: #565d6a;
    text-decoration: none;
    border-radius: 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.list_zy .el-dropdown-link span {
    font-size: 15px;
    color: #565d6a;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.list_zy .el-dropdown-link img {
    margin-right: 5px!important;
    color: #565d6a!important;
    display: inline-block;
    vertical-align: middle;
}

.list_zy .plyy_box_fr button span {
    font-size: 15px;
    color: #565d6a;
    text-decoration: none;
}

.list_zy .plyy_box_fr button i {
    margin-right: 5px;
    color: #565d6a;
}

.list_zy .plyy_box_cont {
    margin: 60px 0px;
    border-top: 1px solid #eeeeee;
    max-height: 303px;
    overflow-y: auto;
}

.list_zy .plyy_box_cont ul {
    padding: 20px 0px;
}

.list_zy .plyy_box_cont ul li {
    border-bottom: 1px solid #dddddd;
    margin-left: 34px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.list_zy .plyy_box_cont .left_bt {
    display: inline-block;
    width: 680px;
}

.list_zy .plyy_box_cont .el_del {
    float: right;
    box-sizing: border-box;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #f8f9fa;
    text-align: center;
    line-height: 45px;
    border: 1px solid #f8f9fa;
    margin-top: 12px;
    text-decoration: none;
}

.list_zy .plyy_box_cont .el_del i {
    font-size: 16px;
    color: #565d6a;
}

.list_zy .plyy_box_cont .el_del:hover {
    border: solid 1px #008dab;
}

.list_zy .plyy_box_cont .el_del:hover i {
    color: #008dab;
}

.list_zy .plyy_box_cont .left_bt .el_h4 {
    padding-left: 34px;
    position: relative;
    margin-left: -68px;
    margin-bottom: 15px;
}
.list_zy .plyy_box_cont .left_bt .el_h4 .el-checkbox__label{
    display: none;
}

.list_zy .plyy_box_cont .left_bt .el_h3 {
    position: relative;
    margin-bottom: 15px;
}

.list_zy .plyy_box_cont .left_bt .el-checkbox {
    vertical-align: sub;
    margin-right: 10px;
}
.list_zy .plyy_box_cont .left_bt .el_h4 input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}
.list_zy .plyy_box_cont .left_bt .el_h4 span,
.list_zy .plyy_box_cont .left_bt .el_h3 span {
    font-size: 18px;
    color: #1d232b;
    vertical-align: middle;
}

.list_zy .plyy_box_cont .el-checkbox__inner {
    width: 16px;
    height: 16px;
}

.list_zy .plyy_box_cont .el-checkbox__input.is-checked .el-checkbox__inner,
.list_zy .plyy_box_cont .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    width: 16px;
    height: 16px;
    background-color:#008dab;
    border-color: #008dab;
}

.list_zy .plyy_box_cont .el-checkbox__inner::after {
    height: 8px;
    width: 5px;
}

.list_zy .plyy_box_cont .left_bt .el_p {
    font-size: 14px;
    line-height: 26px;
    color: #565d6a;
}

.list_zy .s_res_left {
    float: left;
    width: 160px;
    margin-right: 20px;
}

.list_zy .s_res_l_module {
    margin-bottom: 15px;
}

.list_zy .s_res_l_module_top {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #1d232b;
    height: 18px;
    margin-bottom: 10px;
    clear: both;
}

.list_zy .s_res_l_module_top i.iconfont {
    font-size: 16px;
    vertical-align: middle;
    color: #6f7378;
    margin-right: 5px;
}

.list_zy .s_res_l_module_top>img {
    margin-right: 10px;
    width: 16px;
    height: 15px;
    vertical-align: middle;
}

.list_zy .s_res_l_module_top a {
    /* float: right;
    padding: 0 5px; */
    padding: 0 0 0 55px;
}

.list_zy .s_res_l_module_top a img {
    width: 6px;
    height: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.list_zy .s_res_l_module_top a img.on {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li {
    float: left;
    width: 100%;
    line-height: 30px;
    cursor: pointer;
    margin: 0 -11px;
    padding: 0 11px;
    position: relative;
    margin-bottom: 2px;
    box-sizing: content-box;
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li:hover,
.list_zy .s_res_l_module_con .elRow_ul .elRow_li.on {
    /* background: rgba(37, 176, 210, .1); */
    background: #E9F7FA;
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li:hover .tree-title,
.list_zy .s_res_l_module_con .elRow_ul .elRow_li.on .tree-title {
    color: #1eb0b5;
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li:hover::before,
.list_zy .s_res_l_module_con .elRow_ul .elRow_li.on::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #25b0d2;
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li .tree-title {
    float: left;
    width: 161px;
    font-size: 13px;
    color: #565d6a;
    padding-right: 35px;
    white-space:nowrap;
}
.list_zy .s_res_l_module_con .elRow_ul .elRow_li span {
    float: right;
    font-size: 13px;
    color: #8f959f;
    position: absolute;
    right: 11px;
    top:0;
}

.list_zy .btn_close {
    display: none;
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li.on .btn_close {
    display: inline-block;
    font-size: 17px;
    float: right;
    color: #8f959f;
    position: absolute;
    right: -5px;
    height: 30px;
    width: 30px;
    z-index: 1;
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li .close_u {
    text-decoration: none;
}

.list_zy .s_res_l_module_con .elRow_ul .elRow_li.on .close_u {
    display: none;
}

.list_zy .s_res_l_module_con .elRow_ul.s_res_l_module_listMore {
    display: none;

}

.list_zy .s_res_l_module_unfold {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #565d6a;
    padding: 8px 0 10px 0;
    cursor: pointer;
    display: inline-block;
    width: 20px;
}

.list_zy .s_res_l_module_date {
    margin-bottom: 5px;
}

.list_zy .s_res_l_module_date input {
    width: 42px;
    height: 26px;
    line-height: 24px;
    border: solid 1px #dddddd;
    text-align: center;
    float:left;
}

.list_zy .s_res_l_module_date input input {
    height: 26px;
    line-height: 24px;
    padding: 0px;
    border: none;
    text-align: center;
}

.list_zy .s_res_l_module_date i {
    color: #02354b;
    margin: 0 5px;
    float:left;
}

.list_zy .s_res_l_module_date button {
    width: 42px;
    height: 28px;
    background-color: #f0f3f4;
    border: solid 1px #dddddd;
    margin-left: 2px;
    padding: 0px;
    border-radius: 0px;
    float:right;
}
.list_zy .s_res_l_module_date button:hover span{
    color: #008dab;
}
.list_zy .s_res_right {
    float: left;
    width: 1020px;
}

.list_zy .s_res_search {
    width: 1020px;
    height: 69px;
    background-color: #f8f9fa;
    padding: 21px 0 0 24px;
    margin-bottom: 25px;
    box-sizing: content-box;

}
.list_zy .s_res_searchhide{
    height:40px;
    background-color: #fff;
}
.list_zy .s_res_searchhides{
    opacity: 0;
}
.list_zy .s_res_searchbox {
    float: left;
    width: 650px;
    height: 48px;
    border: solid 1px #dddddd;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 10000;
}

.list_zy .s_res_searchbox .s_res_searchbox_input {
    width: 545px;
    background: url(../../static/img/s_res_searchbox_input_bg.png) no-repeat 20px 2px;
    height: 18px;
    border: 0;
    padding-left: 47px;
    font-size: 14px;
    color: #1d232b;
    float: left;
    margin-top: 14px;
    border-left: 1px solid #dddddd;
}

.list_zy .s_res_searchbox .s_res_searchbox_input input {
    width: 545px;
    height: 47px;
    font-size: 14px;
    color: #1d232b;
    float: left;
    position: absolute;
    top: -14px;
    border: 0px;
    box-sizing: border-box;
    background: transparent;
}
.list_zy .s_res_searchbox .s_res_searchbox_input input::placeholder{
    color:#C0C4CC;
}
.list_zy .s_res_searchbox button {
    position: absolute;
    top: -2px;
    right: -1px;
    bottom: 0;
    width: 100px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    background-color: #02354b;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    padding: 0px;
    z-index: 1;
    border-radius: 0px;
}
.list_zy .s_res_searchbox button:hover{
    background: #FEA724;
    border: 1px solid #FEA724;
}
.list_zy .s_res_searchbox button span:hover{
    color:#fff;
}
.list_zy .s_res_search a{
    width: 140px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border: solid 1px #dddddd;
    display: block;
    margin-right: 20px;
    font-size: 16px;
    color: #565d6a;
    float: right;
    text-decoration: none;
    cursor: pointer;
}
.list_zy .s_res_search a:hover{
    color:#fff;
    background: #FEA724;
    border: 1px solid #FEA724;
}
.list_zy .s_res_search a span:hover{
    color:#fff;
}
.list_zy .s_res_searchbox_select {
    width: 93px;
    float: left;
    text-align: center;
    line-height: 45px;

}
.list_zy .s_res_searchbox_select .w_select{
    color:#606266;
    cursor: pointer;
}
.list_zy .s_res_searchbox_select .w_select i{
    font-size: 12px;
    padding-left: 5px;
}
.list_zy .s_res_searchbox_select>ul{
    background: #fff;
    position: absolute;
    left: 10px;
    top: 53px;
    padding: 8px 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display: none;
    border-radius: 4px;
}
.list_zy .s_res_searchbox_select>ul:after{
    content: '';
    position: absolute;
    left: 29px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.list_zy .s_res_searchbox_select>ul>li{
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.list_zy .s_res_searchbox_select>ul>li:hover{
    background: #52B8CC;
    color:#fff;
}

/* .list_zy .s_res_searchbox_select .layui-input {
    border: 0;
    height: 46px;
    background: transparent;
    font-size: 14px;
    color: #1d232b;
}

.list_zy .s_res_searchbox_select .el-dropdown {
    display: block;
    width: 100%;
    border: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    background: transparent;
    cursor: pointer;
} */

.list_zy .s_res_searchZY .s_res_searchbox .s_res_searchbox_input {
    padding-left: 45px;
    background: url(../../static/img/s_res_searchbox_input_bg.png) no-repeat 15px 2px;
}
.list_zy .s_res_searchZY .s_res_searchbox .s_res_searchbox_input input__suffix{
    top:-10px;
}
.list_zy .s_res_searchZY .s_res_searchbox .s_res_searchbox_input input {
    width: 410px;
}

.list_zy .s_searchResult_l {
    float: left;
    width: 680px;
}

.list_zy .s_searchResult_l_num {
    /* width: 770px; */
    height: auto;
    /* line-height: 64px; */
    background-color: #f3f8fa;
    font-size: 15px;
    color: #565d6a;
    padding-left: 24px;
    position: relative;
    padding: 20px 20px 45px 24px;
    box-sizing: content-box;
    z-index: 9999;

}

.list_zy .s_searchResult_l_num>span {
    vertical-align: top;
    float: left;
}

.list_zy .s_searchResult_l_num em {
    color: #02354b;
    font-size: 15px;
    font-weight: bold;
    margin: 0 3px;
}

.list_zy .s_searchResult_l_num i {
    margin: 0 10px;
}

.list_zy .s_serCh_lef_l_num {
    font-size: 15px;
    line-height: 30px;
    color: #565d6a;
    padding-left: 24px;
}

.list_zy .s_serCh_lef_l_num em {
    font-size: 15px;
    font-weight: bold;
    color: #02354b;
    margin: 0 3px;
}

.list_zy .s_searchResult_l_num button {
    display: contents;
    white-space: initial;
    text-align: left;
    font-size: 15px;
    color: #565d6a;
    max-width: 380px;
    /* vertical-align: middle; */
    height: 20px;
    line-height: 20px;
    background: transparent;
    cursor: auto;
}

.list_zy .s_searchResult_l_num button span {
    line-height: 22px;
    vertical-align: top;
}

.list_zy .s_searchResult_l_num .s_searchResult_l_sea {
    font-size: 15px;
    color: #02354b;
    /* float: right; */
    /* margin-right: 20px; */
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right:20px;
    top:33%;
    cursor: pointer;
}

.list_zy .s_searchResult_l_num .s_searchResult_l_sea:hover {
    color: #02354b;
}

.list_zy .s_EchartSearch_num {
    margin-bottom: 15px;
    height: 34px;
    line-height: 34px;
    background: transparent;
}

.list_zy .s_searchResult_l_num_tip {
    border: none;
    padding: 0px;
    vertical-align: middle;
}

.list_zy .s_searchResult_l_num_tip:hover {
    background: transparent;
}
.list_zy .s_searchResult_l_num_tip {
    /* display: contents; */
    white-space: initial;
    text-align: left;
    font-size: 15px;
    color: #565d6a;
    max-width: 300px;
    height: auto;
    background: transparent;
    cursor: auto;
    float:left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_zy .el-tooltip__popper.is-dark {
    background: rgba(5, 35, 48, .8);
}

.list_zy .s_searchResult_l_ressea {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    width: 656px;
    height: 118px;
    background-color: #ffffff;
    box-shadow: 0px 1px 26px 0px rgba(71, 79, 84, 0.08);
    padding: 30px 0 0 24px;
    z-index: 99;
    display: none;
    border: 1px solid #F8F9FA;
    box-sizing: content-box;

}

.list_zy .s_searchResult_l_ressea_close {
    position: absolute;
    top: 0;
    right: 20px;
    width: 24px;
    height: 14px;
    background: url(../../static/img/s_searchResult_l_ressea_close.png)no-repeat center;
}

.list_zy .s_searchResult_l_ressea input {
    box-sizing: content-box;
    float: left;
    width: 330px;
    /*height: 38px;*/
    /*line-height: 38px;*/
    border: solid 1px #dddddd;
    margin: 0 14px 14px 0;
    /*padding-left: 15px;*/
    /*padding-right:40px;*/
    padding:10px 15px 12px 15px;
    font-size: 14px;
}

.list_zy .s_searchResult_l_ressea input input {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    border: none;
    height: 36px;
}

.list_zy .s_searchResult_l_ressea button {
    width: 86px;
    height: 38px;
    border: solid 1px #dddddd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    color: #565d6a;
    float: left;
    background: #FFFfff;
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    color: #02354b;
    background-color: #f0f3f4;
    cursor: pointer;
}

.list_zy .s_searchResult_l_ressea button:hover {
    background: #FEA724;
    border: 1px solid #FEA724;
    color:#fff;
    cursor: pointer;
}
.list_zy .s_searchResult_l_ressea button span:hover{
    color:#fff;
}
.list_zy .s_searchResult_l_ressea input__suffix{
    top:-2px!important;
    right:-3px;
}
.list_zy .s_searchResult_operation {
    margin-top: 25px;
    margin-bottom: 80px;
}

.list_zy .s_searchResult_operation .s_serCh_lef {
    display: inline-block;
    float: left;
}
.list_zy .s_searchResult_operation_li {
    width: 92px;
    height: 34px;
    line-height: 32px;
    background-color: #f8f9fa;
    border: solid 1px #eeeeee;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
    color: #565d6a;
}
.list_zy .plyy_box_fr .series_of{
    width: 150px;
    float: left;
    text-align: center;
    line-height: 34px;
    position: relative;
    background-color: #f8f9fa;
    border: solid 1px #eeeeee;
    border-radius: 0px;
    height: 34px;
    color: #565d6a;
}
.list_zy .plyy_box_fr .series_of>span{
    color:#606266;
    cursor: pointer;
}
.list_zy .plyy_box_fr .series_of>span i{
    font-size: 12px;
    padding-left: 30px;
}
.list_zy .plyy_box_fr .series_of>ul{
    width: 150px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 8px 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display: none;
    border-radius: 4px;
    border:1px solid #EEEEEE;
}
.list_zy .plyy_box_fr .series_of>ul:after{
    content: '';
    position: absolute;
    left: 29px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.list_zy .plyy_box_fr .series_of>ul>li{
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.list_zy .plyy_box_fr .series_of>ul>li:hover{
    background: #52B8CC;
    color:#fff;
}
.list_zy .plyy_box_fr .export_to{
    width: 120px;
    float: left;
    text-align: center;
    line-height: 34px;
    position: relative;
    background-color: #f8f9fa;
    border: solid 1px #eeeeee;
    border-radius: 0px;
    height: 34px;
    color: #565d6a;
}
.list_zy .plyy_box_fr .export_to>span{
    color:#606266;
    cursor: pointer;
}
.list_zy .plyy_box_fr .export_to>span i{
    font-size: 16px;
    padding-right: 5px;
}
.list_zy .plyy_box_fr .export_to>ul{
    width: 120px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 8px 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display: none;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}
.list_zy .plyy_box_fr .export_to>ul:after{
    content: '';
    position: absolute;
    left: 29px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.list_zy .plyy_box_fr .export_to>ul>li{
    line-height: 36px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.list_zy .plyy_box_fr .export_to>ul>li:hover{
    background: #52B8CC;
    color:#fff;
}


.el-checkbox__input.is-checked .el-checkbox__inner{
    background-color: #008dab;
}
.list_zy .s_searchResult_operation_li>input{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.list_zy .s_searchResult_operation_li>label{
    display: inline-block;
    vertical-align: middle;
}
.list_zy .s_searchResult_operation_li:hover a,
.list_zy .s_searchResult_operation_li a {
    color: #565d6a;
    text-decoration: none;
}

.list_zy .s_searchResult_operation_li i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
}

.list_zy .s_searchResult_operation_r {
    float: right;
    width: 340px;
}

.list_zy .s_searchResult_operation_r .jybtn {
    width: 62px;
    height: 31px;
    line-height: 31px;
    background-color: #ffffff;
    border: solid 1px #ACBBC2;
    font-size: 15px;
    color: #ACBBC2;
    float: left;
    text-align: center;
    margin-right: 30px;
    text-decoration: none;
}
.list_zy .s_searchResult_operation_r .jybtn:nth-of-type(1){
    margin-right:0;
    border-right:none;
}
.list_zy .s_searchResult_operation_r .jybtn:nth-of-type(2){
    border-left:none;
}
.list_zy .s_searchResult_operation_select {
    float: left;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1d232b;
    text-align: center;
    position: relative;
    min-width: 80px;
    cursor: pointer;
    z-index: 100;
}
.list_zy .s_searchResult_operation_select ul{
    background: #fff;
    position: absolute;
    left: 10px;
    top: 40px;
    padding: 8px 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display: none;
    border-radius: 4px;
}
.list_zy .s_searchResult_operation_select ul:after{
    content: '';
    position: absolute;
    left: 29px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.list_zy .s_searchResult_operation_select ul>li{
    line-height: 36px;
    padding: 0 18px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.list_zy .s_searchResult_operation_select ul>li:hover{
    color:#fff;
    background: #52B8CC;
}
.list_zy .s_searchResult_operation_select .el-dropdown {
    font-size: 15px;
    color: #1d232b;
}

.list_zy .s_searchResult_operation_select i {
    margin-right: 3px;
    font-size: 18px;
}

.list_zy .s_searchResult_con {
    margin-top: 20px;
}

.list_zy .s_searchResult_li {
    box-sizing: content-box;
    width: 640px;
    /* height: 300px; */
    padding: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.list_zy .s_searchResult_li:hover {
    box-shadow: 0px 1px 26px 0px rgba(71, 79, 84, 0.08);
}

.list_zy .s_searchResult_li_top {
    height: auto;
    position: relative;
    margin-bottom: 10px;
}


.list_zy .s_searchResult_li_top>input {
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    margin-top: 6px;
}

.list_zy .s_searchResult_li_top a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    /* line-height: 30px; */
    letter-spacing: 0px;
    color: #1d232b;
    display: inline-block;
    vertical-align: middle;
    max-width: 580px;
    cursor: pointer;
}

.list_zy .s_searchResult_li_top a:hover {
    color: #008dab!important;
    text-decoration:underline;
}

.list_zy .s_searchResult_li_operation {
    position: absolute;
    top: 2%;
    right: 0;
    height: 30px;
}

.list_zy .s_searchResult_li_operation a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    /* line-height: 30px; */
    background: #E6E7EA;
    margin-right: 15px;
    color: #fff;
    padding-left: 0px;
    text-decoration: none!important;
    line-height:27px;
    cursor: pointer;
}

.list_zy .s_searchResult_li_operation a:hover{
    color:#fff!important;
    background: #52b8cc;
}
.list_zy .s_searchResult_li_operation a.cur {
    background: #EEF6F5;
    color: #52b8cc;
}
.list_zy .s_searchResult_li_operation div{
    width:30px!important;
    float:left;
}
.list_zy .s_searchResult_li_author {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #888e99;
    margin-bottom: 18px;
}

.list_zy .s_searchResult_li_author span {
    display: inline-block;
    max-width: 160px;
}

.list_zy .s_searchResult_li_info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ACB0B8;
    max-height: 60px;
    margin-bottom: 20px;
}

.list_zy .ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_zy .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_zy .s_searchResult_li_icon {
    margin-bottom: 20px;
}

.list_zy .s_searchResult_li_icon span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #888e99;
    margin-right: 35px;
}

.list_zy .s_searchResult_li_icon i {
    margin-right: 8px;
}

.list_zy .s_searchResult_li_icon samp {
    margin-left: 8px;
    font-family: '黑体';
}

.list_zy .s_searchResult_li_button>a {
    float: left;
    display: block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #f8f9fa;
    font-size: 14px;
    color: #888e99;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid #fff;
    cursor: pointer;
}

.list_zy .s_searchResult_li_button>a:hover {
    border:1px solid #008dab ;
    color: #008dab ;
}
.list_zy .s_searchResult_li_button>a a--inner:hover {
    color:#008dab !important;
}
.list_zy .s_searchResult_li_button a i {
    margin-right: 7px;
}
.list_zy .s_searchResult_li_button a img {
    padding-right: 5px;
    position: relative;
    top: -2px;
    margin: 0 auto;
}
.list_zy .s_searchResult_li_button_r {
    float: right;
}

.list_zy .s_searchResult_li_button_r a {
    float: left;
    width: 114px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: solid 1px #dddddd;
    font-size: 14px;
    color: #888e99;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

.list_zy .s_searchResult_li_button_r a:hover {
    border-color: #008dab ;
    color: #008dab ;
}
.list_zy .s_searchResult_li_button_r a a--inner:hover{
    color:#008dab !important;
}

.list_zy .s_searchResult_fenye {
    text-align: center;
    padding: 15px 0;

}
.list_zy .s_searchResult_fenye .tcdPageCode{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.list_zy .s_searchResult_r {
    float: right;
    width: 320px;
}
.dialogopen_jsbd{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.dialogopen_jsbds{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -410px;
    margin-top: -230px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eeeeee;
}
.dialogopen_jsbds .s_UnlockExpression_top{
    height: 64px;
    line-height: 64px;
    background-color: #01354b;
    padding: 0 14px 0 30px;
    font-size: 18px;
    color: #ffffff;
    display: block;
}
.dialogopen_jsbds .footer_zdy_bt{
    display: block;
    text-align: center;
}

.dialogopen_jsbds .footer_zdy_bt button{
    margin:10px 20px 20px 20px;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    border: solid 1px #345d6f;
    font-size: 15px;
    color: #345d6f;
    border-radius: 0px;
}
.dialogopen_jsbds .footer_zdy_bt button:hover{
    background: #FEA724;
    color:#fff;
    border: 1px solid #FEA724;
}
.dialogopen_jsbds .jsbds_clear{
    position: absolute;
    right: 25px;
    top: 25px;
    color:#fff;
    font-size: 14px;
    cursor: pointer;
}
.list_zy .s_searchResult_Expression {
    width: 300px;
    /* height: 300px; */
    background-color: #f8f9fa;
    padding: 5px 0 25px 20px;
    margin-bottom: 24px;
    box-sizing: content-box;

}

.list_zy .s_searchResult_Expression_top {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #1d232b;
    border-bottom: 1px solid #dddddd;
    position: relative;
    margin-bottom: 24px;
    font-weight:600;
}

.list_zy .s_searchResult_Expression_top::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 24px;
    height: 1px;
    background-color: #02354b;
}

.list_zy .s_searchResult_Expression_top .s_js_UnlockExpression {
    float: right;
    font-size: 18px;
    margin-right: 18px;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: transparent;
    height: 48px;
    line-height: 48px;
}
.list_zy .s_searchResult_Expression_top .s_js_UnlockExpression:hover i{
    color:#008dab;
}
.list_zy .s_searchResult_Expression_con {
    width: 276px;
    height: 130px;
    margin-bottom: 24px;
}

.list_zy .s_searchResult_Expression_con textarea {
    width: 246px;
    height: 100px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #08354C;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #EEF2F5;
    border: none;
    resize: none;
    box-sizing: content-box;
}

.list_zy .s_searchResult_Expression_bottom a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #f0f3f4;
    font-size: 15px;
    border: solid 1px #dddddd;
    color: #616874;
    text-decoration: none;
    cursor: pointer;
}

.list_zy .s_searchResult_Expression_bottom a:last-child {
    margin-left: 16px;
}

.list_zy .s_searchResult_Expression_bottom a:hover {
    color: #fff;
    border: solid 1px #ffa81e;
    background: #ffa81e;
}
.list_zy .s_searchResult_Expression_bottom a:hover span{
    color: #fff;
}
.list_zy .s_searchResult_Expression_top span{
    float: left;
}
.list_zy .s_searchResult_Expression_top a {
    float: left;
    font-size: 15px;
    color: #02354b;
    margin-left: 150px;
    text-decoration: none;
    cursor: pointer;
}

.list_zy .s_searchResult_Expression_top a:hover{
    color: #008dab;
}

.list_zy .s_searchResult_Expression_top a img {
    margin-left: 8px;
}

.list_zy .s_searchResult_Relevant_con .el-ul .el-li {
    margin: 20px 0 8px 0;
}

.list_zy .s_searchResult_Relevant_con .el-ul .el-li a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #1d232b;
    margin-bottom: 5px;
    height: auto;
    margin-right:20px;
    text-decoration: none;
    line-height:20px;
}
.list_zy .s_searchResult_Relevant_con .el-ul .el-li a:hover{
    color:#008dab;
}
.list_zy .s_searchResult_Relevant_con .el-ul .el-li .el-p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #888e99;
}

.list_zy .s_searchResult_Echart_con {
    position: relative;
    height: 230px;
}
.list_zy .s_searchResult_Echart_con .el-rfl {
    float: left;
    width: 132px;
    height: 90px;
    line-height: 86px;
    background-color: #ecf0f1;
    border: solid 1px #dcdcdc;
    float: left;
    margin: 0 15px 13px 0;
    overflow: hidden;
    /* display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}
.list_zy .s_searchResult_Echart_con .el-rfl img{
    width: 100%;
}

.list_zy .s_searchResult_Echart_con .el-rfl:nth-child(even) {
    margin-right: 0;
}

.list_zy .s_searchResult_Echart_con .el-carousel__container {
    height: 210px;
}

.list_zy .s_searchResult_Echart_con .el-carousel__button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
    background-color: #55b4b8;
    border: solid 1px #f8f9fa;
    padding: 0px;
    opacity: 1;
}
.list_zy .s_searchResult_Echart_con .el-carousel__indicator button{
    width:10px;
    height: 10px;
    box-shadow: none;
}
.list_zy .s_searchResult_Echart_con .el-carousel__indicator.is-active button {
    background-color: #02354b;
}

.list_zy .s_searchResult_Echart_con .el-carousel__indicator--horizontal {
    padding-top: 0px;
}

.list_zy .s_searchResult_Distribution_li {
    margin: 20px 0 10px 0;
}

.list_zy .s_searchResult_Distribution_li .el-dl {
    /* margin-bottom: 15px; */
    padding-bottom: 36px;
}

.list_zy .s_searchResult_Distribution_li .el-dl .el-dt {
    float: left;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 16px; */
    letter-spacing: 0px;
    color: #565d6a;
    max-width: 215px;
}

.list_zy .s_searchResult_Distribution_li .el-dl .el-dt a {
    display: block;
    max-height: 16px;
    line-height: 18px;
    max-width: 215px;
    text-decoration: none;
    color:#1d232b;
    cursor: pointer;
}

.list_zy .s_searchResult_Distribution_li .el-dl .el-dt a:hover {
    color: #008dab;
}

.list_zy .s_searchResult_Distribution_li .el-dl .el-dd {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #02354b;
    float: right;
    margin-right: 22px;
}

.list_zy .s_searchResult_Distribution_li_progress {
    width: 278px;
    height: 5px;
    background-color: #e0ebec;
    border-radius: 3px;
    position: relative;
}

.list_zy .s_searchResult_Distribution_li_progress span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #02354b;
    border-radius: 3px;
}

.list_zy .s_search_r_ming_li {
    /* height: 130px; */
    padding-bottom:20px;
    height:auto;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px;
}

.list_zy .s_search_r_ming_li:last-child {
    margin-bottom: -24px;
    border-bottom: 0;
}

.list_zy .s_search_r_ming_img {
    float: left;
    width: 64px;
    /* min-height: 64px; */
    /* border-radius: 50%; */
    overflow: hidden;
    margin-right: 16px;
    overflow: hidden;
}
.list_zy .s_search_r_ming_img img{
    width: 100%;
    border-radius: 3px;


}

.list_zy .s_search_r_ming_info {
    float: left;
    width: 100%;
}
.list_zy .s_search_r_ming_info a:hover span{
    color:#000;
}
.list_zy .s_search_r_ming_img+ .s_search_r_ming_info {
    width: 192px;
}

.list_zy .s_search_r_ming_info .el-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #1d232b;
    height: 18px;
    text-decoration: none;
}
.list_zy .s_search_r_ming_info .el-title:hover span{
    color:#008dab;
}
.list_zy .s_search_r_ming_info .el-title a--inner{
    width: 192px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_zy .s_search_r_ming_two .s_search_r_ming_info .el-title a--inner{
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_zy .s_search_r_ming_info .el-p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
}

.list_zy .s_search_r_ming_con {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #646a76;
}

.list_zy .s_search_r_ming_con i {
    margin: 0 10px;
}

.list_zy .s_search_r_ming_two {
    padding-right: 30px;
}

.list_zy .s_search_r_ming_two .s_search_r_ming_info .el-title {
    line-height: 24px;
    max-height: 48px;
    height: auto;
}

.list_zy .s_search_r_ming_two .s_search_r_ming_info .el-p {
    margin-top: 5px;
}

.list_zy .el-dialog__header {
    height: 64px;
    line-height: 64px;
    background-color: #01354b;
    padding: 0 14px 0 30px;
    font-size: 18px;
    color: #ffffff;
}

.list_zy .el-dialog__header .el-dialog__headerbtn {
    color: #ffffff;
}

.list_zy .s_UnlockExpression_con {
    padding: 65px 0px 58px 177px;
    background: url(../../static/img/s_UnlockExpression_img1.png) no-repeat 40px 50px;
}

.list_zy .s_UnlockExpression_con p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1d232b;
}

.list_zy .s_UnlockExpression_con p a {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #1eb0b5;
    margin-left: 25px;
}

.list_zy .s_UnlockExpression_con p a img {
    margin-right: 5px;
    vertical-align: inherit;
}

.list_zy .s_UnlockExpression_con p.s_UnlockExpression_tip {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #7a808c;
}
.list_zy .sureclick{
    color:#888e99;
}
.list_zy .sureclick:hover{
    color:#008dab;
    text-decoration: underline;
}

.list_zy .dontclick,
.list_zy .dontclick span {
    color: #888e99 !important;
    text-decoration: none !important;
    cursor: context-menu;
    margin-right: 0px;
}

.list_zy .dontmore {
    /* margin-right: 15px; */
    /* padding-right: 15px; */
}

.list_zy .dontmore a{
    max-width:100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    cursor: pointer;;
}
.list_zy .jigouspan a span{
    max-width:100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.list_zy .el_namebox {
    display: inline-block;
    max-width: 100px;
    vertical-align: bottom;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.list_zy .zazhi_class{
    max-width: none;
    color:#888e99;
    cursor: default;
}
.list_zy .zazhi_class:hover{
    /*color:#008dab;*/
    /*text-decoration: underline;*/
}
.list_zy .zazhi_stage{
    text-decoration: none;
    cursor:inherit;
}
.list_zy .zazhi_stage{
    color:#888e99;
}
.list_zy .zazhi_stage:hover span{
    /* color:#008dab; */
}
.list_zy .el-carousel__container .el-carousel__arrow--left,
.list_zy .el-carousel__arrow--right {
    width: 25px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0;
}
.list_zy .s_searchResult_li_author .jigouspan {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.el-carousel__indicator .el-carousel__button{
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
}

.el-dropdown-menu .el-dropdown-menu__item:hover{
    background:#52b8cc;
    color:#fff;
}
.el-select-dropdown__item:hover{
    background:#52b8cc;
}
.el-select-dropdown__item:hover span{
    color:#fff;
}
.el-carousel__indicator.is-active button{
    background: #046586;
}
.el-carousel__arrow{
    visibility: hidden;
}
.s_searchResult_advert .image_item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color:#008dab;
    border-color: #008dab;
}
.el-popper{
    margin-top:12px!important;
    margin-left:0px!important;
}

.s_searchResult_li_operation a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    background: #eff7f6;
    margin-right: 15px;
    color: #36c4ba;
    padding-left: 0px;
}

.s_searchResult_li_operation a.cur {
    background: #36c4ba;
    color: #ffffff;
}
.shareIcon{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding-right: 25px;
}
.sp_tit{
    vertical-align: middle;
}
.s_searchResult_li_operation ul{
    background: #fff;
    position: absolute;
    left: 70px;
    top: 40px;
    padding: 8px 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display: none;
    border-radius: 4px;
    width:125px;
}
.s_searchResult_li_operation ul:after{
    content: '';
    position: absolute;
    left: 29px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.s_searchResult_li_operation ul>li{
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.s_searchResult_li_operation ul>li:hover{
    color:#fff;
    background: #52B8CC;
}
.js_append {
    width: 272px;
    position: fixed;
    left: 50%;
    top: 50%;
    /* -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    margin-left: -136px;
    margin-top: -171px;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    display: none;
    z-index:99999;
}

.js_append .codetitle {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
}

.js_append .codeimg {
    width: 180px;
    height: 180px;
    margin: 20px auto;
    position: relative;
}

.js_append .codeimg img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.js_append .codeimg  table{
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.js_append .codecont {
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.js_append .codeclose {
    position: absolute;
    right: 10px;
    border: none;
    z-index: 10;
    padding: 8px 15px;
    background: #fff;
}
.s_searchResult_li_button .moshover {
    position: relative;
}

.mobileBox {
    border: 1px solid #eee;
    position: absolute;
    z-index: 10000;
    left: -60px;
    bottom: -285px;
    width: 230px;
    height: 274px;
    background: #ffffff;
    box-shadow: 0px 1px 20px 0px rgba(71, 79, 84, 0.36);
    cursor: context-menu;
    display: none;
}

.search_jsls .s_hisSearch .list .list_item:hover a{
    text-decoration: underline;
}


.s_searchResult_li_button .moshover:hover .mobileBox {
    display: block;
}

.mobileBox:after {
    content: " ";
    display: table;
    width: 0;
    height: 0;
    border-bottom: 10px solid #02354B;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}

.mobiletit {
    height: 60px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #ffffff;
    background: #02354B;
    padding-top: 8px;
}

.mobileimg {
    height: 130px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin: 15px 0 10px 0;
}

.mobileimg img {
    width: 130px;
    height: 130px;
}
.mobileimg table{
    width: 130px;
    height: 130px;
}

.mobilecont {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #565d6a;
    /* padding-top: 5px; */
    padding:0 10px;
}
.retrieve_load{
    display: none;
}
.empty_load{
    display: none;
}
.reference{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.reference .references{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -410px;
    margin-top: -230px;
    border-radius: 2px;
    background: #fff;
    border:1px solid #eeeeee;
}
.reference .references .references_header{
    height: 64px;
    line-height: 64px;
    background-color: #01354b;
    padding: 0 14px 0 30px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.reference .references .references_header button{
    position: absolute;
    right: 25px;
    /* top: 25px; */
    color:#fff;
    font-size: 18px;
    background-color: #01354b;
    border: none;
    display: inline-block;
    width:12px;
    height: 61px;
}
.tcdPageCode {
    padding: 15px 20px;
    text-align: left;
    color: #ccc;
    text-align: center;
}

.tcdPageCode a {
    display: inline-block;
    color: #428bca;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
/* 高级检索 */
.search_gjjs {
    background: #ffffff;
}
.search_gjjs .s_advSearch{
    overflow: hidden;
}
.search_gjjs .s_advSearch_left {
    float: left;
    width: 860px;
}

.search_gjjs .s_advSearch_right {
    float: right;
    width: 320px;
}

.search_gjjs .s_advSearch_top {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #1d232b;
}

.search_gjjs .s_advSearch_li .el-input__inner {
    border-radius: 0px;
}

.search_gjjs .s_advSearch_li .input01 {
    width: 110px;
    height: 40px;
    float: left;
    font-size: 14px;
    margin-right: 14px;
    border: 1px solid #c0c4cc;
    padding-left: 14px;
    line-height: 40px;
    color: #606266;
}

.search_gjjs .s_advSearch_li .input02 {
    width: 130px;
    float: left;
    margin-right: 20px;
}

.search_gjjs .s_advSearch_li .input03 {
    width: 340px;
    float: left;
    margin-right: 20px;
    /*height: 40px;*/
    border:1px solid #dddddd;
    /*padding-left: 15px;*/
    padding: 12px 15px;
}
.search_gjjs .s_advSearch_li .input03::placeholder{
    color:#dddddd;
}
.search_gjjs .s_advSearch_li .input04 {
    width: 110px;
    float: left;
    margin-right: 14px;
}

.search_gjjs .s_advSearch_li {
    margin-top: 28px;
    border-top: 1px solid #dddddd;
    position: relative;
    padding-top: 10px;
    clear: both;
}

.search_gjjs .s_advSearch_li::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #02354b;
    position: absolute;
    left: 0;
    top: -2px;
}

.search_gjjs .s_advSearch_li .layui-form-item {
    margin: 20px 0 0 0;
}

.search_gjjs .s_advSearch_li .s_advSearch_add,
.search_gjjs .s_advSearch_li .s_advSearch_reduce {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #dddddd;
    font-size: 12px;
    color: #565d6a;
    margin-right: 6px;
    text-decoration: none;
}

.search_gjjs.s_advSearch_li .s_advSearch_reduce {
    margin-right: 0px;
}

.search_gjjs .s_advSearch_class_l {
    float: left;
    width: 133px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02354b;
}
.search_gjjs .s_advSearch_class_l .icon_wxfl {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -10%;
    background: url("../../static/img/qklb.png") no-repeat -2px -1px;
}
.search_gjjs .s_advSearch_class_l i {
    margin-right: 15px;
}

.search_gjjs .s_advSearch_class_r {
    float: left;
    width: 727px;
    margin-top: 20px;
}
.search_gjjs .s_advSearch_ss .s_advSearch_class_li {
    max-height: 30px;
    overflow: hidden;
    position: relative;
}
.search_gjjs .s_advSearch_ss .s_advSearch_class_li:nth-of-type(2) {
    max-height:30px;
}
.search_gjjs .s_advSearch_ss .s_advSearch_class_li.active {
    max-height: none;
}
.w_span{
    font-size: 12px;
    color: #008dab;
    border: 1px solid #008dab;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px;
    border-radius: 3px;
    padding: 0 3px;
}

.search_gjjs .s_advSearch_ss .s_advSearch_zkgd {
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 1px;
    z-index: 10;
    cursor: pointer;
    color: #008dab;
}
.search_gjjs .s_advSearch_class_li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.search_gjjs .s_advSearch_class_li_l {
    float: left;
    width: 110px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #02354b;
}

.search_gjjs .s_advSearch_class_li_l i {
    margin-left: 13px;
}

.search_gjjs .s_advSearch_class_li_r {
    float: left;
    max-width: 550px;
}

.search_gjjs .s_advSearch_class_li_r div{
    margin-right: 35px;
    margin-bottom: 15px;
    display: inline-block;
}
.search_gjjs .s_advSearch_class_li_r div input{
    cursor: pointer;
}
.search_gjjs .s_advSearch_class_li_r label{
    font-size: 15px;
    color: #565d6a;
    padding-left: 5px;
    cursor: pointer;
}

.search_gjjs .s_advSearch_class_li_r .layui-form-checked[lay-skin="primary"] i {
    border-color: #1eb0b5;
    background-color: #1eb0b5;
}

.search_gjjs .s_advSearch_date {
    color: #666e7e;
}
.search_gjjs .s_advSearch_button {
    margin-top: 140px;
    text-align: center;
}
.search_gjjs .s_advSearch_button .w_btn {
    display: inline-block;
    width: 130px;
    height: 46px;
    text-align: center;
    background-color: #52b8cc;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
}
.search_gjjs .s_advSearch_button .w_btn2 {
    display: inline-block;
    width: 130px;
    height: 46px;
    text-align: center;
    background-color: #e4ecef;
    font-size: 18px;
    letter-spacing: 1px;
    color: #3b464b;
    border-radius: 0;
}

.search_gjjs .s_advSearch_button a:first-child {
    margin-right: 70px;
}

.search_gjjs .s_advSearch_button a i {
    margin-right: 20px;
}

.search_gjjs .s_advSearch_button button:hover {
    background: #ffa81e;
    color: #fff;
    border: 1px solid #ffa81e;
}
.search_gjjs .s_advSearch_button button:hover span {
    color: #fff;
}
.search_gjjs .timebox {
    width: 490px;
}
.search_gjjs .timebox .line {
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* margin-left: 5px; */
}

.search_gjjs .s_searchResult_Expression {
    width: 320px;
    /* height: 300px; */
    background-color: #f8f9fa;
    padding: 5px 0 25px 20px;
    margin-bottom: 24px;
}

.search_gjjs .s_searchResult_Expression_top {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #1d232b;
    border-bottom: 1px solid #dddddd;
    position: relative;
    margin-bottom: 24px;
    font-weight: 600;
}

.search_gjjs .s_searchResult_Expression_top::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 24px;
    height: 1px;
    background-color: #02354b;
}

.search_gjjs .s_searchResult_Expression_top .s_js_UnlockExpression {
    float: right;
    font-size: 18px;
    margin-right: 18px;
    cursor: pointer;
}
.search_gjjs .s_searchResult_Expression_top .s_js_UnlockExpression:hover i {
    color: #008dab;
}
.search_gjjs .s_searchResult_Expression_con {
    width: 276px;
    min-height: 130px;
    /* background-color: #eef2f5; */
    margin-bottom: 24px;
}

.search_gjjs .s_searchResult_Expression_con textarea {
    width: 276px;
    height: 130px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #08354C;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #EEF2F5;
    border: none;
    resize: none;
}

.search_gjjs .s_searchResult_Expression_bottom a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #f0f3f4;
    font-size: 15px;
    border: solid 1px #dddddd;
    color: #616874;
    text-decoration: none;
    cursor: pointer;
}
.search_gjjs .s_searchResult_Expression_x {
    width: 275px;
    height: 1px;
    background: #dddddd;
    margin: 40px 0 15px 0;
}
.search_gjjs .s_searchResult_Expression_gf {
    font-size: 14px;
    color: #33b5d5;
    text-align: center;
}
.search_gjjs .s_searchResult_Expression_gf a {
    font-size: 14px;
    color: #33b5d5;
    text-align: center;
}
.search_gjjs .s_searchResult_Expression_gf:hover {
    cursor: pointer;
    color: skyblue;
}
.search_gjjs .s_searchResult_Expression_bottom a:last-child {
    margin-left: 16px;
}

.search_gjjs .s_searchResult_Expression_bottom a:hover {
    color: #fff;
    border: solid 1px #ffa81e;
    background: #ffa81e;
}
.search_gjjs .s_searchResult_Expression_bottom a:hover span {
    color: #fff;
}
.search_gjjs .s_searchResult_Expression_top a {
    float: right;
    font-size: 14px;
    color: #02354b;
    margin-right: 20px;
    text-decoration: none;
}

.search_gjjs .s_searchResult_Expression_con span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #02354b;
    position: relative;
    top: -10px;
}

.search_gjjs .s_UnlockExpression_con {
    padding: 55px 0px 48px 177px;
    background: url(../../static/img/s_UnlockExpression_img1.png) no-repeat 40px 50px;
}

.search_gjjs .s_UnlockExpression_con p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1d232b;
}

.search_gjjs .s_UnlockExpression_con p a {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #1eb0b5;
    margin-left: 25px;
}

.search_gjjs .s_UnlockExpression_con p a img {
    margin-right: 5px;
    vertical-align: inherit;
}
.el-select-dropdown__item:hover {
    background: #52b8cc;
}
.el-select-dropdown__item:hover span {
    color: #fff;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #02354b;
}
.search_gjjs .s_UnlockExpression_con p.s_UnlockExpression_tip {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #7a808c;
}

.search_gjjs .s_searchResult_Expression_top .s_js_UnlockExpression {
    float: right;
    font-size: 18px;
    margin-right: 18px;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: transparent;
    height: 48px;
    line-height: 48px;
}
.search_gjjs .one_every{
    width: 130px;
    float: left;
    margin-right: 20px;
    position: relative;
    border:1px solid #dddddd;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.search_gjjs .one_match{
    width: 110px;
    float: left;
    margin-right: 20px;
    position: relative;
    border:1px solid #dddddd;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.search_gjjs .two_choose{
    width: 110px;
    float: left;
    margin-right: 14px;
    position: relative;
    border:1px solid #dddddd;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.search_gjjs .two_every{
    width: 130px;
    float: left;
    margin-right: 20px;
    position: relative;
    border:1px solid #dddddd;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.search_gjjs .two_match{
    width: 110px;
    float: left;
    margin-right: 20px;
    position: relative;
    border:1px solid #dddddd;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.search_gjjs .one_every span,.search_gjjs .one_match span,.search_gjjs .two_choose span,.search_gjjs .two_every.two_every span,.search_gjjs .two_match span{
    color:#606266;
    cursor: pointer;
}
.search_gjjs .one_every span i,.search_gjjs .one_match span i,.search_gjjs .two_choose span i,.search_gjjs .two_every span i,.search_gjjs .two_match span i{
    font-size: 12px;
    padding-left: 20px;
}
.search_gjjs .one_every ul,.search_gjjs .one_match ul,.search_gjjs .two_choose ul,.search_gjjs .two_every ul,.search_gjjs .two_match ul{
    background: #fff;
    position: absolute;
    top: 40px;
    padding: 8px 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display: none;
    border-radius: 4px;
    max-height:300px;
    overflow-y: auto;
    border: 1px solid #eeeeee;
}
.search_gjjs .one_every ul:after,.search_gjjs .one_match ul:after,.search_gjjs .two_choose ul:after,.search_gjjs .two_every ul:after,.search_gjjs .two_match ul:after{
    content: '';
    position: absolute;
    left: 29px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.search_gjjs .one_every ul>li,.search_gjjs .one_match ul>li,.search_gjjs .two_choose ul>li,.search_gjjs .two_every ul>li,.search_gjjs .two_match ul>li{
    line-height: 36px;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.search_gjjs .one_every ul>li:hover,.search_gjjs .one_match ul>li:hover,.search_gjjs .two_choose ul>li:hover,.search_gjjs .two_every ul>li:hover,.search_gjjs .two_match ul>li:hover{
    color:#fff;
    background: #52B8CC;
}
/* 历史检索 */
.search_jsls {
    background: #ffffff;
}
.search_jsls .s_advSearch{
    overflow: hidden;
}
.search_jsls .s_advSearch_left {
    float: left;
    width: 860px;
}

.search_jsls .s_advSearch_right {
    float: right;
    width: 320px;
}

.search_jsls .s_advSearch_top {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #1d232b;
}

.search_jsls .s_advSearch_top span {
    float: right;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #565d6a;
    margin-top: 10px;
}

.search_jsls .s_advSearch_top span em {
    color: #02354b;
    font-weight: bold;
    margin: 0 5px;
}

.search_jsls .s_advSearch_top span i {
    color: #f6a541;
    margin-right: 10px;
}

.search_jsls .s_hisSearch {
    position: relative;
    border-top: 1px solid #ddd;
    margin-top: 25px;
}

.search_jsls .s_hisSearch::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #02354b;
    position: absolute;
    left: 0;
    top: -2px;
}
.search_jsls .s_hisSearch .list {
    font-size: 15px;
}
.search_jsls .s_hisSearch .list .list_title {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    color: #AEB1B9;
}
.search_jsls .s_hisSearch .list .list_item {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    clear: both;
}
.search_jsls .s_hisSearch .list .list_title div,.search_jsls .s_hisSearch .list .list_item div{
    text-align: center;
    display: inline-block;
}
.search_jsls .s_hisSearch .list .list_item div:nth-of-type(2) a div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:170px;
}
.search_jsls .s_hisSearch .list .list_item div:nth-of-type(3) a div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:110px;
}
.search_jsls .s_hisSearch .list .list_item div:nth-of-type(4) a div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:110px;
}
/* .search_jsls .s_hisSearch .list .list_item div,.search_jsls .s_hisSearch .list .list_item div a{
  color:#1d232b;
} */
.search_jsls .s_hisSearch .list .list_item:hover div,.search_jsls .s_hisSearch .list .list_item:hover div a,.search_jsls .s_hisSearch .list .list_item:hover div:nth-of-type(1){
    color:#008dab;
}
.search_jsls .s_hisSearch .list .list_item:hover {
    box-shadow: 0 0 8px 3px rgba(71, 79, 84, 0.09);
}
.drop_cont {
    width: 81px;
}
.drop_item:hover {
    background: #52b8cc !important;
    color: white !important;
}
.search_jsls .el_histable a {
    text-decoration: none;
}

.search_jsls .s_hisSearch .s_his_button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    font-size: 12px;
    color: #02354b;
    border-radius: 50%;
}

.search_jsls .s_hisSearch .s_his_button:hover {
    color: #008dab;
    border: solid 1px #008dab;
    cursor: pointer;
}
.search_jsls .s_hisSearch .el-dropdown {
    cursor: pointer;
}

.search_jsls .el_histable {
    background-color: #fff;
    color: #666;
    margin: 10px 0;
}
.search_jsls .el-table--enable-row-hover .el-table__body tr:hover {
    box-shadow: 0px 1px 26px 0px rgba(71, 79, 84, 0.16) inset !important;
    color: #25b0d2;
}
.search_jsls .el-table--enable-row-hover .el-table__body tr:hover a {
    color: #25b0d2;
}
.search_jsls .el-table--enable-row-hover .el-table__body tr:hover > td {
    background-color: #ecf5ff !important;
}
.search_jsls .s_searchResult_Expression_top .s_js_UnlockExpression {
    float: right;
    font-size: 18px;
    margin-right: 18px;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: transparent;
    height: 48px;
    line-height: 48px;
}
.search_jsls .s_searchResult_Expression_top .s_js_UnlockExpression:hover i{
    color:#008dab;
}
.search_jsls .el-dialog__header {
    height: 64px;
    line-height: 64px;
    background-color: #01354b;
    padding: 0 14px 0 30px;
    font-size: 18px;
    color: #ffffff;
}
.search_jsls .el-dialog__header .el-dialog__headerbtn {
    color: #ffffff;
}
.search_jsls .s_UnlockExpression_con {
    padding: 55px 0px 48px 177px;
    background: url(../../static/img/s_UnlockExpression_img1.png) no-repeat 40px 50px;
}
.search_jsls .s_UnlockExpression_con p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1d232b;
}
.search_jsls .s_UnlockExpression_con p a {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #1eb0b5;
    margin-left: 25px;
}
.search_jsls .s_UnlockExpression_con p a img {
    margin-right: 5px;
    vertical-align: inherit;
}
.search_jsls .s_UnlockExpression_con p.s_UnlockExpression_tip {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #7a808c;
}
.search_jsls .s_SearchExplain {
    padding: 0px 15px 15px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.search_jsls .s_SearchExplain_li {
    float: left;
    width: 100%;
}
.search_jsls .s_SearchExplain_li span {
    float: left;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #02354b;
    margin-right: 20px;
}
.search_jsls .s_SearchExplain_li span i {
    margin-right: 10px;
    font-weight: normal;
}
.search_jsls .s_SearchExplain_li .s_SearchExplain_p {
    float: left;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #565d6a;
}
.search_jsls .s_SearchExplain_bottom {
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #565d6a;
}
.search_jsls .s_SearchExplain_bottom a,
.search_jsls .s_SearchExplain_bottom a {
    font-size: 14px;
    color: #25b0d2;
}

.search_jsls .s_searchResult_Expression {
    width: 320px;
    /* height: 300px; */
    background-color: #f8f9fa;
    padding: 5px 0 25px 20px;
    margin-bottom: 24px;
}

.search_jsls .s_searchResult_Expression_top {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #1d232b;
    border-bottom: 1px solid #dddddd;
    position: relative;
    margin-bottom: 24px;
    font-weight: 600;
}

.search_jsls .s_searchResult_Expression_top::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 24px;
    height: 1px;
    background-color: #02354b;
}
.search_jsls .s_searchResult_Expression_top i {
    /* float: right;
          font-size: 18px;
          margin-right: 18px; */
}
.search_jsls .s_searchResult_Expression_con {
    width: 276px;
    min-height: 130px;
    /* background-color: #eef2f5; */
    margin-bottom: 24px;
}

.search_jsls .s_searchResult_Expression_con textarea {
    width: 276px;
    height: 130px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #08354C;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #EEF2F5;
    border: none;
    resize: none;
}

.search_jsls .s_searchResult_Expression_bottom a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #f0f3f4;
    font-size: 15px;
    border: solid 1px #dddddd;
    color: #616874;
    text-decoration: none;
    cursor: pointer;
}

.search_jsls .s_searchResult_Expression_bottom a:last-child {
    margin-left: 16px;
}

.search_jsls .s_searchResult_Expression_bottom a:hover {
    color: #fff;
    border: solid 1px #ffa81e;
    background: #ffa81e;
}
.search_jsls .s_searchResult_Expression_bottom a:hover span{
    color: #fff;
}
.search_jsls .s_searchResult_Expression_top a {
    float: right;
    font-size: 14px;
    color: #02354b;
    margin-right: 20px;
    text-decoration: none;
}

.search_jsls .s_searchResult_Expression_con span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #02354b;
    position: relative;
    top: -10px;
}
.search_jsls .el-table--enable-row-transition .el-table__body td {
    background: #ffffff;
}
.search_jsls .combination{
    width: 100px;
    position: relative;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.search_jsls .combination span{
    color:#606266;
    cursor: pointer;
}
.search_jsls .combination span img{
    font-size: 12px;
    padding-left: 20px;
}
.search_jsls .combination ul{
    background: #fff;
    position: absolute;
    top: 40px;
    padding: 8px 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    display: none;
    border-radius: 4px;
    max-height:300px;
    overflow-y: auto;
    border: 1px solid #eeeeee;
}
.search_jsls .combination ul:after{
    content: '';
    position: absolute;
    left: 29px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.search_jsls .combination ul>li{
    line-height: 36px;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.search_jsls .combination ul>li:hover{
    color:#fff;
    background: #52B8CC;
}

/* 如何正确编写检索表达式 */
.expressionbox {
    background: #ffffff;
}

.expressionbox .s_userAgreement_top {
    width: 1200px;
    height: 131px;
    background-color: rgba(248, 249, 250, 0.8);
    text-align: center;
    overflow: hidden;
}

.expressionbox .s_userAgreement_top .title {
    background: url(/static/img/s_userAgreement_title_bg.png) no-repeat center
    center;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #222222;
    margin: 35px 0 15px 0;
}

.expressionbox .s_userAgreement_top p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #02354b;
}

.expressionbox .s_userAgreement_left {
    float: left;
    width: 220px;
    position: fixed;
}
.position_relative {
    position: relative !important;
    top: 1280px;
}
.expressionbox .s_userAgreement_left_top {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background-color: #eef4f6;
    position: relative;
    font-size: 17px;
    color: #02354b;
}

.expressionbox .s_userAgreement_left_top::before {
    content: "";
    width: 4px;
    height: 18px;
    background-color: #224f62;
    position: absolute;
    left: 0;
    top: 16px;
}

.expressionbox .s_userAgreement_left_top a {
    margin-right: 13px;
    float: right;
    color: #204d61;
    font-size: 13px;
}

.expressionbox .s_userAgreement_left_top a i {
    font-size: 14px;
}

.expressionbox .s_userAgreement_left_con {
    background-color: #f8f9fa;
    padding: 10px 0 0 22px;
}
.expressionbox .s_userAgreement_left_con li {
    line-height: 40px;
    font-size: 14px;
    color: #888e99;
    font-weight: bold;
    cursor: pointer;
}
.expressionbox .s_userAgreement_left_con li i{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 4px;
}
.expressionbox .s_userAgreement_left_con li span{
    display: inline-block;
    vertical-align: middle;
}
.expressionbox .s_userAgreement_left_con li.on {
    color: #02354b;
}
.expressionbox .s_userAgreement_left_con li.on a {
    color: #02354b;
}
.expressionbox
.s_userAgreement_left_con
.el-step.is-vertical
.el-step__icon.is-icon {
    width: 12px;
    background: transparent;
    border: none;
    height: 40px;
}


.expressionbox .s_userAgreement_right {
    float: left;
    width: 950px;
    margin-left: 250px;
}

.expressionbox .s_userAgreement_block_top {
    height: 58px;
    line-height: 57px;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #02354b;
    position: relative;
}

.expressionbox .s_userAgreement_block_top::before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #02354b;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.expressionbox .s_userAgreement_block_top span {
    font-size: 22px;
    margin-right: 10px;
}

.expressionbox .s_userAgreement_block_con {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #565d6a;
    padding: 20px 0;
}

.expressionbox .s_userAgreement_block_con p {
    margin-bottom: 15px;
}

.expressionbox
.s_userAgreement.s_RetrieveExpression
.s_userAgreement_top
.title {
    background: url(../img/s_RetrieveExpression_title_bg.png) no-repeat
    center center;
}

.expressionbox .s_RetrieveExpression_table table {
    width: 100%;
    border: solid 1px #dcdcdc;
    border-collapse: collapse;
}

.expressionbox .s_RetrieveExpression_table table thead tr th {
    border: solid 1px #dcdcdc;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    color: #02354b;
}

.expressionbox .s_RetrieveExpression_table table tbody tr td {
    border: solid 1px #dcdcdc;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    height: 60px;
    letter-spacing: 0px;
    color: #565d6a;
    padding: 10px 30px;
    text-align: center;
    vertical-align: middle;
}

.expressionbox .s_RetrieveExpression_right .s_userAgreement_block_con p {
    margin-bottom: 0px;
}

.expressionbox .s_searchResult_Expression_See {
    border-top: 1px solid #dddddd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #25b0d2;
    padding: 22px 0 0 0;
    margin-top: 40px;
    text-align: center;
}

.expressionbox .s_searchResult_Expression_See a {
    line-height: 16px;
    letter-spacing: 0px;
    color: #25b0d2;
}
.is_pcolor{
    color: #02354b !important;
}
/* 全文页 */
.w_fullpage{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.w_fullpage .w_fullpages{
    width: 1200px;
    margin: 0 auto;
}
.w_fullpage .w_text{
    color:#8e908f;
    font-size:16px;
    margin-bottom: 20px;
}
.w_fullpage .w_content{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.w_fullpage .w_content .w_content_l{
    width: 860px;
    float: left;
}
.w_fullpage .w_content .w_content_l .w_content_t{
    font-size: 13px;
}
.w_fullpage .w_content .w_content_l .w_content_t h1{
    font-size: 26px;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_author{
    margin:20px 0 10px 0;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_author span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_author span:nth-child(1){
    margin-left: 0;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_author i{
    display: inline-block;
    vertical-align: sub;
    color: #2C7986;
}
.w_fullpage .w_content .w_content_l .w_content_t>p{
    color:#666666;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_abstract{
    border: 1px solid #2C7986;
    border-bottom: none;
    padding: 10px 20px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_abstract:after{
    content:'';
    width: 4px;
    height: 100%;
    background: #2C7986;
    position: absolute;
    left: 0;
    top: 0;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_abstract label{
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    font-weight: bold;
    margin-right: 5px;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_abstract p{
    display: inline-block;
    max-width: 780px;
    line-height: 25px;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_abstract .w_content_abstract_img{
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 860px;
    background: #F4F4F4;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_abstract .w_content_abstract_img img{
    width: 100%;
}
.w_fullpage .w_content .w_content_l .w_content_t .w_content_abstract .w_content_abstract_img .w_img2{
    display: none;
}
.w_fullpage .w_content .w_content_l .w_content_b{

}
.w_fullpage .w_content .w_content_l .w_content_b .w_content_tab{
    /* border-bottom: 1px solid #2C7986; */
}
.w_fullpage .w_content .w_content_l .w_content_b .w_content_tabs{
    display: inline-block;
    margin-right: 10px;
    background: #DFE8E9;
    cursor: pointer;
    width: 160px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.choose{
    background: #F4F4F4!important;
    border-top: 2px solid #2C7986;
    border-left: 1px solid #2C7986;
    border-right: 1px solid #2C7986;
    position: relative;
}
.choose:after{
    content: '';
    width: 158px;
    height: 1px;
    background: #F4F4F4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.w_fullpage .w_content .w_content_l .w_content_b .w_content_item{
    display: none;
    padding-bottom: 30px;
    min-height: 400px;
}
.w_fullpage .w_content .w_content_l .w_content_b .w_one{
    display: block;
}
/*全文页 出版信息 */
.w_fullpage .w_Publish h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    padding-left: 15px;
}
.w_fullpage .w_Publish h2:after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 3px;
    height: 16px;
    background: #06364B;
}
.w_fullpage .w_Publish>span{
    line-height: 25px;
}
.w_fullpage .w_Publish>p{
    color:#999999;
    line-height: 25px;
}
.w_fullpage .w_Publish>p>span{
    color:black;
    margin-right: 8px;
}
.w_fullpage .w_Publish>button{
    margin:10px 5px 10px 0;
    padding: 6px 15px;
    border-radius: 5px;
    color:#666666;
    cursor: pointer;
    outline: none;
    background: #F4F4F4;
    border: 1px solid #666666;
}
.button_choose{
    color:#2C7986!important;
    border: 1px solid #2C7986!important;
}
/* 全文页 英文文献 */
.w_fullpage .w_english{
    font-size: 14px;
}
.w_fullpage .w_english>h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    padding-left: 15px;
}
.w_fullpage .w_english>h2:after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 3px;
    height: 16px;
    background: #06364B;
}
.w_fullpage .w_original{

}
.w_fullpage .w_original h5{
    font-weight: bold;
    line-height: 25px;
}
.w_fullpage .w_original p{
    color:#C1C1C1;
    line-height: 25px;
}
.w_fullpage .w_original p span{
    color:#333333;
}
.w_fullpage .w_abstract{

}
.w_fullpage .w_abstract p{
    line-height: 28px;
    padding-top: 10px;
}
.w_fullpage .w_abstract p label{
    color:#333333;
    font-weight: bold;
    padding-right: 10px;
}
.w_fullpage .w_contributor{

}
.w_fullpage .w_contributor h6{
    padding-top: 5px;
    line-height: 28px;
    font-weight: bold;
}
.w_fullpage .w_contributor p{
    line-height: 28px;
    color: #C1C1C1
}
/*全文页 参考文献 */
.w_fullpage .w_reference h2,.w_fullpage .w_related h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    padding-left: 15px;
}
.w_fullpage .w_reference h2:after,.w_fullpage .w_related h2:after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 3px;
    height: 16px;
    background: #06364B;
}
.w_fullpage .w_reference>p,.w_fullpage .w_related>p{
    color:#666666;
    line-height: 35px;
}
.w_fullpage .w_reference p>span,.w_fullpage .w_related p>span{
    color:#6B9FA9;
    cursor: pointer;
}
/* 全文页 相关文献 */
.w_fullpage .w_related>button{
    background: #2C7986;
    color: #fff;
    padding: 6px 16px;
    margin: 20px auto 0;
    display: block;
}
.w_fullpage .w_related>button>i{
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* 全文页 右 */
.w_fullpage .w_content .w_content_r{
    width: 320px;
    position: absolute;
    right: 5%;
    top: 80px;
}
.w_fullpage .w_content .w_content_r .w_btn{
    width: 100%;
    height: 35px;
    background: #F49C1D;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
.w_fullpage .w_content .w_content_r .w_btn div{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: #fff;
    line-height: 24px;
}
.w_fullpage .w_content .w_content_r .w_btn div i{
    color: #F49C1D;
    font-size: 20px;
    padding-left: 3px;
}
.w_fullpage .w_content .w_content_r .w_btn span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff;
}
.w_fullpage .w_content .w_content_r .w_erqod{
    width: 100%;
    height: 180px;
    text-align: center;
    background: pink;
    margin: 20px 0;
    background: url(../img/bg.png) no-repeat;
}
.w_fullpage .w_content .w_content_r .w_erqod span{
    margin: 30px 0 10px 0;
    display: inline-block;
    color: #4E6F7E;
    font-size:16px;
    font-weight: bold;
}
.w_fullpage .w_content .w_content_r .w_erqod .qrCodeUrl img,.w_fullpage .w_content .w_content_r .w_erqod .qrCodeUrl table{
    display: inline-block!important;
}
.w_fullpage .w_content .w_content_r .w_cont{
    background: #EDEEEF;
    padding: 15px 20px 30px 20px;
}
.w_fullpage .w_content .w_content_r .w_cont h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDF;
    padding-bottom: 10px;
}
.w_fullpage .w_content .w_content_r .w_cont p{
    color:#999999;
    line-height: 25px;
    margin: 20px 0;
}
.w_fullpage .w_content .w_content_r .w_cont h6{
    color:#666666;
    margin-bottom: 20px;
    font-weight: bold;
}
.w_fullpage .w_content .w_content_r .w_cont button{
    border-radius: 5px;
    height: 34px;
    padding: 0 10px;
    outline: none;
    color:#999999;
    border: 1px solid #999999;
    margin-bottom: 10px;
}
/*.article_abstract{width:968px; float:left;}*/
/*.article_abstract .article_abstract_mid {*/
/*    overflow: hidden;*/
/*    width: 928px;*/
/*    margin: 0 auto;*/
/*    background: url(/r/cms/img/article/pic_border_bj_wz.png) repeat-y;*/
/*    border-top: 1px #2a7c8a solid;*/
/*    line-height: 1.8;*/
/*    padding: 20px;*/
/*    font-size: 14px;*/
/*    text-align: justify;*/
/*}*/
.article_abstract .article_abstract_mid .abs_name{font-weight:bold; float:left; padding-right: 10px;}
.article_abstract .article_abstract_mid .sec{float: left; width:928px;}
.article_abstract .article_abstract_mid .sec .title {font-weight: bold;float: left;margin-right: 8px;font-size: 14px;}
.article_abstract .article_abstract_mid .sec .p{font-size:14px;}
.article_abstract .article_abstract_bot{width:968px; height:17px; margin:0 auto;}
.article_abstract .article_abstract_bot_top_border{border-top:solid #2a7c8a 1px;}

