﻿.page {
    height: 100%;
    width: 100%;
    position: relative;
    background: url(/ntCredit/febs/xynt/img/big_bg-abf7e6db4c9b2df1f01c43d5f9ea4038.png) center 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-attachment: fixed;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f4f4f4
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1
}
::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #afb3bf !important
}


.main_cot {
    width: 100%;
    height: calc(100% - 150px);
    /*height: 782px;*/
    /*background: url(/ntCredit/febs/xynt/img/bk2-08ffb4bca902303de950062fab3bd873.png) center 0 no-repeat;
    background-size: 100% 78%;
    background-attachment: fixed;*/
    position: relative;
}

.index_top {
    position: relative;
}

.main_cot_all {
    width: 100%;
    height: auto;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.index1 {
    width: 616px;
    margin: 0 auto;
}

.index2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo {
    text-align: center;
    padding: 40px 0;
}

.logo > img {
    height: 60px;
}

.search {
    height: 60px;
    width: 100%;
    padding: 0 20px;
}

.tab_p {
    float: left;
    padding: 0 15px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}

.tab_p>img {
    position: absolute;
    left: 51%;
    bottom: -28px;
    height: 27px;
    z-index: 10;
    transform: translate(-50%, 0);
    display: none;
}

.tab_p.active {
    color: #e58550;
    font-weight: bold;
}

.tab_p.active>img {
    display: block;
}

.search_input_out {
    height: 56px;
    border-radius: 40px;
    /* background-color: #e7cd99; */
    padding: 5px;
    overflow: hidden;
    background: url(/ntCredit/febs/xynt/img/ser_bg-fcfde64c9207137586e010407ebbd320.png) no-repeat;
    width: 656px;
    height: 92px;
}

.search_input {
    height: 50px;
    border-radius: 40px;
    background-color: white;
    /* border: 1px solid #d39837; */
    padding-left: 20px;
    position: relative;
    margin-top: 23px;
    margin-left: 20px;
    margin-right: 10px;
}

.search_input > input {
    border: none;
    line-height: 50px !important;
    outline: none;
    width: calc(100% - 100px);
}

.search_btn {
    position: absolute;
    height: 52px;
    background-color: #e58550;
    width: 66px;
    right: 0;
    top: -1px;
    border-radius: 0 50px 50px 0;
    text-align: center;
    cursor: pointer;
}

.search_btn > img {
    height: 24px;
    margin-top: 15px;
}

.nav1 {
    background-color: #d6171e;
    height: 56px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.nav1_cot {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
    padding: 13px 0;
}

.nav1_cot > a {
    display: block;
    float: left;
    color: white;
    padding: 0 24px;
    cursor: pointer;
    border: 2px solid #d6171e;
    line-height: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-left: 60px;
}

.nav1_cot > a.active {
    border: 2px solid #d38734;
}

.nav1_cot > a:hover {
    border: 2px solid #d38734;
}

.logo2 {
    float: left;
    width:538px;
    text-align: left;
    height: 230px;
}

.logo2>img {
    height: 64px;
    margin-top: 70px;
}

.search_box {
    float: left;
    width: 520px;
    /* padding-top: 30px;*/
    height: 230px;
}

.card {
    background-color:rgba(255, 255, 255, .5);
    margin-top: 15px;
    width: 100%;
    height: auto;
    position: relative;
}

.card:last-child {
    margin-bottom: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.xw .swiper-pagination {
    text-align: right;
    padding: 0 30px;
}

.xw .swiper-pagination-bullet {
    background: white;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.xw .swiper-pagination-bullet-active {
    width: 18px;
    background: #d6171e;
}

.banner_txt {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.index_title {
    height: 36px;
    font-size: 0;
    border-bottom: 3px solid #d8d8d8;
    position: relative;
}


.index_title_small {
    height: 36px;
    font-size: 0;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.index_title_small::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 160px;
    bottom: -1px;
    left: 0;
    background-color: #db363c;
}

.index_title_a {
    position: absolute;
    font-size: 13px;
    color: #ca8006;
    right: 6px;
    top: 10px;
}

.title_span {
    display: inline-block;
    height: 36px;
    position: relative;
    margin-right: 30px;
    padding: 0 4px;
    cursor: pointer;
    color: #767676;
}

.title_span.active > span:nth-child(1) {
    color: #db363c;
}

.title_span.active > span:nth-child(2) {
    color: #ca8006;
}

.title_span.active::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #db363c;
}

.title_span > span {
    font-family: 'songti';
    font-style: italic;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}

.index_title_tab {
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
    font-size: 13px;
    border: 1px solid #ca8006;
    color: #ca8006;
    margin-left: 10px;
    border-radius: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.index_title_tab.active {
    font-weight: bold;
    border: 1px solid #db363c;
    color: #db363c;
}

.time_list {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #c9c9c9;
}

.time_o {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background-color: #db363c;
    color: white;
    padding: 10px 11px;
    text-align: center;
}

.time_o > p {
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
}

.time_o > p + p {
    border-top: 1px solid white;
}

.time_list_cot {
    width: calc(100% - 60px);
    float: left;
    padding: 0 12px;
}

.time_list_cot > div:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.time_list_cot > div:nth-child(2) {
    font-size: 13px;
    color: #919191;
    line-height: 20px;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg {
    float: left;
    width: 50px;
}

.tzgg > img {
    width: 100%;
}

.tzgg_info {
    float: left;
    width: calc(100% - 70px);
    margin-left: 20px;
}

.tzgg_info > a {
    display: inline-block;
    width: 49%;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.tzgg_info > a > span:nth-child(1) {
    vertical-align: middle;
    font-size: 13px;
    color: #aaaaaa;
}

.tzgg_info > a > img {
    vertical-align: middle;
    height: 30px;
}

.tzgg_info > a > span:nth-child(3) {
    vertical-align: middle;
    font-size: 13px;
}

.icon_a_list {
    padding-top: 15px;
}

.icon_a_list>a {
    margin: 0 15px;
    width: 204px;
    border-radius: 6px;
    background-color: #f9eeec;
    text-align: center;
    padding: 15px 0;
    display: block;
    float: left;
}

.icon_a_list > a > img {
    height: 54px;
}

.icon_a_list > a > p {
    margin-top: 8px;
    font-size: 13px;
}

.icon_a_list_large {
    padding-bottom: 30px;
}

.icon_a_list_large > a {
    margin: 30px 25px 0 25px;
    width: calc(25% - 50px);
    border-radius: 6px;
    background-color: #f9eeec;
    text-align: center;
    padding: 25px 0;
    display: block;
    float: left;
}

.icon_a_list_large > a > img {
    height: 72px;
}

.icon_a_list_large > a > p {
    margin-top: 10px;
    font-size: 14px;
}

.img_a_list {
    padding-bottom: 25px;
}

.img_a_list > a {
    margin: 30px 0 0 30px;
    width: calc(25% - 37px);
    display: block;
    float: left;
    overflow: hidden;
}

.img_a_cot {
    width: 262px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 165px;
}

.img_a_footer {
    width: 100%;
    background-color: #fafafa;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ebeef3;
    border-top: none;
}

.tab_box > table {
    width: 100%;
    border-collapse: collapse
}

.tab_box>table td {
    /* padding: 10px 0;
     text-align: center;*/
    padding: 10px 10px;
    text-align: left;
	cursor:pointer;
}

.tab_box > table tr:first-child {
    font-weight: bold;
    color: #7d7d7d;
}

.tab_box > table td {
    text-align: center !important;
}

.tab_box > table tr:nth-child(2n) {
    background-color: #f6f6f6;
}

.table_large tr > td:nth-child(3) {
    text-align: left;
    width: 580px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.table_large tr > td:nth-child(2) {
    width: 100px;
}

td > .tag {
    border-radius: 4px;
    padding: 0 4px;
    border: 1px solid gray;
    font-size: 13px;
}

td > .tag_red {
    border-color: #db363c;
    color: #db363c;
}

td > .tag_green {
    border-color: #2fb8a0;
    color: #2fb8a0;
}

td > .tag_blue {
    border-color: #4d87be;
    color: #4d87be;
}

.xygs_imgs {
    width: 100%;
    overflow-x: auto;
    padding-top: 15px;
    position: relative;
}

.xygs_imgs_box > img {
    width: 240px;
    height: 170px;
    margin-right: 15px;
    font-size: 0;
}

.xygs_imgs::-webkit-scrollbar {
    display: none
}

#icon_left {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 40px;
    height: auto;
    cursor: pointer;
}

#icon_right {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    height: auto;
    cursor: pointer;
}

.anli {
    float: left;
    display: block;
    margin-top: 12px;
    width: calc(50% - 15px);
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.anli_large {
    display: block;
    margin-top: 12px;
    width: 100%;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.anli_a{
    width: 70%;
    display: inline-block;
}

.anli_xzan{
    width: 28%;
    display: inline-block;
    height: 30px;
    position: absolute;
    top: 15px;
    right: -140px;
}

.anli_anniu{
    background-color: #dc6463;
    padding: 10px 15px;
    color: #ffffff;
    cursor: pointer;
}

.anli_title {
    line-height: 32px;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

.anli_title::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #cbb486;
    left: 6px;
    top: 15px;
}

.anli:nth-child(2n) {
    margin-left: 28px;
}

.anli_large > .anli_cot {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 48px;
}

.anli_cot {
    font-size: 13px;
    height: 68px;
    color: #919191;
    line-height: 20px;
    margin-top: 4px;
    /*text-indent: 2rem;*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.anli_footer_left {
    float: left;
    font-size: 0;
}

.anli_footer_left > span {
    font-size: 13px;
    line-height: 22px;
    padding: 0 6px;
}

.anli_footer_left > span:nth-child(1) {
    color: white;
    background-color: #e22424;
    border: 1px solid #e22424;
}

.anli_footer_left > span:nth-child(2) {
    color: #cbb486;
    border: 1px solid #cbb486;
}

.anli_footer_right {
    float: right;
    font-size: 13px;
    color: #8f8f8f;
}

.href_box {
    margin-top: 15px;
    font-size: 13px;
    color: #7a7a7a;
}

.href_box > img {
    height: 15px;
    vertical-align: middle;
}

.href_box > a {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle;
}

.right_a {
    margin-top: 15px;
    width: 100%;
    border-radius: 6px;
    background-color: #f9eeec;
    text-align: center;
    padding: 8px 0;
    display: block;
}

.right_a>img {
    height: 32px;
    vertical-align: middle;
}

.right_a>p {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    padding-left: 4px;
}

.right_a_2 {
    width: 100%;
    border-radius: 6px;
    background-color: #f9eeec;
    text-align: center;
    padding: 10px 0;
    display: block;
}

.right_a_2+.right_a_2 {
    margin-top: 15px;
}

.right_a_2>img {
    height: 40px;
    vertical-align: middle;
}

.right_a_2>p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #d6171e;
    text-align: left;
    padding-left: 4px;
}

.essay {
    padding: 0 20px;
    position: relative;
}

.essay_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.essay_small_title {
    font-size: 13px;
    color: rgb(145, 145, 145);
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0 20px;
}

.essay_small_title span {
    padding: 0 5px;
}

.essay_cot {
    width: 100%;
    padding: 10px 0;
    position: relative;
    font-size: 14px;
}

.essay_cot p {
    line-height: 36px;
    /*text-indent: 2em;*/
}

.essay_cot img {
    margin: 15px auto;
    position: relative;
    display: block;
    max-width: 100%;
}

.red {
    color: #d6171e;
    font-weight: bold;
}

.essay_footer {
    padding: 30px 0;
}

.essay_footer>span {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.essay_footer>a {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.essay_footer>a>img {
    height: 30px;
    vertical-align: middle;
}

.essay_btns {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
}

.essay_btns>div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
}

.essay_btns>div>img {
    height: 15px;
    vertical-align: middle;
}

.essay_btns>div>span {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.form_item {
    position: relative;
    width: 100%;
    height: auto;
}

.form_item > p {
    margin: 8px 0;
}

.form_item>input {
    line-height: 32px;
    height: 32px;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    outline: none;
}

.form_item>img {
    height: 34px;
    width: 55px;
    border: 1px solid #e9e9e9;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form_item > button {
    border: none;
    outline: none;
    background-color: #d6171e;
    color: white;
    line-height: 36px;
    text-align: center;
    width: 100%;
    margin: 8px 0;
}

.company-name {
    color: #2e2825;
    font-size: 16px;
    margin-bottom: 10px;
}

.company-messages {
    color: #a7a7a7;
}

.main_body {
    margin: 0 !important;
    padding: 5px;
}

.search-title {
    color: #e22323;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.searchBox {
    width: 100%;
    height: 38px;
    margin: 20px auto;
    line-height: 38px;
    text-align: center;
}

.searchBox .searchInput {
    display: inline-block;
    height: 100%;
    border: 1px solid #bebebe;
    padding-left: 20px;
    line-height: 38px;
}

.searchBox .searchSpan {
    display: inline-block;
    width: 80px;
    height: 100%;
    background-color: #d72a29;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
}

.empty-warn {
    width: 100%;
    text-align: center;
    font-size: 17pt;
    margin: 30px 0;
}
