.item>.tite {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top:15px;
    text-align: center;
    font-size: 16px;
    color: #dd0031;
    font-weight: bold;
}
.item .con {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
}
.item .con>p{
	/* margin:4px 0; */
	line-height: 12px;
}
.box {
    min-width: 320px;
    max-width: 768px;
    height: auto;
    margin: auto;
    background-color: #fff;
    clear: both;
}
.home-news {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #DEDEDE;
}
.home-news .name {
    width: 100%;
    height: 50px;
    clear: both;
}
.home-news .list {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
.home-news .list .nl {
    width: 100%;
    height: 127px;
    clear: both;
    overflow: hidden;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}
.home-news .list .nl .img {
    width: 132px;
}
.home-news .list .nl .img img {
    width: 132px;
    height: 87px;
}
.home-news .list .nl .info {
    width: calc(100% - 147px);
    width: -moz-calc(100% - 147px);
    width: -webkit-calc(100% - 147px);
    padding-left: 15px;
}
.home-news .more {
    margin-top: 15px;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.home-news .more a {
    display: inline-block;
    font-size: 14px;
    color: #929292;
    width: 80px;
    height: 26px;
    background-color: #fff;
    border-radius: 23px;
    text-decoration: none;
}
.home-news .list .nl .info .word {
    width: 100%;
    height: 67px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.home-news .list .nl .info .time {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #929292;
    text-align: right;
}