 .head{
    width: 100%;
    height: 320px;
    background-position: top center;
    background-size: 100% 100%;
}
.content-search{
    height: 50px;
    line-height: 50px;
    margin: 22px 78px 40px 94px;
    padding: 8px 18px 8px 4px;
    font-size: 20px;
    color: #000;
}
.content-search > div{
    height: 50px;
    line-height: 50px;
}
.content-search img{
    width: 20px;
    height: 20px;
    margin: 0 4px 4px;
}
.search-input{
    width: 384px;
    height: 45px;
    padding-left: 10px;
    font-size: 15px;
    border: 2px solid #0168b7;
}
.searchbtn{
    display: inline-block;
    width: 92px;
    height: 49px;
    font-size: 15px;
    background-color: #0168b7;
    color: #fff;
    margin: 0 -6px;
    cursor: pointer;
}
.content-list{
    width: 92%;
    margin: 0 auto;
}
.content-list li{
    float: left;  
    width: 42%;
    margin: 10px 18px;
    padding: 14px 30px 14px 14px;
    border: 1px solid #dadada;
    overflow: hidden;
    cursor: pointer;
}
.news-list li:hover{
    background-color: #0168b7;
    color: #fff;
}
.news-list li:hover span{
    color: #fff;
}
.news-list li:hover time{
    border-right: 1px solid #fff;
}
.news-list li:hover span:first-child{
    border-bottom: 2px solid #fff;
}
.news-list li:hover .tit{
    color: #fff;
}
.list-img{
    float: left;
    width: 45%;
    height: 154px;
}
.list-img img{
    width: 100%;
    height: 100%
}
.content-list .intro{
    float: right;
    width: 51%;
    overflow: hidden;
}
.content-list .intro h4{
    height: 44px;
    line-height: 24px;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list .intro h4{
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    overflow: hidden;
}
.content-list .intro h4 a{
    color: #000;
}
.content-list .intro h4 a:hover{
    color: #f39800;
}
.news-list .intro h4 a:hover{
    color: #fff;
}
.content-list .intro p{
    height: 84px;
    line-height: 20px;
    font-size: 15px;
    margin-top: 12px;
    overflow: hidden;
}
.news-list .time{
    float: left;
    width: 11%;
    border-right: 1px solid #0168b7;
    text-align: center;
    padding: 4px 20px 8px;
}
.news-list .time span{
    display: block;
    color: #0168b7;
    font-size: 12px;
}
.news-list .time span:first-child{
    height: 48px;
    font-size: 28px;
    border-bottom: 2px solid #0168b7;
}
.news-list .intro{
    width: 76%;
}
.news-list .intro p{
    line-height: 22px;
    height: 46px;
}

@media screen and (min-width: 1024px) and (max-width: 1152px){
    body {
        font: 14px/1.5 'Microsoft Yahei',Tahoma,Helvetica,Arial,sans-serif;
    }
    .head .logo{
        display: none;
    }
    .content-list li{
        width: 331px;
    }
    .list-img{
        height: 112px;
    }
    .content-list .intro h4{
        line-height: 16px;
        font-size: 14px;
    }
    .news-list .intro h4{
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .content-list .intro p{
        height: 62px;
        line-height: 16px;
        font-size: 12px;
        margin-top: 8px;
    }
    .news-list .time{
        width: 15%;
    }
    .news-list .time span:first-child{
        height: 48px;
        font-size: 28px;
        border-bottom: 2px solid #0168b7;
    }
    .news-list .intro{
        width: 68%;
    }
    .news-list .intro p{
        height: 50px;
    }
    .footer .qrcode{
        margin-right: 40px;
    }
    .footnav{
        margin: 42px 0 46px 14px;
    }
    .footnav a{
        margin: 0 6px;
    }
    .footer .copyright {
        margin: 0 0 23px 134px;
    }
}