.xxkb_banner {
    width: 100%;
    min-height:100%;
    padding-top: 400px;
    background: url(../images/xxkbbanner.jpg) no-repeat center top;
}
.xxkb_news {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.xxkb_news_title {
    font-size: 30px;
    font-weight: bold;
    color: #c72226;
    margin-top: 20px;
    border-bottom: 1px solid #c72226;
    clear: both;
    padding-bottom: 10px;
}
.xxkb_news_box {
    padding:0 0 30px 0;
}
.xxkb_news_li {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
}
.xxkb_news_li img {
    float: left;
    margin-right: 30px;
    width: 300px;
    height: 200px;
}
.xxkb_news_txt h3 {
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 28px;
}
.xxkb_news_txt a {
    color: #333;
}
.xxkb_news_txt p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
}
.xxkb_detail {
    color: #666;
    font-size: 16px;
    float: right;
}
@media only screen and (min-width:640px){
    .xxkb_banner {
        width: 100%;
        min-height:100%;
        background: url(../images/xxkbbanner.jpg) no-repeat center top;

    }
}
/*搜索框*/
.searchField{
    display: flex;
    justify-content: space-between;
    align-items: center;
    float:right;
    margin-top: 20px;
   
}
#search-keyword {
    margin-right: 20px;
}
.searchField input {
    width: 690px;
    height: 55px;
    border-radius: 30px;
    background: #f2f2f2;
    padding: 15px 30px;
    font-size:18px;
    color: #333;
}
.searchField input {
    width: 400px !important;
}
.searchField .btn {
    height: 55px;
    width: 170px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    background: #c72226;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 15px;
}
.searchField .btn {
    width: 130px !important;
    letter-spacing: 5px !important;
    margin-left: 10px;
}
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0;
}
.news-list .bd li {
    padding: 20px 0;
    border-bottom: solid 1px #dddddd;
    font-size: 14px;
    overflow: hidden;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #CCCCCC;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #EEEEEE;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #EEEEEE;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #FFFFFF;
    cursor: default;
    background-color: #04a07b;
    border-color: #04a07b;
}
