.innerTitle{
    margin-top: -233px;
}

.searchWarp{
    margin-bottom: 25px;
}

.inputItem{
    width: 257px;
    height: 45px;
    background: rgba(255,255,255,0.95);
    font-size: 16px;
    color: #9DA3AB;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 11px;
}

.submitBtn{
    width: 88px;
    height: 45px;
    background-color: #C7001A;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.submitBtn img{
    width: 18px;
    height: 18px;
    margin-left: 3px;
}

.newsItem{
    width: 100%;
    height: auto;
    background: #F6F8FA;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0px 0px 5px #e0dfdf;
    transition: all 1s;
    margin-bottom: 17px;
}

.newsTop{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.newsTop::before{
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/pc/inner/ny_tu9.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.newsTop::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #E7EAED;
    position: absolute;
    left: 14px;
    bottom: 7px;
}

.newsTop .time{
    font-family: TianShiBaoDiaoTiJian;
    font-weight: 900;
    display: flex;
    align-items: flex-end;
}

.newsTop .time h3{
    font-size: 30px;
    color: #8F9297;
}

.newsTop .time p{
    font-size: 18px;
    color: #C5C9CF;
}

.newsTop .more{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #F6F8FA;
    transition: all .5s;
}

.newsTop .more img{
    width: 18px;
    height: 18px;
}

.newsTop .more img:nth-child(2){
    display: none;
}

.newsInfo h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
}

.newsInfo p{
    height: 70px;
    font-size: 16px;
    color: #5D5F62;
    line-height: 35px;
}

.newsItem:hover{
    background: url(../images/pc/inner/ny_tu11.png) no-repeat;
    background-size: 100% 100%;
}

.newsItem:hover .newsTop .time h3{
    color: #333333;
}
.newsItem:hover .newsTop::before{
    background: url(../images/pc/inner/ny_tu9_hover.png) no-repeat;
    background-size: 100% 100%;
}
.newsItem:hover .newsInfo h3{
    font-weight: bold;
}
.newsItem:hover .newsTop .more{
    background: #C7001A;
}
.newsItem:hover .newsTop .more img:first-child{
    display: none;
}
.newsItem:hover .newsTop .more img:nth-child(2){
    display: inline-block;
}

@media screen and (max-width: 998px){
    .searchWarp{
        width: 100%;
        margin-bottom: 0;
    }

    .searchWarp .form{
        flex-wrap: wrap;
    }

    .form .inputItem:first-child{
        width: 100%;
        margin-right: 0;
    }

    .form .inputItem{
        width: 40%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .submitBtn{
        width: 18%;
        margin-bottom: 1%;
    }

    .innerTitle{
        border-bottom: none;
        margin-top: -175px;
    }
}

@media screen and (max-width: 540px){
    .subTitle{
        padding: 0 3%;
    }

    .innerTitle{
        margin-top: -125px;
    }

    .inputItem, .submitBtn{
        height: 35px;
        font-size: 14px;
    }

    .submitBtn img{
        width: 14px;
        height: 14px;
    }

    .newsTop .time h3{
        font-size: 15px;
    }

    .newsTop .time p{
        font-size: 9px;
    }

    .newsInfo h3{
        font-size: 14px;
    }

    .newsInfo p{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .newsTop::before{
        width: 7px;
        height: 7px;
    }

    .newsTop::after{
        bottom: 3px;
    }

    .newsTop .more{
        display: none;
    }

    .newsItem{
        padding: 12px;
    }

    .newsTop{
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .newsInfo h3{
        margin-bottom: 12px;
    }  
}