
.al_show .al_show_left {
    width: 930px;
    float: right;
}
.al_show .al_show_title {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}
.al_show .al_show_title h1 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    background-color: #005DAE;
    float: inherit;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 25px;
}

.al_show .al_show_content{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
}
 .al_show_tj {
	margin:0 auto;
	width:440px;
	zoom:1;
	position:relative;
	float:left;
	margin-right:30px
}
.al_show_tj .al_conts {
	width:100%;
	position:relative;
	overflow:hidden;
}
.al_show_tj .al_conts ul {
	width:100%;
}
.al_show_tj .al_conts li {
	width:100%;
	color:#317bac;
	font-size:26px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.al_show_tj .al_conts li a {
	display:block;
	width:100%;
	color:#317bac;
	overflow:hidden;
}
.al_show_tj .al_conts li a:hover {
	color:#fff;
	text-decoration:none;
}
.al_show_tj .al_conts li img{width:100%;}
.al_show_tj .prev,.al_show_tj .next {
	z-index:1;
	position:absolute;
	top:50%;
	margin-top:-25px;
	display:block;
	width:42px;
	height:42px;
	line-height:40px;
	font-size:24px;
	color:#000;
	background:rgb(255, 255, 255,0.5);
	text-align:center;
	cursor:pointer;
	border-radius: 50%;
}
.al_show_tj .prev {
	left:0px;
}
.al_show_tj .prev:hover,.al_show_tj .next:hover {
	background:#007FCB;
	color:#fff;
}
.al_show_tj .next {
	right:0px;
}
.al_show_tj .play,.al_show_tj .pause {
	right:50%;
	margin-right:-24px;
	top:65%;
	font-size:14px;
	position:absolute;
	cursor:pointer;
	width:60px;
	height:48px;
	margin-top:-34px;
	z-index:4;
}

.al_show_tj .al_conts li p{position:absolute; bottom:-1px;height:18px; background:#005dae; color:#fff; width:calc(100% - 36px); padding:18px; text-align:left;opacity: 0;visibility: hidden;display:none;text-align: center;
}
.al_show_tj .al_conts li:hover p {
	  text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px);
    -moz-transform: translate3d( 0px, 0px, 0px);
    -ms-transform: translate3d( 0px, 0px, 0px);
    -o-transform: translate3d( 0px, 0px, 0px);
    transform: translate3d( 0px, 0px, 0px);
}
.al_show_tj .al_conts li:hover p {
    color: #fff;
    line-height: 24px;
}

.al_show_l{float: left;width:440px;padding:0;}
.al_show_r{float: left;width:440px;padding:0;}
.al_show_l h1,.al_show_r h1{font-size: 24px;margin-bottom: 20px;color: #005DAE;line-height: 36px;}