

.levelmenu{
    width: 100%;
}
.levelmenu a{
    width: 14%;
    padding: 0;
    text-align: center;
}
.changenews{
    height: 404px;
}
.changenews_l{
    height: 100%;
    width: 59%;
    overflow: hidden;
    border-right: 1px solid #fff;
}
.changenews_l img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.changenews_R{
    height: 100%;
    width: 41%;
    position: relative;
    background-color: #ebf3fe;
}
.changenews_R ul{
    height: 100%;
    width: 100%;
    
}
.changenews_R ul li{
    height: 20%;
    border-left: 3px solid #ebf3fe;
    transition: all .5s;
    position: relative;
}
.changenews_R ul li:last-child a{
    border-bottom: 0;
}
.changenews_R ul li::before{
    width: 1px;
    content: '';
    background-color: #fff;
    height: 100%;
    position: absolute;
}
.changenews_R ul li a{
    height: calc(100% - 18px);
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
    color: #010101;
    text-align: justify;
    margin:0 20px;
    border-bottom: solid 1px #e5e5e5;
    padding-top: 18px;
}
.changenews_R ul li:hover,.changenews_R ul li.hover{
    background-color: #eec390;
    border-left-color:#f0a346;
}
.changenews_R ul li:hover a,.changenews_R ul li.hover a{
    font-weight: bold;
}


.newslist{}
.newslist .Secondary_title{
    margin: 40px 0 20px;
}
.newslist ul{
    border-bottom: dotted 1px #dbdbdb;
    padding: 10px 0;
}
.newslist ul li{
    font-size: 16px;
    color: #303030;
    line-height: 34px;
}
.newslist ul li a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
    transition: all .5s;
}
.newslist ul li a:hover{
    text-decoration: underline;
    color: #106dc4;
    padding-left: 20px;
}
.newslist ul li b{
    font-size: 14px;
    color: #106dc4;
    display: block;
    float: left;
    margin-right: 5px;
    font-family: 'MicrosoftYaHei';
}
.newslist ul li span{
    float: right;
    font-size: 14px;
	color: #505050;
}
@media screen and (max-width:1365px){
    .changenews{
        height: 304px;
    }
    .changenews_l{
        width: 55%;
    }
    .changenews_R {
        width: 45%;
    }
    .changenews_R ul li a{
        font-size: 14px;
        line-height: 20px;
        height: calc(100% - 10px);
        padding-top: 10px;
    }
    .newslist ul li{
        font-size: 14px;
    }
    .newslist ul li span{
        font-size: 12px;
    }
}
@media screen and (max-width:1100px){
    .changenews_l{
        width: 53%;
    }
    .changenews_R {
        width: 47%;
    }
}
@media screen and (max-width:1023px){
    .secondNav{
        display: none;
    }
    .levelmenu a{
        font-size: .28rem;
    }
    .newslist .Secondary_title{
        margin: .4rem 0 .2rem;
    }
    .changenews{
        height: auto;
    }
    .changenews_l{
        width: 100%;
    }
    .changenews_R {
        width: 100%;
    }
    .changenews_R ul li{
        border-left-width: .03rem;
    }
    .changenews_R ul li a {
        font-size: .26rem;
        line-height: 1.7;
        height: auto;
        padding: .2rem 0;
        margin: 0 .2rem;
    }
    .newslist ul{
        padding: .1rem 0;
    }
    .newslist ul li {
        font-size: .26rem;
        line-height: 2.5;
    }
    .newslist ul li b{
        font-size: .24rem;
    }
    .newslist ul li span{
        font-size: .22rem;
    }
}
