.content .innerWrap {
    width: 1270px;
    margin: 0 auto;
}

.content .innerWrap .title {
    /*padding: 0.3rem 0;*/
    margin-bottom: 0.4rem;
}

.content .innerWrap .title h1 {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    padding: 0.15rem 0;
}

.content .innerWrap .title h1::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background: #e40112;
    bottom: 0
}

.content .innerWrap .selectDown .selectBox {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 0.2rem;
    max-height: 3.6rem;
    overflow-y: auto;
    border: 1px solid #fff;
    background-color: #fff;
    display: none;
}

.content .innerWrap .selectDown .selectBox li {
    height: 0.45rem;
    line-height: 0.45rem;
    color: #4d4d4d;
    font-size: 0.14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .innerWrap .selectDown .selectBox li:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
}

.content .innerWrap .selectDown .selectBox li:hover {
    color: #e60111;
}

.content1 {
    /* 鏂板 */
    margin-top: 97px;
    padding: 0.2rem 0 0 0.2rem;
}

.content1 .cateList .tabContainer:first-child {
    border-top: 1px solid #e5e5e5
}

.content1 .tabContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5
}

.content1 .tabContainer.weight ul {
    height: auto;
    min-height: .88rem
}

.content1 .tabContainer.weight ul li {
    font-size: 16px
}

@media only screen and (max-width:1366px) {
    .content1 .tabContainer.weight ul li {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content1 .tabContainer.weight ul li {
        font-size: 14px
    }
}

.content1 .tabContainer.weight .all span {
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .content1 .tabContainer.weight .all span {
        font-size: 12px
    }
}

.content1 .tabContainer .cateTitle {
    box-sizing: border-box;
    font-size: 24px;
    height: .88rem;
    line-height: .88rem;
    padding: 0 .1rem;
    margin-right: .4rem;
    white-space: nowrap
}

@media only screen and (max-width: 1440px) {
    .content1 .innerWrap {
        width: 1110px;
    }
    .content1 .tabContainer .cateTitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content1 .tabContainer .cateTitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .tabContainer .cateTitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .tabContainer .cateTitle {
        font-size: 16px;
    }
}

.content1 .tabContainer ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: .88rem
}

.content1 .tabContainer ul li {
    display: flex;
    line-height: .36rem;
    padding: .26rem 0;
    padding-right: .5rem;
    height: calc(.88rem + 1px);
    cursor: pointer;
    font-size: 18px;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .content1 .tabContainer ul li {
        font-size: 16px
    }
}

.content1 .tabContainer ul li.active span,
.content1 .tabContainer ul li:hover span {
    position: relative;
    color: #e8010f
}

.content1 .tabContainer ul li.active span::after,
.content1 .tabContainer ul li:hover span::after {
    left: 0
}

.content1 .tabContainer ul li a {
    line-height: .36rem
}

.content1 .tabContainer ul li span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 .1rem;
    height: 100%;
    line-height: .36rem
}

.content1 .tabContainer ul li span::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    bottom: -0.25rem;
    left: -120%;
    background: #e8010f;
    z-index: 1;
    transition: all .5s
}

.content1 .innerWrap .selectDown {
    background: #eaeaea;
    padding: 0.15rem 0.3rem;
    height: 0.7rem;
    margin: 0.4rem 0;
}

.content1 .selectDown .keyword {
    width: 100%;
    float: left;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-indent: 10px;
}

.content1 .innerWrap .selectDown .search {
    width: 18%;
    height: 0.4rem;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background: #e40112;
    float: right;
    margin-right: 1px;
}

.content1 .innerWrap .selectDown .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.content1 .innerWrap .selectDown .line .three-columns {
    flex: auto;
    width: 35%;
    height: 40px;
    border: 1px solid #d9d9d9;
    font-size: 0.14rem;
    color: #333;
    border-radius: 4px;
    padding: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    position: relative;
}

.content1 .innerWrap .selectDown .line .three-columns:not(:last-child) {
    margin: 0 1% 0 0;
}

.content1 .downList {
    padding-top: 0.5rem;
}

.content1 .downList li {
    width: 1270px;
    border: 1px solid #d7d6d6;
    margin-bottom: 0.2rem;
    height: 0.6rem;
    display: inline-block;
}

.content1 .downList li .left {
    width: 50%;
}

.content1 .downList li .left h5 {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.6rem;
    padding-left: 0.3rem;
    font-size: 16px;
    color: #555;
}

.content1 .downList li .left h5 a {
    color: #000;
    opacity: 0.9;
    filter: alpha(opacity=0.9);
}

.content1 .downList li .left h5 a:hover {
    color: #e40112;
}

.content1 .downList li .right {
    float: right;
    display: -webkit-inline-box;
    width: 40%;
    text-align: left;
}

.content1 .downList li .right .downTitle {
    text-align: left;
    font-size: 14px;
    color: #777;
}

.content1 .downList li .right .downContent {
    width: 25%;
    text-align: left;
    font-size: 14px;
    color: #777;
}

.content1 .downList li .right .downDate {
    width: 28%;
    text-align: left;
    font-size: 14px;
    color: #777;
}

.content1 .downList li .right div {
    line-height: 0.6rem;
}

.content1 .downList li .right .downI {
    width: 19%;
    text-align: center;
    cursor: pointer;
}

.content1 .downList li .right .downI a {
    z-index: 99;
}

.content1 .downList li .right .downI:hover {
    color: #e8010f;
}