* {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

input,
textarea {
    outline: none;
    border: none;
}

.www_pb2345_com_public {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    height: 100%;
}

body {
    padding-top: 60px;
    box-sizing: border-box;
    background: #f1f3f5;
}


/* 导航 */
.www_pb2345_com_nav {
    width: 100%;
    height: 60px;
    background: #ffd600;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.www_pb2345_com_nav .www_pb2345_com_public {
    display: flex;
    align-items: center;
}

.www_pb2345_com_nav .www_pb2345_com_logo {
    height: 60px;
}

.www_pb2345_com_nav .www_pb2345_com_logo img {
    display: block;
    height: 100%;
}

.www_pb2345_com_nav .www_pb2345_com_Form {
    height: 32px;
    background: #FFF;
    border-radius: 32px;
    overflow: hidden;
    margin-left: 25px;
}

.www_pb2345_com_nav .www_pb2345_com_Form form {
    height: 100%;
    display: flex;
    align-items: center;
}

.www_pb2345_com_nav .www_pb2345_com_Form input {
    width: 268px;
    height: 100%;
    padding-left: 4%;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
}

.www_pb2345_com_nav .www_pb2345_com_Form button {
    width: 32px;
    height: 32px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.www_pb2345_com_nav ul {
    display: flex;
    align-items: center;
    margin-left: 25px;
    height: 100%;
}

.www_pb2345_com_nav ul li {
    padding: 0px 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.www_pb2345_com_nav ul li.active{
    background:#000;
}
.www_pb2345_com_nav ul li.active a{
 color:#fff!important;
}
.www_pb2345_com_nav ul li .www_pb2345_com_title {
    width: 100%;
    height: 100%;
}

.www_pb2345_com_nav ul li .www_pb2345_com_title a {
    color: #000;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 字母 */
.www_pb2345_com_Letter {
    width: 100%;
    margin-top: 40px;
}

.www_pb2345_com_Letter .www_pb2345_com_out {
    background: #FFF;
    padding: 18px 30px;
    width: auto;
    border-radius: 4px;
}

.www_pb2345_com_Letter .www_pb2345_com_out a {
    line-height: 36px;
    margin-right: 18px;
    color: #555;
    letter-spacing: 1px;
    display: inline-block;
}

/* banner */

.www_pb2345_com_banner {
    margin-top: 25px;
    margin-bottom: 20px;
}

.www_pb2345_com_banner img {
    width: 100%;
    display: block;
}

/* 分类 */
.www_pb2345_com_classify .www_pb2345_com_out {
    background: #FFF;
    padding: 12px 30px;
    width: auto;
    border-radius: 4px;
    display: flex;
}

.www_pb2345_com_classify .www_pb2345_com_out .www_pb2345_com_title {
    width: 66px;
    flex: none;
}

.www_pb2345_com_classify .www_pb2345_com_out .www_pb2345_com_title a {
    color: #555;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
}

.www_pb2345_com_classify .www_pb2345_com_out .www_pb2345_com_box {
    display: flex;
    flex-wrap: wrap;
}

.www_pb2345_com_classify .www_pb2345_com_out .www_pb2345_com_box a {
    display: block;
    margin-right: 18px;
    color: #555;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 36px;
}

.www_pb2345_com_classify .www_pb2345_com_out .www_pb2345_com_box a:hover {
    text-decoration: underline;
}

/* Recently added fonts */
.www_pb2345_com_public_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 40px;
}

.www_pb2345_com_public_title h5 {
    color: #333;
    font-weight: normal;
    font-size: 18px;
}

.www_pb2345_com_public_title a {
    width: 100px;
    height: 28px;
    background: #000;
    border: 0;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.www_pb2345_com_Recently .www_pb2345_com_out {
    display: flex;
    flex-wrap: wrap;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box {
    width: 24%;
    margin-right: 1.33%;
    background: #FFF;
    padding: 20px 30px;
    box-sizing: border-box;
    height: 180px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box .mianf {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box:nth-child(4n) {
    margin-right: 0px;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box .img {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box .img img {
    width: auto;
    max-width: 100%;
    display: block;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box h1 {
    text-align: center;
    display: block;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box p {
    text-align: center;
    font-size: 12px;
    color: #888;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box:hover h1 {
    text-decoration: underline;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box2 {
    background: none;
    padding: 0px;
    height: auto;
}

.www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box2 img {
    width: 100%;
    display: block;
    /*height: 61px;*/
    object-fit: cover;
    border-radius: 5px;
}


.www_pb2345_com_paging {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.www_pb2345_com_paging .www_pb2345_com_paging_out {
    display: flex;
    align-items: center;
    justify-content: center;
}

.www_pb2345_com_paging .www_pb2345_com_paging_out a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.www_pb2345_com_paging .www_pb2345_com_paging_out a.all {
    z-index: 1;
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/* 底部 */
.www_pb2345_com_Footrt {
    width: 100%;
    background: #000;
}

.www_pb2345_com_Footrt .www_pb2345_com_out {
    margin: 0 auto;
    padding: 38px 0 20px 0;
}

.www_pb2345_com_Footrt .www_pb2345_com_out .www_pb2345_com_logo {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.www_pb2345_com_Footrt .www_pb2345_com_out .www_pb2345_com_logo img {
    width: 200px;
    display: block;
}

.www_pb2345_com_Footrt .www_pb2345_com_out .www_pb2345_com_logo p {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

.www_pb2345_com_Footrt .www_pb2345_com_out .www_pb2345_com_txt p {
    font-size: 12px;
    color: #999;
    line-height: 28px;
}

.www_pb2345_com_classify_title {
    width: 100%;
    background: #FFF;
    padding-bottom: 30px;
}

.www_pb2345_com_classify_title .www_pb2345_com_out_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 56px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0;
    line-height: 56px;
    text-align: center;
    list-style: none;
}

.www_pb2345_com_classify_title .www_pb2345_com_out_title h1 {
    padding: 0 3px;
    height: 56px;
    font-size: 13px;
    color: #000;
    line-height: 56px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: -1px;
    border-bottom: 1px solid #333;
}

.www_pb2345_com_list {
    width: 100%;
}

.www_pb2345_com_list .www_pb2345_com_list_title {
    margin-top: 40px;
}

.www_pb2345_com_list .www_pb2345_com_list_title h1 {
    padding: 10px 0 5px 0;
    height: 28px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.www_pb2345_com_list .www_pb2345_com_list_title h1 a {
    height: 28px;
    color: #222;
    line-height: 28px;
    vertical-align: middle;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
}

.www_pb2345_com_list .www_pb2345_com_list_title h1 a:hover {
    text-decoration: underline;
}

.www_pb2345_com_list .www_pb2345_com_list_title p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    text-align: center;
}

.www_pb2345_com_list .www_pb2345_com_list_title p b {
    margin: 0 3px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.www_pb2345_com_list .www_pb2345_com_list_title form {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.www_pb2345_com_list .www_pb2345_com_list_title form input {
    width: 450px;
    height: 100%;
    background: #FFF;
    border-radius: 38px 0px 0px 38px;
    padding: 0px 2%;
    box-sizing: border-box;
    font-size: 12px;
}

.www_pb2345_com_list .www_pb2345_com_list_title form button {
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #FFF;
    font-size: 13px;
    border-radius: 0px 38px 38px 0px;
}

.www_pb2345_com_list .www_pb2345_com_out {
    margin-top: 50px;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box {
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .www_pb2345_com_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    line-height: 44px;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .www_pb2345_com_title h5 {
    font-size: 14px;
    font-weight: bold;
    color: #484848;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .www_pb2345_com_title span {
    font-size: 12px;
    color: #666;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    box-sizing: border-box;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .lfet {
    display: flex;
    align-items: center;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .lfet img {
    height: 56px;
    display: block;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right .Mianf {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right .but {
    display: flex;
    align-items: center;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right .but span {
    margin-left: 8px;
    padding: 0 12px;
    height: 36px;
    background: #ffd600;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
}
.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right .but span.iconfont.icon-lianjie{
    background: #000;
    color:#fff;
}
.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right .but span::before {
    margin-right: 5px;
}

.www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right p {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}


.www_pb2345_com_list2 {
    background: #FFF;
    padding: 40px 0px 40px 0px;
}

.www_pb2345_com_list2 h5 {
    font-size: 26px;
    margin-bottom: 27px;
}

.www_pb2345_com_list2 .out {
    display: flex;
    flex-wrap: wrap;
}

.www_pb2345_com_list2 .out .box {
    width: 24%;
    margin-right: 1.33%;
    height: 90px;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #FFF;
}

.www_pb2345_com_list2 .out .box:nth-child(4n) {
    margin-right: 0px;
}

.www_pb2345_com_list2 .out .box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.www_pb2345_com_list2 .out .box:hover {
    border: 1px solid #bbb;
}


.www_pb2345_com_list2_Details {
    background: none;
}

.www_pb2345_com_Details {
    margin-top: 40px;
}

.www_pb2345_com_Details .www_pb2345_com_out {
    display: flex;
    justify-content: space-between;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left {
    position: relative;
    width: 68%;
    background: #fff;
    border-radius: 4px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right {
    width: 30%;
    border-radius: 4px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title {
    position: relative;
    padding: 22px 32px 20px 32px;
    box-sizing: border-box;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title h1 {
    font-size: 22px;
    font-weight: normal;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title .txt {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title .txt a,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title .txt span,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title .txt p {
    color: #777;
    font-size: 12px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title .txt span {
    margin: 0px 8px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_but {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px 18px 30px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_but a {
    margin-right: 12px;
    padding: 0 15px;
    height: 38px;
    background: #ffd600;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    line-height: 38px;
    display: inline-block;
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: inherit;
}
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_but a.iconfont.icon-lianjie{
    background: #000;
    color:#fff;
}
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_but a::before {
    margin-right: 5px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_but .adian {
    background: #ebebeb;
    color: #333;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian {
    padding: 10px 32px;
    box-sizing: border-box;

}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian p {
    padding-bottom: 5px;
    font-size: 12px;
    color: #333;
    line-height: 32px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian form {
    display: flex;
    align-items: center;
    height: 38px;
    border: 1px solid #e6e6e6;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian form input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0px 2%;
    box-sizing: border-box;
    color: #707070;
}


.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian form select {
    width: 100px;
    background: #fff;
    border-radius: 0;
    color: #666;
    flex: none;
    height: 100%;
    border: 1px solid #e6e6e6;
    outline: none;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian form button {
    width: 80px;
    height: 38px;
    outline: none;
    background: #707070;
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    display: block;
    cursor: pointer;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian .yulan {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian .yulan img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out {
    padding: 10px 32px;
    box-sizing: border-box;
}


.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 h6,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_box_2 h6,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_box_3 h6,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_box_4 h6 {
    padding-bottom: 5px;
    font-size: 12px;
    color: #333;
    line-height: 32px;
    font-weight: normal;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out {
    display: flex;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box span {
    padding: 0 15px;
    height: 38px;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    color: #555;
    line-height: 38px;
    background: #f6f6f6;
    display: block;
    border-right: none;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box p {
    padding: 0 15px;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-top: none;
    font-size: 12px;
    color: #555;
    border-right: none;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box:last-child span,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box:last-child p {
    border-right: 1px solid #e6e6e6;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_box_2 p {
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_box_3 img {
    width: 100%;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_box_4 p {
    padding-left: 20px;
    font-size: 12px;
    color: #555;
    line-height: 28px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_2,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_3 {
    margin-bottom: 20px;
    padding: 22px 28px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1 h6,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_2 h6,
.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_3 h6 {
    padding-bottom: 18px;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1 .touxiang {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1 .touxiang .left img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1 .touxiang .right a {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1 .touxiang .right span {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1 .txt span {
    font-size: 12px;
    color: #333;
    line-height: 22px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_1 .txt p {
    padding-top: 3px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_2 .box {
    width: 100%;
    margin-bottom: 20px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_2 .box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_2 .box .title h5 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_2 .box .title img {
    display: block;
    width: 110px;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_2 .box span {
    color: #999;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    display: block;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_3 .txt {
    display: flex;
    flex-wrap: wrap;
}

.www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right .Right_box_3 .txt a {
    margin-right: 19px;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    font-size: 12px;
    color: #333;
    line-height: 32px;
    display: inline-block;
}

.www_pb2345_com_Conter {
    width: 100%;
}

.www_pb2345_com_Conter .www_pb2345_com_out {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left {
    width: 70.677%;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right {
    width: 28%;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_title {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_title i {
    width: 4px;
    height: 20px;
    background: #FF5E52;
    display: block;
    margin-right: 10px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_title p {
    font-size: 20px;
    font-weight: bold;
    color: #555;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box {
    border: 1px solid #eaeaea;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: -1px;
    box-sizing: border-box;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box:hover {
    background-color: #f9f9f9;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box a {
    display: flex;
    justify-content: space-between;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .left {
    width: 220px;
    height: 150px;
    flex: none;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .right {
    width: calc(100% - 240px);
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .right h5 {
    margin-bottom: 10px;
    color: #555;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .right .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .right .time span {
    margin-right: 20px;
    color: #999;
    font-size: 12px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .right .time .rig span {
    margin-right: 0px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .right .text p {
    font-size: 12px;
    color: #888;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 3px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .img {
    width: 100%;
    margin-bottom: 15px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .img img {
    width: 100%;
    display: block;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text .title {
    font-weight: bold;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    background-color: #fbfbfb;
    margin: 0;
    padding: 11px 15px 10px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text .txt {
    overflow: hidden;
    padding: 15px 0 12px 15px;
    box-sizing: border-box;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_1 .txt a {
    color: #999;
    background-color: #f6f6f6;
    float: left;
    width: 31.3333%;
    margin: 0 1% 1% 0;
    padding: 0 8px;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    box-sizing: border-box;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_1 .txt a:hover {
    background-color: #FF5E52;
    color: #FFF;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .txt{
    padding-top: 0px ;
    padding-bottom: 0px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box{
    color: #555;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px;
    padding:20px 15px 20px 0px ;
    box-sizing: border-box;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box:hover {
    background: #fbfbfb;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box a{
    display: flex;
    justify-content: space-between;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box .left{
    width: 117px;
    height: 79.77px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box .left img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box .right{
    width: 63%;
}



.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box .right h6{
    color: #555;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box .right span{
    color: #FF5E52;
    font-size: 14px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box .right .tiem{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_2 .box .right .tiem p{
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 12px;
    color: #bbb;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_3 .box{
    margin-bottom: 15px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_3 .box a{
    display: flex;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_3 .box .left img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex: none;
    margin-right: 15px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_3 .box .right h6{
    color: #FF5E52;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_3 .box .right h6 span{
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

.www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .text_3 .box .right p{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.www_pb2345_com_particulars {
    width: 100%;
    background: #FFF;
    padding: 20px 20px;
    background-color: #fff;
    border: 0px solid #eaeaea;
    border-radius: 4px;
    box-sizing: border-box;
}

.www_pb2345_com_particulars .title {
    width: 100%;
}

.www_pb2345_com_particulars .title  h5{
    margin-top: 0;
    font-size: 26px;
    line-height: 36px;
    color: #555;
    text-align: center;
}

.www_pb2345_com_particulars .title .box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.www_pb2345_com_particulars .title .box span{
    font-size: 12px;
    color: #999;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.www_pb2345_com_particulars .title .box span a{
    color:#555;
    font-size: 12px;
}

.www_pb2345_com_particulars .txt {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.www_pb2345_com_particulars .txt p{
    margin-bottom: 20px;
    word-wrap: break-word;
    color: #555;
    font-size: 15px;
    line-height: 25px;
}

.www_pb2345_com_particulars .txt img{
    width: auto;
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
}

.www_pb2345_com_particulars .Di_title {
    background-color: #eee;
    font-size: 12px;
    padding: 8px 30px;
    border-radius: 2px;
    color: #aaa;
    text-align: center;
    margin-bottom: 18px;
    overflow: hidden;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 40px 0px;
}

.www_pb2345_com_particulars .Di_title a{
    color: #aaa;
    font-size: 12px;
}

.www_pb2345_com_particulars .Di_title:hover {
    background: #FF5E52;
    color: #FFF;
}

.www_pb2345_com_particulars .Di_title:hover a{
    color: #FFF;
}

.Previous_Next {
    display: flex;
    justify-content: space-between;
}

.Previous_Next i{
    width: 1px;
    height: 40px;
    background-color: #e3e3e3;
    display: block;
}

.Previous_Next span , .Previous_Next a{
    font-size: 14px;
    color: #bbb;
    display: block;
    width: 100%;
}
.Previous_Next a{
    color: #999;
    cursor: pointer;
}

.Previous_Next a:hover {
    color: #FF5E52;
}

.Previous_Next .Next span{
    text-align: right;
}

.related_recommendation{
    margin-top: 40px;
}

.related_recommendation .R_title{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.related_recommendation .out {
    display: flex;
    flex-wrap: wrap;
}

.related_recommendation .box{
    width: 24% ;
    margin-right: 1.33%;
    margin-bottom: 20px;
}

.related_recommendation .box:nth-child(4n){
    margin-right: 0px;
}


.related_recommendation .box .img{
    width: 100%;
    height: 150px;
}

.related_recommendation .box .img img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.related_recommendation .box p{
    color: #777;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4em;
    letter-spacing: 1.3px;
}

@media (max-width:768px) {
    
    .www_pb2345_com_denglzhuce{
        display: none !important;
    }
    
    .www_pb2345_com_nav ul {
        display: none;
    }

    .www_pb2345_com_public {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .www_pb2345_com_nav .www_pb2345_com_logo {
        height: 30px;
    }

    .www_pb2345_com_nav .www_pb2345_com_Form input {
        width: 60vw;
    }

    .www_pb2345_com_Letter {
        margin-top: 20px;
    }

    .www_pb2345_com_Letter .www_pb2345_com_out {
        padding: 10px 15px;
    }

    .www_pb2345_com_Letter .www_pb2345_com_out a {
        line-height: 25px;
        margin-right: 10px;
        color: #555;
        letter-spacing: 1px;
        display: inline-block;
        font-size: 12px;
    }

    .www_pb2345_com_banner {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .www_pb2345_com_classify .www_pb2345_com_out {
        padding: 15px 10px;
        flex-wrap: wrap;
    }

    .www_pb2345_com_classify .www_pb2345_com_out:last-child {
        padding-top: 0px;
    }

    .www_pb2345_com_classify .www_pb2345_com_out .www_pb2345_com_title {
        width: 100%;
    }

    .www_pb2345_com_classify .www_pb2345_com_out .www_pb2345_com_box a {
        font-size: 12px;
        line-height: 25px;
        margin-right: 10px;
    }

    .www_pb2345_com_public_title {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .www_pb2345_com_Recently .www_pb2345_com_out {
        justify-content: space-between;
    }

    .www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box {
        width: 49%;
        margin-right: 0px;
    }

    .www_pb2345_com_Recently .www_pb2345_com_out .www_pb2345_com_box:nth-child(4n) {
        margin-right: 0px;
    }

    .www_pb2345_com_Footrt .www_pb2345_com_out .www_pb2345_com_txt p {
        line-height: 1.5em;
    }

    .www_pb2345_com_Footrt .www_pb2345_com_out .www_pb2345_com_logo p {
        font-size: 12px;

    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right {
        display: none;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left {
        width: 100%;
    }

    .www_pb2345_com_Details {
        margin-top: 20px;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .title {
        position: relative;
        padding: 12px 22px 10px 22px;
        box-sizing: border-box;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_but .adian {
        display: none;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_yulian {
        padding: 10px 22px;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out {
        padding: 10px 22px;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out {
        flex-wrap: wrap;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box {
        width: 50%;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box p {
        padding: 0px 4px;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box span,
    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left .Deta_Txt_out .Deta_box_1 .out .box p {
        border-right: 1px solid #eee;
    }

    .www_pb2345_com_list2 .out {
        justify-content: space-between;
    }

    .www_pb2345_com_list2 .out .box {
        width: 49%;
        margin-right: 0px;
    }

    .www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt {
        flex-wrap: wrap;
    }

    .www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .lfet {
        width: 100%;
    }

    .www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right {
        width: 100%;
        margin-top: 20px;
    }

    .www_pb2345_com_list .www_pb2345_com_out .www_pb2345_com_box .txt .right .but {
        justify-content: right;


    }

    .www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right{
        width: 100%;
    }

    .www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left{
        width: 100%;
    }

    .www_pb2345_com_Conter .www_pb2345_com_out{
        margin-top: 20px;
    }

    .www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box a{
        flex-wrap: wrap;
    }

    .www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .left{
        width: 100%;
        height: auto;
    }

    .www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_left .www_pb2345_com_Txt .box .right{
        width: 100%;
        margin-top: 15px;
    }

    .www_pb2345_com_Conter .www_pb2345_com_out .www_pb2345_com_right .img{
        display: none;
    }

    .www_pb2345_com_particulars .title h5{
        font-size: 20px;
    }

    .www_pb2345_com_particulars .title .box span{
        display: none;
    }

    .www_pb2345_com_particulars .txt{
        padding-top: 0px;
    }

    .related_recommendation .out {
        justify-content: space-between;
    }

    .related_recommendation .box{
        width: 49%;
        margin-right: 0px;
    }

}


@media (min-width:768px) and (max-width:992px) {

    .www_pb2345_com_public {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .www_pb2345_com_nav ul {
        display: none;
    }

    .www_pb2345_com_nav .www_pb2345_com_public {
        justify-content: space-between;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right {
        display: none;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .www_pb2345_com_nav .www_pb2345_com_Form {
        display: none;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_right {
        display: none;
    }

    .www_pb2345_com_Details .www_pb2345_com_out .www_pb2345_com_left {
        width: 100%;
    }
}