/* 样式清除 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 500px;
    background: #e3e9ef;
}

ul,
li,
dl {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: 0;
}

input {
    outline: none;
}

/* 通用样式 */
.f_right {
    float: right;
}

.f_left {
    float: left;
}

.w_1100 {
    margin: 0 auto;
    width: 1100px;
}

.borBox {
    border: 1px solid #333;
}

/* 自定义样式 */

/* 页头 */
.Ybj_headBox {
    width: 100%;
    height: 200px;
    background: url("Ybj_headBg.jpg") no-repeat center center;
}

.Ybj_top {
    padding-top: 10px;
    height: 30px;
}

.Ybj_top p {
    font-size: 13px;
    color: #999;
}

.Ybj_top a {
    color: #999;
}

.Ybj_searchBox {
    margin-top: 32px;
    width: 297px;
    height: 40px;
    background: #fff;
}

.Ybj_searchText {
    padding-left: 10px;
    width: 215px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border: 1px solid #74a9e9;
}

.Ybj_searchBtn {
    width: 82px;
    height: 40px;
    border: 0;
    background: url("Ybj_searchBtn.jpg") no-repeat 0 center;
}

.Ybj_navBox {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #136ad5;
}

.Ybj_navBox ul {
    height: 50px;
}

.Ybj_navBox li {
    float: left;
    width: 137px;
}

.Ybj_navBox a {
    display: block;
    text-align: center;
    color: #fff;
}

.Ybj_navBox a:hover {
    background: #009af0;
}

/* 页尾 */
.Ybj_footerBox {
    width: 100%;
    height: 140px;
    font-size: 13px;
    color: #d0cfcf;
    background: #434343;
}

.Ybj_footer {
    margin: 0 auto;
    padding-top: 20px;
    width: 830px;
    height: 110px;
    text-align: center;
}

.Ybj_footer p {
    margin-left: 35px;
    padding-top: 10px;
    line-height: 27px;
}

.Ybj_footer #_span_jiucuo img {
    padding-top: 10px;
}
.Ybj_nowBox {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 13px;
    background: url(Ybj_now.png) no-repeat 0 center;
}
.Ybj_nowBox a {
    font-size: 13px;
}
/* 页面内容 */
.main{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.main .coltitle{
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: url(ybbt_bg.png) no-repeat left top;
    font-family: "Microsoft YaHei Bold";
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    padding-left: 20px;
}
.main table{
    margin-top: 20px;
    text-align: center;
    border-collapse: collapse;
}
.main table tr:nth-child(2n+1){
    background: #ebf6fd;  
}
.main table tr:first-child{
    height: 60px;
    background: #ececec;  
}
.main table tr td,.main table tr th{
    border: 1px solid #d6d6d6;
}
.main th{
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #000;
}
.main tr td:first-child,.main tr th:first-child{
    width: 60px;
}
.main tr td:nth-child(2),.main tr th:nth-child(2){
    width: 150px;
}
.main tr td:nth-child(3),.main tr th:nth-child(3){
    width: 100px;
}
.main tr td:nth-child(4),.main tr th:nth-child(4){
    width: 250px;
}
.main tr td:nth-child(6),.main tr th:nth-child(6){
    width: 200px;padding: 10px 10px;
}
.main tr td:nth-child(4){
    text-align: left;
}
.main tr td:nth-child(4) span{
    padding-left: 20px;
}
/*.main tr td:nth-child(5),.main tr th:nth-child(5){
    width: 110px;
}
.ckdh{
    color: #136ad5;
}
*/
.main tr td:nth-child(5),.main tr th:nth-child(5){
    width:300px;
line-height:36px;padding:0 10px;
}
.main table span{
    padding: 10px;
    display: inline-block;
    line-height: 32px;
}
.bottom{
    overflow: hidden;
}
.main .down a {
    background: url(down.png) no-repeat;
    padding-left: 30px;
    margin-top: 20px;
    display: inline-block;
}
.main .bt-left{
    float: left;
}
.main .bt-right{
    float: right;
    margin-top: 20px;
    display: inline-block;
}
.main .bt-right .dayin{
    background: url(dayin.png) no-repeat;
    padding-left: 30px;
    margin-right: 30px;
}
.main .bt-right .guanbi{
    background: url(guanbi.png) no-repeat;
    padding-left: 30px;
}


.tkbox{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    left: 0;
    top: 0;
}
.tkcon{
    width: 400px;
   
    border-radius: 16px;
    background: #fff;
    border: 1px solid #707070;
    position: absolute;
    left: 41%;
    top: 37%;
    padding-bottom: 15px;
}
.tktitle{
    height: 64px;
    background: #136ad5;
    font-size:18px;
    color:#ffffff;
    font-weight: bold;
    line-height: 64px;
    text-align: left;
    padding-left: 20px;
}
.lxdh{
    margin-top: 10px;
}
.lxdh p{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    height: 32px;
    background: none;
    text-align: left;
    padding-left: 20px;
}
.tkclose{
    position: absolute;
    right: 20px;
    z-index: 99999;
    top: 20px;
}