﻿
.yzl_header_box {
    height: 80px;
    width: 100%;
    background-color: #0085FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yzl_header_box .yzl_input {
    height: 2.25rem;
    background-color: #73b1ea;
    background-size: 15px;
    /*border-radius: 3px;*/
    padding-left: 10px;
	padding-right: 10px;
    border: aliceblue;
	color:#f1f1f1;
    border-radius: 0 0.375rem 0.375rem 0;
}
.yzl_header_box .yzl_input2 {
    width: 80%;
    height: 2.25rem;
    background-color: #fff;
    background-size: 15px;
    border: aliceblue;
    border-radius: 6px 0 0 6px ;
    text-indent: 0.9375rem;

}
.yzl_header_box .yzl_input2 input{
    width: 100%;
    height: 2.2rem;
    margin-top: 0.05rem;
    border: none;
    /*border-radius: 3px;*/

}
.yzl_header_box .yzl_input input {
    width: 100%;
    height: 2.2rem;
    margin-top: 0.05rem;
    border: none;
    /*border-radius: 3px;*/
}

.nljsq_panl .nljsq_panl_title {
    height: 1.25rem;
    line-height: 1.25rem;
    color: #0085FF;
    font-size: 16px;
    border-left: 4px solid #0085FF;
    margin: 16px 0;
    padding-left: 8px
}

.backeee {
    background-color: #f5f5f5;
}

.nljsq_panl {
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.yzl_panlbox {
    border-top: 1px solid #E9E9E9;
    padding: 8px 12px;

}

.yzl_lixt_box p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.yzl_lixt_box .yzl_item_title {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 4px;
}

.yzl_item_title i {
    color: #0C8AFD;
}

.yzl_lixt_box .yzl_ul {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.yzl_lixt_box .yzl_ul span {
    display: inline-block;
    /*margin-right: 23px;*/
    /*margin-bottom: 4px;*/
}

.yzl_lixt_box .yzl_ul span>i {
    color: #999999;
    margin-left: 7px;
}

.yzl_lixt_box .yzl_ul span:nth-child(3n) {
    margin-right: 0;
}


.yzl_lixt_box .add_mars span {
    display: inline-block;
    width: 49%;
}

.yzl_panl_text p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-indent: 2em;
    font-weight: 400;
}

.yzl_panl_text img {
    width: 21.9375rem;
    height: 6.9375rem;
    margin: 8px auto;
}

.yzl_panl_text p.yzl_p_title {
    font-weight: bold;
    text-indent: 0;
}

.yzladdpaddb {
    padding-bottom: 104px;
    background-color: #fff;
}

.yzladdpaddb2 {
    padding-bottom: 149px;
    background-color: #fff;
}

.yzl_item .yzl_item_title i {
    font-style: normal;
}

.yzl_item .text_line3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.yzl_item .text_line3 i {
    font-style: normal;
    color: #0C8AFD;
}

/* crumbs */
.comm-crumbs {
    display: flex;
    overflow: hidden;
    color: #cccccc;
    font-size: 0.75rem;
    padding: 0.3125rem 0.9375rem;
}

.comm-crumbs span {
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    margin-top: 0.3125rem;
    border-width: 0.3125rem;
    border-style: solid;
    border-color: transparent transparent transparent#0085FF;
}

.comm-crumbs a {
    display: inline-block;
    margin: 0 0.375rem;
    color: #8A8A8D;
    font-size: 0.875rem;
    white-space:nowrap;
}

.comm-crumbs .text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comm-crumbs a:hover {
    color: #0085FF;
}

.comm-crumbs div {
    color: #8A8A8D;
}
/* crumbs */