/*在以前老平台的基础上修改，覆盖之前的样式*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after {
   content:""; 
   display: block; 
   clear:both; 
}
#top {
    background: #001529;
}
.top-icon .myuser:hover{
	background:none;
}
.top-icon .myuser {
    float: right;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    margin-top: 10px;
}
.myuser .welcom{
	display:inline-block;
	padding-left:0;
	color:#fff;
}
.myuser .welcom:before{
	content:'';
	background:url(../images/user.png) center no-repeat;
	display: inline-block;
    width: 30px;   
    height: 30px;    
    background-size: 100%;
    vertical-align: middle;
    margin:0 10px 0 0;
}
.myuser .welcom:after{
	content:'';
	background:url(../images/to_bottom.png) no-repeat center;
	display: inline-block;
    width: 10px;   
    height: 50px;    
    background-size: 100%;
    vertical-align: middle;
    margin:0 0 0 10px;
}
.myuser .usr-list {
    position: absolute;
    top: 50px;
    right: 0;
    width: 150px;
    background-color: #3D5987;
    display: none;
    text-align:center;
}
.myuser .usr-list li{
    line-height: 35px;
    border-bottom:1px solid #4F71AA;
}
.myuser .usr-list li:hover{
	background:#3D5987;
}
.myuser .usr-list li a{
	color:#fff;
}
.myuser .usr-list li a {
    display: block;
    background:none;
    padding-left:0;
}
#left {
	/*width:180px;*/
    background-color: #223A61;
}
.menu_list h2 {
    background: none;
}
.left_but {
    position: absolute;
    top: 50%;
    left: 180px;
    background: url(../images/toLeft.png) no-repeat center center;
    width: 14px;
    height: 58px;
    cursor: pointer;
    z-index:999;
}
.left_but:hover{
	background-color:rgba(0,0,0,0);
}
.menu_list{
	margin-top:0;
}
.menu ul li:hover{
	background:#2A4675;
	color:#fff;
}
.menu ul li:hover > a{
	color:#fff;
}
.menu ul li a:hover {
	background-color:rgba(0,0,0,0); 
}
.menu ul li ul li a:hover {
	background-color:rgba(0,0,0,0); 
}

.data-module{
	width:730px;
	height:70px;
	position:absolute;
	left:-moz-calc(50% - 450px);
	left:-webkit-calc(50% - 450px); 
	left: calc(50% - 320px);
}
.data-module div.fl{
	width:24px;
	height:70px;
	background:url(../images/left.png) no-repeat center;
	cursor:pointer;
}
.data-module div.fr{
	width:24px;
	height:70px;
	background:url(../images/right.png) no-repeat center;
	cursor:pointer;
}
.data-module .uls{
    width: 660px;
    height:70px;
    margin-left:40px;
    overflow:hidden;
    position:relative;
}
.data-module .uls ul{
    position:absolute;
}
.data-module .uls ul li{
    float:left;
    width:110px;
    padding:15px 0;
    text-align:center;
    font-size:16px;
    height:70px;
    /*margin-top:8px;*/
}
.data-module .uls ul li a{
    display: inline-block;
    color:#fff;
    width:100%;
    height:100%;
}
.data-module .uls ul li.active,
.data-module .uls ul li:hover{
    background:#1890FF;
}
.menu-close{
    top:105px;
}

.jericho_tab .tab_pages .jericho_tabs div.tab_right{
	width:0;
}
.jericho_tab .tab_pages .tabs {
	background:none;
	background:#DDDDDD;
	border-bottom:1px solid #8B8B8B;
}
.jericho_tab .tab_pages .tab_selected div.tab_left{
	margin:0;
	background:#3D5987;
	border-left:1px solid #3D5987;
	border-right:1px solid #3D5987;
	color:#fff;
}
.jericho_tab .tab_pages .tab_selected div.tab_right{
	background:none;
}
.jericho_tab .tab_pages .tab_unselect .tab_left {
    background:none;
    border-left:1px solid #ACACAC;
	border-right:1px solid #ACACAC;
}
.jericho_tab .tab_pages .tab_unselect .tab_right {
    background:none;
}
.jericho_tab .tab_pages ul li {
    margin-left: -1px;
}
.jericho_tab .tab_pages .jericho_tabs .tab_left .tab_close {
    width: 0;
}
.jericho_tab .tab_pages .tab_selected .tab_left .tab_close a,
.jericho_tab .tab_pages .tab_selected .tab_left .tab_close a:hover{
	color:#fff;
	background:none;
}
.jericho_tab .tab_pages .tab_unselect .tab_left .tab_close a{
	background:none;
	color:#BEBEBE;
}
.jericho_tab .tab_pages .tab_unselect .tab_left .tab_close a:hover{
	background:none;
	color:#fff;
}

.jericho_tab .tab_pages .jericho_sliders{
	width:35px;
	height:35px;
}
.jericho_tab .tab_pages .jericho_sliderleft_disable,
.jericho_tab .tab_pages .jericho_sliderleft_hover{
    background: url(../images/to_left.png) center center no-repeat;
}
.jericho_tab .tab_pages .jericho_sliderleft_enable{
    background: url(../images/to_left.png) center center no-repeat;
}
.jericho_tab .tab_pages .jericho_sliderright_disable,
.jericho_tab .tab_pages .jericho_sliderright_hover{
    background: url(../images/to_right.png) center center no-repeat;
}
.jericho_tab .tab_pages .jericho_sliderright_enable {
    background: url(../images/to_right.png) center center no-repeat;
}

.jericho_menu,
.jericho_menu:hover{
	background:url(../images/toBottom.png) center center no-repeat;
}