.router{
	margin-top: 62px;
}
.InformationIndex {
    width: 100%;
    height: auto;
}
.InformationIndex .InformationIndex_wrapper {
    width: 890px;
    height: auto;
    /*min-height: 750px;*/
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
}
.InformationIndex .InformationIndex_wrapper .info_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left {
    width: 890px;
    margin-right: 10px;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .tabListInfo {
    width: 100%;
    height: auto;
    min-height: 150px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.text_ban_on_selected[data-v-798c6e5e] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.informationAndAnnouncementListItem {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #f2f2f2!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    cursor: pointer;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .tabListInfo .list:last-child {
    border: none;
}
.informationAndAnnouncementListItem .info-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.informationAndAnnouncementListItem .info-content .list_text {
    width: 350px;
}
.informationAndAnnouncementListItem .info-content .list_text .text_top {
    margin-bottom: 35px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
}
.informationAndAnnouncementListItem .info-content .list_text .text_top .title {
    display: inline-block;
    font-size: 18px;
    color: #3c3c3c;
    line-height: 17px;
    width: 350px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
    line-height: 25px;
}
.informationAndAnnouncementListItem .info-content .list_text .idx_two {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.informationAndAnnouncementListItem .info-content .list_text .user_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
}
.informationAndAnnouncementListItem .info-content .list_text .user_info .info_left .user_name {
    color: #0293f8;
}
.informationAndAnnouncementListItem .info-content .list_text .user_info .info_left .time, .informationAndAnnouncementListItem .info-content .list_text .user_info .info_left .user_name {
    margin-right: 15px;
}
.informationAndAnnouncementListItem .info-content .list_img {
    position: relative;
    overflow: hidden;
    height: 110px;
}
.informationAndAnnouncementListItem .info-content .list_img .information_img {
    width: 180px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
}
.text_ban_on_selected {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .get_more {
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 40px;
    margin: 0;
    padding: 0;
    outline: none;
    border-radius: 2px;
    font-size: 16px;
    color: #3c3c3c;
}