* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    clear: both;
}

.hide {
    display: none;
}

.super-search {
    margin: 26px auto 0 auto;
    height: 44px;
    width: 690px;
    position: relative;
}

.super-search>img {
    float: left;
    display: block;
    width: 155px;
    height: 43px;
    margin-right: 13px;
}

.super-search input {
    float: left;
    display: block;
    outline: none;
    background-color: #fff;
    width: 480px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    padding-left: 100px;
    padding-right: 60px;
}

.super-search input:focus {
    border: 1px solid #2a68c9;
}

.super-search .super-search-btn {
    position: absolute;
    top: 0;
    right: 65px;
    outline: none;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    height: 100%;
    width: 35px;
    background: url(../image/ic_search.png) center no-repeat;
    background-size: 19px;
    cursor: pointer;
}

.super-search-btn:hover{
    background: url('../image/ic_search.png') center no-repeat!important;
    border: 0!important;
    background-size: 19px!important;
}

.super-search .super-search-select {
    position: absolute;
    top: 0;
    left: 168px;
    height: 44px;
    width: 90px;
}

.super-search-select .select-display {
    width: 100%;
    height: 100%;
}

.select-display {
    display: block;
    outline: none;
    border: none!important;
    background: none!important;
    padding: 0!important;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 44px;
    cursor: pointer;
    position: relative;
}

.select-display span {
    display: inline-block;
    overflow: hidden;
    width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
    max-width: 60px;
}

.select-display img {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: -10px;
}

.select-display img:last-of-type {
    display: none;
}

.select-display.active img:last-of-type {
    display: inline-block;
}

.select-display.active img:first-of-type {
    display: none;
}

.super-search-select ul {
    display: none;
    position: absolute;
    top: 47px;
    width: 90px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(160, 160, 160, 0.44);
    text-align: center;
    z-index: 10;
}

.super-search-select ul li {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
}

.super-search-select li:hover,
.super-search-select li.active {
    color: #2A68C9;
    background: rgba(42, 104, 201, 0.10);
}

.super-tab {
    width: 90%;
    margin: 10px auto 0 auto;
}

.super-tab-title {
    height: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    text-align: center;
}

.super-tab-title li {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin: 0 20px;
    cursor: pointer;
    background: url('../image/ic_gw.png') left center no-repeat;
    box-sizing: border-box;
    padding-left: 22px;
    position: relative;
}

.super-tab-title li:hover {
    color: #2A68C9;
}

.super-tab-title li.active {
    color: #2A68C9;
}

.super-tab-title li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2a68c9;
}

.super-tab-title li:nth-of-type(1).active {
    background: url('../image/ic_gw_pre.png') left center no-repeat;
}

.super-tab-title li:nth-of-type(2) {
    background: url('../image/ic_yj.png') left center no-repeat;
}

.super-tab-title li:nth-of-type(2).active {
    background: url('../image/ic_yj_pre.png') left center no-repeat;
}

.super-tab-title li:nth-of-type(3) {
    background: url('../image/ic_gn.png') left center no-repeat;
}

.super-tab-title li:nth-of-type(3).active {
    background: url('../image/ic_gn_pre.png') left center no-repeat;
}

.super-tab-title li:nth-of-type(4) {
    background: url('../image/ic_yh.png') left center no-repeat;
}

.super-tab-title li:nth-of-type(4).active {
    background: url('../image/ic_yh_pre.png') left 12px no-repeat;
}

.tab-item {
    width: 100%;
    min-height: 500px;
}

.tab-item1 {
    position: relative;
    box-sizing: border-box;
    padding-left: 140px;
}

.item1-nav {
    position: absolute;
    height: auto;
    width: 192px;
    left: -52px;
    top: 0;
    padding-top: 20px;
    border-right: 1px solid #ececec;
}

.item1-nav h3 {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    color: #666;
    font-size: 16px;
    padding-left: 80px;
    background: url('../image/ic_gw.png') 55px center no-repeat;
}

.item1-nav li {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px 3px 8px 55px;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
}

.item1-nav li:last-of-type {
    margin-bottom: 0;
}

.item1-nav li:hover {
    color: #2a68c9;
}

.item1-nav li.active {
    color: #2a68c9;
    background: -webkit-linear-gradient(to right, #fdfdfd, #cbdffe);
    /* Safari 5.1-6.0 */
    background: -o-linear-gradient(to right, #fdfdfd, #cbdffe);
    /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(to right, #fdfdfd, #cbdffe);
    /* Firefox 3.6-15 */
    background: linear-gradient(to right, #fdfdfd, #cbdffe);
    /* 标准语法 */
}

.item1-nav li.active::after {
    content: '';
    display: block;
    width: 3px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background-color: #2a68c9;
}

.item1-content {
    box-sizing: border-box;
    padding-left: 40px;
}

.item1-content .select-time {
    line-height: 35px;
    color: #333;
    padding: 30px 0;
}

.item1-content .select-time input {
    display: inline-block;
    width: 120px;
    height: 32px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ececec;
    font-size: 15px;
    padding-left: 10px;
    background: url(../image/ic_time.png) 95px center no-repeat;
    cursor: pointer;
}

.item1-content .select-time input:focus{
    border: 1px solid #2a68c9;
}

li.list-item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.list-item-title {
    margin-bottom: 10px;
}

.list-item-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 600px;
    text-decoration: none;
    font-size: 16px;
}
.list-item-title a > span {
    cursor: pointer;
    color: #0a4fe7;
}


.list-item-title span {
    font-size: 14px;
    color: #666;
}

li.list-item:hover .list-item-title a {
    color: #0000ff;
}

.list-item-text,
.list-item-attach {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.list-item-attach span{
    color: #7e7e7e;
}

.list-item-attach a.attach {
    display: inline-block;
    background-color: #f4f7fe;
    border-radius: 25px;
    color: #333;
    text-decoration: none;
    padding: 0 10px 0 26px;
    position: relative;
}

.list-item-attach a.attach::before {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../image/attachment.gif') 10px center no-repeat;
    background-size: 16px;
}

.list-item-attach a.attach:hover {
    color: #2a68c9;
    text-decoration: underline;
}

.super-search-page {
    box-sizing: border-box;
    padding-top: 5px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.super-search-page ul{
    float: right;
    margin-right: 5%;
}

.super-search-page li {
    display: inline-block;
    margin: 0 4px;
    height: 25px;
    min-width: 25px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    color: #666;
    text-align: center;
    line-height: 23px;
    overflow: hidden;
    font-size: 12px;
}

.super-search-page li.page-num {
    cursor: pointer;
}

.super-search-page li.page-num:hover {
    color: #2a68c9;
    border: 1px solid #2A68C9;
}

.super-search-page li.page-num.active {
    background-color: #2a68c9;
    color: #fff;
    border: 1px solid #2A68C9;
}

.super-search-page li.page-num.active:hover {
    color: #fff;
    border: 1px solid #2A68C9;
}

.super-search-page li.pre-page,
.super-search-page li.next-page {
    overflow: hidden;
    text-indent: -999px;
    background: url('../image/page_back.png') center no-repeat;
    cursor: pointer;
}

.super-search-page li.next-page {
    background: url('../image/page_next.png') center no-repeat;
}

.super-search-page li.pre-page:hover {
    border: 1px solid #2A68C9;
    background: url('../image/page_back_pre.png') center no-repeat;
}

.super-search-page li.next-page:hover {
    border: 1px solid #2A68C9;
    background: url('../image/page_next_pre.png') center no-repeat;
}

.super-search-page li.page-size {
    width: 90px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    position: relative;
    margin-left: 15px;
    border: 1px solid #ececec;
    cursor: pointer;
    padding-right: 25px;
}

.super-search-page li.page-size::after {
    content: '';
    width: 25px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../image/page_more.png') center no-repeat;
}

.super-search-page li.page-size:hover,
.super-search-page li.page-size.active {
    border: 1px solid #2A68C9;
}

.super-search-page li.page-size.active::after,
.super-search-page li.page-size:hover::after {
    background: url('../image/page_more_pre.png') center no-repeat;
}

.super-search-page li.page-to {
    width: auto;
    border: none;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}

.super-search-page li.page-to input {
    display: block;
    outline: none;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ececec;
    line-height: 23px;
    width: 45px;
    margin: 0 4px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.super-search-empty {
    text-align: center;
    padding-top: 150px;
    color: #b3b3b3;
    font-size: 16px;
}

.super-search-empty p {
    padding-top: 20px;
}

.tab-item3 h3 {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}

.tab-item3 ul.clearfix {
    width: 1000px;
    margin: auto;
}


.tab-item3 ul.clearfix > li {
    height: 44px;
    line-height: 44px;
    width: 187px;
    box-shadow: 0 0 10px 0 rgba(42, 104, 201, 0.10);
    margin: 20px;
}

.tab-item3 ul.clearfix > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.tab-item3 ul.clearfix > li img {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.tab-item3 ul.clearfix > li:hover {
    box-shadow: 0 0 10px 0 rgba(42, 104, 201, 0.20);
}

.tab-item3 ul.clearfix > li:hover a {
    color: #2a68c9;
}

.tab-item4 ul.clearfix {
    margin: 30px auto 0 auto;
    width: 1000px;
}

.tab-item4 ul.clearfix > li {
    width: 300px;
    height: 128px;
    box-shadow: 0 0 10px 0 rgba(42, 104, 201, 0.10);
    margin-bottom: 30px;
    margin-right: 30px;
}

.tab-item4 ul.clearfix > li:nth-of-type(3n){
    margin-right: 0;
}

.tab-item4 ul.clearfix > li:hover{
    box-shadow: 0 0 10px 0 rgba(42, 104, 201, 0.20);
}

.tab-item4 ul.clearfix > li a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    cursor: auto;
}

.tab-item4 ul.clearfix > li a>img.fl{
    width: 72px;
    height: 99px;
    margin-right: 18px;
}

.tab-item4 li a div.fl{
    width: 180px;
}

.tab-item4 li a p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-item4 li a p img{
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.tab-item4 li a p span{
    margin-right: 6px;
}

.tab-item4 li a p span.col-999{
    color: #999;
}

.tab-item4 li a p span:last-of-type{
    margin-right: 0;
}


.page-size-change {
    display: none;
    margin-bottom: 2px;
    width: 90px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(160, 160, 160, 0.44);
    text-align: center;
    z-index: 10;
}

.page-size-change > div{
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
}

.page-size-change > div:hover{
    color: #2A68C9;
    background: rgba(42, 104, 201, 0.10);
}

.super-tab-content {
    padding-bottom: 40px;
}

.bottom-page-ul {
    background: #fff;
    height: 39px;
}


input::-ms-clear,input::-ms-reveal {
    display: none;
}

.user-online {
    float: right;
    color: #2a68c9;
}

.user-offline {
    float: right;
    color: #666;
}

.super-search-showTime {
    margin-left: 15px;
}

div.super-match-pattern{
    float: left;
    display: block;
    position: absolute;
    right: 44px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    height: 44px;
    width: 18px;
    text-align: center;
}

div.super-match-pattern img {
    padding-top: 19px;
}

ul.super-match-pattern-ul{
    display: none;
    position: absolute;
    top: 47px;
    left: -60px;
    width: 80px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(160, 160, 160, 0.44);
    text-align: center;
    z-index: 10;
}

ul.super-match-pattern-ul > li{
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
    list-style: none;
}
ul.super-match-pattern-ul > li:hover,ul.super-match-pattern-ul > li.active {
    color: #2A68C9;
    background: rgba(42, 104, 201, 0.10);
}

div.super-pattern-btn {
    height: 100%;
    cursor: pointer;
}

.super-pattern-btn.active img:last-of-type {
    display: inline-block;
}

.super-pattern-btn.active img:first-of-type {
    display: none;
}

.super-pattern-btn img:last-of-type {
    display: none;
}

.super-pattern-btn img:first-of-type {
    display: inline-block;
}

