.banner {
    background-image: url(../imgs/new/banner.png);
}

.content {
    background: #F6F9FB;
}

.new {
    width: 15rem;
    margin: 1.06rem auto .62rem;
}

.new a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.46rem;
    margin-bottom: .17rem;
    position: relative;
}

.new a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 12.6rem;
    height: 3.46rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.11);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 0;
    transition: all .3s;
}

.new a:hover::after {
    opacity: 1;
}


.new_time {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #606060;
    margin-right: .3rem;
}

.new_time span {
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #606060;
}

.new_img {
    width: 3.88rem;
    height: 2.5rem;
    overflow: hidden;
    border-radius: .1rem;
    margin-right: .58rem;
    z-index: 1;
}

.new_text {
    width: 8.38rem;
    z-index: 1;
}

.new_tit {
    font-size: 0.22rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #606060;
    margin-bottom: .25rem;
}

.new a:hover .new_tit {
    color: #05529F;
}

.new_txt {
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 0.3rem;
}

.new_xq {
    width: 15rem;
    display: flex;
    margin: .56rem auto .87rem;
    align-items: flex-start;
}

.new_xq_left {
    width: 9.97rem;
    margin-right: .82rem;
}

.new_xq_tit {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #373737;
    margin-bottom: .38rem;
}

.new_xq_time {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #2D3441;
    margin-bottom: .35rem;
}

.new_xq_time img {
    width: .28rem;
    height: .28rem;
    margin-right: .15rem;
}

.new_xq_txt {
    margin: .35rem 0 .48rem;
}

.new_xq_txt p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #2D3441;
    line-height: 0.3rem;
}

.new_xq_txt img {
    display: block;
    margin-top: .28rem;
}

.new_xq_page {
    width: 100%;
    margin-top: .46rem;
}

.new_xq_page_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .58rem;
}

.new_xq_page_box a {
    max-width: 4rem;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
}

.new_xq_page_box a:hover {
    color: #195D9C;
}

.new_page_back {
    width: 1.5rem;
    height: 0.5rem;
    background: #195D9C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 auto;
}

.new_xq_right {
    width: 4.2rem;
}

.new_xq_right_tit{
    width: 4.2rem;
    height: 0.65rem;
    background: #195D9C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FEFFFF;
    margin-bottom: .4rem;
}

.hot_new a{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    line-height: 0.3rem;
    margin-bottom: .2rem;
}

.hot_new a:hover{
    color: #195D9C;
}

.hot_new a::before{
    content: '';
    width: 0.04rem;
    height: 0.5rem;
    background: #000000;
    margin-right: .15rem;
}

.hot_new a:hover::before{
    background: #195D9C;
}
.content form {
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.content form div {
    width: 50%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #999999;
    border-radius: 1rem;
}

.content form input {
    border: 0;
    outline: none;
    height: 80%;
    width: 80%;
    border-radius: 1rem;
    margin-right: 0.2rem;
    padding: 0 0.2rem;
    background: #FFFFFF;
}

.content form button {
    border: 0;
    background: transparent;
    height: 80%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:1024px){
    .new{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .new a{
        flex-direction: column;
        height: auto;
        margin-bottom: 15px;
    }
    .new_time{
        font-size: 12px;
        margin: 0;
    }
    .new_img{
        margin: 15px;
    }
    .new_text{
        width: 100px;
    }
    .new_xq{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .new_xq_right{
        display: none;
    }
    .new_xq_left{
        margin: 0 auto;
        width: 100%;
    }
    .new_xq_time{
        font-size: 12px;
    }
    .new_xq_page_box a{
        max-width: 50%;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new_page_back{
        font-size: 12px;
    }
    .new_tit{
        font-size: 14px;
    }
    
    .content form div {
        padding: 0 15px;
    }
}