body a:link { 
color:#fff; 
text-decoration:none; 
} 
body a:visited { 
color:#fff; 
text-decoration:none; 
} 
body a:hover { 
color:#fff; 
text-decoration:none; 
} 
body a:active { 
color:#fff; 
text-decoration:none; 
} 
.content {
	height: 100%;
	width: 1920px;
	background: #cb060d url(../image/bg.jpg) no-repeat center top;
min-height:1080px;
}
body{margin: 0;color: #fff;}
.logo{width: 730px;height: 188px;background: url(../image/head.png) no-repeat center;    display: inline-block;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fl {
    float: left;
    display: inline;
}
* {
    box-sizing: border-box;
}
/*头部时间和日期*/

.head-right {float: right;margin-top: 45px;}

.head-right span:nth-of-type(1) {
	font-size: 57px;
	font-weight: bold;
	margin: 0 20px;
}

.head-right .calendar {
	font-size: 21px;
}

.head-right .calendar li.calendar-week {
	text-align: center;
}

.head-right .lastdays {
	width: 90px;
	height: 90px;
	margin: 0 2px 0 0;
}

.head-right .lastdays img {
	width: 90px;
	height: 90px;
	opacity: 0.4;
}

.head-right .lastdays ul {
	font-size: 20px;
	margin: 28px 0px 0px 0px;
}
/*头部 end*/
/*栏目*/
.title-list{height: 95px;background-color: rgba(0,0,0,.2);text-align: center;color: #FFF100;letter-spacing: 4px;font-size: 40px;line-height: 95px;border: none;display: block;color:#FFF100;position:relative;}
body .mui-segmented-control .mui-control-item{ display: inline-block; width: 180px; text-align: center; line-height: 90px; margin: 0 150px;color: #fff;border:none;}
body .mui-segmented-control .mui-control-item.mui-active{border-bottom: 6px solid #FFF100;color:#FFF100;background-color:rgba(0,0,0,0);}
.title-list .back{float: right;color: #fff;font-size: 29px;padding:0px 40px;display: inline-block;position:absolute;right:0;}

/*栏目end*/
/*列表*/
ul.list{margin-left: -30px;margin-right: -30px;margin-top: 30px;height: 761px;overflow-y: scroll;}
ul.list li{margin: 30px;margin-top: 0px;background-color: rgba(0,0,0,.2);display: inline-block;float: left;}
/*列表end*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.container-fluid{
	    padding-right: 60px;
	    padding-left: 60px;
}	