@charset "utf-8";
/* CSS Document */
body{ background:#f3f3f3;}
.main{width:95%; max-width:1340px; margin:0 auto;}
.selected{background: #024289;}

/* 正文 */
.jyzxts-box{background: #fff;padding: 40px 30px;box-shadow: 0px 0px 10px #e6e6e6;border-radius: 15px;border-top-left-radius: 0;border-top-right-radius: 0;margin-bottom: 40px;}


.bindong-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    flex-wrap: wrap;
}
.szxx-title-left{
    flex: 1;
    display: flex;
    align-items: center;
}

.szxx-title-text{
    font-weight: normal;
    color: #666666;
    font-size: 0.7rem;
}

.szxx-title-start {
    word-break: keep-all;
    padding-right: 40px;
}

.bindong-title span {
    color: #EF8318;
}
.szxx-right {
    display: flex;
    align-items: center;
    width: 25%;
    text-align: end;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 0.8rem;
}

.szxx-right .img1 {
    width: 13px;
    margin-right: 7px;
}
.szxx-right .img2{
    width: 18px;
    margin-left: 30px;
    margin-right: 7px;
}

.jyzxts-tab button{
    border: none;
    color: #293239;
    height: 50px;
    padding: 0 21px;
    background: #F3F6F9;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.jyzxts-tab button:hover{
    background: #1559A3;
    color: #FFFFFF;
}

.jyzxts-tab .buttonActive{
    background: #1559A3;
    color: #FFFFFF;
}

.jyzxts-content {
    display: flex;
    /* justify-content: space-between; */
    margin: 20px 0;
    flex-wrap: wrap;
    color: #666666;
    font-weight: 400;
    font-size: 0.7rem;
}

.jyzxts-title {
    height: 30px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    border-left: 6px solid #1559A3;
}

.jyzxts-title span {
    color: #EF8318;
}

.jyzxts-title-start {
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 14px;
    flex: 0.3 1 auto;
}

.jyzxts-right {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.jyzxts-right>img {
    width: 12px;
    height: 16px;
    margin-left: 30px;
}

label{ font-weight: normal !important;min-width: 75px !important;}
.serach {
    display: flex;
    margin-top: 17px;
    align-items: center;
    width:33%;
    /* justify-content: flex-end; */
    justify-content: start;
}
.serach button{margin-left: 70px;}
.serach input {
    /* width: 304px; */
    width:75%;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    padding-left: 10px;
}
select{
    /*将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  padding-right: 15px;
}

.serach select{
    /* width: 304px; */
    height: 34px;
    width:75%;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    padding-left: 10px;
    background: url(../images/select_jt.png) no-repeat 98% center transparent;
    background-size: 16px;
    outline: none;
}

.serach button{
    width: 68px;
    height: 34px;
    background: #1559A3;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
}

.search-little{
    /* width: 127px !important; */
    width: 31.7% !important;
}
/* #EndTime_End{
    margin-left: 10px;
} */
.jyzxts-table-first {
    background-color: #F3F6F9;
    font-weight: 400;
    color: #51575D;
}

.jyzxts-table table tr td:nth-child(2){text-align: left;padding-left: 10px;}

label {
    margin: 0px;
}
.jyzxts-table{
  overflow-x: scroll;
}
table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #DEDEDE;
    table-layout:fixed;
    min-width: 900px;
}

table tr {
    height: 31px;
}
th, td {
    border: 1px solid #DEDEDE;
    padding: 8px;
    text-align: center;
    height: 50px;
    border-left: none;
    border-right: none;
    font-weight: 400;
    font-size: 0.8rem;
    word-wrap:break-word;
    word-break:break-all;
}

tr:not(:first-child):hover {
    background-color: #EEF6FF;
}
th:first-child{width: 175px;}
th:nth-child(2){min-width: 190px;}
th:nth-child(3){width: 85px;}
th:nth-child(4){width:170px;}
th:nth-child(5){width:110px;}
th:nth-child(6){width:70px;}
th:last-child{width:100px;}

.font-connect{margin: 0 10px;}

@media(max-width:1300px){
    /* .serach { width: 45%} */
}
@media(max-width:1200px){
    .szxx-title-left{flex: auto;}
    .szxx-right{ width: 100%;justify-content: flex-start;margin-top: 15px;}
    .search-little{ width: 33.5% !important; }
}
@media(max-width:1088px){
    .serach { width: 46%}
}

@media(max-width:1024px){
  .serach { width: 50%}
    /* .search-little{width: 95px !important;} */
}

@media(max-width:870px){
    .szxx-title-left{flex-direction: column;align-items: flex-start;width: 100%; }
    .szxx-title-text{margin-top: 15px;width: 100%;}
}
@media(max-width:740px){
  .serach { width: 95%;}
  /* .serach select,.serach input{width: 360px;} */
  /* .search-little{width: 155px !important;} */
  .jyzxts-content {justify-content: center}
  .search-little{width: 31% !important;}
  .serach input{width: 95%;}
  .serach select{width: 89%;}
  .search-little{width: 43% !important;}
}
@media(max-width:560px){
    /* .serach select, .serach input { width: 300px; } */
    /* .search-little{width: 128px !important;} */
    .jyzxts-box{padding: 15px;}
}

@media (max-width: 400px){
}

@media(max-width:375px){
th:first-child,td:first-child{display: none;}
th:nth-child(2){min-width: 200px;}
th:nth-child(3),td:nth-child(3){display: none;}
th:nth-child(4),td:nth-child(4){display: none;}
th:nth-child(5),td:nth-child(5){display: none;}
th:nth-child(6),td:nth-child(6){display: none;}
th:last-child,td:last-child{display: none;}

table { width: 100%; min-width: 200px;}
}