.t2-content {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

.t2c-item {
    width: 50%;
}
.gt-second{
        text-align: center;
    margin-bottom: 67px;
}

.t2ci-title {
    width: 279px;
    height: 64px;
    background-image: url(../images/bg_28.png);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 24px;
    padding-left: 40px;
}

.t2ci-item {
    padding: 20px;
    display: flex;
    align-items: center;
}

.t2cii-left {
    margin-right: 20px;
}

.t2ciil-day {
    width: 100px;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.t2ciil-time {
    width: 90px;
    background-color: #2f59e0;
    color: #FFF;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

.t2cii-right {
    flex-grow: 1;
}

.t2ciir-title {
    font-size: 18px;
    margin-bottom: 10px;
    width: 350px;
    /*一行代码显示省略号必须写宽度，否则无效*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t2ciir-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
}

.t2-page {
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.t2p-item {
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #333;
    margin: 5px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.t2p-item.current {
    background-color: #2f59e0;
    color: #FFF;
}

.t2p-item:hover {
    background-color: #2f59e0;
    color: #FFF;
}


    /*tp5.1分页样式*/
    
    .pagination {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
.pagination li {
    margin: 0px 2px;
    border: 1px solid #a7a7a7;
    padding: 5px 10px;
    display: inline-block;
}
    
    .pagination .active {
        background-color: #46a3ff;
        color: #fff;
    }
    
    .pagination .disabled {
        color: #aaa;
    }

	.t11c-item a{
		width:100%;display: inline-block;text-align: center;
	}