#banner{
    padding: 20px 0;
    background-color: #2878FF;
    overflow: hidden;
}
#banner .ban-img{
    float: left;
    padding: 20px 0 0 0;
}
#banner ul.counts{
    position: static;
    float: right;
    width: 253px;
    padding: 20px 0 20px 26px;
    margin: 0 20px 0 0;
    background-color: rgba(255,255,255, 0.2);
    border-radius: 10px;
    box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.20); 
}
@media \0screen\,screen\9 {
    #banner ul.counts{
        background-color:#ffffff;
        filter:Alpha(opacity=20);
        *zoom:1;
    }
}
#banner ul.counts li{
    position: relative;
    height: 48px;line-height: 48px;
    color: #fff;
    font-size: 16px; 
}
#banner ul.counts li em{
    position: relative;
    font-size: 18px; font-style: normal; color: #F0FF00;
    font-weight: bolder;
}
.college{
    height: 48px;line-height: 48px;
    background-color: #F2F5F9;
    border-radius: 6px;
    overflow: hidden;
}
.college .lab {
    float: left;
    width: 22px;height: 22px;
    padding: 13px 0;
    margin: 0 8px 0 0;
}
.college .swiper {
    float: left;
    position: relative;
    width: 1000px;height: 48px;
    overflow: hidden;
}
.college .swiper ul.list {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.college .swiper ul.list li{
    width: 100%; height: 48px;
    overflow: hidden;
}
.college .swiper ul.list li > a {
    display: block;
    width: 100%; height: 48px; line-height: 48px;
    overflow: hidden;
}
.college .swiper ul.list li > a > strong{
    float:left;
    padding: 0 20px 0 0;
    width: 900px;;height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px; font-weight: 400; color: #000;
}
.college .swiper ul.list li > a > span{
    float:left;
    padding: 0 20px;
    font-size: 14px; font-weight: 400; color: #000;
}
#main{
    padding: 0 0 15px 0;
}
.asks,
.hot,
.new,
.guide,
.intro,
.reward,
.serve{
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 15px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
}
.asks{
    display: none;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 32px;
    overflow: hidden;
}
.asks .lab{
    float: left;
    width: 150px;line-height: 32px;
    font-size: 20px; font-weight: 600; color: #f44747;
}
.asks .swiper{
    position: relative;
    float: left;
    width: 900px;height: 32px;
    overflow: hidden;
}
.asks .swiper ul.list{
    position: relative;
    width: 100%;
}
.asks .swiper ul.list li{
    height: 32px; line-height: 32px;
}
.asks .swiper ul.list li a{
    display: block;
    height: 32px; line-height: 32px;
    overflow: hidden;
}
.asks .swiper ul.list li a span{
    float: left;
    font-size: 12px; color: #999;
}
.asks .swiper ul.list li a span.col-title{
    width: 400px;
    font-size: 14px; color: #111;
}
.asks .swiper ul.list li a span.col-reward{
    width: 200px;
}
.asks .swiper ul.list li a span.col-reward em{
    font-size: 14px; font-style: normal; color: #FF0000;
}
.asks .swiper ul.list li a span.col-time{
    width: 200px;
}
.asks .swiper ul.list li a span.col-hit{
    width: 100px;
}
.asks .quiz{
    float: right;
    width: 92px;height: 28px;
    padding: 2px 0;
    text-align: right;
}
.asks .quiz .btn-sub{
    display: inline-block;
    padding: 0 14px;height: 26px;line-height: 26px;
    border: 1px solid #458dec;
    border-radius: 3px;
    font-size: 12px; color: #458dec;
}
.cate{
    margin: 0 0 15px 0;
    padding: 20px 36px;
    background-color: #fff;
    border-radius: 3px;
}
.cate dl.list{
    line-height: 36px;
    overflow: hidden;
    padding:0 0 0 70px;
}
.cate dl.list dt{
    float: left;
    margin: 0 0 0 -70px;
    color: #999;
}
.cate dl.list dd{
    float: left;
    padding: 0 10px;
}
.cate dl.list dd a{
    display: block;
    white-space: nowrap;
}
.cate dl.list dd a:hover,
.cate dl.list dd a.active{
    color: #2878FF;
}
.guarantee{
    overflow: hidden;
}
.guarantee .keywords{
    width: 868px;
    float: left;
}
.guarantee .side{
    width: 318px;
    float: right;
}
.hd{
    padding: 10px 0;
    height: 40px;line-height: 40px;
    overflow: hidden;
}
.hd h3{
    float: left;
    font-size: 16px; font-weight: 400; color: 111;
}
.hd .icon{
    float: left;
}
.hot{
    height: 955px;
}
.hot .hd div.nav{
    float: left;
    width: 600px;height: 40px;
    overflow: hidden;
}
.hot .hd div.nav a{
    padding: 9px 8px;
    margin: 0 11px 0 0;
    color: #666;
    background-color: #eee;
    border-radius: 3px;
}
.hot .hd div.nav a.active{
    color: #fff;
    background-color: #2878FF;
}
/* .hot .hd dl.nav dt{
    float: left;
    width: 86px;height: 40px;line-height: 40px;
    font-size: 16px; color: #111;
}
.hot .hd dl.nav dd{
    margin-left: 92px;
}
.hot .hd dl.nav dd a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    height: 24px;line-height: 24px;
    background-color: #eee;
    border-radius: 3px;
    font-size: 12px; color: #666;
}
.hot .hd dl.nav dd a:hover,
.hot .hd dl.nav dd a.active{
    background-color: #2878FF;
    color: #fff;
} */
.hot .hd .search{
    float: right;
    width: 220px;height: 32px;
    padding: 4px 0;
}
.hot .hd .search .search-control{
    float: left;
    padding: 0 5px;
    width: 170px;
    height: 30px;line-height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    color: #666;
}
.hot .hd .search .search-control:focus {
    outline:none
}
.hot .hd .search .btn-search{
    float: left;
    display: block;
    width: 38px;height: 32px;line-height: 32px;
    text-align: center;
    border: none;
    background-color: #458DEC;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.hot table.tb{
    width: 100%;
}
.hot table.none{
    display: none;
}
.hot table.tb thead{
    background-color: #F5F5F5;
}
.hot table.tb thead tr th{
    padding: 6px 15px;
    line-height: 24px;
    text-align: left;
    font-size: 12px; font-weight: 400; color: #999;
}
.hot table.tb tbody tr{
    border-bottom: 1px solid #eee;
}
.hot table.tb tbody tr td{
    padding: 12px 15px;
    line-height: 22px;
    font-size: 14px;color: #999;
}
.hot table.tb .col-keywords{
    width: 250px;
}
.hot table.tb .col-bd{
    width: 150px;
}
.hot table.tb .col-num{
    width: 100px;
}
.hot table.tb .col-time{
    width: 120px;
}
.hot table.tb .col-op{
    width: 80px;
    text-align: center;
}
.hot table.tb tbody tr td.col-bd a{
    color: #2878FF;
}
.hot table.tb tbody tr td.col-keywords a{
    display: block;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}
.hot table.tb tbody tr td.col-keywords a:hover{
    color: #2878FF;
}
.hot table.tb tbody tr td.col-op a.btn-upload{
    display: inline-block;
    padding: 0 12px;
    height: 22px;
    background-color: #F5F5F5;
    border:1px solid #eee;
    border-radius: 3px;
    font-size: 12px; color: #2878FF;
}
.hot table.tb tbody tr td.col-op a.btn-upload:hover{
    border:1px solid #2878FF;
    background-color: #2878FF;
    color: #fff;
}
.hot table.tb tbody tr.empty{
    border-bottom: none;
}
.hot table.tb tbody tr.empty td{
    padding: 240px 0;
    text-align: center;
}
.hot table.tb tbody tr.empty td img{
    display: block;
    margin: 0 auto;
    width: 76px;height: 84px;
}
.hot table.tb tbody tr.empty td span{
    display: block;
    padding: 15px 0;
    height: 30px;line-height: 30px;
}
.hot table.tb tfoot .page .paging li a{
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;  
}
.new{
    height: 520px;
}
.new .hd .icon{
    margin: 6px 0 0 6px;
}
.new .item{
    width: 400px;
}
.new table.tb{
    width: 100%;
}
.new table.tb thead{
    background-color: #F5F5F5;
}
.new table.tb thead tr th{
    padding: 6px 15px;
    line-height: 24px;
    text-align: left;
    font-size: 12px; font-weight: 400; color: #999;
}
.new table.tb tbody tr td{
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;color: #999;
}
.new table.tb .col-title{
    width: 275px;
}
.new table.tb .col-title a{
    display: block;
    width: 270px;height: 40px;
    font-size: 14px;color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new table.tb .col-title a:hover{
    color: #2878FF;
}
.new table.tb .col-time{
    width: 65px;
    font-size: 12px;color: #999;
}
.guide{
    height: 740px;
}
.guide .hd .icon{
    margin: 6px 6px 0 0;
}
.guide .course{
    height: 116px;
}
.guide .course a{
    display: block;
}
.guide ul.list{
    padding: 10px 0;
}
.guide ul.list li strong{
    display: block;
    line-height: 40px;
    font-size: 14px; font-weight: 700; color: #111;
}
.guide ul.list li span{
    display: block;
    line-height: 30px;
    font-size: 14px; color: #666;
}
.guide ul.list li a{
    color: #2878FF;
}
.guide ul.list li a:hover{
    text-decoration: underline;
}
.intro{
    height: 200px;
}
.intro .hd .icon{
    margin: 4px 6px 0 0;
}
.intro p.desc{
    line-height: 24px;
    font-size: 14px; color: #666;
}
.intro .more a{
    display: block;
    padding: 14px 0 0 0;
    line-height: 24px;
    color: #2878FF;
    font-size: 14px;
}
.intro .more a:hover{
    text-decoration: underline;
}
.reward{
    height: 520px;
}
.reward .hd .icon{
    margin: 6px 0 0 6px;
}
.reward .bd{
    position: relative;
    height: 428px;
    overflow: hidden;
}
.reward ul.list{
    position: absolute;
    width: 100%;
    padding: 0 0 0 5px;
}
.reward ul.list li{
    border-left: 1px solid #ddd;
    padding: 5px 0;
}
.reward ul.list li a{
    display: block;
}
.reward ul.list li a i.icon{
    float: left;
    margin: 7px 0 0 -5px;
}
.reward ul.list li a strong{
    display: block;
    margin-left: 15px;
    height: 22px; line-height: 22px;
    font-size: 12px; font-weight: 400; color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.reward ul.list li a:hover strong{
    color: #458DEC;
    text-decoration: underline;
}
.reward ul.list li a span{
    display: block;
    margin-left: 15px;
    line-height: 22px;
    font-size: 12px; font-weight: 400; color: #000;
}
.reward ul.list li a span em{
    font-style: normal;
    color: #FF0000;
}
.serve{
    height: 350px;
}
.serve .hd{
    padding: 30px 0;
}
.serve .hd h3{
    width: 100%;
    text-align: center;
    font-size: 24px; color: #000;
}
.serve .bd{
    height: 200px;
    overflow: hidden;
    background: url(../png/wkh2amaxv8oifmmoaaamvxhzfkaaabkfaeg7veaaaxv902.png) no-repeat center bottom;
}
.serve ul.list{
    margin-left: -18px;
    margin-right: -18px;
}
.serve ul.list li{
    float: left;
    padding-left: 18px;
    padding-right: 18px;
}
.serve ul.list li.t{
    padding-top: 10px;
}
.serve ul.list li.b{
    padding-top: 50px;
}
.serve ul.list li a.item{
    display: block;
    position: relative;
    width: 104px;height: 116px;
    padding: 4px 4px 10px 4px;
    overflow: hidden;
}
.serve ul.list li a.item .icon-guarantee-mark{
    display: block;
    position: absolute;
    bottom: -1px; left: 51px;
    z-index: 1;
}
.serve ul.list li a.item .panel{
    display: block;
    position: relative;
    padding: 24px 10px;
    height: 70px;
    border: 1px solid #eee \9;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
}
.serve ul.list li a.item .panel i.icon{
    margin: 0 auto;
}
.serve ul.list li a.item .panel span{
    height: 40px;line-height: 40px;
    font-size: 14px; font-weight: 400; color: #111;
}
.icon-guarantee{
    background-image: url(../png/common-5.png);
}
.icon-guarantee-search{
    width: 16px;height: 16px;
    background-position: -136px -38px;
}
.icon-guarantee-new{
    width: 30px;height: 30px;
    background-position: -52px -32px;
}
.icon-guarantee-guide{
    width: 24px;height: 30px;
    background-position: -2px -32px;
}
.icon-guarantee-intro{
    width: 20px;height: 30px;
    background-position: -195px -32px;
}
.icon-guarantee-reward{
    width: 24px;height: 30px;
    background-position: -87px -35px;
}
.icon-guarantee-circle{
    width: 10px;height: 10px;
    background-position: -157px -39px;
}
.icon-guarantee-triangle{
    width: 12px;height: 8px;
    background-position: -136px -39px;
}
.icon-guarantee-mark{
    width: 16px; height: 20px;
    background-position: -115px -37px;
}
.icon-guarantee-serve-upload{
    width: 32px; height: 32px;
    background-position: 0 0;
}
.icon-guarantee-serve-original{
    width: 32px; height: 32px;
    background-position: -40px 0;
}
.icon-guarantee-serve-audit{
    width: 32px; height: 32px;
    background-position: -76px 0;
}
.icon-guarantee-serve-copyright{
    width: 32px; height: 32px;
    background-position: -115px 0;
}
.icon-guarantee-serve-chain{
    width: 32px; height: 32px;
    background-position: -154px 0;
}
.icon-guarantee-serve-tort{
    width: 32px; height: 32px;
    background-position: -192px 0;
}
.icon-guarantee-serve-maintain{
    width: 32px; height: 32px;
    background-position: -231px 0;
}
.icon-guarantee-serve-trade{
    width: 32px; height: 32px;
    background-position: -270px 0;
}
.icon-guarantee-notice{
    width: 18px; height: 18px;
    background-position: -173px -38px;
}