*{margin: 0;padding: 0}
a{text-decoration:none;}
.ellipsis{white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
.ellipsis2{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
    -webkit-line-clamp:2;overflow: hidden;}
.ellipsis3{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
    -webkit-line-clamp:3;overflow: hidden;}
.ellipsis4{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
    -webkit-line-clamp:4;overflow: hidden;}
.ellipsis7{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
    -webkit-line-clamp:7;overflow: hidden;}
li{
    list-style: none;
}
input{
    border: none;
    background: none;
    outline: none;
}
.width1200{
    width: 1200px;
    margin: auto;
}
.box{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}
.box1{padding-bottom:40px;}
.flex{
    display:flex;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}
.scrol::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}
.scrol::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background   : #B3B3B3;
}
.scrol::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background   : #F0F0F0;
}
body, html {
    height: 100%;
    background: #F6F5F3;
    min-width: 1280px;
    font-family: Microsoft YaHei;
    font-size: 14px;
}
.icon{
    background-image: url("../img/img.png");
    background-repeat: no-repeat;
    display:inline-block;
}
.icon1{
    width: 16px;
    height: 14px;
    background-position: -2px -3px;
}
.icon2{
    width: 16px;
    height: 16px;
    background-position: -3px -22px;
}
.icon3{
    width: 18px;
    height: 16px;
    background-position: -2px -43px;
}
.icon4{
    width: 11px;
    height: 7px;
    background-position: -5px -64px;
}
.icon7{
    width: 17px;
    height: 16px;
    background-position: -2px -215px;
}

/*footer*/
.footer{
    width: 100%;
    height: 40px;
    background: #DBDAD7;
    font-size: 12px;
    color: #808080;
    text-align: center;
    line-height: 40px;
}
/*首页*/
.topbar{
    height: 30px;
    background: #292929;
}
.topbar .width1200{
    height: 100%;
}
.barleft i{
    margin-right: 4px;
    vertical-align: text-bottom;
}
.barleft a{
    color: #cccccc;
    font-size: 12px;
    margin-right: 27px;
}
.barright a{
    font-size: 13px;
    color: #ffffff;
}
.barright span{
    color: #666666;
}
.sylogo{
    padding-top: 90px;
    text-align: center;
}
.sysearch{
    width: 720px;
    margin: auto;
    padding-top: 45px;
}
.syleft{
    width: 610px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 2px;
}
.tiname{
    width:140px;
    position: relative;
    height: 100%;
}
.tiname p{
    color: #666666;
    cursor: pointer;
    font-size:14px;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    height: 100%;
}
.tiname ul{
    width:140px;
    background:white;
    position: absolute;
    left:0;
    top:50px;
    z-index:1;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
}
.tiname ul li{
    line-height:44px;
    border-bottom:1px solid #e6e6e6;
    text-align: left;
}
.tiname ul li a{
    color:#666666;
    display: block;
    padding-left:20px;
    font-size:14px;}
.tiname ul li:hover a{
    color:#977217;
}
.syleft input{
    width: 400px;
    padding-left: 14px;
    border-left: 1px solid #E6E6E6;
    box-sizing: border-box;
}
.syleft input::placeholder{
    color: #999999;
}
.syleft .searchbtn{
    width: 60px;
    height: 48px;
    background: #977217;
    border-radius: 0px 2px 2px 0px;
    text-align: center;
    line-height: 48px;
}
.syleft .searchbtn img{
    vertical-align: middle;
    margin-bottom: 3px;
}
.jsbtn{
    width: 98px;
    height: 48px;
    background: #292929;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
}
.entrance{
    width: 1270px;
    height: 429px;
    margin: 75px auto auto;
  }
.entrance ul{
    padding-top: 20px;
    width: 720px;
    margin: auto;
}
.entrance li{
    padding: 20px;
    border-bottom: 1px solid rgba(130,119,93,.21);
    display: flex;
}
.entrance li:first-child{
    border-top: 1px solid rgba(130,119,93,.21);
}
.entrance .enimg{
    width: 182px;
    height: 164px;
    overflow: hidden;
    flex-shrink: 0;
}
.entrance .enimg img{
    width: 100%;
    height: 100%;
}
.entrance .entext{
    padding-left: 20px;
}
.entrance .entext h3 label{
    font-size: 14px;
    color: #666666;
    margin-left: 14px;
    flex-shrink: 0;
}
.entrance .entext h3 span{
    font-size: 14px;
    color: #BE3B2D;
}
.entrance .entext h3 b{
    font-weight: normal;
    max-width: 345px;
}
.entrance .entext h3{
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.entrance .entext p{
    color: #666666;
    padding-top: 20px;
    line-height: 25px;
}
.entrance .into{
    width: 102px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #FFFFFF;
    display: block;
    margin-top: 20px;
}
.entrance .entry{
    background: #977217;
}
.entrance .into img{
    vertical-align: text-bottom;
    margin-bottom: 1px;
    padding-right: 5px;
}
.entrance .yet{
    background: #B3B3B3;
}
/*内页顶部*/
.nybar{
    height: 40px;
    width: 100%;
    background: #292929;
}
.nybar .width1200{
    height: 40px;
}
.nyleft{
    padding-top: 4px;
}
.banner{
    width: 100%;
    height: 130px;
    background-image: url("../img/ssbg.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner b{
    font-size: 40px;
    font-family: KaiTi;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 35px;
}
.banner .syleft{
    width: 570px;
    height: 44px;
}
.banner .syleft .searchbtn,.banner .jsbtn{
    height: 44px;
    line-height: 44px;
}
.banner .syleft .searchbtn{
    width: 75px;
}
.banner .jsbtn{
    margin-left: 10px;
    background: #333333;
}
.banner .syleft input{
    width: 469px;
}
.banner .tiname ul{
    top: 45px;
}
/*分类*/
.duscont{
    padding-top: 20px;
    align-items: flex-start;
}
.cata{
    width: auto;
    min-width: 200px;
}
.cata .panel{
    height: 36px;
    background: #977217;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFEFE;
    margin-bottom: 4px;
}
.cata p{
    height: 44px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
    font-weight: bold;
}
.cata>ul>li{
    margin-bottom: 10px;
    background: #ffffff;
}
.cata p img{
    cursor: pointer;
    transform:rotate(180deg)
}
.cata .level{
    display: none;
}
.cata .level p{
   padding-left: 15px;
    color: #333333;
    font-weight: normal;
}
.cata .level p img{
    transform:rotate(0deg)
}
.cata .roate{
    transform:rotate(0deg)
}
.cata .level .roate{
    transform:rotate(180deg)
}
.cata .tert p{
    padding-left: 30px;
}
.cata .tert li{
    height: 34px;
    background: #F2F2F2;
    padding-left: 30px;
    line-height: 34px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
}
.cata .tert label{
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.cata .tert .active{
    color: #E74B3B;
}
.cata .tert .active span{
    background: #E74B3B;
}
.cata .wealth li{
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
}
.dusright{
    flex: 1;
    padding-left: 30px;
}
.dushead{
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}
.dushead span{
    color:#E74B3B;
}
.dushead label{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    padding-right: 15px;
}
.dusright table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    background: #FFFFFF;
}
.dusright thead{
    height: 46px;
    background: #F0F0F0;
}
.dusright thead th{
    border: none;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}
.dusright tbody tr{
    height: 58px;
    text-align: center;
    color: #4D4D4D;
}
.dusright tbody td:nth-child(2){
    cursor: pointer;
}
.dusright tbody p{
    line-height: 20px;
    display: flex;
    align-items: center;
}
.dusright tbody tr:nth-child(even){
    background: #F7F7F7;
}
.shadow{
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: 100%;
}
.fulshadow{
    background: rgba(0,0,0,.25);
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    right: -20px;
}
.encont{
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    overflow-y: auto;
    position: absolute;
    right: -20px;
    padding: 20px 25px 20px 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 12px rgba(179, 179, 179, 0.59);
}
.enhead b{
    display: inline-block;
    width: 78px;
    height: 34px;
    background: #977217;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
}
.enhead p{
    color: #666666;
}
.enhead img{
    margin-right: 5px;
    vertical-align: middle;
}
.enlist{
    padding-left: 30px;
}
.given{
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.given label{
    font-size: 22px;
    color: #1A1A1A;
    padding-right: 7px;
    max-width: 80%;
}
.given>div{
    width: 26px;
    height: 24px;
    background: #977217;
    border-radius: 2px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.givemore{
    position: absolute;
    width: 167px;
    height: 69px;
    background-image: url("../img/chakan.png");
    background-size: 100% 100%;
    left: -25px;
    text-align: center;
    line-height: 69px;
    display: none;
}
.givemore a{
    font-size: 14px;
    color: #977217;
}

.basic{
    padding-top: 24px;
}
.basic h4{
    font-size: 14px;
    font-weight: bold;
    color: #977217;
    padding-bottom: 12px;
    border-bottom: 2px solid #666666;
}
.basic img{
    padding-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.basic .flex{
    padding: 15px 0px;
    border-bottom: 1px solid#EBEBEB;
    align-items: flex-start;
}
.elem{
    flex: 1;
    display: flex;
}
.elem{
    line-height: 22px;
}
.elem label{
    font-size: 14px;
    color: #999999;
    width: 90px;
    text-align: left;
    flex-shrink: 0;
}
.elem b{
    color: #977217;
}
.elem span{
    color: #1A1A1A;
    font-size: 14px;
    display: block;
}
.study label{
    font-size: 14px;
    color: #999999;
    padding: 14px 0px;
    display: block;
}
.stucont{
    background: #F7F7F7;
    border-radius: 2px;
    padding: 14px 20px;
    font-size: 14px;
    color: #1A1A1A;
}
.stucont p{
    line-height: 25px;
}
.stucont a{
    /*text-decoration: underline;*/
    color: #4694D6;
}
.fullcont{
    width: 400px;
    height: 246px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -123px;
    padding: 20px 30px;
    box-sizing: border-box;
}
.fullcont h3{
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}
.fullcont h3 img{
    padding-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.fullcont p{
    padding: 20px 0px 30px 0px;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}
.fullcont .deal{
    color: #666666;
}
.fullcont .deal input{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 2px;
    vertical-align: middle;
}
.fullben{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.fullben a{
    width: 158px;
    height: 48px;
    background: #E0E0E0;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #666666
}
/*分页*/
.pages{
    display: flex;
    justify-content: center;
}
.light-theme .current{
    border-color: #977217 !important;
    background: #977217!important;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#977217), to(#977217))!important;
    color: #ffffff !important;
}
.pages .fr a.tz{
    border: 1px solid #E6E6E6 !important;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
    margin-left: 20px !important;
}
.pages .fr{
    color: #4c4c4c;
}
.light-theme a, .light-theme span{
    border: 1px solid #E6E6E6 !important;
    background: #ffffff!important;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%) !important;
    color: #4D4D4D !important;
}
.pages .fr input[type="text"]{
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%) !important;
}
.light-theme .disabled span{
    width: 15px;
    height: 34px;
}
/*检索列表*/
.dushead p{
    padding-left: 15px;
    color: #666666;
    display: flex;
    cursor: pointer;
}
.dushead p span{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    border-radius: 2px;
    margin-right: 6px;
}
.dushead p span input{
    width: 14px;
    height: 14px;
    opacity: 0;
}
.dushead p .purch{
    background-image: url("../img/duigou.png");
    background-size: 12px 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.dusright tbody p img{
    padding-right: 5px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.dusright table td span{
    color: #E74B3B;
}
.dusright .flex{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 5px;
}
.dusright .flex .dushead{
    padding-bottom: 0;
    border-bottom: none;
}
.retrie{
    width: 193px;
    height: 29px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    box-sizing: border-box;
}
.retrie input{
    font-size: 12px;
}
.retrie p{
    width: 32px;
    height: 28px;
    line-height: 28px;
    background: #666666;
    cursor: pointer;
    text-align: center;
}
.retrie p img{
    width: 16px;
    height: 16px;
    vertical-align: sub;
}
.termWord{
    display: flex;
    margin: 0px 10px 0px 0px;
}
.termWord li{
    background: #808080;
    border-radius: 11px;
    padding: 3px 8px;
    margin-right: 10px;
}
.termWord li label{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #F7F7F7;
}
.termWord li img{
    cursor: pointer;
}
/*专目首页*/
.brief{
    width: 1000px;
    margin: 25px auto auto;
    padding: 0px 25px 25px 25px;
    background: rgba(255,255,255,.96);
    border-radius: 2px;
    box-sizing: border-box;
}
.abstr{
    display: flex;
    align-items: end;
}
.abstr>label{
    width: 31px;
    height: 50px;
    background-image: url("../img/jianjie.png");
    background-size: 100% 100%;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
}
.abstr h3{
    font-size: 20px;
    color: #1A1A1A;
    padding-left: 13px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.abstr h3 label{
    font-size: 16px;
    color: #666666;
    margin-left: 14px;
    flex-shrink: 0;
}
.abstr h3 span{
    font-size: 14px;
    color: #BE3B2D;
}
.brief p{
    font-size: 14px;
    color: #6C6969;
    line-height: 28px;
    text-indent: 28px;
    margin: 20px 0px;
}
.caption{
    justify-content: center;
    font-size: 22px;
    color: #333333;
    margin: 45px auto 28px auto;
    width: 1000px;
    position: relative;
}
.caption .flex{
    justify-content: center;
}
.artic{
    width: 108px;
    height: 28px;
    background: #FFFFFF;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
}
.caption p{
    padding: 0px 20px;
}
.resource{
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: auto;
}
.resource li{
    width: 120px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 11px;
}
.resource li a:hover{
    background: #977217;
    color: white;
}
.resource li a{
    display: block;
    height: 100%;
    color: #333333;
    text-align: center;
    line-height: 46px;
}
.resource li a:hover{
    background: #977217;
    color: white;
}
.naviga{
    width: 1000px;
    margin:60px auto auto auto;
}
.naviga ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.naviga li{
    /*max-width: 100px;*/
    text-align: center;
    padding: 0px 30px;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
.naviga li:last-child{
    margin-right: 0;
}
.naviga li span{
    display: block;
    width: 8px;
    height: 8px;
    background: #737373;
    border-radius: 50%;
    cursor: pointer;
    margin: -4px auto auto auto;
}
.naviga li p{
    cursor: pointer;
}
.naviga .native span{
    background: #977217;
}
.naviga .native p{
    color: #977217;
}
.newest{
    width: 1100px;
    margin: auto;
    height: 278px;
    background: #FFFFFF url("../img/new.png");
    background-size: 333px 278px;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 2px;
    position: relative;
}
.tally{
    width: 97px;
    height: 33px;
    line-height: 33px;
    background: #977217;
    border-radius: 0px 10px 10px 0px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 0;
}
.explor{
    display: flex;
    align-items: flex-start;
}
.explor ul{
    width: 690px;
    height: 278px;
    margin-left: 350px;
    padding: 40px 10px 25px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.explor li{
    padding-bottom: 14px;
}
.explor li a{
    font-size: 16px;
    color: #666666;
    width: 320px;
    display: block;
}
.explor li span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 12px;
    margin-bottom: 2px;
}
.explor .more{
    color: #999999;
    padding-top: 20px;
}
.bzBtn{
    display: flex;
}
.bzBtn a{
    width: 91px;
    height: 33px;
    background-image: url("../img/bianz.png");
    background-size: 100% 100%;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 33px;
    margin-right: 12px;
}
.lookList{
    font-size: 14px;
    color: #977217;
}
.lookList img{
    margin-right: 4px;
    vertical-align: middle;
}
/*高级检索*/
.expert{
    width: 1100px;
    margin: auto;
    padding-top: 40px;
}
.clearfix:after{
    height:0;
    display:block;
    content:'.';
    visibility:hidden;
    clear:both;}
.gjjsDiv{
    margin-top:30px;
    min-height: 460px;
    background:white;
    padding-top:30px;
    margin-bottom:30px;}
.gjjsDiv h2{
    line-height:16px;
    color:#1a1a1a;
    font-family: "宋体";
    font-size:14px;
    margin-left:28px;}
.select2 .checkbox table{
    display:inline-flex;
    margin-left: -140px;
    margin-top: 20px;
    transition: .6s;
}
.gjjsContent {
    margin:66px auto 0;
    text-align: center;
}
.gjjsContent .select1 {
    margin-bottom: 17px;
    margin-left: 207px;
}
.gjjsContent .select1>input {
    width:504px;
    height: 50px;
    line-height: 50px;
    padding-left: 19px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-right: 10px;
    float: left;
    display: block;
    color:#333333;
    background: #ffffff;
    box-sizing: border-box;
}
.gjjsContent .select1>input::placeholder{
    color: #CCCCCC;
}
.gjjsContent .select2>input {
    width:622px;
}
.gjjsContent .select1 .msgType {
    padding: 0;
    margin-right: 10px;
    font-size: 14px;
    display: block;
    float: left;
    width: 106px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}
.gjjsContent .select1 .msgType .icon1 {
    margin-left: 16px
}
.gjjsContent .select1 .msgType ul {
    width: 105px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 1px;
}
.gjjsContent .select1 .msgType ul a{
    color: #333333;
    display: block;
}
.gjjsContent .select1 .msgType ul li{
    height: 35px;
    line-height: 35px;
}
.gjjsContent .select1 .msgType ul li:hover a{
    color: #977217;
}
.gjjsContent .select1 .msgType>p {
    color:#333333;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    box-sizing: border-box;
}
.gjjsContent .select1 .msgType>p .icon{
    position: absolute;
    right: 11px;
    top: 23px;
}
.gjjsContent .checkbox {
    margin-top: 16px;
    margin-left: 70px;
    margin-right:200px;
}
.gjjsContent .checkbox p {
    float: left;
    margin-right: 20px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}
.gjjsContent .checkbox p input {
    vertical-align: middle
}
.gjjsContent .checkbox p label {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    vertical-align: middle;
    margin-left: 8px;
}
.gjjsContent .select1 .button {
    width:80px;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    margin-top:13px;
    display: flex;
    justify-content: end;
}
.gjjsContent .select1 .button button {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    outline: none;
    border: 0;
    margin-right: 10px;
    cursor: pointer;
    margin-top:-3px;
    display:inline-block;
}
.gjjsContent .select1 .button .add {
    background-position: 4px -117px;
    background-color: #977217;
}
.gjjsContent .select1 .button .remove {
    background-position: 3px -138px;
    background-color: #666666;
}
.gjjsContent .searchPanel {
    margin-top: 47px;
    display: flex;
    justify-content: center;
}
.gjjsContent .searchPanel a {
    width: 250px;
    height: 50px;
    background: #977217;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
}
.gjjsContent .searchPanel .checkbox {
    margin-right: 30px;
    font-size:12px;
    color:#4c4c4c;
}
.gjjsContent .select3 .button {
    margin-right: 0
}
.icon5{
    width: 11px;
    height: 6px;
    background-position: -5px -108px;
}
.gjjsContent .searchPanel span{
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    display: inline-block;
}
.gjjsContent .searchPanel span input{
    width: 100%;
    height: 100%;
    opacity: 0;
}
@media screen and (max-width:1550px){
    .topbar .width1200{
        width: 830px;
    }
}



em {color:#ff7700; font-style: normal; font-weight: bold}






.loadgif{text-align: center;position: fixed;left: 50%;top: 50%;margin-left: -50px;margin-top: -50px;z-index: 10}





/*右键滑词菜单*/
.tooltip{line-height:24px;background:#2e382d52!important;border-radius:15px;box-shadow:0 0 0 rgba(0,0,0,0);position: absolute}
.tooltip p{margin:0;line-height:24px;color:#999;padding:15px;font-size:16px;text-align:justify;}
.tooltip p span{color:#d9b985;}
.tooltip .btn{background:#C9B7B7!important;padding:6px;border-radius:15px;text-align:center}
.tooltip .btn a{display:inline-block;font-size:12px;height:16px;line-height:16px;padding:0 6px;margin:0 3px;background:#fff;color:#323441;border-radius:3px;border:1px solid #e6e6e6;}
.tooltip .btn a:hover{background:#d9b985;color:#FFF;}





/*无权限*/
.access{
    height: 100%;
}
.accCoent{
    width: 100%;
    margin-top: 20px;
    display: flex;
}
.accCoent .accLeft{
    width: 350px;
    height: 100%;
}
.accCoent .accRight{
    width: 65%;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
}
.accCoent .accBox{
    width: 218px;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.accCoent .accBox p{
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    padding-top: 25px;
}
.accCoent .accBox a{
    width: 118px;
    height: 36px;
    background: #C70C0C;
    border-radius: 18px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-top: 25px;
}


/*我的收藏*/
.icon6{
    width: 23px;
    height: 22px;
    background-position: -2px -161px;
}
.width1100{
    width: 1100px;
    margin: auto;
}
.dusright table i{
    cursor: pointer;
}
.dusright .acted{
    background-position-y: -188px;
}
