body {
	font-family: "Microsoft Yahei",Source Han Sans SC; Songti SC, pingfang SC, meiryo, Tahoma, Helvetica, Arial, sans-serif !important;
}

* {
	margin: 0;
	padding: 0;
    font-size: 12px;
}
.news_first_img_out>img{
    height: auto;
    width: 100%;
}

.news_list{
    padding:61px 17px 30px 17px;
}
.new-item{
    margin-bottom: 15px;
}
.new-top{
    position: relative;
    display: flex;
    width:100% ;
    height: 74px;
    background-color: #fff;
    text-decoration: none;

}
.new-bottom{
    width:100%;
    height:30px;
    background-color: #eee;
    text-align: left;
    line-height: 30px;
    color: #a6a6a6;
}
.new-top img{
    width: 76px;
    height: 57px;
    margin:0px 12px 0px 0px;   
}
.new-info{
    text-align: left;
}
.new-info>p:first-child{
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.new-info>p:last-child{
    width: 100%;
    height: 10px;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 13px;
}

.detail{
    position: absolute;
    top:38px;
    right: 2px;
    width: 75px;
    height: 18px;
    line-height: 18px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    border-radius: 9px;
    text-align: center;
}
.btnmore{
    margin-bottom: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnmore span{
    width: 130px;
    height: 27px;
    line-height: 28px;
    background:#FFFFFF;
    border: 0.5px solid #000000;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: center; 
}
