body, html {
    margin: 0;
    padding: 0;
}

.all {
    width: 1200px;
    margin: 0 auto;
}

.photo {
    width: 100%;
    display: flex;
    align-items: center;
}

.photo h2 {
    min-width: 50%;
    margin-left: 20px;
}

.content {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
    position: relative;
}

.content img {
    position: absolute;
    top: 2px;
    right: -46px;
    transform: rotate(45deg);
    width: 150px;
    height: 60px;
}

.content table {
    padding: 0 20px 50px 20px;
}

table {

    /*margin: 20px auto;*/
    /*text-align: center;*/
    vertical-align: middle;
    /*border-color: #f5f5f5;*/
}

table tr th {
    text-align: center;
    background-color: #f5f5f5;
}

.tab_yiXiangGongGao tr th {
    text-align: center;
    background-color: #f5f5f5;
}
.tab_yiXiangGongGao tr{
    height: 40px;
}

table tr th, table tr td {
    line-height: 30px;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    min-width: 10%;
    border: 1px solid #ddd;
}

.content h3, .content h4 {
    text-align: center;
    margin: 10px 0;
}

.content p {
    display: block;
    width: 90%;
    margin: 10px auto;
    text-indent: 32px;
    font-size: 16px;
}

.div_lianXi {
    color: #000;
    background: #f7fcfe;
    border-top: 3px solid #b2cce0;
    margin-top: 10px;
}

.div_lianXi p {
    margin: 10px 5px;
}

.div_chaXuJiLu {
    width: calc(100% - 280px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.div_a {
    width: 50%;
    height: 35px;
    margin: 20px auto;
    background-color: #1491B3;
    border-radius: 5px;
}

.div_a a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    line-height: 30px;
}

.div_a:hover {
    background-color: #17a4ca;
}

@media screen and (max-width: 1240px) {
    .all {
        width: 1100px;
    }
}

@media screen and (max-width: 1180px) {
    .all {
        width: 1000px;
    }
}

@media screen and (max-width: 960px) {
    .all {
        width: 900px;
    }
}

p {
    margin: 0;
    padding: 0;
}

.cantent_box {
    position: fixed;
    top: 102px;
    left: 20px;
    width: 16%;
    height: 600px;
    background: rgba(0, 78, 151, 0);
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 0 0 0 20px;
    padding-bottom: 50px;
    font-size: 14px;
    overflow: hidden;
}

.cantent_body {
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
}

.cantent_body .cant_bt {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(83, 83, 83, 1);
    height: 14px;
    line-height: 14px;
    border-left: 2px solid #0060B9;
    padding-left: 6px;
}

.cantent_box .cantent_top {
    border-bottom: 1px solid #DDD;
    overflow: hidden;
    padding: 14px 0 0 0;
}

.cantent_box .cantent_top .lxwm {
    font-size: 18px;
    line-height: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 96, 185, 1);
    border-bottom: 2px solid #0060B9;
}

.cantent_box .cantent_body li {
    margin-top: 12px;
}

.cantent_box .cantent_body .cant_zynr {
    margin-top: 8px;
}

.cantent_box .cantent_body .cant_zynr .zhize {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}

.cantent_box .cantent_body .cant_zynr .zhize p {
    width: calc(100% - 17px);
}

.cantent_box .cantent_body .cant_zynr > div img {
    position: relative;
    top: 2px;
    max-width: 100%;
}

.div_ztys {
    padding: 0 20px 50px 20px;
    margin-bottom: -20px;
}

.detail-title {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.detail-title h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0;
}

.goods-list .goods-tips {
    width: 120px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: #ec3e3b;
    padding-left: 15px;
    position: relative;
}

.goods-list .goods-tips:after {
    position: absolute;
    bottom: 0;
    right: -15px;
    display: inline-block;
    border-right: 15px solid transparent;
    border-top: 35px solid #fff;
    border-left: 20px solid transparent;
    content: "";
}

.goods-list .goods-tips > span {
    display: block;
    line-height: 17px;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 20px;
    position: absolute;
    top: 4px;
    left: 80px;
}