.b1,.reInfo{
    border: 1px solid #ccc;
    padding:20px;
}
.news-box{
    border-radius: 4px;
}
.newInfo .title{
    text-align: center;
    padding-bottom:  20px ;
}
.newInfo .mark{
    text-align: center;
    border-top:1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #999999;
    line-height: 3;
}
.newInfo .mark span{
    padding-left: 10px;
    color:#333;
    font-size:14px;
}
.newtxt{
    padding: 20px 0;
}
.newtxt p{
    line-height: 2.3;
    font-size: 16px;
    width:100%;
    font-size:14px;
}
.newtxt p img{
    width:100%;
    margin: 0 auto;
}
.reLink{
    padding: 20px 0;
    border-top:2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    margin: 10px 0;
    color: black;
    font-size: 15px;
}



/* 推荐资讯 */
.tjzx{
    background-color: #358fb7;
    border-radius: 4px;
}
.tjzx-wrap{
    width:1200;
    margin:0 auto;
    display: block;
}

.tjzx-wrap .tjzx-top{
    box-sizing: border-box;
    width:50%;
    display: inline-block;
    font-size:20px;
    font-weight: bold;
    color:#fff;
    padding:15px 10px;
}
.tjzx-wrap .more{
    box-sizing: border-box;
    font-size:14px;
    width:50%;
    margin-left:-8px;
    display: inline-block;
    padding:19px 10px;
    vertical-align: bottom;
    color:#fff;
    text-align:right;
}
.tjzx-wrap .tjzx-main{
    max-height: 460px;
    overflow:hidden;
}
.tjzx-wrap .tjzx-main .myitem{
    box-sizing:border-box;
    width:560px;
    padding:20px;
    display: inline-block;
    box-shadow: 2px 2px 4px #ccc;
    height: 190px;
    margin:20px 0 20px 24px;
}
.tjzx-wrap .tjzx-main .myitem a{
    display: block;
    width:100%;
}
.tjzx-wrap .tjzx-main .myitem a div{
    display: inline-block;
    width:290px;
    vertical-align: top;
    margin-left:20px;

}
.tjzx-wrap .tjzx-main .myitem img{
    vertical-align: top;
    width:200px;
    object-fit: scale-down;
    max-height: 150px;
    overflow:hidden;
}
.tjzx-wrap .tjzx-main .myitem p,
.tjzx-wrap .tjzx-main .myitem .txt{
    width:200px;
    margin-bottom:10px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.tjzx-wrap .tjzx-main .myitem p{
    font-size:20px;
    color:#333;
    font-weight: bold; 
}
.tjzx-wrap .tjzx-main .myitem .time{
    font-size:14px;
    font-weight: normal;
    margin-top:20px;
}
