.modern-ticker {
	width: 100%;
	height: 105px;
/*	line-height: 60px;*/
	*padding: 2px;
	*font-size: 16px;
	position: relative;
	overflow: hidden;
	
/*	background:rgba(4,68,132,0.8);*/
	
	
	
}
@media screen and (max-width:767px) {
    .modern-ticker {
/*        border: 2px solid green;*/
        height: 70px;
    }
}
.modern-ticker a {
	text-decoration: none
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.mt-round {
	border-radius: 7px
}
.mt-label {
	*margin-right: 2px;
	*padding: 0 8px 0 12px;
/*	padding-left:20px;*/
	float: left;
	width: 300px;
/*
	*background:url(../../../../WEB-INF/images/bg-info-title.png) right no-repeat;
	background:rgba(0,0,0,0.2);
*/
	color:#FFF;
	font-size: 24px;
	position: absolute;
	left: calc(10% + 30px);
/*    border: 1px solid red;*/
	
}
.mt-label img {
	width: 70px;
    float: left;
}
.mt-label span {
/*    border: 1px solid cyan;*/
    display: inline-block;
/*    line-height: 100px;*/
    padding-top: 50px;
    padding-left: 20px;
    color: #333;
}
@media screen and (max-width:767px) {
    .mt-label {
        left: 10px;
    }
    .mt-label img {
        width: auto;
        height: 50px;
        margin-top: 10px;
    }
}
.mt-round .mt-label {
	border-radius: 5px 0 0 5px
}
.mt-news {
/*    border: 1px solid red;*/
	height: 70px;
	line-height: 70px;
	margin-top: 35px;
	overflow: hidden;
	float: left;
	width: 100% !important;
/*
	width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
*/
	background: #FFFFFF;
	padding-left: calc(10% + 320px);
	padding-right: 10%;
}
@media screen and (max-width:767px) {
    .mt-news {
        margin-top: 0px;
        padding-left: 50px;
    }
}
.mt-scroll .mt-news {
	background-color: transparent
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
.mt-scroll.mt-round .mt-news a {
	border-radius: 0
}
.mt-news ul {
	width: 50000px;
	background-repeat: no-repeat;
	background-position: -1000px
}
.mt-news li {
	float: left
}
@media screen and (max-width:767px) {
    .mt-news{
        padding-right: 15px;
    }
    .mt-news ul {
/*        border: 1px solid red;*/
        width: 100%;
        padding-top: 8px;
    }
    .mt-news li {
/*        border: 1px solid cyan;*/
        width: 100%;
    }
}

.mt-news li span{
	background:url(../../../../WEB-INF/images/bg-info-tgl.png);
	width:135px;
	height:31px;
	line-height:31px;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	padding-right:15px
}
.mt-news a {
	font-size: 24px;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	color:#333333;
/*	text-transform:uppercase;*/
}
@media screen and (max-width:767px) {
    .mt-news a {
        word-wrap: break-word;
        font-size: 14px;
/*        word-break: break-all;*/
        line-height: normal;
    }
}
.mt-news a:before{
/*
	content: url(../../../../WEB-INF/images/div-info.png);
	margin-right:10px;
	vertical-align:middle;
	*height:10px;
	*display:inline-block;
*/
}
.mt-news strong {
/*	text-transform: none;*/
	
}
.mt-hide {
	display: none
}
.mt-controls {
	margin-left: 2px;
	height: 100%;
	position: absolute;
	right: 2px;
	background-repeat: no-repeat;
	background-position: -1000px
}
.mt-play, .mt-prev, .mt-next {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: left
}
.mt-round .mt-next {
	border-radius: 0 5px 5px 0
}
