.newsList{
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.newsList .content{
    padding: 20px;
}
.newsList .newsTap{
    border-bottom: 2px solid #e13b29;
    padding-left: 5px;
}
.newsList .newsTap a{
    text-align: center;
    float: left;
    line-height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #f2f2f2;
    margin-right: 5px;
    padding: 0px 15px;
    border-radius: 6px 6px 0 0;
}
.newsList .newsTap a.active{
    background: #e13b29;
    color: #fff;
}
.newsList .newsTap a:hover{
    background: #383838;
    -moz-transition: ease-out 0.35s;
    -o-transition: ease-out 0.35s;
    -webkit-transition: ease-out 0.35s;
    transition: ease-out 0.35s;
    background: #e13b29;
    color: #fff;
}
.newsList .newsBox{
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsList .newsBox li{
    padding: 0px 15px;
    width: 590px;
}

.newsList .newsBox li:nth-child(3), .newsList .newsBox li:nth-child(4),.newsList .newsBox li:nth-child(7), .newsList .newsBox li:nth-child(8) {
    background-color: #f4f4f4;
}
.newsList .newsBox li:nth-child(11), .newsList .newsBox li:nth-child(12),.newsList .newsBox li:nth-child(15), .newsList .newsBox li:nth-child(16) {
    background-color: #f4f4f4;
}
.newsList .newsBox li:nth-child(19), .newsList .newsBox li:nth-child(20),.newsList .newsBox li:nth-child(23), .newsList .newsBox li:nth-child(24) {
    background-color: #f4f4f4;
}

.newsList .newsBox li:nth-child(27), .newsList .newsBox li:nth-child(28),.newsList .newsBox li:nth-child(31), .newsList .newsBox li:nth-child(32) {
    background-color: #f4f4f4;
}
.newsList .newsBox li:nth-child(35), .newsList .newsBox li:nth-child(36),.newsList .newsBox li:nth-child(39), .newsList .newsBox li:nth-child(40) {
    background-color: #f4f4f4;
}

.newsList .newsBox li:nth-child(odd) {
    margin-right:10px;
    width: 580px;
}
.newsList .newsBox li a{display: block;padding: 11px 0;}
.newsList .newsBox li a span{
    float: left;
    background: url(../images/pic_3.png) no-repeat left center;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
}
.newsList .newsBox li a i{
    float: right;
    font-style: normal;
    color: #818181;
}
.newsList .newsBox li a em{
    float: right;
    font-style: normal;
    margin-right: 20px;
}
.newsList .newsBox li:nth-child(even) {
    /* background-color: #f4f4f4; */
}
.newsList .newsBox li a:hover{
    color: #e13b29;
}
.newsList .newsBox li a:hover i{
    color: #e13b29;
}
.newsMain{

min-height: calc(100vh - 415px);
}
.newsMain .left{width: 610px;float: left;}
.newsMain .right{width: 610px;float: right;height: 200px;}
/************移动端适配***************/
body{
    display: none;
}
.isPhone .mbx{
    display: block;
    padding: 0.25rem;
    padding-bottom: 0;
}
.isPhone .mbx p{
    color: #949494;
}
.isPhone .mbx p i,.isPhone .mbx p em{
    font-style: normal;
}
.isPhone .newsList .content{
    padding: 0.25rem;
}
.isPhone .newsList .newsTap{
    display: flex;
    padding: 0;
    gap: 0.15rem;
}
.isPhone .newsList .newsTap a{
    font-size: 0.26rem;
    line-height: normal;
    margin: 0;
    padding: 0.15rem 0.1rem;
    flex: 1;
}
.isPhone .newsList .newsTap:after{
    display: none;
}
.isPhone .newsMain{
    min-height: calc(100vh - 415px);
}
.isPhone .newsList .newsBox{
    padding: 0.15rem 0;
    display: block;
    flex-direction: column;
}
.isPhone .newsList .newsBox li{
    width: auto;
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed #aaaaaa;
    background: #fff;
}
.isPhone .newsList .newsBox li a{
    background: none;
    padding: 0.15rem 0;
    display: block;
}
.isPhone .newsList .newsBox li a span{
    float: none;
    display: block;
    font-size: 0.26rem;
    background: url(../images/svg/10.svg) no-repeat left 0.05rem;
    background-size: 0.28rem;
    padding-left: 0.4rem;
    color: #16223e;
    line-height: 0.4rem;
    width: auto;
}
.isPhone .newsList .newsBox li a i{
    color: #9c9c9c;
    font-size: 0.26rem;
    padding-top: 0.1rem;
}







