@charset "utf-8";


/*common*/

html,body,div,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd,blockquote,pre,form,fieldset,table,th,td,span,p,label,input,select,textarea,header,hgroup,main,nav,section,article,aside,footer,
figure,figcaption,menu,button {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body {
	margin: 0px auto;
	padding: 0px;
	font-family: "微软雅黑", Arial, sans-serif;
	font-size: 14px;
	background-color: #f7f8fc;
	
}

html,
body {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

ul,li {
	list-style: none;
}

.top {
	height: 140px;
	background: url(../images/list-02_01.jpg) center top no-repeat;
}

.container-live {
	/*width: 1200px;*/
	
	margin: 0 auto;
	background: #fff;
	box-shadow: 1px 0 15px rgba(149, 174, 187, .35);
	margin-top: 15px;
	/*margin-bottom: 100px;*/
	padding-bottom: 50px;
}

/*.container-wrap{
	padding: 0px 10px;
}*/


.live-title {
	min-height: 64px;
	padding: 18px 10px;
	border-bottom: 1px solid #f0eff3;
}

.live-title:after{
	display: block;
	content: '';
	clear: both;
}


.live-title-icon {
	line-height: 64px;
	float: left;
	min-width: 150px;
}

.live-title-icon i{
	width: 38px;
	height: 38px;
	display: block;
	float: left;
	margin: 13px 6px;
}

.live-title-icon i img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}


.live-title-icon h2 {
	font-size: 22px;
	color: #000;
}

.live-title-search {
	width: 100%;
	max-width: 690px;
	float: right;
	padding: 10px 100px 10px 0;
	position: relative;
	
}

.live-search-box{
	width: 100%;
	height: 44px;
}

.live-search-name {
	max-width: 220px;
	width: 32%;
	height: 44px;
	line-height: 44px;
	border: 1px solid #dfdfe4;
	margin-right: 2%;
	float: left;
	position: relative;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.live-search-name.mr-0{
	margin-right: 0;
}

.live-searchBtn,
.live-search-name{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.js-choice-h {
	height: 42px;
	/*width: 100%;*/
	overflow: hidden;
	cursor: pointer;
	position: relative;
	padding-right: 32px;
	
}

.js-choice-h span {
	display: block;
	padding: 0 0 0 15px;
	height: 42px;
	line-height: 42px;
	color: #adadad;
	font-size: 14px;
}

.js-choice-h i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	z-index: 3;
	width: 12px;
	height: 12px;
	
}

.js-choice-h i img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.js-choice-dropdown {
	display: none;
	width: 100%;
	padding: 5px 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	border: 1px solid #dfdfe4;
	z-index: 99999;
	background: #fff;
	
}

.js-choice-dropdown li {
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	overflow: hidden;
	z-index: 9999;
	color: #000;
	font-size: 14px;
	cursor: pointer;
}

.live-date {
	margin: 0 15px;
	padding-right: 32px;
	height: 42px;
	background: url(../images/date4.png) right center no-repeat;
}

.live-date input {
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	width: 100%;
	border: 0;
	outline: none;
	background: none;
	position: relative;
	top: -1px;
}

.live-searchBtn {
	/*float: right;*/
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	padding-left: 40px;
	width: 90px;
	background: #447bff url(../images/live-search.png) 15px center no-repeat;
	
	outline: none;
	border: 0;
	cursor: pointer;
	text-align: left;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 3;
	margin-top: -22px;
	
}

.live-searchBtn:hover {
	background: #5b8bfe url(../images/live-search.png) 15px center no-repeat;
}


.live-listBox{
	overflow: hidden;
	padding: 15px 10px;
}

.live-list li{
	width: 25%;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}



.live-list-div {
	border: 1px solid #efeff3;
}

.live-list-title {
	height: 185px;
	background: #348be4;
	padding: 0px 20px;
}

.live-list-title h3 {
	border-bottom: 1px solid #4799eb;
	padding: 20px 0 16px;
}

.live-list-title h3 a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	height: 64px;
	display: block;
	overflow: hidden;
	cursor: default;
}

.live-list-title h3 a:hover {
	text-decoration: none;
}

.live-head {
	margin-top: 18px;
}

.live-head img {
	height: 48px;
	width: 48px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.live-head span {
	color: #fff;
	font-size: 16px;
	position: relative;
	/* top: -18px; */
	left: 10px;
}

.live-statue {
	height: 40px;
	line-height: 40px;
	background: #479bf1;
	text-align: center;
}

.live-statue span {
	font-size: 16px;
	color: #fff;
}

.live-time {
	line-height: 52px;
	text-align: center;
	color: #999;
	font-size: 16px;
}

.live-statue-green {
	background: #1eceaf;
}

.live-statue-green img {
	width: 20px;
	height: 20px;
	/* padding-right: 10px;
	position: relative; */
	top: 1px;
}

.live-statue-blue {
	background: #1e69b6;
}

.page {
	text-align: center;
	padding-top: 50px;
	clear: both;
}

.page a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #666;
	display: inline-block;
	margin-right: 20px;
	background: #f8f9fb;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.page a:hover,
.page .active {
	background: #1989fa;
	color: #fff;
}

/*input-placeholder*/

input::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color:#adadad;
}
input::-moz-placeholder,
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#adadad;
}
input:-moz-placeholder,
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#adadad;
}
input:-ms-input-placeholder,
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#adadad;
}


@media all and (max-width: 768px){
	.container-live{
		padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.live-title-search{
		width: 100%;
		float: none;
	}
}



@media all and (min-width: 768px){
	.container-live {
	    width: 750px;
	}
	
}

@media all and (min-width: 992px){
	.container-live {
	    width: 970px;
	}
}

@media all and (min-width: 1200px){
	.container-live {
	    width: 1200px;
	}
	
}


@media all and (max-width: 991px) {
	.live-title-search,
	.live-title-icon{
		width: auto;
		float: none;
	}
	.live-list li{
		width: 50%;
	}
}







