*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
* img{
    display: block;
    width: 100%;
}
.wrap{
    width: 100%;
    overflow: hidden;
}
.pc .news_main{
    width: 100%;
    height: 10.8rem;
    background: url(../img/ejnews/bj.jpg) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.pc .backHome{
    width: 2.43rem;
    height: 0.74rem;
    position: absolute;
    top: 8.76rem;
    right: 1.05rem;
    cursor: pointer;
}
.pc .newsListsBox{
    width: 12.88rem;
    height: 6.36rem;
    margin: 2.14rem 0 0 3.4rem;
    padding: 0.3rem 0.38rem;
    box-sizing: border-box;
}
.pc .newsListsBox .menus{
    width: 100%;
    height: 0.6rem;
    border-bottom: 0.01rem solid #1f1f1f;
}
.pc .newsListsBox .menus li{
    display: block;
    width: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.2rem;
    color: #1f1f1f;
    float: left;
    margin-right: 0.55rem;
    font-weight: bold;
    cursor: pointer;
}
.ysq_btn{
    text-decoration: underline;
}
.ysq_btn:hover,.ysq_btn:hover a{
    color: #f00 !important;
}
.pc .newsListsBox .menus li.active,.newsListsBox .menus li:hover{
    color: #ed8b44;
}
.pc .n_listBox{
    display: none;
    width: 100%;
    height: 5.76rem;
    overflow: hidden;
}
.pc .n_list{
    width: 100%;
    height: 4rem;
}
.pc .n_list li{
    width: 100%;
    height: 0.8rem;
    overflow: hidden;
    border-bottom: 0.01rem solid #c5c5c5;
}
.pc .n_list li a{
    display: block;
    width: 100%;
    height: 0.8rem;
}
.pc .n_list li a .time{
    width: 0.8rem;
    height: 0.8rem;
    float: left;
    position: relative;
}
.pc .n_list li a .time span:nth-child(1){
    display: block;
    position: absolute;
    transform: rotate(90deg);
    left: 0;
    bottom: 0.22rem;
    font-size: 0.08rem;
    width: 0.1rem;
    color: #4b4b4b;
}
.pc .n_list li a .time span:nth-child(2){
    display: block;
    position: absolute;
    bottom: 0.09rem;
    left: 0.12rem;
    font-size: 0.22rem;
    color: #4b4b4b;
    font-weight: bold;
}
.pc .n_list li a .title{
    width: calc(100% - 0.9rem);
    height: 0.8rem;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-top: 0.44rem;
    box-sizing: border-box;
}
.pc .n_list li a .title span:nth-child(1){
    display: block;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    color: #4b4b4b;
}
.pc .n_list li a .title span:nth-child(2){
    display: block;
    font-size: 0.16rem;
    font-weight: bold;
    color: #4b4b4b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc .n_listBox.qb{
    display: block;
}
.mb .news_main{
    width: 100%;
    height: 14.40rem;
    background: url(../img/ejnews/mb/bg_mo.jpg) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.mb .backHome{
    width: 2.43rem;
    height: 0.74rem;
    position: absolute;
    top: 0.66rem;
    right: 0.5rem;
    cursor: pointer;
}
.mb .newsListsBox{
    width: 6.52rem;
    height: 8.52rem;
    margin: 4.7rem auto 0;
}
.mb .newsListsBox .menus{
    width: 100%;
    height: 0.85rem;
    border-bottom: 0.01rem solid #cecece;
    display: flex;
    justify-content: end;
    align-items: center;
}
.mb .newsListsBox .menus li{
    height: 0.85rem;
    line-height: 0.85rem;
    font-size: 0.28rem;
    color: #434343;
    float: left;
    margin-right: 0.45rem;
    font-weight: bold;
}
.mb .newsListsBox .menus li.active{
    color: #ed8b44;
}
.mb .n_listBox{
    display: none;
    width: 100%;
    height: 7.1rem;
    overflow: hidden;
}
.mb .n_listBox.qb{
    display: block;
}
.mb .n_list{
    width: 5.4rem;
    height: 6rem;
    margin: 0 auto;
}
.mb .n_list li{
    width: 100%;
    height: 1rem;
    overflow: hidden;
    border-bottom: 0.01rem solid #c5c5c5;
    box-sizing: border-box;
}
.mb .n_list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.08rem;
    box-sizing: border-box;
}
.mb .n_list li a .time{
    width: 1.1rem;
    height: 1rem;
    float: left;
    position: relative;
}
.mb .n_list li a .time span:nth-child(1){
    display: block;
    position: absolute;
    transform: rotate(90deg);
    left: 0;
    bottom: 0.52rem;
    font-size: 0.14rem;
    width: 0.1rem;
    color: #4b4b4b;
}
.mb .n_list li a .time span:nth-child(2){
    display: block;
    position: absolute;
    bottom: 0.28rem;
    left: 0.16rem;
    font-size: 0.32rem;
    color: #4b4b4b;
    font-weight: bold;
}
.mb .n_list li a .title{
    width: calc(100% - 1.1rem);
    height: 1rem;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mb .n_list li a .title span:nth-child(1){
    height: 1rem;
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    color: #4b4b4b;
    float: left;
    line-height: 1rem;
}
.mb .n_list li a .title span:nth-child(2){
    height: 1rem;
    display: block;
    font-size: 0.2rem;
    float: left;
    font-weight: bold;
    color: #4b4b4b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1rem;
}