@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

input,
button {
    outline: none;
    background: none;
    border: none;
}

textarea {
    outline: none;
    background: none;
}

button {
    border: none;
}

img {
    border: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100
}

a,
a:active,
a:link,
a:visited,
a:focus,
a:hover {
    text-decoration: none;
}

button {
    padding: 0;
    margin: 0;
}

input::-webkit-search-cancel-button {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
}

li:hover {
    background-color: #F2F6FC;
}

.main {
    margin: 0 auto;
    width: 1040px;
    color: #303133;
    min-height: 450px;
}
.detail{
    margin: 0 auto;
    width: 1040px;
    color: #303133;
    min-height: 450px;

}

/*头部*/
#top {
    background-image: url(../images/title_bg.png);
    background-size: 100% 100%;
    height: 100px;
}

#top span {
    padding: 31px 37px 37px 30px;
    font-size: 24px;
    line-height: 32px;
    color: #303133;
    font-weight: 600;
    font-family: MicrosoftYaHeiSemibold;
    display: block;
}

.condition {
    background-color: #F2F6FC;
    /*border: 1px solid #DCDFE6;*/
    padding: 20px 0 40px;
    margin-top: 20px;
}

.item_main {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.item_title p {
    font-size: 16px;
    color: #303133;
    font-weight: 400;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.item_div {
    display: flex;
    width: 100%;
    font-size: 13px;
    color: #909399;
    height: auto;
    line-height: 16px;
    margin-bottom: 5px;
}

.table_div {
    width: 700px;
    /* margin: 0 auto; */
    margin-right: 340px;
}

.table_div th {
    font-size: 14px;
    color: #000000;
    vertical-align: top;
    line-height: 44px;
    text-align: right;
    padding: 20px 20px 0 0;
    font-weight: normal;
}

.item_bg {
    display: block;
    background: #fff;
    border: 1px solid #c4c4c4;
    height: 44px;
    padding: 0 10px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.item_input {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #575757;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.item_inputText {
    width: 273px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #303133;
    float: left;
}

.item_inputImg {
    width: auto;
    margin-right: 10px;
    margin-top: -1px;
    cursor: pointer;
    height: 8px;
    margin-top: 18px;
    float: right;
}

.formList {
    position: absolute;
    width: 360px;
    z-index: 1;
    background: #f7f7f7;
    padding: 8px 0 10px;
    overflow-y: auto;
    display: none;
    float: right;
}

.formList>li {
    height: 32px;
    padding-left: 8px;
    font-size: 15px;
    color: #888;
    line-height: 32px;
    text-align: left;
}

.formList>li:hover {
    background: #ccc;
    color: #222;
    cursor: pointer;
}

.align_l {
    text-align: left;
}

.search {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, rgba(255, 151, 97, 1) 0%, rgba(255, 91, 36, 1) 100%);
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: white;
    margin-top: 20px;
}

.search:hover {
    background: linear-gradient(180deg, rgba(255, 151, 97, 1) 0%, rgba(255, 91, 36, 1) 100%);
    color: #fff !important;
    transition: 0.2s;
}

.result {
    border-bottom: 1px solid #DCDFE6;
    height: 44px;
    margin-top: 7px;
}

.item_div_title {
    white-space: nowrap;
}

.result>span {
    border-bottom: 4px solid #FF5B24;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
}

.list_li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #DCDFE6;
    cursor: pointer;
}

.li_item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;

}

.li_item .item_div {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.item_title {
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-bottom: 10px;
}

.empty {
    width: 100%;
    overflow: hidden;
}

.emptyD {
    width: 100%;
    height: auto;
    margin-top: 84px;
    text-align: center;
}

.emptyD_img {
    width: auto;
    height: 88px;
    border-radius: 60px;
}

#middle img {
    max-width: 600px;
}

.emptyD_p1 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(165, 173, 185, 1);
    line-height: 20px;
    letter-spacing: 1px;
}

.sy-content table {
    border-collapse: collapse;
    border-spacing: 1px;
    color: rgb(0, 0, 0);
    margin: 0px auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    border-image: initial;
}

.sy-content table td {
    border: 1px solid #dfdfdf;
    line-height: 20px;
    padding: 5px;
}

.sy-content table td:nth-of-type(1) {
    background: #F7F8FA;
    width: 150px;
}