﻿@charset "utf-8";
/* CSS Document */
.yx-rotaion-content{
	width: 580px;
	height: 326px;
	position: relative;
}
.yx-rotaion-content, .yx-rotaion, .rotaion_list{
	width: 580px;
	height: 326px;
}
.yx-rotaion-content .yx-rotaion .rotaion_list img{
	width: 580px;
	height: 326px;
	display: block;
}
.yx-rotaion-content h5{
	width: 580px;
	heigh: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #000;
	filter:alpha(opacity=28);   
    -moz-opacity:0.28;   
    -khtml-opacity: 0.28;
	-o-opacity: 0.28;    
    opacity: 0.28;  
}
.yx-rotaion-content .yx-rotaion .txt {
	width: 580px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.yx-rotaion-content .yx-rotaion .txt li {
	width: 420px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 20px;
	overflow: hidden;
}
.yx-rotaion-content .yx-rotaion .txt li a {
    color: #fff;
}
.yx-rotaion-content .yx-rotaion .num {
	width: 60px;
	height: 6px;
	position: absolute;
	bottom: 17px;
	right: 20px;
    font-size: 0;
    line-height: 0;
    z-index: 2;
}
.yx-rotaion-content .yx-rotaion .num li {
	width: 6px;
	height: 6px;
    background: #e5e5e5;
	margin-right: 9px;
	border-radius: 50px;
	cursor: pointer;
	float: left;
}
.yx-rotaion-content .yx-rotaion .num .on {
	background: #247cdf;
}


/*内容切换*/
.tab{ 
    width: 586px;
	height: 326px;  
	position: relative;
}
.tab-title{
	width: 586px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ddd;
}
.tab-title a{ 
    color: #0c65ca; 
	font-size: 18px; 
	float: left;
	padding: 0 6px;
}
.tab .tab-conter{
	width: 574px; 
	height: 270px;
    position: absolute; 
	top: 56px; 
	left: 6px; 
	display: none;
	overflow: hidden;
}
.tab .tab-conter .list-tt{
	width: 574px;
	height: 120px;
	border-bottom: 1px solid #eee;
	display: block;
}
.tab .tab-conter .list-tt h4{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}
.tab .tab-conter .list-tt h4:hover{
	color: #0c65ca;
}
.tab .tab-conter .list-tt p{
	height: 52px;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	text-indent: 2em;
}
.tab-conter ul{
	width: 574px;
	height: 120px;
	padding: 15px 0;
}
.tab-conter ul li{
	width: 574px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
}
.tab-conter ul li a{
	height: 30px;
	float: left;
}
.tab-conter ul li span{
	height: 30px;
	color: #999;
	font-size: 12px;
	float: right;	
}
.tab .block{ 
    display: block;
}


/*专题*/
.picScroll-left{ 
    width: 1200px; 
	height: 84px;   
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
	width: 30px;
	height: 60px;  
    cursor: pointer; 
	background: url(icon.png) no-repeat;
	background-position:-271px -88px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
}
.picScroll-left .hd .next{ 
    background-position:-302px -88px;
	left: 1170px;
}
.picScroll-left .bd{ 
    width: 1200px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.picScroll-left .bd ul li{ 
    width: 291px; 
	height: 84px; 
	float: left;
	margin-right: 12px;
}
.picScroll-left .bd ul li a img{ 
    width: 291px; 
	height: 84px; 
	display: block;
}