.banner {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    background: url(../images/agenda/agendaBanner.jpg) no-repeat center center;
}
.banner div{
	 margin: 150px auto 100px;
}
.banner div h3 {
    font-size: 40px;
    text-align: center;
}
.guide .list li{
	background: #191a1e;
	margin-bottom: 20px;
	border-top: 4px solid #0054d0;
	color: #FFFFFF;
	padding: 30px;
	position: relative;
	padding-left: 310px;
	min-height: 310px;
}
.guide .list li:hover{
	background: #0054d0;
}
.guide .list li img{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 250px;
	height: 250px;
	cursor: pointer;
}
.guide .list li span,.guide .list li p,.guide .list li div{
	color: inherit;
	font-family: "微软雅黑"!important;
}

.guide .list li .list-content{
	vertical-align: top;
	display: inline-block;
}
 
.cn .guide .list li .list-content{
	word-break:break-all;
}
.en .guide .list li .list-content{
	word-break: break-word;
}
.guide .list li .list-content h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.guide .list li .list-content .content{
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	word-wrap:break-word;
}
.guide .list li .list-content .content p,.guide .list li .list-content .content span{
	font-size: inherit!important;
}


.hidden{
	overflow: hidden;
}
.yj-modal{
	position:fixed;
	top: 0;
	left: 0;
	z-index:1000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.shut-btn{
	position: absolute;
	top: 0;
    right:0;
	width: 50px;
	height:50px;
	border-radius: 100%;
	background: #191a1e;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	cursor: pointer;
}
.yj-modal .modal-pic{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%,-50%);
}
.yj-modal img{
	height: 100%;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.yj-modal .modal-pic{
		width: 100%;
		height: auto;
	}
	.yj-modal img{
		height: auto;
		width: 100%;
	}
	.shut-btn{
		top: 0;
		right: 0;
		border-radius: 0;
	}
	.banner div{
		margin: 60px auto 30px;;
	}
	.banner div h3 {
	    font-size: 22px;
	}
	.guide .list li{
		display: block;
		height: auto;
		padding: 20px;
	}
	.guide .list li img{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0 auto 20px;
	}
}


