.dots {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 32px;
    background: #ffcccc;
    margin-top: 2px;
    text-align: center;
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.dot:not(:first-child) {
    margin-left: 10px;
}
.dot.active {
    background: #ff3333;
    cursor: default;
}
/*TODO*/

.t1 {
    background: #fff;
    padding-top: 30px;
}
.t2 {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    height: 58px;
    line-height: 58px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(to right, #cc0000 , #ff3333);
}
.t3 {
    flex-grow: 1;
    font-size: 14px;
    color: #fff;
}
.t4 {
    margin-left: 23px;
    font-weight: bold;
}
.t5 {}
.t5 a:not(:first-child) {
    margin-left: 24px;
}
.t5 a:hover {
    color: #fff;
    font-weight: bold;
}
.t5 a.active {
    font-weight: bold;
}
.t6 {
    align-self: center;
    margin-right: 25px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #cc0000;
}
.t6 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.t6 a:hover {
    -webkit-box-shadow: 0 4px 4px rgba(51, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 4px rgba(51, 0, 0, 0.3);
    box-shadow: 0 4px 4px rgba(51, 0, 0, 0.3);
    font-weight: bold;
}

.t7 {
    display: flex;
    margin: 0 auto;
    width: 1200px;
}
.t8 {
    flex-grow: 1;
}
.t9 {
    display: flex;
    align-items: center;
    margin-top: 9px;
    padding: 15px 0;
    height: 70px;
    border-left: 2px solid #ff5b57;
    background: #fff;
    cursor: pointer;
}
.t9:hover {
    -webkit-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
}
.t10 {
    flex-shrink: 0;
    margin-left: 20px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #ccc;
    border-radius: 4px;
}
.t10.top-1 {
    background: #e00b0b;
}
.t10.top-2 {
    background: #ff6633;
}
.t10.top-3 {
    background: #ffcc33;
}
.t11 {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    box-sizing: border-box;
    width: 166px;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.t11 img {
    max-width: 100%;
}
.t29 {
    flex-shrink: 0;
    margin-left: 20px;
    width: 70px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.t12 {
    flex-grow: 1;
    margin: 0 18px 0 20px;
}
.t13 {
    font-size: 14px;
    font-weight: bold;
}
.t14 {
    margin-top: 4px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    /*省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t18 {
    width: 167px;
    flex-shrink: 0;
    margin-left: 2px;
}
.t19 {
    margin-top: 9px;
}
.t20 {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff5b57;
    color: #fff;
}
.t21 {
    font-size: 14px;
    font-weight: bold;
}
.t22 {
    position: absolute;
    right: 8px;
}
.t22:hover {
    color: #333;
}
.t23 {
    background: #fff;
}
.t24 {
    padding: 17px 10px;
}
.t24:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.t25 {
    /*省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.t26 {
    color: #014099;
}
.t27 {}

.t28 {
    margin-top: 2px;
    padding: 0 0 153px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}