@charset "utf-8";
@font-face {
  font-family: 'beba';
  src: url("../fonts/BEBAS.eot");
  src: url("../fonts/BEBAS.eot") format("embedded-opentype"), url("../fonts/BEBAS.woff") format("woff"), url("../fonts/BEBAS.ttf") format("truetype"), url("../fonts/BEBAS.svg#BEBAS") format("svg");
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 1200px;
	margin: 50px auto 0 auto;

}
.mt-tabpage-title {
	height:50px;
	font-size: 0;
	width: 455px;
	margin:0 auto;


}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 218px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px; background:#efefef; color:#5d5d5d; margin-right:3px; text-decoration:none
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #fff;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 16px;
 background:#da251c
}
.mt-tabpage-count {
	position: relative;
	width: 1200px;
	height: 600px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute; margin-top:35px
}
.mt-tabpage-count .mt-tabpage-item {
	width: 1200px;
	height: 600px;
}






.fl{ float:left}. fr{ float:right}


.mt-tabpage-item .item {
    padding: 25px 0;
     width: 49%!important; float:left; height:100px; text-decoration:none
}.mt-tabpage-item  .item .left {
    width: 145px;
    text-align: center;
    line-height: 1;
    color: #222222;
    transition: .5s ease-in-out;
    font-family: 'beba'; height:70px
}.mt-tabpage-item .item .left .num {
    font-size: 40px;font-family: 'beba';line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}.mt-tabpage-item .item .left .num:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 45px;
    background: #dddddd;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.mt-tabpage-item .item .left .time {
    font-size: 16px;font-family: 'beba';
}.mt-tabpage-item .item .right .h0 {
    font-size: 20px;
    color: #222222;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    transition: .5s ease-in-out;
    margin-bottom: 15px;
}.mt-tabpage-item  .item .right .p {
    height: 52px;
    overflow: hidden;
} .mt-tabpage-item .item .right .p {
    transition: .5s ease-in-out;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.mt-tabpage-item .item .right { width: calc(100% - 45px);
}.mt-tabpage-item .item:hover {
  background: #2662aa;
  transition: .5s ease-in-out;
  color: #ffffff;
}
.mt-tabpage-item .item:hover .left {
  transition: .5s ease-in-out;
  color: #ffffff;
}
.mt-tabpage-item .item:hover .right .h0 {
  transition: .5s ease-in-out;
  color: #ffffff;
}
.mt-tabpage-item .item:hover .right .p {
  transition: .5s ease-in-out;
  color: #def1ff;}
  .f-cb:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}



