/*公共样式*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bodyDiv {
    width: 1128px;
    margin: 0 auto;
}

.zi_page {
    display: block;
    height: 30px;
    text-align: right;
    margin: 10px 0px;
}

.zi_page a {
    padding: 5px 11px 5px 11px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    margin-right: 6px;
}

.zi_page .unavailable {
    color: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 10px;
    margin-right: 6px;
}

.zi_page a:hover, .zi_page .page_select {
    background-color: #2878FF;;
    color: #fff;
    text-decoration: none;
}

.head {
    width: 1128px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    box-sizing: border-box;
    background-color: white;
}

.img_title {
    flex: 0.7;
}

.img_title img {
    width: auto;
    height: 50px;
    cursor: pointer;
}

.mynav {
    flex: 1;
    display: flex;
    height: 25px;
    margin-top: 18px;
}

.mynav .info {
    flex: 1;
    font-size: 14px;
    font-weight: 900;
    color: #2878FF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
}

.mynav .mynav_item {
    flex: 1;
}

.mynav .mynav_item span {
    height: 25px;
    line-height: 16px;
    font-size: 14px;
    text-align: right;
    display: inline-block;
    margin: 0 auto;
    margin-left: 100%;
    transform: translate(-100%);
    white-space: nowrap;
    color: #000000;
}

.mynav .mynav_item span:hover {
    cursor: pointer;
}

.mynav .mynav_item:nth-last-child(1) {
    margin-left: 150px;
}

.mynav .mynav_item:nth-last-child(1) label {
    height: 35px;
    color: #2878FF;
    background-color: white;
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 90px;
    top: -6px;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
}

.mynav .mynav_item:nth-last-child(1) span {
    border-radius: 20px;
    height: 35px;
    color: white;
    line-height: 35px;
    background-color: #2878FF;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    top: -8px;
    cursor: pointer;
}

.mynav_child {
    font-size: 14px;
    padding: 10px 0;
    width: 90px;
    line-height: 36px;
    display: none;
    background-color: white;
    box-shadow: 0px 0px 7px #E6E6E6;
    z-index: 2;
    position: relative;
    top: -10px;
    left: 12px;
}

.mynav_child div {
    padding: 0 15px;
    text-align: center;
}

.mynav_child div:hover {
    background-color: #F3F7FE;
}

.mynav_child div:hover a {
    color: #2878FF;
}

.active {
    border-bottom: 3px solid #2878FF;
    color: #2878FF !important;
    font-weight: 600;
}

.foot {
    width: 100%;
    background-color: #2876F3;
    height: 146px;
    padding: 13px 0;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 27px;
    color: white;
    text-align: center;
}

.breadNav {
    width: 100%;
    padding-left: 11%;
    padding-top: 15px;
    font-size: 12px;
    background-color: #F7F7F7;
    box-sizing: border-box;
}

.main_box {
    display: flex;
}

.main_box .main_left {
    flex: 1;
    background-color: white;
    box-sizing: border-box;
    min-height: 450px;
}

.main_box .main_right {
    flex: 5;
    margin-left: 15px;
}

.main_right .search {
    background-color: white;
    padding: 14px 16px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.main_right .search input, select {
    width: 160px !important;
}

.main_box .main_left .title {
    margin-top: 22px;
    margin-left: 40px;
    margin-bottom: 17px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
}

.main_box .main_left ul li {
    padding-left: 40px;
    font-size: 14px;
    line-height: 36px;
    color: #595959;
    cursor: pointer;
}

.main_box .main_left .title:nth-child(2) {
    margin-top: 40px;
}

.main_left_active {
    border-left: 2px solid #2788FF;
    background-color: rgba(40, 120, 255, 0.05);
    color: #2788FF !important;
}

.main_right .content {
    background-color: white;
    padding: 16px;
    box-sizing: border-box;
    min-height: 610px;
}

@media screen and (max-width: 1366px) {
    .guide .content, .announcement .content {
        min-height: 275px;
    }
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #2878FF !important;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #2878FF !important;
}

.layui-table {
    color: #595959 !important;
}

.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th {
    padding: 2px 8px !important;
}

.layui-table th {
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center !important;
    /*width: 12.5%;*/
    height: 50px;
    color: #262626;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.layui-table td {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgba(0, 0, 0, 0.06) !important;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.layui-table td a {
    color: #2878FF;
}

/*.layui-table tr th:nth-child(1) {*/
/*    width: 25%;*/

/*}*/

.layui-table tr td:nth-last-child(2) span {
    font-size: 16px;
    color: #FF3546;
}

.layui-table tr td:nth-child(1) div {
    width: 100%;
    padding: 2px 8px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*多行溢出显示省略号*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}

input, select, textarea {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 32px;
    padding: 4px 8px !important;
    box-sizing: border-box;
    font-size: 14px !important;
    vertical-align: middle;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.85);
}

label {
    margin-left: 16px;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    height: 14px;
}

input[type="radio"] {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

select {
    margin-left: 4px;
    margin-right: 15px;
}

button {
    vertical-align: middle;
    outline: none;
    border: none;
    background-color: #2878FF;
    color: white;
    border-radius: 4px;
    width: 64px;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
}

/*超出2行点点点*/
.div_more {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-title {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 28px;
    margin: 25px 0px;
}
.find-div{
    min-height: 450px;
    background-color: #fff;
    box-shadow:0px 3px 6px #888888;
    margin-bottom: 20px
}
.find-title{
    border-bottom: 1px solid #c6c6c6;
    margin:0px;
    margin-top: 25px;
    padding: 15px;
}