* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    background: #ffffff;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    width: 100%;
    height: 52vw;
    background: url("../images/banner_m.png") no-repeat;
    background-size: 100% 100%;
}

.headlines {
    text-align: center;
    color: #d61419;
    width: 96%;
    font-size: 1.1rem;
    margin: 1rem auto;
}

.newsPic {
    width: 100%;
    height: 67vw;
    position: relative;
}

.newsPic .swiper-container1 {
    width: 100%;
    height: 66vw;
}

.newsPic .swiper-container1 a {
    display: block;
    position: relative;
}

.newsPic .swiper-container1 a img {
    display: block;
    width: 100%;
    height: 62vw;
}

.newsPic .swiper-container1 a p {
    position: absolute;
    width: 66%;
    height: 3rem;
    line-height: 3rem;
    bottom: 0;
    font-size: 1rem;
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 33%;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);

}

.newsPic .pagination {
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 1.85rem;
    z-index: 10;
    width: 32%;
}

.newsPic .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #dadada;
    margin: 0 5px;
    cursor: pointer;
}

.newsPic .swiper-active-switch {
    background: #e9243c;
}

.news {
    width: 96%;
    margin: 0 auto 3rem;
}

.news .title {
    width: 100%;
    margin: .2rem auto;
}

.news .title h4 {
    padding-left: .2rem;
}

.news .title h4 a {
    font-size: 1.2rem;
    color: #2e6da1;
    height: 2.8rem;
    line-height: 2.8rem;
}

.news .title .line {
    width: 100%;
    height: 1px;
    background: #505050;
}

.newsList .listNav {
    border-bottom: 1px solid #505050;
    margin-bottom: 18px;
}

.newsList .listNav li {
    display: inline-block;
    color: #797979;
    line-height: 2.8rem;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right:1rem;
}

.newsList .listNav li a{
    display: inline-block;
}

.newsList .listNav li.active{
    color: #076fbe;
}
.hide{
    display: none;
}
.news .list li {
    line-height: 1.4rem;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    color: #333333;
    padding: .8rem 0;
}

.news .list li a {
    display: block;
    width: 95.4%;
    text-align: left;
}

.news .list li span {
    width: 6px;
    display: block;
    height: 6px;
    background: #cccccc;
    margin-right: 8px;
    margin-top: .6rem;
    vertical-align: center;
}


.news a.more {
    display: block;
    width: 100%;
    line-height: 2rem;
    height: 2rem;
    margin: 1.2rem auto .6rem;
    background: #f2f2f2;
    text-align: center;
    color: #666666;
}

.trends {
    width: 96%;
    margin: 0 auto;
}

.trends ul.aside {
    height: 2.8rem;
    width: 100%;
    line-height: 2.8rem;
    border-bottom: 1px solid #333333;
    font-size: 1.2rem;

}

.trends ul.aside span {
    width: 1px;
    height: 1rem;
    background: #cccccc;
    display: inline-block;
    margin: 0 10px;
    vertical-align: -1px;
}

.trends ul.aside li {
    display: inline-block;
    font-weight: bold;
    margin: 0 .1rem;
}

.trends ul.aside li.active {
    color: #d61419;
}

.trends .section .content {
    margin-top: .2rem;
    display: block;
    width: 100%;
}

.trends .section .content.hide {
    display: none;
}

.trends .list li {
    padding: .8rem 0;
    border-bottom: 1px solid #dfdfdf;
    color: #333333;
    max-height: 180px;
}
.trends .list li a{
    line-height: 1.4rem;
    overflow: hidden;
    display: block;
    width: 95.4%;
    max-height: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trends .list li span {
    width: 6px;
    display:block;
    height: 6px;
    margin-top: 5px;
    background: #cccccc;
    margin-right: 8px;
    vertical-align: center;
}

.trends a.more {
    display: block;
    width: 100%;
    line-height: 2rem;
    height: 2rem;
    margin: 1.2rem auto .6rem;
    background: #f2f2f2;
    text-align: center;
    color: #666666;
}