/*add in 0410/2018 by chenfang*/
body{width: 100%;}
.wrap{font-family: "宋体";background-color: #e7e9ea;}
/*版心*/
.inner{overflow: hidden;width: 980px;margin: 0 auto;}

/*logo*/
.logo{width: 100%;height: 48px;background-color:#194584; margin-bottom: 20px;}
.logo img{max-width: 186px;width: 186px;height: auto;}

/*banner*/
.banner img{width: 100%;max-width: 100%;height: auto;}

/*livebox*/
.livebox{margin-top: 20px;}

.livecon .introduce{overflow: hidden;width: 575px; height: 40px;padding: 30px 10px;background-color: #fff;}
.livecon .introduce h3{overflow: hidden;padding-left: 100px;height: 48px;background: url(../images/zbjs.jpg) no-repeat;}
.livecon .introduce a{font-size: 16px;line-height: 24px;color: #000;}

.livecon .t_and_a{width: 270px;height: 70px;background-color: #fff;padding: 15px;}

.livecon .t_and_a ul li{overflow: hidden;padding-left: 70px;height: 24px;margin-bottom: 10px;background: url(../images/time.jpg) no-repeat;}
.livecon .t_and_a ul li a{font-size: 14px;line-height: 24px;color: #000;}
.livecon .t_and_a ul li:last-child{height: 48px;background: url(../images/address.jpg) no-repeat;}

/*直播内容*/
.livevideo{margin-top: 20px;}
.videobox{width: 100%;background-color: #fff;}
.videobox .viTitle {padding: 20px;height: 30px;border-bottom: 2px solid #ccc;margin-bottom: 20px;}
.videobox .viTitle h2{position: relative;overflow: hidden;height: 20px;padding-left: 20px;font-size: 18px;line-height: 20px;}
.videobox .viTitle h2 i{display: block;width: 20px;height: 20px;position: absolute;top:2px;left: 0px;background: url(../images/vi.png) no-repeat 0px 0px;}
iframe{width: 100%;}
/*ft*/
.footer{padding: 50px 0;margin-top: 50px;background-color: #FFF;}
.inner{width: 1003px;margin: 0 auto;}
.footer .smallnav{margin-bottom: 10px;}
.footer .smallnav ul{overflow:hidden;width:450px;margin:0 auto}
.footer .smallnav ul li{float:left}
.footer .smallnav ul li a{padding:0 10px;border-right:1px solid #000;color:#000;font-size: 14px;line-height: 20px;font-weight: bold;}
.footer .smallnav ul li a:hover{text-decoration: underline;}
.footer .smallnav ul li:last-child a{border:none;}
.copyright{text-align: center;font-size: 14px;line-height: 28px;}
.copyright a{color: #000;}




@media only screen and (max-width: 768px){
	.inner{width: 96%}
	
	.livecon{width: 100%}
	.livecon .introduce{float: none;width: 100%;margin-bottom: 10px;padding-left: 10px;}
	.livecon .t_and_a{float: none;width: 100%}
	iframe{width: 100%;height: auto;}


	.footer {margin-top: 5%;padding-bottom: 0px;}
	.inner{width: 95%;}
	.footer .smallnav ul{width: 90%;}
}