.ghzs_tj {

    margin-top: 20px;

}



.ghzs_tj ul {

    list-style: none;

}



.ghzs_tj li {

    display: inline-block;

    margin-right: 30px;

}



.ghzs_tj a {

    text-decoration: none;

    color: #808080;

    padding: 5px 10px;

}



.ghzs_tj a:hover {

    background-color: #004299;

    border-radius: 5px;

    color: #ffffff;

}



.ghzs_tj .choose {

    padding: 5px 10px;

    border-radius: 5px;

    background-color: #004299;

    color: #ffffff;

}



.ghzs_card {

    display: flex;

    max-width: 780px;

    margin-bottom: 20px;

    height: 154px;

}



.card_img, .card_img img {

    height: 100%;

    width: 271px;

}



.card_right {

    margin-left: 20px;

    height: 100%;

    width: 539px;

}



.right_title {

    font-size: 20px;

    color: #004299;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}



.sj_read {

    display: flex;

    margin-top: 10px;

}



.sj_read img {

    margin-right: 10px;

}



.sj, .read {

    color: #999999;

    display: flex;

    align-items: center;

    margin-right: 50px;

}



.right_text {

    color: #666666;

    margin-top: 10px;

    height: 84px;

    word-break: break-all;

	display: -webkit-box;

	-webkit-line-clamp: 4;    /* 指定行数*/

	-webkit-box-orient: vertical;

    overflow: hidden;

}