/* 全局样式 */

* {
    padding: 0;
    margin: 0;
}
body {
    font-size: 14px;
}

ul li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
.banxin{
    max-width: 1250px;
    margin: 0 auto;
}
/* 新闻列表 */
.new_box{
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0;
}
.new_box .banxin ul li{
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 30px 0
}
.new_box .banxin ul li:hover{
    box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}
.new_box .banxin ul li:hover h3 a{
    color: #f19215;
}
.new_box .banxin ul li a{
    display: flex;
    justify-content: space-between;
}
.new_box .banxin ul li a div{
    overflow: hidden;
}
.new_box .banxin ul li a div:first-of-type{
    width: 320px;
}
.new_box .banxin ul li a div:last-of-type{
    width: 900px;
    padding: 20px 0;
}
.new_box .banxin ul li a img{
    height: 205px;
    float: left;
    width: 100%;
    transition: all 0.5s;
}
.new_box .banxin ul li:hover a img{
    transform: scale(1.1);
}
.new_box .banxin ul li h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.new_box .banxin ul li:hover h3{
    color: #f19215;
}
.new_box .banxin ul li p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 5px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;/*控制行数*/
    overflow: hidden;
}
.time{
    margin: 0!important;
    font-size: 13px!important;
    color: #999!important;
}
.more{
    width: 130px!important;
    line-height: 38px;
    display: block;
    color: #333;
    text-align: center;
    transition: all 0.5s;
    border: 1px solid #eaeaea;
    margin-top: 10px;
    background: #eaeaea;
}
.new_box .banxin ul li:hover .more{
    background: #f19215;
    color: #fff;
}
.page_boa{
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.page_box{
    display: flex;
    justify-content: flex-end;
}
.page_box .showpage span:first-child,
.page_box .showpage,
.page_box .pager_num span:first-child{
    margin-right: 10px;
}

/* 详情页 */
.hyxwxqy_box{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
.hyxwxqy_box .banxin h4{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    line-height: 28px;
}
.hyxwxqy_box .banxin .date{
    color: #999;
    text-align: center;
    margin: 20px 0;
}
.hyxwxqy_box .banxin img{
    display: block;
    margin: 0 auto 15px;
}
.hyxwxqy_box .banxin .nr_text p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    text-indent: 2em;
}
.paging{
    margin-top: 50px;
    padding: 30px 0;
    text-align: right;
    border-top: 1px solid #f5f5f5;
}
.paging span a{
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}