.match .slide {
    margin: 40px 0;}

.match .turn-left, .match .turn-right {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 400px;
    cursor: pointer;
    margin: 0 20px;}

.match .turn-left:hover {}

.match .turn-right:hover {}

.match .turn-left .arrow-left, .match .turn-right .arrow-right {
    position: relative;}

.match .turn-left .arrow-left:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 10px;
    transform: skewY(-45deg);
    background-color: #eee;
    position: absolute;
    top: 100px;
    left: 15px;}

.match .turn-left .arrow-left:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 10px;
    transform: skewY(45deg);
    background-color: #eee;
    position: absolute;
    top: 150px;
    left: 15px;}

.match .turn-right .arrow-right:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 10px;
    transform: skewY(45deg);
    background-color: #eee;
    position: absolute;
    top: 100px;
    left: 15px;}

.match .turn-right .arrow-right:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 10px;
    transform: skewY(-45deg);
    background-color: #eee;
    position: absolute;
    top: 150px;
    left: 15px;}

.match .match-list {
    width: 1200px;
    height: 400px;
    padding: 20px 0;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;}

.match .match-item {
    width: 280px;
    height: 400px;
    display: inline-block;
    margin: 0 10px 10px;
    /*box-shadow: 0 1px 6px 2px rgba(1,1,1,0.6);*/
    /*border-radius: 2px;*/
    /*border: 2px solid rgba(1,1,1,0.6);*/
    transition: all 0.5s;
    position: relative;
    cursor: pointer;}

/*.match .match-item:hover{*/
/*    transform: scale(1.05);*/
/*    !*box-shadow: 0 1px 8px 4px rgba(1,1,1,0.8);*!*/
/*    !*border: 2px solid rgba(1,1,1,0.8);*!*/
/*}*/

.match .match-item-active {
    width: 270px;
    height: 405px;
    transform: scale(1.05);
    display: inline-block;
    margin: 0 10px 10px;
    /*box-shadow: 0 1px 10px 4px rgba(1,1,1,0.8);*/
    /*border-radius: 2px;*/
    /*border: 2px solid #68d0ff;*/
    position: relative;
    cursor: pointer;}

.match .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 0;
    /*overflow: hidden;*/
    padding: 0 10px;
    z-index: 200;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.6);}

.match .match-item-active .info {
    width: 250px;
    height: 120px;}

.match .match-item:hover > .info {
    height: 120px;}

.match .info p {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, sans-serif;
    color: #f0f0f0;
    margin: 5px 0;
    padding: 0;
    line-height: 30px;
    height: 30px;
    text-shadow: 1px 1px rgba(1, 1, 1, 0.6);}

.match .info .color-blue {
    color: #00a1fe;
    font-size: 18px;}

.match .info .color-yellow {
    color: #e07e3e;
    font-size: 18px;}

.year {
    width: 100%;
    height: 80px;}

.year1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #9e0808;
    font-weight: bold;}

.year2 {
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #888888;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis
;}

.line {
    width: 120%;
    height: 7px;
    margin-top: 40px;
    background: #bababa;
    position: relative;}

.circle{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #9e0808;
    border-radius: 50%;
    background: #fff;
    bottom: -7px;
    left: 40%;}
.circle:hover{
    background: #9e0808;}

.riqi{
    position: absolute;
    width: 100px;
    height: 30px;
    text-align:left;
    top: 20px;
    left: 37%;
    color: #888888;}