
/*颜色*/
/*.header li .colortop{color: #276ef9}*/
/*合同模板*/
.ht_bt{ text-align: center; margin-top: 80px; margin-bottom: 40px; font-size: 24px; font-weight: 100}

.ht_search{ position: relative; height: 46px; margin: 20px auto 0; box-sizing: border-box; width: 810px; box-shadow: 0 2px 12px 0 rgba(0,0,0,.05); border-radius: 2px; border: 1px solid #ebebeb; line-height: 46px; margin-bottom: 80px;}
.ht_search i{ display: inline-block; margin: 0 10px; font-size: 18px; }
.ht_search input{ border: none; width: 80%; height: 35px; line-height: 35px;outline:0px;}
.ht_search span{ color: #ffb600; width: 70px; float: right; cursor: pointer; text-align: center; display: none;}
.ht_search_cur{ border-color:#ffb600; }
.ht_search_cur span{ display: block;}

.ht_sj{ width:80%;min-width: 1200px; margin: 70px auto; }
.ht_sj tr:hover{background-color:#f4fbff; }
.ht_sj tr td{ border-bottom: 1px solid #ebebeb; height: 40px; color: #333; text-align: center}
.ht_sj tr:first-child{ background-color: #f4fbff; font-size: 15px;}
.ht_sj tr:first-child td{ color: #000;}
.ht_sj tr td:first-child{ width: 30%; text-align: left}
.ht_sj tr td:first-child a{text-decoration: none;color: #000000;display: inline-block;position: relative;}
.ht_sj tr td:first-child:hover a{color: #ffb600;}
.ht_sj tr td:first-child a div{width: 100%;height: 30px; display: none;position: absolute;left: 5px;background: #606266;border-radius: 3px;padding: 0 5px;}
.ht_sj tr td:first-child a:hover div{display: block}
.ht_sj tr td:first-child a div span{
    width: 0px;                           /*设置宽高为0，所以div的内容为空，从才能形成三角形尖角*/
    height: 0px;
    border-bottom: 5px solid #606266;
    border-left: 5px solid transparent;    /*transparent 表示透明*/
    border-right: 5px solid transparent;
    position: absolute;top: -5px;left: 10px;
    }
.ht_sj tr td:first-child a div p{height:30px;line-height: 30px; white-space: nowrap;color: #ffffff;}
/*翻页*/
.pagelist{width:80%;min-width: 1200px; margin: 40px auto; line-height: 30px; color: #606266;}
.pagelist>div{ float: right}
.pagelist>div i,.pagelist>div div{ display: inline-block; width: 30px; border-radius: 2px; background-color: #f4f4f5; border: 1px solid #f4f4f5; height: 30px; line-height: 30px; text-align: center; vertical-align: middle; cursor: pointer}
.pagelist select{ width: 80px; height: 30px; line-height: 30px; margin-left: 10px; border-radius: 2px; border:  1px solid #899;}
.pagelist .cur{background-color: #276ef9; border: 1px solid #276ef9; color: #fff; }



