
.jzdh {
    display: flex;
    line-height: 50px;
    font-size: 18px;
    height: 50px;
    margin-bottom: 55px;
    border-bottom: solid 1px #ddd;
    justify-content: center;
}
.jzdh li {
    padding-left: 40px;
    position: relative;
}
.jzdh li .dot {
    background: #ccc;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-top: 20px;
    left: 20px;
}
.jzdh .active a {
    border-bottom: #0067AC solid 2px;
    display: block;
    line-height: 50px;
    color: #0067AC;
}
.select-menu {
    width: 100%;
    height: 50px;
    left: 0;
    z-index: 2;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    display: block;
}
@media screen and (min-width: 768px){
    .select-menu {
        display: none;
    }
}
.news-list li {
    border-bottom: 1px dashed #e4e4e4;
    padding-top: 15px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    height: 180px;
}
.news-list li.hasthumb {
    position: relative;
}
.news-list li .thumb {
    float: left;
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin-right: 30px;
}
.news-list li .thumb {
    overflow: hidden;
}
.news-list li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.con {
    width: 930px;
    float: right;
    position: relative;
}
.news-list li .title3 {
    margin-top: 10px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 20px;
}
.news-list li h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.news-list li h2 a {
    font-size: 16px;
    color: #5d5a5a;
    font-weight: bolder;
}
.news-list li p {
    color: #797979;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 16px;
}
.clearfix {
    clear: both;
}
.con .info {
    position: absolute;
    right: 20px;
    top: 10px;
}
.news-list li .info {
    font-size: 13px;
    color: #999;
    line-height: 29px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.news-list li .info .mark {
    margin-left: 10px;
    color: #999;
}
#pages {
    margin: 60px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
#pages a {
    display: block;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
}
.pageSpan {
    display: block;
    margin: 10px;
    padding: 10px;
    background: #0067AC!important;
    color: #fff;
}
#m-more {
    width: 100%;
    height: 45px;
    color: #888;
    border: solid 1px #ddd;
    margin-top: 15px;
    float: left;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    #m-more {
        display: none;
    }
}
/* 移动端样式 */
@media only screen and (max-width: 768px) {
    #m-more {
        display: none;
    }
}
