@charset "utf-8";
/* CSS Document */
.header-tools{
	color: #fff;
}
.fix-header-box nav.navbar.bootsnav .navbar-collapse{
	margin-left: 210px
}
.common-title.switch .switch_tab a.title{
	line-height: 40px;
}
.Themes-list div{
	height: 135px;
	background: #1354c1 url("tib2025_thbg.png") no-repeat right;
	background-size: auto 100%;
	padding: 15px 25px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 4px;
}
.Themes-list div h3{
	line-height: 30px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.Themes-list div a{
	line-height: 0;
	display: block;
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.Themes-list div a:hover{
	opacity: 0.6;
}
.title{
	font-weight: bold
}
@media(max-width:1199px){
	.Themes-list div{
		height: 165px
	}
}