ul{
    list-style: none;
}
li {
    text-decoration: none;
    list-style: none;
}
#selectType {

}
#architecture {
    padding-top: 20px;
    background: #f3f3f3;
}
.select-type {
    display: flex;
    justify-content: center;

}
.select-type span {
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.select-type span a:hover {
    color: #0595c7;
}
.select-type span a.active {
    color: #0595c7;
}
.news-container ul {
    padding: 0;
}
.news-container .news-right{
    margin-left: 15px;
}
.news-container li {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: -1px;
    border: 1px #eaeaea solid;
    background: #fff;
}
.news-container li .zoomImage {
    display: block;
    /*width: 220px;*/
    /*height: 150px;*/
    /*vertical-align: middle;*/
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.news-container li .image {
    width: 220px;
    /*height: 150px;*/
    /*margin: 0 auto;*/
}
.news-container .tit .tag{
    color: #fff;
    background-color: #0595c7;
    padding: 0px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
    font-weight: normal;
}
.news-container .tit .tag i{
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #0595c7;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}
.news-container .tit .text {
    font-size: 18px;
    color: #222;
}
.news-container .tit .text:hover {
    color: #0595c7;
}
.news-container .time {
    line-height: 30px;
}
.news-container .time span {
    margin-right: 15px;
    color: #999;
    font-size: 12px;
}
.news-container .summary p {
    font-size: 12px;
    line-height: 22px;
}
.slider-bar {
    padding-right: 50px;
}

.pagination {
    margin-top: 20px;
    text-align: center;
    height: 28px;
    margin-bottom: 20px;
}
.pagination ul {
    margin: 0 auto;
}
.pagination li {
    padding: 0 10px;
    height: 28px;
    line-height: 30px;
    display: inline-block;
    background: #ddd;
    color: #666;
    margin: 0 3px;
    font-size: 14px;
}

.pagination .active, .pagination li:hover {
    background: #0595c7;
    color: #fff;
}
.pagination li.disabled:hover {
    background: #ddd;
    color: #666;
}
.pagination em {
    padding: 0 10px;
    color: #999;
    font-size: 12px;
}

@media (max-width: 768px) {
    .news-container li .image {
        width: 220px;
        /*height: 150px;*/
        margin: 0 auto;
    }
    .news-container .tit .text {
        font-size: 14px;
    }
    .news-container .news-right {
        margin-top: 5px;
    }
}
@media (min-width: 769px) and (max-width: 1199.98px) {
    .slider-bar .slider-mid .btn.btn1 {
        display: none;
    }
    .slider-bar .slider-mid .btn.btn2 {
        display: block;
    }
}

@media (min-width: 1200px) {
    .slider-bar .slider-mid .btn.btn1 {
        display: block;
    }
    .slider-bar .slider-mid .btn.btn2 {
        display: none;
    }
}