.w {
    width: 1200px;
    margin: auto;
}

.inner {
    margin-top: 25px;
}

.inner_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.inner_top .top_title {
    position: relative;
    font-size: 30px;
    color: #333;
    padding-left: 12px;
}

.layui-breadcrumb a:hover {
    color: #0e4386 !important;
}

.inner_top .top_title:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 3px;
    height: 80%;
    display: block;
    background-color: #0e4386;
}

.content {
    display: flex;
    margin-top: 25px;
}

.sidebar {
    width: 228px;
}

.sidebar .title {
    width: 100%;
    height: 95px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    background-color: #0e4386;
    text-align: center;
    line-height: 95px;
    padding: 0;
}

.sidebar_list {
    background-color: #ffefe2;
    padding: 5px 0 5px;
}

.sidebar_list li {
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-bottom: 1px solid #fff;
    text-align: left;
}


.sidebar_list li:hover {
    background-color: #ff7810;
}

.sidebar_list li:hover a {
    color: #fff;
}

.sidebar_list li a {
    display: block;
    color: #333;
    font-size: 15px;
    padding-left: 30px;
}

.sidebar_list .active {background-color: #ff7810; color: #fff;}

.product_show {
    flex: 1;
    background: none;
    padding: 0;
}

.product_show .show_list {
    display: flex;
    flex-wrap: wrap;
}

.show_list li {
    width: 218px;
    margin: 0 0 25px 25px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.show_list li:hover {
    border-color: #bbb;
}

.show_list li:hover .img_box>img {
    opacity: .8;
}

.show_list li .img_box {
    display: block;
    width: 100%;
    height: 150px;
}

.show_list li img {
    width: 100%;
    height: 100%;
}

.show_list li a p {
    text-align: center;
    padding: 5px 2px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scontent {float: right; width: 940px; font-size: 14px !important;}
.scontent p {font-size: 14px !important; line-height: 24px !important;}
.scontent h3 {line-height: 35px; text-indent:34px; border-bottom: 1px solid #ccc; font-weight: bold; padding-bottom: 10px;}
.scontent .tlist {width: 100%;}
.scontent .tlist li {width: 100%; overflow: hidden; margin-top: 20px; border-bottom: 1px dashed #ccc; padding-bottom: 20px; line-height: 24px;}
.scontent .tlist li img {float: left;  width: 120px; padding-right: 15px;}
.scontent .tlist li p {float: right; width: 800px;
                       white-space: pre-wrap;/* css-3 */
                       white-space: -moz-pre-wrap;/* Mozilla, since 1999 */
                       white-space: -pre-wrap;/* Opera 4-6 */
                       white-space: -o-pre-wrap;/* Opera 7 */
                       word-wrap: break-word; /* Internet Explorer 5.5+ */
                       word-break:break-all;
                       overflow:hidden;
                       line-height: 24px;
}

.sidebar .wp_img {
    width: 100%;
    height: 175px;
    margin-top: 20px;
}

.sidebar .wp_img img {
    width: 100%;
    height: 100%;
}

.sidebar .contact {
    overflow: hidden;
    border: 1px solid #d0d0d0;
    padding: 10px 5px 0 20px;
    border-top: 0;
    color: #434343;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.sidebar .contact p {
    height: 39px;
    line-height: 39px;
    font-weight: 600;
    font-size: 14px;
}

.sidebar .contact span {
    line-height: 22px;
    display: inline;
    width: 79.1%;
    float: right;
    margin-top: 9px;
}

.sidebar .contact .phone {
    color: #ff7810;
    font-size: 26px;
}


.scontent .nlist {width:100%;}
.scontent .nlist li {width:100%; border-bottom:1px dotted #999; padding:15px 0; overflow:hidden;}
.scontent .nlist .date {float:left; background:#e05818; color:#fff; text-align:center; padding:8px; margin-right:35px;}
.scontent .nlist .date span {font-size:22px; display:block; padding-bottom:5px; font-weight:bold;}
.scontent .nlist li p {line-height:30px; font-size:14px; color:#999}
.scontent .nlist li a {font-size:16px; display:block;}

/*分页*/
#pagelist {width:100%; text-align:center; padding-bottom:40px; padding-top:50px; overflow:hidden}
#pagelist span {padding:10px 15px; background:#dddede; color:#bababa; margin:0 2px;  border:1px solid #ccc;}
#pagelist a {background:#fff; padding:10px 15px; color:#333; margin:0 2px; border:1px solid #eee; display: inline-block;}
#pagelist .active {background:#e05818; color:#fff;}
