﻿

*{
    padding:0px; margin:0px;
}

body {
    background:#f4f6f9;
}
.ks_main {
    width:1200px; height:400px;  background:#fff; margin:0px auto; border-bottom:1px solid #f1f1f1;
}
    .ks_main img {
        width:1150px; height:350px;  background:#fff; border:1px solid #f1f1f1; margin:23px 25px 25px 25px;
    }

.ks_search_box {
     width:1200px; height:100px;  margin:20px auto; border:0px solid #f1f1f1; 
}
    .ks_search_box h5 {
        text-align:center; font-size:22px; font-weight:bold;
    }
    .ks_search_box ul {
        width:870px; margin:20px auto;
    }

    .ks_search_box ul li {
        list-style:none;  float:left; 
    }
    .ks_search_box ul .search-li,.ks_search_box ul .search-li .ks_text {
        width:750px; height:60px; line-height:60px; background:#fff; margin:0px auto; border:1px solid #fff; outline:none; color:#000; padding-left:10px;font-size:16px;
    }
    
    .ks_search_box ul .search-submit, .ks_search_box ul .search-submit input {
        width:100px; height:61px; line-height:61px; background:#0084ff; border:0px; outline:none; font-size:22px; color:#fff;
    }


.ks_search_content {
    width:1200px; height:auto; background:#fff;  margin:40px auto; border:0px solid #ddd; padding-bottom:10px;
}
.ks_search_content table {
     height:auto;  background:#fff; border:0px solid #f1f1f1; margin:23px 25px 25px 25px; border-collapse:collapse;
}
    .ks_search_content table thead tr th {
        height:60px; line-height:60px; background:#fff; 
    }
      .ks_search_content table tbody tr td {
        height:40px; line-height:40px; background:#fff; text-align:center; color:#666666; font-size:14px; border:1px solid #ddd; border-collapse:collapse;
    }


.action-buttons a {
    text-decoration:none; color:#0084ff;
}
.row table {
    width:1000px; height:auto; margin:0px auto;border-collapse:collapse;
}

.row table thead tr th  {
    height:50px; line-height:50px; background:#fff; color:#000; font-weight:normal;
}

.row table thead tr td  {
    height:40px; line-height:40px; background:#fff; text-align:center; color:#666666; font-size:14px; border:1px solid #ddd; border-collapse:collapse;
}

input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}

tr.detail-row {
	display: none
}

tr.detail-row.open {
	display: block;
	display: table-row
}

.green {
	color: #69AA46!important
}
.red {
	color: #DD5A43!important
}
.blue {
	color: #478FCA!important
}