@charset "utf-8";
/* CSS Document */

.block-region-bottom-first-right {
    margin-top: 0px;
}

.page-front .main-menu-1-1 .nav-menu>.menu-item.active a {
    color: white;
}
.page-front .main-menu-1-1 .nav-menu>.menu-item.active.open {
    background-color: #fff;
}
.page-front .main-menu-1-1 .nav-menu>.menu-item.active.open span.menu-toggle a{
    color: #df0045;
}
.page-front .main-menu-1-1 .nav-menu>.menu-item.active .dropdown-menu li.menu-item a {
    color: #333;
}

.page-node-type-page .block-region-right, .page-node-type-article .block-region-right {
    padding-left: 10px;
    padding-right: 10px;
  }


/*附件链接样式*/
.file a{
	line-height:1.5;
	font-size:14px;
	color:#13b9ff;
}
.file a:hover{
	color: #df0045;
	text-decoration:underline;
}

/*文章置顶top样式*/
.list-3 .top.top-red::before {
    background-color: darkorange;
    color: #ffffff;
    font-style: oblique;
    padding: 2px 6px;
    content: 'TOP';
    font-family: "Arial";
    font-size: 8px;
    display: inline;
}
.list-3 .top {
    font-size: 8px;
}	




/*活动预告单个块高度*/
@media (min-width: 768px){
  
 .block h2.block-title {
    border-bottom: 0;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
}
  
  
	.event-list li.clearfix.outside-min-tb .list-left.inside-r {
	margin-top: 18px;
    min-height: 100px;
	}
	.event-list.event-list-2.event-list-block .list-right {
    margin-left: 80px;
	padding-bottom: 5px;
	}
	
	/*活动预告日期样式*/
	.event-list li.clearfix.outside-min-tb {
    width: 50%;
	min-height: 120px;
    float: left;
	}
	
	.event-list.event-list-2 .special-line .special-figure .icon {
		 display: none; 
	
	}
	.event-list.event-list-2 .special-line {
		 border-top: none; 
	}
	.outside-min-b {
		margin-bottom: 0px;
		line-height: 1.5;
	}
	.event-list-2 .outside-b {
		margin-bottom: 5px; 
		/*font-weight:bolder;*/
		color:#000;
	}
	/*预告时间块日期部分*/
	.event-list.event-list-2 .time .time-1 {
		 background-color: #df0045; 
		 color: #ffffff; 
		}
	
	/*预告时间块年份部分*/
	.event-list.event-list-2 .time .time-2 {
		position: relative;
		background-color: #ffffff;
		color: #555;
		left: 0;
	}

    /*更多链接样式*/
	.more-link {
		top: 15px;
		font-size:14px;
	}
	
}

@media (min-width: 992px){
	.event-list li.clearfix.outside-min-tb {
		min-height: 120px;
	}
}

/*移动设备上头部高度和Logo样式*/
@media (max-width: 480px){
	#header .header-body {
    min-height: 80px; 
	}	
	#header .header-container.inner {
    height: 80px;
	}
	#header .header-container.inner .header-row {
    height: 80px;
	}
	
	#header .header-container .header-row .header-column #site-logo.header-logo img {
    max-height: 80px;
    margin-top: 10px; 
  }




}



