.news-container {
}
.news-container .news {
    margin-top: 30px;
}
.news-container .news .newstop {
    width: 100%;
}
.news-container .news .newstop .newsimg {
    width: 45%;
    height: 350px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.news-container .news .newstop .newsimg img {
    width: 100%;
    min-height: 100%;
}
.news-container .news .newstop .newsdetail {
    width: 54%;
    height: 350px;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    background-color: #fff;
}
.news-container .news .newstop .newsdetail .newsdetailtitle {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.news-container .news .newstop .newsdetail .newscontent {
    font-size: 18px;
    margin-bottom: 40px;
    height: 160px;
}
.news-container .news .newstop .newsdetail .newscontent .news-cont {
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.news-container .news .newstop .newsdetail .newsbottom {
    bottom: 30px;
    width: 100%;
    font-size: 20px;
}
.news-container .news .newstop .newsdetail .newsbottom .newstime {
    width: 50%;
    display: inline-block;
}
.news-container .news .newstop .newsdetail .newsbottom .newsa {
    font-size: 18px;
    width: 48%;
    text-align: right;
    display: inline-block;
}
.news-container .news .newslist {
    padding: 20px;
    background-color: #fff;
    margin: 30px 0;
}
.news-container .news .newslist .mainbtn {
    background-color: rgb(226, 226, 226);
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin: 10px auto 20px;
    font-size: 20px;
    text-align: center;
}
.news-container .news .newslist .mainbtn:hover {
    background-color: rgb(220, 231, 251);
}
.news-container .news .newslist .mainbtn a {
    display: block;
}
.news-container .news .xuanzhong{
    background-color: #dce7fb !important;
}
.news-container .news .pag {
    text-align: center;
}
.newslist-container {
    margin-bottom: 25px;
    color: #333;
    padding: 0 30px;
}
.newslist-container a{
    text-decoration:none;/*去掉链接文本默认的下划线*/
    cursor:default;/*改变链接的鼠标手形形状，使之成箭头形状*/
    color:inherit;/*不让它成链接文本的默认蓝色，让它从父元素继承字体颜色*/
}
.newslist-container .itemdetail {
    width: 100%;
    overflow: hidden;
}
.newslist-container .itemdetail .detailimg {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
.newslist-container .itemdetail .detailimg img{
    width: 100%;
    min-height: 100%;
}
.newslist-container .itemdetail .detailmain {
    width: 84%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.newslist-container .itemdetail .detailmain .newtitle {
    font-size: 20px;
    margin-bottom: 20px;
}
.newslist-container .itemdetail .detailmain .newcontent {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.newslist-container .itemdetail .detailmain .newtime {
    text-align: right;
}