*{
    padding: 0;
    margin: 0;
}
.content{
    box-sizing: border-box;
    /* padding-top: 160px; */
}
.content .aBg{
    position: relative;
    width: 100%;
    min-width: 1400px;

    /* height: 420px; */
}
.content .aBg img{
    width: 100%;
    height: 100%;
}
.content .aBg .tips{
    position: absolute;
    top: 50%;
    margin-top: -75px;
    height: 150px;
    width: 100%;
    text-align: center;
}
.content .aBg .txt0{
    font-size: 60px;
    color: #fff;
    margin-bottom: 25px;
}
.content .aBg .txt1{
    font-size: 24px;
    color: #fff;
}
.sw_navBox{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 30px auto;
}
.sw_navBox .leftNav{
    width: 160px;
    height: 195px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);

}
.sw_navBox .leftNav .item{
    width: 99%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.sw_navBox .leftNav .item.active{
    background-color: #f1f1f1;
    border-right: 2px solid #0077c0;
}
.sw_navBox .rightCont{
    width: 1010px;
}
.newsList{
    width: 100%;
}
.newsList .title{
    color: #333333;
    font-size: 36px;
    text-align: center;
    margin: 10px 0 30px;
}
.newsList .listBox .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 240px;
    width: 100%;
    box-shadow:  0 0 5px #eee;
    margin-top: 20px;
    cursor: pointer;
}
.newsList .listBox .item .img0{
    width: 338px;
    height: 240px;
}
.newsList .listBox .item .middle{
    width: 500px;
    margin-left: 30px;
}
.newsList .listBox .item .middle .t1{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.newsList .listBox .item .middle .t2{
    font-size: 14px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.date{
    margin-right: 30px;
    margin-left: 40px;
    text-align: center;
}
.date .d1{
    font-size: 24px;
    color:#333333
}
.date .d2{
    margin-top: 5px;
    font-size: 14px;
    color:#cccccf
}
.special{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.special .item{
    width: 80px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: #333;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}
.special .item.active{
    background-color: #0077c0;
    color: #fff;
}

/* 手机端 */
.mobileCont {
    display: none;
}
.mobileCont .aBg{
    position: relative;
    width: 100%;
    /* height: 150px; */
}
.mobileCont .aBg img{
    width: 100%;
    height: 100%;
}
.mobileCont .aBg .tips{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 70px;
    width: 100%;
    text-align: center;
}
.mobileCont .aBg .txt0{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.mobileCont .aBg .txt1{
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;

}
.mobileCont .m_cont{
    box-sizing: border-box;
    padding: 0 15px;
}
.mobileCont .m_cont .m_se{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px 0;
}
.mobileCont .m_cont .m_se .m_item{
    display: block;
    color: 333333;
    font-size: 14px;
    margin-right: 40px;
}
.mobileCont .m_cont .m_se .m_item.active{
    color: #0077c0;
    border-bottom: 1px solid #0077c0;
}
.mobileCont .m_cont .m_se .m_item:last-child{
    margin-right: 0;
}
.mobileCont .m_list .item{
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0 0 5px #eee;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 10px;
}
.mobileCont .m_list .item img{
    width: 155px;
    height: 114px;
}
.mobileCont .m_list .item .middle{
    width: 71%;
    margin-left: 15px;
}
.mobileCont .m_list .item .middle .t1{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.mobileCont .m_list .item .middle .t2{
    color: #666666;
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
}
.mobileCont .m_list .item .middle .date{
    text-align: left;
    color: #999999;
    font-size: 12px;
    margin: 10px 0;
}
.m_page{padding: 10px 20px 20px;text-align: left;color: #ccc;text-align:center;}
.m_page span.disabled{
    padding: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px!important;
    box-sizing: border-box;
}
.m_page .prevPage{
    padding: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px!important;
    box-sizing: border-box;
}
.m_page .nextPage{
    padding: 0 10px!important;
}
.m_page span.current{
    padding: 0 10px!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px!important;
    box-sizing: border-box;
}
.m_page a{
    padding: 0 10px!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px!important;
    box-sizing: border-box;
}
.mobileCont .special {
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 5px;
}
.mobileCont .special .item{
    width: auto;
    height: auto;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
    .content{
        display: none;
    }
    .mobileCont{
        display: block;
    }
}